aws-sdk 2.1653.0 → 2.1654.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.1653.0.min.js"></script>
67
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1654.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,12 +5,18 @@
5
5
  "endpointPrefix": "organizations",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceAbbreviation": "Organizations",
9
12
  "serviceFullName": "AWS Organizations",
10
13
  "serviceId": "Organizations",
11
14
  "signatureVersion": "v4",
12
15
  "targetPrefix": "AWSOrganizationsV20161128",
13
- "uid": "organizations-2016-11-28"
16
+ "uid": "organizations-2016-11-28",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
14
20
  },
15
21
  "operations": {
16
22
  "AcceptHandshake": {
@@ -205,7 +205,10 @@
205
205
  }
206
206
  },
207
207
  "DatasetType": {},
208
- "ProjectArn": {}
208
+ "ProjectArn": {},
209
+ "Tags": {
210
+ "shape": "S1e"
211
+ }
209
212
  }
210
213
  },
211
214
  "output": {
@@ -261,7 +264,10 @@
261
264
  "members": {
262
265
  "ProjectName": {},
263
266
  "Feature": {},
264
- "AutoUpdate": {}
267
+ "AutoUpdate": {},
268
+ "Tags": {
269
+ "shape": "S1e"
270
+ }
265
271
  }
266
272
  },
267
273
  "output": {
@@ -2478,12 +2478,18 @@
2478
2478
  },
2479
2479
  "S2a": {
2480
2480
  "type": "structure",
2481
+ "required": [
2482
+ "Capacity"
2483
+ ],
2481
2484
  "members": {
2482
2485
  "Capacity": {}
2483
2486
  }
2484
2487
  },
2485
2488
  "S2b": {
2486
2489
  "type": "structure",
2490
+ "required": [
2491
+ "Capacity"
2492
+ ],
2487
2493
  "members": {
2488
2494
  "Capacity": {}
2489
2495
  }