cdk-lambda-subminute 2.0.402 → 2.0.404
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +52 -52
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +34 -1
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +53 -44
- package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.min.json +4 -2
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +129 -129
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +5 -5
- package/node_modules/aws-sdk/clients/connect.d.ts +20 -19
- package/node_modules/aws-sdk/clients/ec2.d.ts +147 -147
- package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +71 -0
- package/node_modules/aws-sdk/clients/kafka.d.ts +11 -0
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +108 -100
- package/node_modules/aws-sdk/clients/ssm.d.ts +48 -48
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +55 -55
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +4 -4
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -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": "/
|
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
|
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": "
|
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.
|
119
|
-
"id": "to-create-a-bucket
|
120
|
-
"title": "To create a bucket
|
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": [
|
@@ -292,11 +292,10 @@
|
|
292
292
|
{
|
293
293
|
"input": {
|
294
294
|
"Bucket": "examplebucket",
|
295
|
-
"Key": "HappyFace.jpg"
|
296
|
-
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
295
|
+
"Key": "HappyFace.jpg"
|
297
296
|
},
|
298
297
|
"output": {
|
299
|
-
"VersionId": "
|
298
|
+
"VersionId": "null"
|
300
299
|
},
|
301
300
|
"comments": {
|
302
301
|
"input": {
|
@@ -304,17 +303,18 @@
|
|
304
303
|
"output": {
|
305
304
|
}
|
306
305
|
},
|
307
|
-
"description": "The following example removes tag set associated with the specified object
|
308
|
-
"id": "to-remove-tag-set-from-an-object-
|
309
|
-
"title": "To remove tag set from an object
|
306
|
+
"description": "The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version.",
|
307
|
+
"id": "to-remove-tag-set-from-an-object-1483145342862",
|
308
|
+
"title": "To remove tag set from an object"
|
310
309
|
},
|
311
310
|
{
|
312
311
|
"input": {
|
313
312
|
"Bucket": "examplebucket",
|
314
|
-
"Key": "HappyFace.jpg"
|
313
|
+
"Key": "HappyFace.jpg",
|
314
|
+
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
315
315
|
},
|
316
316
|
"output": {
|
317
|
-
"VersionId": "
|
317
|
+
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
318
318
|
},
|
319
319
|
"comments": {
|
320
320
|
"input": {
|
@@ -322,9 +322,9 @@
|
|
322
322
|
"output": {
|
323
323
|
}
|
324
324
|
},
|
325
|
-
"description": "The following example removes tag set associated with the specified object.
|
326
|
-
"id": "to-remove-tag-set-from-an-object-
|
327
|
-
"title": "To remove tag set from an object"
|
325
|
+
"description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
|
326
|
+
"id": "to-remove-tag-set-from-an-object-version-1483145285913",
|
327
|
+
"title": "To remove tag set from an object version"
|
328
328
|
}
|
329
329
|
],
|
330
330
|
"DeleteObjects": [
|
@@ -334,12 +334,10 @@
|
|
334
334
|
"Delete": {
|
335
335
|
"Objects": [
|
336
336
|
{
|
337
|
-
"Key": "
|
338
|
-
"VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
|
337
|
+
"Key": "objectkey1"
|
339
338
|
},
|
340
339
|
{
|
341
|
-
"Key": "
|
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
|
-
"
|
352
|
-
"
|
349
|
+
"DeleteMarker": "true",
|
350
|
+
"DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
|
351
|
+
"Key": "objectkey1"
|
353
352
|
},
|
354
353
|
{
|
355
|
-
"
|
356
|
-
"
|
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
|
367
|
-
"id": "to-delete-multiple-
|
368
|
-
"title": "To delete multiple
|
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": "
|
376
|
+
"Key": "HappyFace.jpg",
|
377
|
+
"VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
|
377
378
|
},
|
378
379
|
{
|
379
|
-
"Key": "
|
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
|
-
"
|
389
|
-
"
|
390
|
-
"Key": "objectkey1"
|
390
|
+
"Key": "HappyFace.jpg",
|
391
|
+
"VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
|
391
392
|
},
|
392
393
|
{
|
393
|
-
"
|
394
|
-
"
|
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
|
406
|
-
"id": "to-delete-multiple-
|
407
|
-
"title": "To delete multiple
|
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": "
|
843
|
+
"Key": "exampleobject",
|
844
|
+
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
844
845
|
},
|
845
846
|
"output": {
|
846
847
|
"TagSet": [
|
847
848
|
{
|
848
|
-
"Key": "
|
849
|
-
"Value": "
|
850
|
-
},
|
851
|
-
{
|
852
|
-
"Key": "Key3",
|
853
|
-
"Value": "Value3"
|
849
|
+
"Key": "Key1",
|
850
|
+
"Value": "Value1"
|
854
851
|
}
|
855
852
|
],
|
856
|
-
"VersionId": "
|
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-
|
866
|
-
"title": "To retrieve tag set of
|
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": "
|
872
|
-
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
868
|
+
"Key": "HappyFace.jpg"
|
873
869
|
},
|
874
870
|
"output": {
|
875
871
|
"TagSet": [
|
876
872
|
{
|
877
|
-
"Key": "
|
878
|
-
"Value": "
|
873
|
+
"Key": "Key4",
|
874
|
+
"Value": "Value4"
|
875
|
+
},
|
876
|
+
{
|
877
|
+
"Key": "Key3",
|
878
|
+
"Value": "Value3"
|
879
879
|
}
|
880
880
|
],
|
881
|
-
"VersionId": "
|
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.
|
890
|
-
"id": "to-retrieve-tag-set-of-
|
891
|
-
"title": "To retrieve tag set of
|
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": [
|
@@ -1569,14 +1569,11 @@
|
|
1569
1569
|
"input": {
|
1570
1570
|
"Body": "filetoupload",
|
1571
1571
|
"Bucket": "examplebucket",
|
1572
|
-
"Key": "
|
1573
|
-
"ServerSideEncryption": "AES256",
|
1574
|
-
"Tagging": "key1=value1&key2=value2"
|
1572
|
+
"Key": "objectkey"
|
1575
1573
|
},
|
1576
1574
|
"output": {
|
1577
1575
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1578
|
-
"
|
1579
|
-
"VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
|
1576
|
+
"VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
|
1580
1577
|
},
|
1581
1578
|
"comments": {
|
1582
1579
|
"input": {
|
@@ -1584,19 +1581,23 @@
|
|
1584
1581
|
"output": {
|
1585
1582
|
}
|
1586
1583
|
},
|
1587
|
-
"description": "The following example
|
1588
|
-
"id": "to-
|
1589
|
-
"title": "To
|
1584
|
+
"description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
|
1585
|
+
"id": "to-create-an-object-1483147613675",
|
1586
|
+
"title": "To create an object."
|
1590
1587
|
},
|
1591
1588
|
{
|
1592
1589
|
"input": {
|
1593
1590
|
"Body": "filetoupload",
|
1594
1591
|
"Bucket": "examplebucket",
|
1595
|
-
"Key": "
|
1592
|
+
"Key": "exampleobject",
|
1593
|
+
"Metadata": {
|
1594
|
+
"metadata1": "value1",
|
1595
|
+
"metadata2": "value2"
|
1596
|
+
}
|
1596
1597
|
},
|
1597
1598
|
"output": {
|
1598
1599
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1599
|
-
"VersionId": "
|
1600
|
+
"VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
|
1600
1601
|
},
|
1601
1602
|
"comments": {
|
1602
1603
|
"input": {
|
@@ -1604,22 +1605,19 @@
|
|
1604
1605
|
"output": {
|
1605
1606
|
}
|
1606
1607
|
},
|
1607
|
-
"description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
|
1608
|
-
"id": "to-
|
1609
|
-
"title": "To
|
1608
|
+
"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.",
|
1609
|
+
"id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
|
1610
|
+
"title": "To upload object and specify user-defined metadata"
|
1610
1611
|
},
|
1611
1612
|
{
|
1612
1613
|
"input": {
|
1613
1614
|
"Body": "HappyFace.jpg",
|
1614
1615
|
"Bucket": "examplebucket",
|
1615
|
-
"Key": "HappyFace.jpg"
|
1616
|
-
"ServerSideEncryption": "AES256",
|
1617
|
-
"StorageClass": "STANDARD_IA"
|
1616
|
+
"Key": "HappyFace.jpg"
|
1618
1617
|
},
|
1619
1618
|
"output": {
|
1620
1619
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1621
|
-
"
|
1622
|
-
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
1620
|
+
"VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
|
1623
1621
|
},
|
1624
1622
|
"comments": {
|
1625
1623
|
"input": {
|
@@ -1627,20 +1625,20 @@
|
|
1627
1625
|
"output": {
|
1628
1626
|
}
|
1629
1627
|
},
|
1630
|
-
"description": "The following example uploads an object. The
|
1631
|
-
"id": "to-upload-an-object-
|
1632
|
-
"title": "To upload an object
|
1628
|
+
"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.",
|
1629
|
+
"id": "to-upload-an-object-1481760101010",
|
1630
|
+
"title": "To upload an object"
|
1633
1631
|
},
|
1634
1632
|
{
|
1635
1633
|
"input": {
|
1636
|
-
"
|
1634
|
+
"ACL": "authenticated-read",
|
1635
|
+
"Body": "filetoupload",
|
1637
1636
|
"Bucket": "examplebucket",
|
1638
|
-
"Key": "
|
1639
|
-
"Tagging": "key1=value1&key2=value2"
|
1637
|
+
"Key": "exampleobject"
|
1640
1638
|
},
|
1641
1639
|
"output": {
|
1642
1640
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1643
|
-
"VersionId": "
|
1641
|
+
"VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
|
1644
1642
|
},
|
1645
1643
|
"comments": {
|
1646
1644
|
"input": {
|
@@ -1648,23 +1646,22 @@
|
|
1648
1646
|
"output": {
|
1649
1647
|
}
|
1650
1648
|
},
|
1651
|
-
"description": "The following example uploads
|
1652
|
-
"id": "to-upload-an-object-and-specify-
|
1653
|
-
"title": "To upload an object and specify
|
1649
|
+
"description": "The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.",
|
1650
|
+
"id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
|
1651
|
+
"title": "To upload an object and specify canned ACL."
|
1654
1652
|
},
|
1655
1653
|
{
|
1656
1654
|
"input": {
|
1657
|
-
"Body": "
|
1655
|
+
"Body": "HappyFace.jpg",
|
1658
1656
|
"Bucket": "examplebucket",
|
1659
|
-
"Key": "
|
1660
|
-
"
|
1661
|
-
|
1662
|
-
"metadata2": "value2"
|
1663
|
-
}
|
1657
|
+
"Key": "HappyFace.jpg",
|
1658
|
+
"ServerSideEncryption": "AES256",
|
1659
|
+
"StorageClass": "STANDARD_IA"
|
1664
1660
|
},
|
1665
1661
|
"output": {
|
1666
1662
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1667
|
-
"
|
1663
|
+
"ServerSideEncryption": "AES256",
|
1664
|
+
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
1668
1665
|
},
|
1669
1666
|
"comments": {
|
1670
1667
|
"input": {
|
@@ -1672,20 +1669,20 @@
|
|
1672
1669
|
"output": {
|
1673
1670
|
}
|
1674
1671
|
},
|
1675
|
-
"description": "The following example
|
1676
|
-
"id": "to-upload-object-
|
1677
|
-
"title": "To upload object
|
1672
|
+
"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.",
|
1673
|
+
"id": "to-upload-an-object-(specify-optional-headers)",
|
1674
|
+
"title": "To upload an object (specify optional headers)"
|
1678
1675
|
},
|
1679
1676
|
{
|
1680
1677
|
"input": {
|
1681
|
-
"
|
1682
|
-
"Body": "filetoupload",
|
1678
|
+
"Body": "c:\\HappyFace.jpg",
|
1683
1679
|
"Bucket": "examplebucket",
|
1684
|
-
"Key": "
|
1680
|
+
"Key": "HappyFace.jpg",
|
1681
|
+
"Tagging": "key1=value1&key2=value2"
|
1685
1682
|
},
|
1686
1683
|
"output": {
|
1687
1684
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1688
|
-
"VersionId": "
|
1685
|
+
"VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
|
1689
1686
|
},
|
1690
1687
|
"comments": {
|
1691
1688
|
"input": {
|
@@ -1693,19 +1690,22 @@
|
|
1693
1690
|
"output": {
|
1694
1691
|
}
|
1695
1692
|
},
|
1696
|
-
"description": "The following example uploads
|
1697
|
-
"id": "to-upload-an-object-and-specify-
|
1698
|
-
"title": "To upload an object and specify
|
1693
|
+
"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.",
|
1694
|
+
"id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
|
1695
|
+
"title": "To upload an object and specify optional tags"
|
1699
1696
|
},
|
1700
1697
|
{
|
1701
1698
|
"input": {
|
1702
|
-
"Body": "
|
1699
|
+
"Body": "filetoupload",
|
1703
1700
|
"Bucket": "examplebucket",
|
1704
|
-
"Key": "
|
1701
|
+
"Key": "exampleobject",
|
1702
|
+
"ServerSideEncryption": "AES256",
|
1703
|
+
"Tagging": "key1=value1&key2=value2"
|
1705
1704
|
},
|
1706
1705
|
"output": {
|
1707
1706
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1708
|
-
"
|
1707
|
+
"ServerSideEncryption": "AES256",
|
1708
|
+
"VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
|
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
|
1717
|
-
"id": "to-upload-an-object-
|
1718
|
-
"title": "To upload an object"
|
1716
|
+
"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.",
|
1717
|
+
"id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
|
1718
|
+
"title": "To upload an object and specify server-side encryption and object tags"
|
1719
1719
|
}
|
1720
1720
|
],
|
1721
1721
|
"PutObjectAcl": [
|
@@ -1826,14 +1826,15 @@
|
|
1826
1826
|
"input": {
|
1827
1827
|
"Bucket": "examplebucket",
|
1828
1828
|
"CopySource": "/bucketname/sourceobjectkey",
|
1829
|
+
"CopySourceRange": "bytes=1-100000",
|
1829
1830
|
"Key": "examplelargeobject",
|
1830
|
-
"PartNumber": "
|
1831
|
+
"PartNumber": "2",
|
1831
1832
|
"UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
|
1832
1833
|
},
|
1833
1834
|
"output": {
|
1834
1835
|
"CopyPartResult": {
|
1835
|
-
"ETag": "\"
|
1836
|
-
"LastModified": "2016-12-29T21:
|
1836
|
+
"ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
|
1837
|
+
"LastModified": "2016-12-29T21:44:28.000Z"
|
1837
1838
|
}
|
1838
1839
|
},
|
1839
1840
|
"comments": {
|
@@ -1842,23 +1843,22 @@
|
|
1842
1843
|
"output": {
|
1843
1844
|
}
|
1844
1845
|
},
|
1845
|
-
"description": "The following example uploads a part of a multipart upload by copying
|
1846
|
-
"id": "to-upload-a-part-by-copying-
|
1847
|
-
"title": "To upload a part by copying
|
1846
|
+
"description": "The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source.",
|
1847
|
+
"id": "to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594",
|
1848
|
+
"title": "To upload a part by copying byte range from an existing object as data source"
|
1848
1849
|
},
|
1849
1850
|
{
|
1850
1851
|
"input": {
|
1851
1852
|
"Bucket": "examplebucket",
|
1852
1853
|
"CopySource": "/bucketname/sourceobjectkey",
|
1853
|
-
"CopySourceRange": "bytes=1-100000",
|
1854
1854
|
"Key": "examplelargeobject",
|
1855
|
-
"PartNumber": "
|
1855
|
+
"PartNumber": "1",
|
1856
1856
|
"UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
|
1857
1857
|
},
|
1858
1858
|
"output": {
|
1859
1859
|
"CopyPartResult": {
|
1860
|
-
"ETag": "\"
|
1861
|
-
"LastModified": "2016-12-29T21:
|
1860
|
+
"ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
|
1861
|
+
"LastModified": "2016-12-29T21:24:43.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 data from an existing object as data source.",
|
1871
|
+
"id": "to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348",
|
1872
|
+
"title": "To upload a part by copying data from an existing object as data source"
|
1873
1873
|
}
|
1874
1874
|
]
|
1875
1875
|
}
|
@@ -221,11 +221,11 @@ declare class CloudFormation extends Service {
|
|
221
221
|
*/
|
222
222
|
describeStackDriftDetectionStatus(callback?: (err: AWSError, data: CloudFormation.Types.DescribeStackDriftDetectionStatusOutput) => void): Request<CloudFormation.Types.DescribeStackDriftDetectionStatusOutput, AWSError>;
|
223
223
|
/**
|
224
|
-
* Returns all stack related events for a specified stack in reverse chronological order. For more information about a stack's event history,
|
224
|
+
* Returns all stack related events for a specified stack in reverse chronological order. For more information about a stack's event history, see CloudFormation stack creation events in the CloudFormation User Guide. You can list events for stacks that have failed to create or have been deleted by specifying the unique stack identifier (stack ID).
|
225
225
|
*/
|
226
226
|
describeStackEvents(params: CloudFormation.Types.DescribeStackEventsInput, callback?: (err: AWSError, data: CloudFormation.Types.DescribeStackEventsOutput) => void): Request<CloudFormation.Types.DescribeStackEventsOutput, AWSError>;
|
227
227
|
/**
|
228
|
-
* Returns all stack related events for a specified stack in reverse chronological order. For more information about a stack's event history,
|
228
|
+
* Returns all stack related events for a specified stack in reverse chronological order. For more information about a stack's event history, see CloudFormation stack creation events in the CloudFormation User Guide. You can list events for stacks that have failed to create or have been deleted by specifying the unique stack identifier (stack ID).
|
229
229
|
*/
|
230
230
|
describeStackEvents(callback?: (err: AWSError, data: CloudFormation.Types.DescribeStackEventsOutput) => void): Request<CloudFormation.Types.DescribeStackEventsOutput, AWSError>;
|
231
231
|
/**
|
@@ -277,11 +277,11 @@ declare class CloudFormation extends Service {
|
|
277
277
|
*/
|
278
278
|
describeStackSetOperation(callback?: (err: AWSError, data: CloudFormation.Types.DescribeStackSetOperationOutput) => void): Request<CloudFormation.Types.DescribeStackSetOperationOutput, AWSError>;
|
279
279
|
/**
|
280
|
-
* Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created. If the stack doesn't exist, a ValidationError is returned.
|
280
|
+
* Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created. For more information about a stack's event history, see CloudFormation stack creation events in the CloudFormation User Guide. If the stack doesn't exist, a ValidationError is returned.
|
281
281
|
*/
|
282
282
|
describeStacks(params: CloudFormation.Types.DescribeStacksInput, callback?: (err: AWSError, data: CloudFormation.Types.DescribeStacksOutput) => void): Request<CloudFormation.Types.DescribeStacksOutput, AWSError>;
|
283
283
|
/**
|
284
|
-
* Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created. If the stack doesn't exist, a ValidationError is returned.
|
284
|
+
* Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created. For more information about a stack's event history, see CloudFormation stack creation events in the CloudFormation User Guide. If the stack doesn't exist, a ValidationError is returned.
|
285
285
|
*/
|
286
286
|
describeStacks(callback?: (err: AWSError, data: CloudFormation.Types.DescribeStacksOutput) => void): Request<CloudFormation.Types.DescribeStacksOutput, AWSError>;
|
287
287
|
/**
|
@@ -3885,7 +3885,7 @@ declare namespace CloudFormation {
|
|
3885
3885
|
}
|
3886
3886
|
export interface StackInstanceComprehensiveStatus {
|
3887
3887
|
/**
|
3888
|
-
* CANCELLED: The operation in the specified account and Region has been canceled. This is either because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation has been exceeded. FAILED: The operation in the specified account and Region failed. If the stack set operation fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be exceeded.
|
3888
|
+
* CANCELLED: The operation in the specified account and Region has been canceled. This is either because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation has been exceeded. FAILED: The operation in the specified account and Region failed. If the stack set operation fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be exceeded. INOPERABLE: A DeleteStackInstances operation has failed and left the stack in an unstable state. Stacks in this state are excluded from further UpdateStackSet operations. You might need to perform a DeleteStackInstances operation, with RetainStacks set to true, to delete the stack instance, and then delete the stack manually. PENDING: The operation in the specified account and Region has yet to start. RUNNING: The operation in the specified account and Region is currently in progress. SKIPPED_SUSPENDED_ACCOUNT: The operation in the specified account and Region has been skipped because the account was suspended at the time of the operation. SUCCEEDED: The operation in the specified account and Region completed successfully.
|
3889
3889
|
*/
|
3890
3890
|
DetailedStatus?: StackInstanceDetailedStatus;
|
3891
3891
|
}
|