Skip to content

Commit 64fb575

Browse files
author
awstools
committed
Updates SDK to v2.1607.0
1 parent 6a5f51b commit 64fb575

32 files changed

+1339
-247
lines changed

Diff for: .changes/2.1607.0.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppSync",
5+
"description": "UpdateGraphQLAPI documentation update and datasource introspection secret arn update"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "FMS",
10+
"description": "AWS Firewall Manager adds support for network ACL policies to manage Amazon Virtual Private Cloud (VPC) network access control lists (ACLs) for accounts in your organization."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "IVS",
15+
"description": "Bug Fix: IVS does not support arns with the `svs` prefix"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "IVSRealTime",
20+
"description": "Bug Fix: IVS Real Time does not support ARNs using the `svs` prefix."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "StepFunctions",
25+
"description": "Add new ValidateStateMachineDefinition operation, which performs syntax checking on the definition of a Amazon States Language (ASL) state machine."
26+
}
27+
]

Diff for: CHANGELOG.md

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

5+
## 2.1607.0
6+
* feature: AppSync: UpdateGraphQLAPI documentation update and datasource introspection secret arn update
7+
* feature: FMS: AWS Firewall Manager adds support for network ACL policies to manage Amazon Virtual Private Cloud (VPC) network access control lists (ACLs) for accounts in your organization.
8+
* feature: IVS: Bug Fix: IVS does not support arns with the `svs` prefix
9+
* feature: IVSRealTime: Bug Fix: IVS Real Time does not support ARNs using the `svs` prefix.
10+
* feature: StepFunctions: Add new ValidateStateMachineDefinition operation, which performs syntax checking on the definition of a Amazon States Language (ASL) state machine.
11+
512
## 2.1606.0
613
* feature: DataSync: This change allows users to disable and enable the schedules associated with their tasks.
714
* feature: EC2: Launching capability for customers to enable or disable automatic assignment of public IPv4 addresses to their network interface

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.1606.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1607.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/appsync-2017-07-25.min.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"endpointPrefix": "appsync",
66
"jsonVersion": "1.1",
77
"protocol": "rest-json",
8+
"protocols": [
9+
"rest-json"
10+
],
811
"serviceAbbreviation": "AWSAppSync",
912
"serviceFullName": "AWS AppSync",
1013
"serviceId": "AppSync",
@@ -2077,7 +2080,8 @@
20772080
"type": "structure",
20782081
"required": [
20792082
"apiId",
2080-
"name"
2083+
"name",
2084+
"authenticationType"
20812085
],
20822086
"members": {
20832087
"apiId": {

Diff for: apis/appsync-2017-07-25.normal.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"endpointPrefix": "appsync",
66
"jsonVersion": "1.1",
77
"protocol": "rest-json",
8+
"protocols": [
9+
"rest-json"
10+
],
811
"serviceAbbreviation": "AWSAppSync",
912
"serviceFullName": "AWS AppSync",
1013
"serviceId": "AppSync",
@@ -4967,7 +4970,7 @@
49674970
"type": "string",
49684971
"max": 2048,
49694972
"min": 20,
4970-
"pattern": "^arn:[a-z-]*:secretsmanager:[a-z0-9-]*:\\d{12}:secret:[0-9A-Za-z_/-]*$"
4973+
"pattern": "^arn:[a-z-]*:secretsmanager:[a-z0-9-]*:\\d{12}:secret:[0-9A-Za-z_/+=.@!-]*$"
49714974
},
49724975
"RdsHttpEndpointConfig": {
49734976
"type": "structure",
@@ -5744,7 +5747,8 @@
57445747
"type": "structure",
57455748
"required": [
57465749
"apiId",
5747-
"name"
5750+
"name",
5751+
"authenticationType"
57485752
],
57495753
"members": {
57505754
"apiId": {

0 commit comments

Comments
 (0)