aws-sdk 2.1633.0 → 2.1635.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.1633.0.min.js"></script>
67
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1635.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
@@ -4,6 +4,9 @@
4
4
  "apiVersion": "2016-11-15",
5
5
  "endpointPrefix": "ec2",
6
6
  "protocol": "ec2",
7
+ "protocols": [
8
+ "query"
9
+ ],
7
10
  "serviceAbbreviation": "Amazon EC2",
8
11
  "serviceFullName": "Amazon Elastic Compute Cloud",
9
12
  "serviceId": "EC2",
@@ -5,12 +5,18 @@
5
5
  "endpointPrefix": "globalaccelerator",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceFullName": "AWS Global Accelerator",
9
12
  "serviceId": "Global Accelerator",
10
13
  "signatureVersion": "v4",
11
14
  "signingName": "globalaccelerator",
12
15
  "targetPrefix": "GlobalAccelerator_V20180706",
13
- "uid": "globalaccelerator-2018-08-08"
16
+ "uid": "globalaccelerator-2018-08-08",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
14
20
  },
15
21
  "operations": {
16
22
  "AddCustomRoutingEndpoints": {
@@ -1124,6 +1130,9 @@
1124
1130
  "AcceleratorArn": {},
1125
1131
  "Name": {},
1126
1132
  "IpAddressType": {},
1133
+ "IpAddresses": {
1134
+ "shape": "Sv"
1135
+ },
1127
1136
  "Enabled": {
1128
1137
  "type": "boolean"
1129
1138
  }
@@ -1204,6 +1213,9 @@
1204
1213
  "AcceleratorArn": {},
1205
1214
  "Name": {},
1206
1215
  "IpAddressType": {},
1216
+ "IpAddresses": {
1217
+ "shape": "Sv"
1218
+ },
1207
1219
  "Enabled": {
1208
1220
  "type": "boolean"
1209
1221
  }