Skip to content

Commit

Permalink
Updates SDK to v2.1092.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 11, 2022
1 parent 82d8972 commit 222a8ac
Show file tree
Hide file tree
Showing 25 changed files with 595 additions and 433 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1092.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "bugfix",
"category": "S3",
"description": "Fixed a bug that S3 client no longer honor the computeChecksums config introduced in #3799. Previously only the members with httpChecksumRequired trait will be disabled by unseting computeChecksums config. S3 doesn't not honor the config because it has its own logic handling MD5 chechsums."
},
{
"type": "feature",
"category": "Chime",
"description": "Chime VoiceConnector Logging APIs will now support MediaMetricLogs. Also CreateMeetingDialOut now returns AccessDeniedException."
},
{
"type": "feature",
"category": "Connect",
"description": "This release adds support for enabling Rich Messaging when starting a new chat session via the StartChatContact API. Rich Messaging enables the following formatting options: bold, italics, hyperlinks, bulleted lists, and numbered lists."
},
{
"type": "feature",
"category": "Lambda",
"description": "Adds PrincipalOrgID support to AddPermission API. Customers can use it to manage permissions to lambda functions at AWS Organizations level."
},
{
"type": "feature",
"category": "Outposts",
"description": "This release adds address filters for listSites"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-S3-36a7ac77.json

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1091.0-->
<!--LATEST=2.1092.0-->
<!--ENTRYINSERT-->

## 2.1092.0
* bugfix: S3: Fixed a bug that S3 client no longer honor the computeChecksums config introduced in #3799. Previously only the members with httpChecksumRequired trait will be disabled by unseting computeChecksums config. S3 doesn't not honor the config because it has its own logic handling MD5 chechsums.
* feature: Chime: Chime VoiceConnector Logging APIs will now support MediaMetricLogs. Also CreateMeetingDialOut now returns AccessDeniedException.
* feature: Connect: This release adds support for enabling Rich Messaging when starting a new chat session via the StartChatContact API. Rich Messaging enables the following formatting options: bold, italics, hyperlinks, bulleted lists, and numbered lists.
* feature: Lambda: Adds PrincipalOrgID support to AddPermission API. Customers can use it to manage permissions to lambda functions at AWS Organizations level.
* feature: Outposts: This release adds address filters for listSites

## 2.1091.0
* feature: LexModelsV2: This release makes slotTypeId an optional parameter in CreateSlot and UpdateSlot APIs in Amazon Lex V2 for model building. Customers can create and update slots without specifying a slot type id.
* feature: TranscribeService: Documentation fix for API `StartMedicalTranscriptionJobRequest`, now showing min sample rate as 16khz
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1091.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1092.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
3 changes: 3 additions & 0 deletions apis/chime-2018-05-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -7315,6 +7315,9 @@
"members": {
"EnableSIPLogs": {
"type": "boolean"
},
"EnableMediaMetricLogs": {
"type": "boolean"
}
}
},
Expand Down
17 changes: 12 additions & 5 deletions apis/chime-2018-05-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,9 @@
{
"shape": "UnauthorizedClientException"
},
{
"shape": "AccessDeniedException"
},
{
"shape": "ServiceUnavailableException"
},
Expand Down Expand Up @@ -7062,7 +7065,7 @@
"shape": "ServiceFailureException"
}
],
"documentation": "<p>Allows you to trigger a Lambda function at any time while a call is active, and replace the current actions with new actions returned by the invocation.</p>"
"documentation": "<p>Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update request. The Lambda function can then return a new set of actions.</p>"
},
"UpdateSipRule": {
"name": "UpdateSipRule",
Expand Down Expand Up @@ -8711,7 +8714,7 @@
},
"Tags": {
"shape": "TagList",
"documentation": "<p>Tags assigned to the <code>AppInstanceUser</code>.</p>"
"documentation": "<p>Tags assigned to the <code>AppInstance</code>.</p>"
}
}
},
Expand Down Expand Up @@ -10634,7 +10637,7 @@
},
"ContentIdentificationType": {
"shape": "TranscribeContentIdentificationType",
"documentation": "<p>Set this field to <code>PII</code> to identify personal health information in the transcription output.</p>"
"documentation": "<p>Set this field to <code>PII</code> to identify personally identifiable information in the transcription output.</p>"
},
"ContentRedactionType": {
"shape": "TranscribeContentRedactionType",
Expand Down Expand Up @@ -12805,7 +12808,11 @@
"members": {
"EnableSIPLogs": {
"shape": "Boolean",
"documentation": "<p>When true, enables SIP message logs for sending to Amazon CloudWatch Logs.</p>"
"documentation": "<p>Boolean that enables SIP message logs to CloudWatch logs.</p>"
},
"EnableMediaMetricLogs": {
"shape": "Boolean",
"documentation": "<p>Boolean that enables logging of detailed media metrics for Voice Connectors to CloudWatch logs.</p>"
}
},
"documentation": "<p>The logging configuration associated with an Amazon Chime Voice Connector. Specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.</p>"
Expand Down Expand Up @@ -12943,7 +12950,7 @@
},
"EventIngestionUrl": {
"shape": "UriType",
"documentation": "<p>The event ingestion URL.</p>"
"documentation": "<p>The event ingestion URL to which you send client meeting events.</p>"
}
},
"documentation": "<p>A set of endpoints used by clients to connect to the media service group for an Amazon Chime SDK meeting.</p>"
Expand Down
22 changes: 13 additions & 9 deletions apis/connect-2017-08-08.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -3607,6 +3607,10 @@
},
"ChatDurationInMinutes": {
"type": "integer"
},
"SupportedMessagingContentTypes": {
"type": "list",
"member": {}
}
}
},
Expand Down Expand Up @@ -3754,7 +3758,7 @@
},
"Name": {},
"References": {
"shape": "Scm"
"shape": "Sco"
},
"Description": {},
"ClientToken": {
Expand Down Expand Up @@ -3957,7 +3961,7 @@
"Name": {},
"Description": {},
"References": {
"shape": "Scm"
"shape": "Sco"
}
}
},
Expand Down Expand Up @@ -4588,19 +4592,19 @@
"type": "structure",
"members": {
"LevelOne": {
"shape": "Se0"
"shape": "Se2"
},
"LevelTwo": {
"shape": "Se0"
"shape": "Se2"
},
"LevelThree": {
"shape": "Se0"
"shape": "Se2"
},
"LevelFour": {
"shape": "Se0"
"shape": "Se2"
},
"LevelFive": {
"shape": "Se0"
"shape": "Se2"
}
}
},
Expand Down Expand Up @@ -5073,7 +5077,7 @@
}
}
},
"Scm": {
"Sco": {
"type": "map",
"key": {},
"value": {
Expand All @@ -5088,7 +5092,7 @@
}
}
},
"Se0": {
"Se2": {
"type": "structure",
"required": [
"Name"
Expand Down
21 changes: 18 additions & 3 deletions apis/connect-2017-08-08.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2940,7 +2940,7 @@
"shape": "InternalServiceException"
}
],
"documentation": "<p>Starts recording the contact when the agent joins the call. StartContactRecording is a one-time action. For example, if you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend and resume it, such as when collecting sensitive information (for example, a credit card number), use SuspendContactRecording and ResumeContactRecording.</p> <p>You can use this API to override the recording behavior configured in the <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/set-recording-behavior.html\">Set recording behavior</a> block.</p> <p>Only voice recordings are supported at this time.</p>"
"documentation": "<p>Starts recording the contact: </p> <ul> <li> <p>If the API is called <i>before</i> the agent joins the call, recording starts when the agent joins the call.</p> </li> <li> <p>If the API is called <i>after</i> the agent joins the call, recording starts at the time of the API call.</p> </li> </ul> <p>StartContactRecording is a one-time action. For example, if you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend and resume it, such as when collecting sensitive information (for example, a credit card number), use SuspendContactRecording and ResumeContactRecording.</p> <p>You can use this API to override the recording behavior configured in the <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/set-recording-behavior.html\">Set recording behavior</a> block.</p> <p>Only voice recordings are supported at this time.</p>"
},
"StartContactStreaming": {
"name": "StartContactStreaming",
Expand Down Expand Up @@ -3073,7 +3073,7 @@
"shape": "InternalServiceException"
}
],
"documentation": "<p>Ends the specified contact.</p>"
"documentation": "<p>Ends the specified contact. This call does not work for the following initiation methods:</p> <ul> <li> <p>CALLBACK</p> </li> <li> <p>DISCONNECT</p> </li> <li> <p>TRANSFER</p> </li> <li> <p>QUEUE_TRANSFER</p> </li> </ul>"
},
"StopContactRecording": {
"name": "StopContactRecording",
Expand Down Expand Up @@ -4640,7 +4640,7 @@
"members": {
"ContentType": {
"shape": "ChatContentType",
"documentation": "<p>The type of the content. Supported types are text and plain.</p>"
"documentation": "<p>The type of the content. Supported types are <code>text/plain</code>.</p>"
},
"Content": {
"shape": "ChatContent",
Expand Down Expand Up @@ -10300,6 +10300,10 @@
"ChatDurationInMinutes": {
"shape": "ChatDurationInMinutes",
"documentation": "<p>The total duration of the newly started chat session. If not specified, the chat session duration defaults to 25 hour. The minumum configurable time is 60 minutes. The maximum configurable time is 10,080 minutes (7 days).</p>"
},
"SupportedMessagingContentTypes": {
"shape": "SupportedMessagingContentTypes",
"documentation": "<p>The supported chat message content types. Content types can be text/plain or both text/plain and text/markdown.</p>"
}
}
},
Expand Down Expand Up @@ -10605,6 +10609,17 @@
"String": {
"type": "string"
},
"SupportedMessagingContentType": {
"type": "string",
"max": 100,
"min": 1
},
"SupportedMessagingContentTypes": {
"type": "list",
"member": {
"shape": "SupportedMessagingContentType"
}
},
"SuspendContactRecordingRequest": {
"type": "structure",
"required": [
Expand Down
Loading

0 comments on commit 222a8ac

Please sign in to comment.