Skip to content

Commit df86722

Browse files
author
awstools
committed
Updates SDK to v2.1321.0
1 parent 1b89b85 commit df86722

24 files changed

+1146
-241
lines changed

.changes/2.1321.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ChimeSDKVoice",
5+
"description": "This release introduces support for Voice Connector media metrics in the Amazon Chime SDK Voice namespace"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CloudFront",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "DataSync",
15+
"description": "AWS DataSync has relaxed the minimum length constraint of AccessKey for Object Storage locations to 1."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "OpenSearch",
20+
"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."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "RUM",
25+
"description": "CloudWatch RUM now supports CloudWatch Custom Metrics"
26+
}
27+
]

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1320.0-->
2+
<!--LATEST=2.1321.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1321.0
6+
* feature: ChimeSDKVoice: This release introduces support for Voice Connector media metrics in the Amazon Chime SDK Voice namespace
7+
* 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.
8+
* feature: DataSync: AWS DataSync has relaxed the minimum length constraint of AccessKey for Object Storage locations to 1.
9+
* 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.
10+
* feature: RUM: CloudWatch RUM now supports CloudWatch Custom Metrics
11+
512
## 2.1320.0
613
* feature: QuickSight: S3 data sources now accept a custom IAM role.
714
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1320.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1321.0.min.js"></script>
6161

6262
You can also build a custom browser SDK with your specified set of AWS services.
6363
This can allow you to reduce the SDK's size, specify different API versions of

apis/chime-sdk-voice-2022-08-03.min.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2634,6 +2634,9 @@
26342634
"members": {
26352635
"EnableSIPLogs": {
26362636
"type": "boolean"
2637+
},
2638+
"EnableMediaMetricLogs": {
2639+
"type": "boolean"
26372640
}
26382641
}
26392642
},

apis/chime-sdk-voice-2022-08-03.normal.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4163,6 +4163,9 @@
41634163
"members": {
41644164
"EnableSIPLogs": {
41654165
"shape": "Boolean"
4166+
},
4167+
"EnableMediaMetricLogs": {
4168+
"shape": "Boolean"
41664169
}
41674170
}
41684171
},

apis/cloudfront-2020-05-31.normal.json

Lines changed: 25 additions & 22 deletions
Large diffs are not rendered by default.

apis/datasync-2018-11-09.normal.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2950,7 +2950,7 @@
29502950
"ObjectStorageAccessKey": {
29512951
"type": "string",
29522952
"max": 200,
2953-
"min": 8,
2953+
"min": 1,
29542954
"pattern": "^.+$"
29552955
},
29562956
"ObjectStorageBucketName": {
@@ -2966,7 +2966,7 @@
29662966
"ObjectStorageSecretKey": {
29672967
"type": "string",
29682968
"max": 200,
2969-
"min": 8,
2969+
"min": 1,
29702970
"pattern": "^.+$",
29712971
"sensitive": true
29722972
},

0 commit comments

Comments
 (0)