aws-sdk 2.1652.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.1652.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
@@ -13,7 +13,10 @@
13
13
  "serviceId": "FMS",
14
14
  "signatureVersion": "v4",
15
15
  "targetPrefix": "AWSFMS_20180101",
16
- "uid": "fms-2018-01-01"
16
+ "uid": "fms-2018-01-01",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
17
20
  },
18
21
  "operations": {
19
22
  "AssociateAdminAccount": {
@@ -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": {
@@ -84,10 +84,13 @@
84
84
  "CreateBucket": [
85
85
  {
86
86
  "input": {
87
- "Bucket": "examplebucket"
87
+ "Bucket": "examplebucket",
88
+ "CreateBucketConfiguration": {
89
+ "LocationConstraint": "eu-west-1"
90
+ }
88
91
  },
89
92
  "output": {
90
- "Location": "/examplebucket"
93
+ "Location": "http://examplebucket.<Region>.s3.amazonaws.com/"
91
94
  },
92
95
  "comments": {
93
96
  "input": {
@@ -95,19 +98,16 @@
95
98
  "output": {
96
99
  }
97
100
  },
98
- "description": "The following example creates a bucket.",
99
- "id": "to-create-a-bucket--1472851826060",
100
- "title": "To create a bucket "
101
+ "description": "The following example creates a bucket. The request specifies an AWS region where to create the bucket.",
102
+ "id": "to-create-a-bucket-in-a-specific-region-1483399072992",
103
+ "title": "To create a bucket in a specific region"
101
104
  },
102
105
  {
103
106
  "input": {
104
- "Bucket": "examplebucket",
105
- "CreateBucketConfiguration": {
106
- "LocationConstraint": "eu-west-1"
107
- }
107
+ "Bucket": "examplebucket"
108
108
  },
109
109
  "output": {
110
- "Location": "http://examplebucket.<Region>.s3.amazonaws.com/"
110
+ "Location": "/examplebucket"
111
111
  },
112
112
  "comments": {
113
113
  "input": {
@@ -115,9 +115,9 @@
115
115
  "output": {
116
116
  }
117
117
  },
118
- "description": "The following example creates a bucket. The request specifies an AWS region where to create the bucket.",
119
- "id": "to-create-a-bucket-in-a-specific-region-1483399072992",
120
- "title": "To create a bucket in a specific region"
118
+ "description": "The following example creates a bucket.",
119
+ "id": "to-create-a-bucket--1472851826060",
120
+ "title": "To create a bucket "
121
121
  }
122
122
  ],
123
123
  "CreateMultipartUpload": [
@@ -257,8 +257,10 @@
257
257
  "DeleteObject": [
258
258
  {
259
259
  "input": {
260
- "Bucket": "ExampleBucket",
261
- "Key": "HappyFace.jpg"
260
+ "Bucket": "examplebucket",
261
+ "Key": "objectkey.jpg"
262
+ },
263
+ "output": {
262
264
  },
263
265
  "comments": {
264
266
  "input": {
@@ -266,16 +268,14 @@
266
268
  "output": {
267
269
  }
268
270
  },
269
- "description": "The following example deletes an object from a non-versioned bucket.",
270
- "id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
271
- "title": "To delete an object (from a non-versioned bucket)"
271
+ "description": "The following example deletes an object from an S3 bucket.",
272
+ "id": "to-delete-an-object-1472850136595",
273
+ "title": "To delete an object"
272
274
  },
273
275
  {
274
276
  "input": {
275
- "Bucket": "examplebucket",
276
- "Key": "objectkey.jpg"
277
- },
278
- "output": {
277
+ "Bucket": "ExampleBucket",
278
+ "Key": "HappyFace.jpg"
279
279
  },
280
280
  "comments": {
281
281
  "input": {
@@ -283,9 +283,9 @@
283
283
  "output": {
284
284
  }
285
285
  },
286
- "description": "The following example deletes an object from an S3 bucket.",
287
- "id": "to-delete-an-object-1472850136595",
288
- "title": "To delete an object"
286
+ "description": "The following example deletes an object from a non-versioned bucket.",
287
+ "id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
288
+ "title": "To delete an object (from a non-versioned bucket)"
289
289
  }
290
290
  ],
291
291
  "DeleteObjectTagging": [
@@ -334,12 +334,10 @@
334
334
  "Delete": {
335
335
  "Objects": [
336
336
  {
337
- "Key": "HappyFace.jpg",
338
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
337
+ "Key": "objectkey1"
339
338
  },
340
339
  {
341
- "Key": "HappyFace.jpg",
342
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
340
+ "Key": "objectkey2"
343
341
  }
344
342
  ],
345
343
  "Quiet": false
@@ -348,12 +346,14 @@
348
346
  "output": {
349
347
  "Deleted": [
350
348
  {
351
- "Key": "HappyFace.jpg",
352
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
349
+ "DeleteMarker": "true",
350
+ "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
351
+ "Key": "objectkey1"
353
352
  },
354
353
  {
355
- "Key": "HappyFace.jpg",
356
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
354
+ "DeleteMarker": "true",
355
+ "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
356
+ "Key": "objectkey2"
357
357
  }
358
358
  ]
359
359
  },
@@ -363,9 +363,9 @@
363
363
  "output": {
364
364
  }
365
365
  },
366
- "description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
367
- "id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
368
- "title": "To delete multiple object versions from a versioned bucket"
366
+ "description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
367
+ "id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
368
+ "title": "To delete multiple objects from a versioned bucket"
369
369
  },
370
370
  {
371
371
  "input": {
@@ -373,10 +373,12 @@
373
373
  "Delete": {
374
374
  "Objects": [
375
375
  {
376
- "Key": "objectkey1"
376
+ "Key": "HappyFace.jpg",
377
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
377
378
  },
378
379
  {
379
- "Key": "objectkey2"
380
+ "Key": "HappyFace.jpg",
381
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
380
382
  }
381
383
  ],
382
384
  "Quiet": false
@@ -385,14 +387,12 @@
385
387
  "output": {
386
388
  "Deleted": [
387
389
  {
388
- "DeleteMarker": "true",
389
- "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
390
- "Key": "objectkey1"
390
+ "Key": "HappyFace.jpg",
391
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
391
392
  },
392
393
  {
393
- "DeleteMarker": "true",
394
- "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
395
- "Key": "objectkey2"
394
+ "Key": "HappyFace.jpg",
395
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
396
396
  }
397
397
  ]
398
398
  },
@@ -402,9 +402,9 @@
402
402
  "output": {
403
403
  }
404
404
  },
405
- "description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
406
- "id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
407
- "title": "To delete multiple objects from a versioned bucket"
405
+ "description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
406
+ "id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
407
+ "title": "To delete multiple object versions from a versioned bucket"
408
408
  }
409
409
  ],
410
410
  "GetBucketCors": [
@@ -840,20 +840,17 @@
840
840
  {
841
841
  "input": {
842
842
  "Bucket": "examplebucket",
843
- "Key": "HappyFace.jpg"
843
+ "Key": "exampleobject",
844
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
844
845
  },
845
846
  "output": {
846
847
  "TagSet": [
847
848
  {
848
- "Key": "Key4",
849
- "Value": "Value4"
850
- },
851
- {
852
- "Key": "Key3",
853
- "Value": "Value3"
849
+ "Key": "Key1",
850
+ "Value": "Value1"
854
851
  }
855
852
  ],
856
- "VersionId": "null"
853
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
857
854
  },
858
855
  "comments": {
859
856
  "input": {
@@ -861,24 +858,27 @@
861
858
  "output": {
862
859
  }
863
860
  },
864
- "description": "The following example retrieves tag set of an object.",
865
- "id": "to-retrieve-tag-set-of-an-object-1481833847896",
866
- "title": "To retrieve tag set of an object"
861
+ "description": "The following example retrieves tag set of an object. The request specifies object version.",
862
+ "id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
863
+ "title": "To retrieve tag set of a specific object version"
867
864
  },
868
865
  {
869
866
  "input": {
870
867
  "Bucket": "examplebucket",
871
- "Key": "exampleobject",
872
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
868
+ "Key": "HappyFace.jpg"
873
869
  },
874
870
  "output": {
875
871
  "TagSet": [
876
872
  {
877
- "Key": "Key1",
878
- "Value": "Value1"
873
+ "Key": "Key4",
874
+ "Value": "Value4"
875
+ },
876
+ {
877
+ "Key": "Key3",
878
+ "Value": "Value3"
879
879
  }
880
880
  ],
881
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
881
+ "VersionId": "null"
882
882
  },
883
883
  "comments": {
884
884
  "input": {
@@ -886,9 +886,9 @@
886
886
  "output": {
887
887
  }
888
888
  },
889
- "description": "The following example retrieves tag set of an object. The request specifies object version.",
890
- "id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
891
- "title": "To retrieve tag set of a specific object version"
889
+ "description": "The following example retrieves tag set of an object.",
890
+ "id": "to-retrieve-tag-set-of-an-object-1481833847896",
891
+ "title": "To retrieve tag set of an object"
892
892
  }
893
893
  ],
894
894
  "GetObjectTorrent": [
@@ -1567,16 +1567,13 @@
1567
1567
  "PutObject": [
1568
1568
  {
1569
1569
  "input": {
1570
- "Body": "filetoupload",
1570
+ "Body": "HappyFace.jpg",
1571
1571
  "Bucket": "examplebucket",
1572
- "Key": "exampleobject",
1573
- "ServerSideEncryption": "AES256",
1574
- "Tagging": "key1=value1&key2=value2"
1572
+ "Key": "HappyFace.jpg"
1575
1573
  },
1576
1574
  "output": {
1577
1575
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1578
- "ServerSideEncryption": "AES256",
1579
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1576
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1580
1577
  },
1581
1578
  "comments": {
1582
1579
  "input": {
@@ -1584,19 +1581,22 @@
1584
1581
  "output": {
1585
1582
  }
1586
1583
  },
1587
- "description": "The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
1588
- "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1589
- "title": "To upload an object and specify server-side encryption and object tags"
1584
+ "description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1585
+ "id": "to-upload-an-object-1481760101010",
1586
+ "title": "To upload an object"
1590
1587
  },
1591
1588
  {
1592
1589
  "input": {
1593
1590
  "Body": "filetoupload",
1594
1591
  "Bucket": "examplebucket",
1595
- "Key": "objectkey"
1592
+ "Key": "exampleobject",
1593
+ "ServerSideEncryption": "AES256",
1594
+ "Tagging": "key1=value1&key2=value2"
1596
1595
  },
1597
1596
  "output": {
1598
1597
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1599
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1598
+ "ServerSideEncryption": "AES256",
1599
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1600
1600
  },
1601
1601
  "comments": {
1602
1602
  "input": {
@@ -1604,9 +1604,9 @@
1604
1604
  "output": {
1605
1605
  }
1606
1606
  },
1607
- "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1608
- "id": "to-create-an-object-1483147613675",
1609
- "title": "To create an object."
1607
+ "description": "The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
1608
+ "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1609
+ "title": "To upload an object and specify server-side encryption and object tags"
1610
1610
  },
1611
1611
  {
1612
1612
  "input": {
@@ -1633,14 +1633,17 @@
1633
1633
  },
1634
1634
  {
1635
1635
  "input": {
1636
- "Body": "c:\\HappyFace.jpg",
1636
+ "Body": "filetoupload",
1637
1637
  "Bucket": "examplebucket",
1638
- "Key": "HappyFace.jpg",
1639
- "Tagging": "key1=value1&key2=value2"
1638
+ "Key": "exampleobject",
1639
+ "Metadata": {
1640
+ "metadata1": "value1",
1641
+ "metadata2": "value2"
1642
+ }
1640
1643
  },
1641
1644
  "output": {
1642
1645
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1643
- "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1646
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1644
1647
  },
1645
1648
  "comments": {
1646
1649
  "input": {
@@ -1648,23 +1651,20 @@
1648
1651
  "output": {
1649
1652
  }
1650
1653
  },
1651
- "description": "The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.",
1652
- "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1653
- "title": "To upload an object and specify optional tags"
1654
+ "description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
1655
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1656
+ "title": "To upload object and specify user-defined metadata"
1654
1657
  },
1655
1658
  {
1656
1659
  "input": {
1657
- "Body": "filetoupload",
1660
+ "Body": "c:\\HappyFace.jpg",
1658
1661
  "Bucket": "examplebucket",
1659
- "Key": "exampleobject",
1660
- "Metadata": {
1661
- "metadata1": "value1",
1662
- "metadata2": "value2"
1663
- }
1662
+ "Key": "HappyFace.jpg",
1663
+ "Tagging": "key1=value1&key2=value2"
1664
1664
  },
1665
1665
  "output": {
1666
1666
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1667
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1667
+ "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1668
1668
  },
1669
1669
  "comments": {
1670
1670
  "input": {
@@ -1672,9 +1672,9 @@
1672
1672
  "output": {
1673
1673
  }
1674
1674
  },
1675
- "description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
1676
- "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1677
- "title": "To upload object and specify user-defined metadata"
1675
+ "description": "The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.",
1676
+ "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1677
+ "title": "To upload an object and specify optional tags"
1678
1678
  },
1679
1679
  {
1680
1680
  "input": {
@@ -1699,13 +1699,13 @@
1699
1699
  },
1700
1700
  {
1701
1701
  "input": {
1702
- "Body": "HappyFace.jpg",
1702
+ "Body": "filetoupload",
1703
1703
  "Bucket": "examplebucket",
1704
- "Key": "HappyFace.jpg"
1704
+ "Key": "objectkey"
1705
1705
  },
1706
1706
  "output": {
1707
1707
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1708
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1708
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1709
1709
  },
1710
1710
  "comments": {
1711
1711
  "input": {
@@ -1713,9 +1713,9 @@
1713
1713
  "output": {
1714
1714
  }
1715
1715
  },
1716
- "description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1717
- "id": "to-upload-an-object-1481760101010",
1718
- "title": "To upload an object"
1716
+ "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1717
+ "id": "to-create-an-object-1483147613675",
1718
+ "title": "To create an object."
1719
1719
  }
1720
1720
  ],
1721
1721
  "PutObjectAcl": [
@@ -13,7 +13,10 @@
13
13
  "serviceFullName": "Amazon Simple Storage Service",
14
14
  "serviceId": "S3",
15
15
  "signatureVersion": "s3",
16
- "uid": "s3-2006-03-01"
16
+ "uid": "s3-2006-03-01",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
17
20
  },
18
21
  "operations": {
19
22
  "AbortMultipartUpload": {
@@ -2431,10 +2434,9 @@
2431
2434
  "locationName": "response-content-type"
2432
2435
  },
2433
2436
  "ResponseExpires": {
2437
+ "shape": "S9w",
2434
2438
  "location": "querystring",
2435
- "locationName": "response-expires",
2436
- "type": "timestamp",
2437
- "timestampFormat": "rfc822"
2439
+ "locationName": "response-expires"
2438
2440
  },
2439
2441
  "VersionId": {
2440
2442
  "location": "querystring",
@@ -3216,6 +3218,31 @@
3216
3218
  "location": "header",
3217
3219
  "locationName": "Range"
3218
3220
  },
3221
+ "ResponseCacheControl": {
3222
+ "location": "querystring",
3223
+ "locationName": "response-cache-control"
3224
+ },
3225
+ "ResponseContentDisposition": {
3226
+ "location": "querystring",
3227
+ "locationName": "response-content-disposition"
3228
+ },
3229
+ "ResponseContentEncoding": {
3230
+ "location": "querystring",
3231
+ "locationName": "response-content-encoding"
3232
+ },
3233
+ "ResponseContentLanguage": {
3234
+ "location": "querystring",
3235
+ "locationName": "response-content-language"
3236
+ },
3237
+ "ResponseContentType": {
3238
+ "location": "querystring",
3239
+ "locationName": "response-content-type"
3240
+ },
3241
+ "ResponseExpires": {
3242
+ "shape": "S9w",
3243
+ "location": "querystring",
3244
+ "locationName": "response-expires"
3245
+ },
3219
3246
  "VersionId": {
3220
3247
  "location": "querystring",
3221
3248
  "locationName": "versionId"
@@ -6742,7 +6769,8 @@
6742
6769
  "UseObjectLambdaEndpoint": {
6743
6770
  "value": true
6744
6771
  }
6745
- }
6772
+ },
6773
+ "unsignedPayload": true
6746
6774
  }
6747
6775
  },
6748
6776
  "shapes": {
@@ -7752,6 +7780,10 @@
7752
7780
  }
7753
7781
  }
7754
7782
  },
7783
+ "S9w": {
7784
+ "type": "timestamp",
7785
+ "timestampFormat": "rfc822"
7786
+ },
7755
7787
  "Sar": {
7756
7788
  "type": "structure",
7757
7789
  "members": {
@@ -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
  }