aws-sdk 2.1606.0 → 2.1607.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
64
64
  To use the SDK in the browser, simply add the following script tag to your
65
65
  HTML pages:
66
66
 
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>
68
68
 
69
69
  You can also build a custom browser SDK with your specified set of AWS services.
70
70
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "appsync",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "rest-json",
8
+ "protocols": [
9
+ "rest-json"
10
+ ],
8
11
  "serviceAbbreviation": "AWSAppSync",
9
12
  "serviceFullName": "AWS AppSync",
10
13
  "serviceId": "AppSync",
@@ -2077,7 +2080,8 @@
2077
2080
  "type": "structure",
2078
2081
  "required": [
2079
2082
  "apiId",
2080
- "name"
2083
+ "name",
2084
+ "authenticationType"
2081
2085
  ],
2082
2086
  "members": {
2083
2087
  "apiId": {