Skip to content

Commit ed0bb0f

Browse files
author
awstools
committed
Updates SDK to v2.1656.0
1 parent 2074ef1 commit ed0bb0f

38 files changed

+6659
-137
lines changed

.changes/2.1656.0.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CodeDeploy",
5+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DMS",
10+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "DeviceFarm",
15+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "ES",
20+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "ElasticBeanstalk",
25+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Firehose",
30+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "GameLift",
35+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "QApps",
40+
"description": "This is a general availability (GA) release of Amazon Q Apps, a capability of Amazon Q Business. Q Apps leverages data sources your company has provided to enable users to build, share, and customize apps within your organization."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "Route53Resolver",
45+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "SES",
50+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
51+
}
52+
]

CHANGELOG.md

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

5+
## 2.1656.0
6+
* feature: CodeDeploy: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
7+
* feature: DMS: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
8+
* feature: DeviceFarm: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
9+
* feature: ES: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
10+
* feature: ElasticBeanstalk: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
11+
* feature: Firehose: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
12+
* feature: GameLift: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
13+
* feature: QApps: This is a general availability (GA) release of Amazon Q Apps, a capability of Amazon Q Business. Q Apps leverages data sources your company has provided to enable users to build, share, and customize apps within your organization.
14+
* feature: Route53Resolver: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
15+
* feature: SES: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
16+
517
## 2.1655.0
618
* feature: ECR: This release for Amazon ECR makes change to bring the SDK into sync with the API.
719
* feature: PaymentCryptographyData: Added further restrictions on logging of potentially sensitive inputs and outputs.

README.md

Lines changed: 1 addition & 1 deletion
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.1655.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1656.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

apis/codedeploy-2014-10-06.min.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@
55
"endpointPrefix": "codedeploy",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceAbbreviation": "CodeDeploy",
912
"serviceFullName": "AWS CodeDeploy",
1013
"serviceId": "CodeDeploy",
1114
"signatureVersion": "v4",
1215
"targetPrefix": "CodeDeploy_20141006",
13-
"uid": "codedeploy-2014-10-06"
16+
"uid": "codedeploy-2014-10-06",
17+
"auth": [
18+
"aws.auth#sigv4"
19+
]
1420
},
1521
"operations": {
1622
"AddTagsToOnPremisesInstances": {

apis/codedeploy-2014-10-06.normal.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@
55
"endpointPrefix": "codedeploy",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceAbbreviation": "CodeDeploy",
912
"serviceFullName": "AWS CodeDeploy",
1013
"serviceId": "CodeDeploy",
1114
"signatureVersion": "v4",
1215
"targetPrefix": "CodeDeploy_20141006",
13-
"uid": "codedeploy-2014-10-06"
16+
"uid": "codedeploy-2014-10-06",
17+
"auth": [
18+
"aws.auth#sigv4"
19+
]
1420
},
1521
"operations": {
1622
"AddTagsToOnPremisesInstances": {

apis/devicefarm-2015-06-23.min.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@
55
"endpointPrefix": "devicefarm",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceFullName": "AWS Device Farm",
912
"serviceId": "Device Farm",
1013
"signatureVersion": "v4",
1114
"targetPrefix": "DeviceFarm_20150623",
12-
"uid": "devicefarm-2015-06-23"
15+
"uid": "devicefarm-2015-06-23",
16+
"auth": [
17+
"aws.auth#sigv4"
18+
]
1319
},
1420
"operations": {
1521
"CreateDevicePool": {

apis/devicefarm-2015-06-23.normal.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@
55
"endpointPrefix": "devicefarm",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceFullName": "AWS Device Farm",
912
"serviceId": "Device Farm",
1013
"signatureVersion": "v4",
1114
"targetPrefix": "DeviceFarm_20150623",
12-
"uid": "devicefarm-2015-06-23"
15+
"uid": "devicefarm-2015-06-23",
16+
"auth": [
17+
"aws.auth#sigv4"
18+
]
1319
},
1420
"operations": {
1521
"CreateDevicePool": {

apis/dms-2016-01-01.min.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@
55
"endpointPrefix": "dms",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceFullName": "AWS Database Migration Service",
912
"serviceId": "Database Migration Service",
1013
"signatureVersion": "v4",
1114
"targetPrefix": "AmazonDMSv20160101",
12-
"uid": "dms-2016-01-01"
15+
"uid": "dms-2016-01-01",
16+
"auth": [
17+
"aws.auth#sigv4"
18+
]
1319
},
1420
"operations": {
1521
"AddTagsToResource": {

apis/dms-2016-01-01.normal.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@
55
"endpointPrefix": "dms",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceFullName": "AWS Database Migration Service",
912
"serviceId": "Database Migration Service",
1013
"signatureVersion": "v4",
1114
"targetPrefix": "AmazonDMSv20160101",
12-
"uid": "dms-2016-01-01"
15+
"uid": "dms-2016-01-01",
16+
"auth": [
17+
"aws.auth#sigv4"
18+
]
1319
},
1420
"operations": {
1521
"AddTagsToResource": {

apis/elasticbeanstalk-2010-12-01.min.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@
44
"apiVersion": "2010-12-01",
55
"endpointPrefix": "elasticbeanstalk",
66
"protocol": "query",
7+
"protocols": [
8+
"query"
9+
],
710
"serviceAbbreviation": "Elastic Beanstalk",
811
"serviceFullName": "AWS Elastic Beanstalk",
912
"serviceId": "Elastic Beanstalk",
1013
"signatureVersion": "v4",
1114
"uid": "elasticbeanstalk-2010-12-01",
12-
"xmlNamespace": "http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/"
15+
"xmlNamespace": "http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/",
16+
"auth": [
17+
"aws.auth#sigv4"
18+
]
1319
},
1420
"operations": {
1521
"AbortEnvironmentUpdate": {

apis/elasticbeanstalk-2010-12-01.normal.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@
44
"apiVersion": "2010-12-01",
55
"endpointPrefix": "elasticbeanstalk",
66
"protocol": "query",
7+
"protocols": [
8+
"query"
9+
],
710
"serviceAbbreviation": "Elastic Beanstalk",
811
"serviceFullName": "AWS Elastic Beanstalk",
912
"serviceId": "Elastic Beanstalk",
1013
"signatureVersion": "v4",
1114
"uid": "elasticbeanstalk-2010-12-01",
12-
"xmlNamespace": "http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/"
15+
"xmlNamespace": "http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/",
16+
"auth": [
17+
"aws.auth#sigv4"
18+
]
1319
},
1420
"operations": {
1521
"AbortEnvironmentUpdate": {

apis/email-2010-12-01.min.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@
44
"apiVersion": "2010-12-01",
55
"endpointPrefix": "email",
66
"protocol": "query",
7+
"protocols": [
8+
"query"
9+
],
710
"serviceAbbreviation": "Amazon SES",
811
"serviceFullName": "Amazon Simple Email Service",
912
"serviceId": "SES",
1013
"signatureVersion": "v4",
1114
"signingName": "ses",
1215
"uid": "email-2010-12-01",
13-
"xmlNamespace": "http://ses.amazonaws.com/doc/2010-12-01/"
16+
"xmlNamespace": "http://ses.amazonaws.com/doc/2010-12-01/",
17+
"auth": [
18+
"aws.auth#sigv4"
19+
]
1420
},
1521
"operations": {
1622
"CloneReceiptRuleSet": {

apis/email-2010-12-01.normal.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@
44
"apiVersion": "2010-12-01",
55
"endpointPrefix": "email",
66
"protocol": "query",
7+
"protocols": [
8+
"query"
9+
],
710
"serviceAbbreviation": "Amazon SES",
811
"serviceFullName": "Amazon Simple Email Service",
912
"serviceId": "SES",
1013
"signatureVersion": "v4",
1114
"signingName": "ses",
1215
"uid": "email-2010-12-01",
13-
"xmlNamespace": "http://ses.amazonaws.com/doc/2010-12-01/"
16+
"xmlNamespace": "http://ses.amazonaws.com/doc/2010-12-01/",
17+
"auth": [
18+
"aws.auth#sigv4"
19+
]
1420
},
1521
"operations": {
1622
"CloneReceiptRuleSet": {

apis/es-2015-01-01.min.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@
44
"apiVersion": "2015-01-01",
55
"endpointPrefix": "es",
66
"protocol": "rest-json",
7+
"protocols": [
8+
"rest-json"
9+
],
710
"serviceFullName": "Amazon Elasticsearch Service",
811
"serviceId": "Elasticsearch Service",
912
"signatureVersion": "v4",
10-
"uid": "es-2015-01-01"
13+
"uid": "es-2015-01-01",
14+
"auth": [
15+
"aws.auth#sigv4"
16+
]
1117
},
1218
"operations": {
1319
"AcceptInboundCrossClusterSearchConnection": {

apis/es-2015-01-01.normal.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@
44
"apiVersion": "2015-01-01",
55
"endpointPrefix": "es",
66
"protocol": "rest-json",
7+
"protocols": [
8+
"rest-json"
9+
],
710
"serviceFullName": "Amazon Elasticsearch Service",
811
"serviceId": "Elasticsearch Service",
912
"signatureVersion": "v4",
10-
"uid": "es-2015-01-01"
13+
"uid": "es-2015-01-01",
14+
"auth": [
15+
"aws.auth#sigv4"
16+
]
1117
},
1218
"operations": {
1319
"AcceptInboundCrossClusterSearchConnection": {

apis/firehose-2015-08-04.min.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"serviceId": "Firehose",
1414
"signatureVersion": "v4",
1515
"targetPrefix": "Firehose_20150804",
16-
"uid": "firehose-2015-08-04"
16+
"uid": "firehose-2015-08-04",
17+
"auth": [
18+
"aws.auth#sigv4"
19+
]
1720
},
1821
"operations": {
1922
"CreateDeliveryStream": {

apis/firehose-2015-08-04.normal.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"serviceId": "Firehose",
1414
"signatureVersion": "v4",
1515
"targetPrefix": "Firehose_20150804",
16-
"uid": "firehose-2015-08-04"
16+
"uid": "firehose-2015-08-04",
17+
"auth": [
18+
"aws.auth#sigv4"
19+
]
1720
},
1821
"operations": {
1922
"CreateDeliveryStream": {

apis/gamelift-2015-10-01.min.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@
55
"endpointPrefix": "gamelift",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceFullName": "Amazon GameLift",
912
"serviceId": "GameLift",
1013
"signatureVersion": "v4",
1114
"targetPrefix": "GameLift",
12-
"uid": "gamelift-2015-10-01"
15+
"uid": "gamelift-2015-10-01",
16+
"auth": [
17+
"aws.auth#sigv4"
18+
]
1319
},
1420
"operations": {
1521
"AcceptMatch": {

apis/gamelift-2015-10-01.normal.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@
55
"endpointPrefix": "gamelift",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceFullName": "Amazon GameLift",
912
"serviceId": "GameLift",
1013
"signatureVersion": "v4",
1114
"targetPrefix": "GameLift",
12-
"uid": "gamelift-2015-10-01"
15+
"uid": "gamelift-2015-10-01",
16+
"auth": [
17+
"aws.auth#sigv4"
18+
]
1319
},
1420
"operations": {
1521
"AcceptMatch": {

apis/metadata.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,5 +1432,8 @@
14321432
},
14331433
"apptest": {
14341434
"name": "AppTest"
1435+
},
1436+
"qapps": {
1437+
"name": "QApps"
14351438
}
14361439
}

0 commit comments

Comments
 (0)