aws-sdk-core 2.11.510 → 2.11.515
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appmesh/2019-01-25/api-2.json +64 -1
- data/apis/backup/2018-11-15/api-2.json +48 -0
- data/apis/chime/2018-05-01/api-2.json +125 -1
- data/apis/codebuild/2016-10-06/api-2.json +7 -4
- data/apis/codedeploy/2014-10-06/api-2.json +68 -11
- data/apis/dlm/2018-01-12/api-2.json +8 -5
- data/apis/ec2/2016-11-15/api-2.json +87 -3
- data/apis/elasticache/2015-02-02/api-2.json +14 -7
- data/apis/health/2016-08-04/api-2.json +20 -9
- data/apis/health/2016-08-04/paginators-1.json +3 -0
- data/apis/iotsitewise/2019-12-02/api-2.json +28 -11
- data/apis/macie/2017-12-19/examples-1.json +2 -2
- data/apis/macie/2017-12-19/paginators-1.json +9 -9
- data/apis/medialive/2017-10-14/api-2.json +605 -29
- data/apis/medialive/2017-10-14/paginators-1.json +6 -0
- data/apis/medialive/2017-10-14/waiters-2.json +81 -0
- data/apis/quicksight/2018-04-01/api-2.json +9 -0
- data/apis/s3/2006-03-01/api-2.json +76 -20
- data/apis/s3/2006-03-01/examples-1.json +94 -94
- data/apis/securityhub/2018-10-26/api-2.json +16 -2
- data/apis/ssm/2014-11-06/api-2.json +0 -1
- data/apis/synthetics/2017-10-11/api-2.json +9 -2
- data/apis/transcribe-streaming/2017-10-26/api-2.json +38 -3
- data/endpoints.json +83 -3
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -44,7 +44,7 @@
|
|
44
44
|
"Bucket": "acexamplebucket",
|
45
45
|
"ETag": "\"4d9031c7644d8081c2829f4ea23c55f7-2\"",
|
46
46
|
"Key": "bigobject",
|
47
|
-
"Location": "https://examplebucket.s3
|
47
|
+
"Location": "https://examplebucket.s3.<Region>.amazonaws.com/bigobject"
|
48
48
|
},
|
49
49
|
"comments": {
|
50
50
|
"input": {
|
@@ -107,7 +107,7 @@
|
|
107
107
|
}
|
108
108
|
},
|
109
109
|
"output": {
|
110
|
-
"Location": "http://examplebucket
|
110
|
+
"Location": "http://examplebucket.<Region>.s3.amazonaws.com/"
|
111
111
|
},
|
112
112
|
"comments": {
|
113
113
|
"input": {
|
@@ -257,8 +257,10 @@
|
|
257
257
|
"DeleteObject": [
|
258
258
|
{
|
259
259
|
"input": {
|
260
|
-
"Bucket": "
|
261
|
-
"Key": "
|
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
|
270
|
-
"id": "to-delete-an-object-
|
271
|
-
"title": "To delete an object
|
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": "
|
276
|
-
"Key": "
|
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
|
287
|
-
"id": "to-delete-an-object-
|
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,10 +334,12 @@
|
|
334
334
|
"Delete": {
|
335
335
|
"Objects": [
|
336
336
|
{
|
337
|
-
"Key": "
|
337
|
+
"Key": "HappyFace.jpg",
|
338
|
+
"VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
|
338
339
|
},
|
339
340
|
{
|
340
|
-
"Key": "
|
341
|
+
"Key": "HappyFace.jpg",
|
342
|
+
"VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
|
341
343
|
}
|
342
344
|
],
|
343
345
|
"Quiet": false
|
@@ -346,14 +348,12 @@
|
|
346
348
|
"output": {
|
347
349
|
"Deleted": [
|
348
350
|
{
|
349
|
-
"
|
350
|
-
"
|
351
|
-
"Key": "objectkey1"
|
351
|
+
"Key": "HappyFace.jpg",
|
352
|
+
"VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
|
352
353
|
},
|
353
354
|
{
|
354
|
-
"
|
355
|
-
"
|
356
|
-
"Key": "objectkey2"
|
355
|
+
"Key": "HappyFace.jpg",
|
356
|
+
"VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
|
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
|
367
|
-
"id": "to-delete-multiple-
|
368
|
-
"title": "To delete multiple
|
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"
|
369
369
|
},
|
370
370
|
{
|
371
371
|
"input": {
|
@@ -373,12 +373,10 @@
|
|
373
373
|
"Delete": {
|
374
374
|
"Objects": [
|
375
375
|
{
|
376
|
-
"Key": "
|
377
|
-
"VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
|
376
|
+
"Key": "objectkey1"
|
378
377
|
},
|
379
378
|
{
|
380
|
-
"Key": "
|
381
|
-
"VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
|
379
|
+
"Key": "objectkey2"
|
382
380
|
}
|
383
381
|
],
|
384
382
|
"Quiet": false
|
@@ -387,12 +385,14 @@
|
|
387
385
|
"output": {
|
388
386
|
"Deleted": [
|
389
387
|
{
|
390
|
-
"
|
391
|
-
"
|
388
|
+
"DeleteMarker": "true",
|
389
|
+
"DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
|
390
|
+
"Key": "objectkey1"
|
392
391
|
},
|
393
392
|
{
|
394
|
-
"
|
395
|
-
"
|
393
|
+
"DeleteMarker": "true",
|
394
|
+
"DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
|
395
|
+
"Key": "objectkey2"
|
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 request
|
406
|
-
"id": "to-delete-multiple-
|
407
|
-
"title": "To delete multiple
|
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"
|
408
408
|
}
|
409
409
|
],
|
410
410
|
"GetBucketCors": [
|
@@ -1567,16 +1567,16 @@
|
|
1567
1567
|
"PutObject": [
|
1568
1568
|
{
|
1569
1569
|
"input": {
|
1570
|
-
"Body": "
|
1570
|
+
"Body": "filetoupload",
|
1571
1571
|
"Bucket": "examplebucket",
|
1572
|
-
"Key": "
|
1572
|
+
"Key": "exampleobject",
|
1573
1573
|
"ServerSideEncryption": "AES256",
|
1574
|
-
"
|
1574
|
+
"Tagging": "key1=value1&key2=value2"
|
1575
1575
|
},
|
1576
1576
|
"output": {
|
1577
1577
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1578
1578
|
"ServerSideEncryption": "AES256",
|
1579
|
-
"VersionId": "
|
1579
|
+
"VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
|
1580
1580
|
},
|
1581
1581
|
"comments": {
|
1582
1582
|
"input": {
|
@@ -1584,20 +1584,19 @@
|
|
1584
1584
|
"output": {
|
1585
1585
|
}
|
1586
1586
|
},
|
1587
|
-
"description": "The following example uploads
|
1588
|
-
"id": "to-upload-an-object-
|
1589
|
-
"title": "To upload an object
|
1587
|
+
"description": "The following example uploads and 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"
|
1590
1590
|
},
|
1591
1591
|
{
|
1592
1592
|
"input": {
|
1593
|
-
"Body": "
|
1593
|
+
"Body": "filetoupload",
|
1594
1594
|
"Bucket": "examplebucket",
|
1595
|
-
"Key": "
|
1596
|
-
"Tagging": "key1=value1&key2=value2"
|
1595
|
+
"Key": "objectkey"
|
1597
1596
|
},
|
1598
1597
|
"output": {
|
1599
1598
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1600
|
-
"VersionId": "
|
1599
|
+
"VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
|
1601
1600
|
},
|
1602
1601
|
"comments": {
|
1603
1602
|
"input": {
|
@@ -1605,23 +1604,20 @@
|
|
1605
1604
|
"output": {
|
1606
1605
|
}
|
1607
1606
|
},
|
1608
|
-
"description": "The following example
|
1609
|
-
"id": "to-
|
1610
|
-
"title": "To
|
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."
|
1611
1610
|
},
|
1612
1611
|
{
|
1613
1612
|
"input": {
|
1614
|
-
"Body": "
|
1613
|
+
"Body": "c:\\HappyFace.jpg",
|
1615
1614
|
"Bucket": "examplebucket",
|
1616
|
-
"Key": "
|
1617
|
-
"
|
1618
|
-
"metadata1": "value1",
|
1619
|
-
"metadata2": "value2"
|
1620
|
-
}
|
1615
|
+
"Key": "HappyFace.jpg",
|
1616
|
+
"Tagging": "key1=value1&key2=value2"
|
1621
1617
|
},
|
1622
1618
|
"output": {
|
1623
1619
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1624
|
-
"VersionId": "
|
1620
|
+
"VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
|
1625
1621
|
},
|
1626
1622
|
"comments": {
|
1627
1623
|
"input": {
|
@@ -1629,19 +1625,22 @@
|
|
1629
1625
|
"output": {
|
1630
1626
|
}
|
1631
1627
|
},
|
1632
|
-
"description": "The following example
|
1633
|
-
"id": "to-upload-object-and-specify-
|
1634
|
-
"title": "To upload object and specify
|
1628
|
+
"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.",
|
1629
|
+
"id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
|
1630
|
+
"title": "To upload an object and specify optional tags"
|
1635
1631
|
},
|
1636
1632
|
{
|
1637
1633
|
"input": {
|
1638
|
-
"Body": "
|
1634
|
+
"Body": "HappyFace.jpg",
|
1639
1635
|
"Bucket": "examplebucket",
|
1640
|
-
"Key": "
|
1636
|
+
"Key": "HappyFace.jpg",
|
1637
|
+
"ServerSideEncryption": "AES256",
|
1638
|
+
"StorageClass": "STANDARD_IA"
|
1641
1639
|
},
|
1642
1640
|
"output": {
|
1643
1641
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1644
|
-
"
|
1642
|
+
"ServerSideEncryption": "AES256",
|
1643
|
+
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
1645
1644
|
},
|
1646
1645
|
"comments": {
|
1647
1646
|
"input": {
|
@@ -1649,19 +1648,23 @@
|
|
1649
1648
|
"output": {
|
1650
1649
|
}
|
1651
1650
|
},
|
1652
|
-
"description": "The following example
|
1653
|
-
"id": "to-
|
1654
|
-
"title": "To
|
1651
|
+
"description": "The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
|
1652
|
+
"id": "to-upload-an-object-(specify-optional-headers)",
|
1653
|
+
"title": "To upload an object (specify optional headers)"
|
1655
1654
|
},
|
1656
1655
|
{
|
1657
1656
|
"input": {
|
1658
|
-
"Body": "
|
1657
|
+
"Body": "filetoupload",
|
1659
1658
|
"Bucket": "examplebucket",
|
1660
|
-
"Key": "
|
1659
|
+
"Key": "exampleobject",
|
1660
|
+
"Metadata": {
|
1661
|
+
"metadata1": "value1",
|
1662
|
+
"metadata2": "value2"
|
1663
|
+
}
|
1661
1664
|
},
|
1662
1665
|
"output": {
|
1663
1666
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1664
|
-
"VersionId": "
|
1667
|
+
"VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
|
1665
1668
|
},
|
1666
1669
|
"comments": {
|
1667
1670
|
"input": {
|
@@ -1669,9 +1672,9 @@
|
|
1669
1672
|
"output": {
|
1670
1673
|
}
|
1671
1674
|
},
|
1672
|
-
"description": "The following example
|
1673
|
-
"id": "to-upload-
|
1674
|
-
"title": "To upload
|
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
1678
|
},
|
1676
1679
|
{
|
1677
1680
|
"input": {
|
@@ -1696,16 +1699,13 @@
|
|
1696
1699
|
},
|
1697
1700
|
{
|
1698
1701
|
"input": {
|
1699
|
-
"Body": "
|
1702
|
+
"Body": "HappyFace.jpg",
|
1700
1703
|
"Bucket": "examplebucket",
|
1701
|
-
"Key": "
|
1702
|
-
"ServerSideEncryption": "AES256",
|
1703
|
-
"Tagging": "key1=value1&key2=value2"
|
1704
|
+
"Key": "HappyFace.jpg"
|
1704
1705
|
},
|
1705
1706
|
"output": {
|
1706
1707
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1707
|
-
"
|
1708
|
-
"VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
|
1708
|
+
"VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
|
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
|
1717
|
-
"id": "to-upload-an-object-
|
1718
|
-
"title": "To upload an object
|
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"
|
1719
1719
|
}
|
1720
1720
|
],
|
1721
1721
|
"PutObjectAcl": [
|
@@ -1826,15 +1826,14 @@
|
|
1826
1826
|
"input": {
|
1827
1827
|
"Bucket": "examplebucket",
|
1828
1828
|
"CopySource": "/bucketname/sourceobjectkey",
|
1829
|
-
"CopySourceRange": "bytes=1-100000",
|
1830
1829
|
"Key": "examplelargeobject",
|
1831
|
-
"PartNumber": "
|
1830
|
+
"PartNumber": "1",
|
1832
1831
|
"UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
|
1833
1832
|
},
|
1834
1833
|
"output": {
|
1835
1834
|
"CopyPartResult": {
|
1836
|
-
"ETag": "\"
|
1837
|
-
"LastModified": "2016-12-29T21:
|
1835
|
+
"ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
|
1836
|
+
"LastModified": "2016-12-29T21:24:43.000Z"
|
1838
1837
|
}
|
1839
1838
|
},
|
1840
1839
|
"comments": {
|
@@ -1843,22 +1842,23 @@
|
|
1843
1842
|
"output": {
|
1844
1843
|
}
|
1845
1844
|
},
|
1846
|
-
"description": "The following example uploads a part of a multipart upload by copying
|
1847
|
-
"id": "to-upload-a-part-by-copying-
|
1848
|
-
"title": "To upload a part by copying
|
1845
|
+
"description": "The following example uploads a part of a multipart upload by copying data from an existing object as data source.",
|
1846
|
+
"id": "to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348",
|
1847
|
+
"title": "To upload a part by copying data from an existing object as data source"
|
1849
1848
|
},
|
1850
1849
|
{
|
1851
1850
|
"input": {
|
1852
1851
|
"Bucket": "examplebucket",
|
1853
1852
|
"CopySource": "/bucketname/sourceobjectkey",
|
1853
|
+
"CopySourceRange": "bytes=1-100000",
|
1854
1854
|
"Key": "examplelargeobject",
|
1855
|
-
"PartNumber": "
|
1855
|
+
"PartNumber": "2",
|
1856
1856
|
"UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
|
1857
1857
|
},
|
1858
1858
|
"output": {
|
1859
1859
|
"CopyPartResult": {
|
1860
|
-
"ETag": "\"
|
1861
|
-
"LastModified": "2016-12-29T21:
|
1860
|
+
"ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
|
1861
|
+
"LastModified": "2016-12-29T21:44:28.000Z"
|
1862
1862
|
}
|
1863
1863
|
},
|
1864
1864
|
"comments": {
|
@@ -1867,9 +1867,9 @@
|
|
1867
1867
|
"output": {
|
1868
1868
|
}
|
1869
1869
|
},
|
1870
|
-
"description": "The following example uploads a part of a multipart upload by copying
|
1871
|
-
"id": "to-upload-a-part-by-copying-
|
1872
|
-
"title": "To upload a part by copying
|
1870
|
+
"description": "The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source.",
|
1871
|
+
"id": "to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594",
|
1872
|
+
"title": "To upload a part by copying byte range from an existing object as data source"
|
1873
1873
|
}
|
1874
1874
|
]
|
1875
1875
|
}
|
@@ -1536,7 +1536,8 @@
|
|
1536
1536
|
"type":"structure",
|
1537
1537
|
"members":{
|
1538
1538
|
"Status":{"shape":"ComplianceStatus"},
|
1539
|
-
"RelatedRequirements":{"shape":"RelatedRequirementsList"}
|
1539
|
+
"RelatedRequirements":{"shape":"RelatedRequirementsList"},
|
1540
|
+
"StatusReasons":{"shape":"StatusReasonsList"}
|
1540
1541
|
}
|
1541
1542
|
},
|
1542
1543
|
"ComplianceStatus":{
|
@@ -2569,7 +2570,8 @@
|
|
2569
2570
|
"members":{
|
2570
2571
|
"Product":{"shape":"Double"},
|
2571
2572
|
"Label":{"shape":"SeverityLabel"},
|
2572
|
-
"Normalized":{"shape":"Integer"}
|
2573
|
+
"Normalized":{"shape":"Integer"},
|
2574
|
+
"Original":{"shape":"NonEmptyString"}
|
2573
2575
|
}
|
2574
2576
|
},
|
2575
2577
|
"SeverityLabel":{
|
@@ -2703,6 +2705,18 @@
|
|
2703
2705
|
"type":"list",
|
2704
2706
|
"member":{"shape":"StandardsSubscription"}
|
2705
2707
|
},
|
2708
|
+
"StatusReason":{
|
2709
|
+
"type":"structure",
|
2710
|
+
"required":["ReasonCode"],
|
2711
|
+
"members":{
|
2712
|
+
"ReasonCode":{"shape":"NonEmptyString"},
|
2713
|
+
"Description":{"shape":"NonEmptyString"}
|
2714
|
+
}
|
2715
|
+
},
|
2716
|
+
"StatusReasonsList":{
|
2717
|
+
"type":"list",
|
2718
|
+
"member":{"shape":"StatusReason"}
|
2719
|
+
},
|
2706
2720
|
"StringFilter":{
|
2707
2721
|
"type":"structure",
|
2708
2722
|
"members":{
|
@@ -277,13 +277,15 @@
|
|
277
277
|
"type":"structure",
|
278
278
|
"required":["TimeoutInSeconds"],
|
279
279
|
"members":{
|
280
|
-
"TimeoutInSeconds":{"shape":"MaxFifteenMinutesInSeconds"}
|
280
|
+
"TimeoutInSeconds":{"shape":"MaxFifteenMinutesInSeconds"},
|
281
|
+
"MemoryInMB":{"shape":"MaxSize3008"}
|
281
282
|
}
|
282
283
|
},
|
283
284
|
"CanaryRunConfigOutput":{
|
284
285
|
"type":"structure",
|
285
286
|
"members":{
|
286
|
-
"TimeoutInSeconds":{"shape":"MaxFifteenMinutesInSeconds"}
|
287
|
+
"TimeoutInSeconds":{"shape":"MaxFifteenMinutesInSeconds"},
|
288
|
+
"MemoryInMB":{"shape":"MaxSize3008"}
|
287
289
|
}
|
288
290
|
},
|
289
291
|
"CanaryRunState":{
|
@@ -554,6 +556,11 @@
|
|
554
556
|
"max":1024,
|
555
557
|
"min":1
|
556
558
|
},
|
559
|
+
"MaxSize3008":{
|
560
|
+
"type":"integer",
|
561
|
+
"max":3008,
|
562
|
+
"min":960
|
563
|
+
},
|
557
564
|
"ResourceNotFoundException":{
|
558
565
|
"type":"structure",
|
559
566
|
"members":{
|