Skip to content

Commit

Permalink
Updates SDK to v2.1365.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 25, 2023
1 parent 19a503f commit 395568f
Show file tree
Hide file tree
Showing 27 changed files with 10,144 additions and 1,111 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1365.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "ChimeSDKMessaging",
"description": "Remove non actionable field from UpdateChannelReadMarker and DeleteChannelRequest. Add precise exceptions to DeleteChannel and DeleteStreamingConfigurations error cases."
},
{
"type": "feature",
"category": "Connect",
"description": "Amazon Connect, Contact Lens Evaluation API release including ability to manage forms and to submit contact evaluations."
},
{
"type": "feature",
"category": "DataSync",
"description": "This release adds 13 new APIs to support AWS DataSync Discovery GA."
},
{
"type": "feature",
"category": "DirectoryService",
"description": "New field added in AWS Managed Microsoft AD DescribeSettings response and regex pattern update for UpdateSettings value. Added length validation to RemoteDomainName."
},
{
"type": "feature",
"category": "Pinpoint",
"description": "Adds support for journey runs and querying journey execution metrics based on journey runs. Adds execution metrics to campaign activities. Updates docs for Advanced Quiet Time."
}
]
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.1364.0-->
<!--LATEST=2.1365.0-->
<!--ENTRYINSERT-->

## 2.1365.0
* feature: ChimeSDKMessaging: Remove non actionable field from UpdateChannelReadMarker and DeleteChannelRequest. Add precise exceptions to DeleteChannel and DeleteStreamingConfigurations error cases.
* feature: Connect: Amazon Connect, Contact Lens Evaluation API release including ability to manage forms and to submit contact evaluations.
* feature: DataSync: This release adds 13 new APIs to support AWS DataSync Discovery GA.
* feature: DirectoryService: New field added in AWS Managed Microsoft AD DescribeSettings response and regex pattern update for UpdateSettings value. Added length validation to RemoteDomainName.
* feature: Pinpoint: Adds support for journey runs and querying journey execution metrics based on journey runs. Adds execution metrics to campaign activities. Updates docs for Advanced Quiet Time.

## 2.1364.0
* feature: Appflow: Increased the max length for RefreshToken and AuthCode from 2048 to 4096.
* feature: EC2: API changes to AWS Verified Access related to identity providers' information.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1364.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1365.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
13 changes: 4 additions & 9 deletions apis/chime-sdk-messaging-2021-05-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@
"shape": "S13"
},
"ClientRequestToken": {
"shape": "S12"
"shape": "S12",
"idempotencyToken": true
}
}
},
Expand Down Expand Up @@ -381,10 +382,6 @@
"ChimeBearer": {
"location": "header",
"locationName": "x-amz-chime-bearer"
},
"SubChannelId": {
"location": "querystring",
"locationName": "sub-channel-id"
}
}
}
Expand Down Expand Up @@ -2174,15 +2171,13 @@
"ChimeBearer": {
"location": "header",
"locationName": "x-amz-chime-bearer"
},
"SubChannelId": {}
}
}
},
"output": {
"type": "structure",
"members": {
"ChannelArn": {},
"SubChannelId": {}
"ChannelArn": {}
}
}
}
Expand Down
23 changes: 8 additions & 15 deletions apis/chime-sdk-messaging-2021-05-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,9 @@
{
"shape": "ForbiddenException"
},
{
"shape": "ConflictException"
},
{
"shape": "UnauthorizedClientException"
},
Expand Down Expand Up @@ -545,6 +548,9 @@
"shape": "DeleteMessagingStreamingConfigurationsRequest"
},
"errors": [
{
"shape": "BadRequestException"
},
{
"shape": "ForbiddenException"
},
Expand Down Expand Up @@ -2749,7 +2755,8 @@
},
"ClientRequestToken": {
"shape": "ClientRequestToken",
"documentation": "<p>The client token for the request. An Idempotency token.</p>"
"documentation": "<p>The client token for the request. An Idempotency token.</p>",
"idempotencyToken": true
}
}
},
Expand Down Expand Up @@ -3084,12 +3091,6 @@
"documentation": "<p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call.</p>",
"location": "header",
"locationName": "x-amz-chime-bearer"
},
"SubChannelId": {
"shape": "SubChannelId",
"documentation": "<p>The ID of the SubChannel in the request.</p>",
"location": "querystring",
"locationName": "sub-channel-id"
}
}
},
Expand Down Expand Up @@ -5064,10 +5065,6 @@
"documentation": "<p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call.</p>",
"location": "header",
"locationName": "x-amz-chime-bearer"
},
"SubChannelId": {
"shape": "SubChannelId",
"documentation": "<p>The ID of the SubChannel in the request.</p>"
}
}
},
Expand All @@ -5077,10 +5074,6 @@
"ChannelArn": {
"shape": "ChimeArn",
"documentation": "<p>The ARN of the channel.</p>"
},
"SubChannelId": {
"shape": "SubChannelId",
"documentation": "<p>The ID of the SubChannel in the response.</p>"
}
}
},
Expand Down
Loading

0 comments on commit 395568f

Please sign in to comment.