Skip to content

Commit

Permalink
Updates SDK to v2.1321.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 22, 2023
1 parent 1b89b85 commit df86722
Show file tree
Hide file tree
Showing 24 changed files with 1,146 additions and 241 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1321.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "ChimeSDKVoice",
"description": "This release introduces support for Voice Connector media metrics in the Amazon Chime SDK Voice namespace"
},
{
"type": "feature",
"category": "CloudFront",
"description": "CloudFront now supports block lists in origin request policies so that you can forward all headers, cookies, or query string from viewer requests to the origin *except* for those specified in the block list."
},
{
"type": "feature",
"category": "DataSync",
"description": "AWS DataSync has relaxed the minimum length constraint of AccessKey for Object Storage locations to 1."
},
{
"type": "feature",
"category": "OpenSearch",
"description": "This release lets customers configure Off-peak window and software update related properties for a new/existing domain. It enhances the capabilities of StartServiceSoftwareUpdate API; adds 2 new APIs - ListScheduledActions & UpdateScheduledAction; and allows Auto-tune to make use of Off-peak window."
},
{
"type": "feature",
"category": "RUM",
"description": "CloudWatch RUM now supports CloudWatch Custom Metrics"
}
]
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.1320.0-->
<!--LATEST=2.1321.0-->
<!--ENTRYINSERT-->

## 2.1321.0
* feature: ChimeSDKVoice: This release introduces support for Voice Connector media metrics in the Amazon Chime SDK Voice namespace
* feature: CloudFront: CloudFront now supports block lists in origin request policies so that you can forward all headers, cookies, or query string from viewer requests to the origin *except* for those specified in the block list.
* feature: DataSync: AWS DataSync has relaxed the minimum length constraint of AccessKey for Object Storage locations to 1.
* feature: OpenSearch: This release lets customers configure Off-peak window and software update related properties for a new/existing domain. It enhances the capabilities of StartServiceSoftwareUpdate API; adds 2 new APIs - ListScheduledActions & UpdateScheduledAction; and allows Auto-tune to make use of Off-peak window.
* feature: RUM: CloudWatch RUM now supports CloudWatch Custom Metrics

## 2.1320.0
* feature: QuickSight: S3 data sources now accept a custom IAM role.
* feature: Resiliencehub: In this release we improved resilience hub application creation and maintenance by introducing new resource and app component crud APIs, improving visibility and maintenance of application input sources and added support for additional information attributes to be provided by customers.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1320.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1321.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-sdk-voice-2022-08-03.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2634,6 +2634,9 @@
"members": {
"EnableSIPLogs": {
"type": "boolean"
},
"EnableMediaMetricLogs": {
"type": "boolean"
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions apis/chime-sdk-voice-2022-08-03.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4163,6 +4163,9 @@
"members": {
"EnableSIPLogs": {
"shape": "Boolean"
},
"EnableMediaMetricLogs": {
"shape": "Boolean"
}
}
},
Expand Down
47 changes: 25 additions & 22 deletions apis/cloudfront-2020-05-31.normal.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apis/datasync-2018-11-09.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2950,7 +2950,7 @@
"ObjectStorageAccessKey": {
"type": "string",
"max": 200,
"min": 8,
"min": 1,
"pattern": "^.+$"
},
"ObjectStorageBucketName": {
Expand All @@ -2966,7 +2966,7 @@
"ObjectStorageSecretKey": {
"type": "string",
"max": 200,
"min": 8,
"min": 1,
"pattern": "^.+$",
"sensitive": true
},
Expand Down
Loading

0 comments on commit df86722

Please sign in to comment.