Skip to content

Commit 9240f1e

Browse files
author
awstools
committed
Updates SDK to v2.1667.0
1 parent efb9563 commit 9240f1e

21 files changed

+1559
-221
lines changed

Diff for: .changes/2.1667.0.json

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudWatch",
5+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ECS",
10+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Glue",
15+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "IVS",
20+
"description": "updates cloudtrail event source for SDKs"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "IVSRealTime",
25+
"description": "updates cloudtrail event source for SDKs"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Ivschat",
30+
"description": "updates cloudtrail event source for SDKs"
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Kinesis",
35+
"description": "Updates API to latest version."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "Resiliencehub",
40+
"description": "Customers are presented with the grouping recommendations and can determine if the recommendations are accurate and apply to their case. This feature simplifies onboarding by organizing resources into appropriate AppComponents."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "Route53",
45+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "SSM",
50+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
51+
},
52+
{
53+
"type": "feature",
54+
"category": "WAFRegional",
55+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
56+
}
57+
]

Diff for: CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1666.0-->
2+
<!--LATEST=2.1667.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1667.0
6+
* feature: CloudWatch: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
7+
* feature: ECS: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
8+
* feature: Glue: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
9+
* feature: IVS: updates cloudtrail event source for SDKs
10+
* feature: IVSRealTime: updates cloudtrail event source for SDKs
11+
* feature: Ivschat: updates cloudtrail event source for SDKs
12+
* feature: Kinesis: Updates API to latest version.
13+
* feature: Resiliencehub: Customers are presented with the grouping recommendations and can determine if the recommendations are accurate and apply to their case. This feature simplifies onboarding by organizing resources into appropriate AppComponents.
14+
* feature: Route53: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
15+
* feature: SSM: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
16+
* feature: WAFRegional: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
17+
518
## 2.1666.0
619
* feature: Bedrock: API and Documentation for Bedrock Model Copy feature. This feature lets you share and copy a custom model from one region to another or one account to another.
720
* feature: ControlCatalog: AWS Control Tower provides two new public APIs controlcatalog:ListControls and controlcatalog:GetControl under controlcatalog service namespace, which enable customers to programmatically retrieve control metadata of available controls.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1666.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1667.0.min.js"></script>
6868

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

Diff for: apis/kinesis-2013-12-02.min.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@
88
"protocolSettings": {
99
"h2": "eventstream"
1010
},
11+
"protocols": [
12+
"json"
13+
],
1114
"serviceAbbreviation": "Kinesis",
1215
"serviceFullName": "Amazon Kinesis",
1316
"serviceId": "Kinesis",
1417
"signatureVersion": "v4",
1518
"targetPrefix": "Kinesis_20131202",
16-
"uid": "kinesis-2013-12-02"
19+
"uid": "kinesis-2013-12-02",
20+
"auth": [
21+
"aws.auth#sigv4"
22+
]
1723
},
1824
"operations": {
1925
"AddTagsToStream": {

Diff for: apis/kinesis-2013-12-02.normal.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@
88
"protocolSettings": {
99
"h2": "eventstream"
1010
},
11+
"protocols": [
12+
"json"
13+
],
1114
"serviceAbbreviation": "Kinesis",
1215
"serviceFullName": "Amazon Kinesis",
1316
"serviceId": "Kinesis",
1417
"signatureVersion": "v4",
1518
"targetPrefix": "Kinesis_20131202",
16-
"uid": "kinesis-2013-12-02"
19+
"uid": "kinesis-2013-12-02",
20+
"auth": [
21+
"aws.auth#sigv4"
22+
]
1723
},
1824
"operations": {
1925
"AddTagsToStream": {

Diff for: apis/monitoring-2010-08-01.min.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@
44
"apiVersion": "2010-08-01",
55
"endpointPrefix": "monitoring",
66
"protocol": "query",
7+
"protocols": [
8+
"query"
9+
],
710
"serviceAbbreviation": "CloudWatch",
811
"serviceFullName": "Amazon CloudWatch",
912
"serviceId": "CloudWatch",
1013
"signatureVersion": "v4",
1114
"uid": "monitoring-2010-08-01",
12-
"xmlNamespace": "http://monitoring.amazonaws.com/doc/2010-08-01/"
15+
"xmlNamespace": "http://monitoring.amazonaws.com/doc/2010-08-01/",
16+
"auth": [
17+
"aws.auth#sigv4"
18+
]
1319
},
1420
"operations": {
1521
"DeleteAlarms": {

Diff for: apis/monitoring-2010-08-01.normal.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@
44
"apiVersion": "2010-08-01",
55
"endpointPrefix": "monitoring",
66
"protocol": "query",
7+
"protocols": [
8+
"query"
9+
],
710
"serviceAbbreviation": "CloudWatch",
811
"serviceFullName": "Amazon CloudWatch",
912
"serviceId": "CloudWatch",
1013
"signatureVersion": "v4",
1114
"uid": "monitoring-2010-08-01",
12-
"xmlNamespace": "http://monitoring.amazonaws.com/doc/2010-08-01/"
15+
"xmlNamespace": "http://monitoring.amazonaws.com/doc/2010-08-01/",
16+
"auth": [
17+
"aws.auth#sigv4"
18+
]
1319
},
1420
"operations": {
1521
"DeleteAlarms": {

0 commit comments

Comments
 (0)