cdk-lambda-subminute 2.0.406 → 2.0.408
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/cloudformation-2010-05-15.min.json +35 -0
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +3 -4
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +291 -215
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +155 -133
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +119 -119
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +4 -2
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +49 -2
- package/node_modules/aws-sdk/clients/kms.d.ts +10 -6
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +98 -2
- package/node_modules/aws-sdk/clients/rds.d.ts +44 -0
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +3 -3
- 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 +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +200 -142
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -84,13 +84,10 @@
|
|
84
84
|
"CreateBucket": [
|
85
85
|
{
|
86
86
|
"input": {
|
87
|
-
"Bucket": "examplebucket"
|
88
|
-
"CreateBucketConfiguration": {
|
89
|
-
"LocationConstraint": "eu-west-1"
|
90
|
-
}
|
87
|
+
"Bucket": "examplebucket"
|
91
88
|
},
|
92
89
|
"output": {
|
93
|
-
"Location": "
|
90
|
+
"Location": "/examplebucket"
|
94
91
|
},
|
95
92
|
"comments": {
|
96
93
|
"input": {
|
@@ -98,16 +95,19 @@
|
|
98
95
|
"output": {
|
99
96
|
}
|
100
97
|
},
|
101
|
-
"description": "The following example creates a bucket.
|
102
|
-
"id": "to-create-a-bucket
|
103
|
-
"title": "To create a bucket
|
98
|
+
"description": "The following example creates a bucket.",
|
99
|
+
"id": "to-create-a-bucket--1472851826060",
|
100
|
+
"title": "To create a bucket "
|
104
101
|
},
|
105
102
|
{
|
106
103
|
"input": {
|
107
|
-
"Bucket": "examplebucket"
|
104
|
+
"Bucket": "examplebucket",
|
105
|
+
"CreateBucketConfiguration": {
|
106
|
+
"LocationConstraint": "eu-west-1"
|
107
|
+
}
|
108
108
|
},
|
109
109
|
"output": {
|
110
|
-
"Location": "/
|
110
|
+
"Location": "http://examplebucket.<Region>.s3.amazonaws.com/"
|
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. 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"
|
121
121
|
}
|
122
122
|
],
|
123
123
|
"CreateMultipartUpload": [
|
@@ -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": [
|
@@ -728,17 +728,18 @@
|
|
728
728
|
{
|
729
729
|
"input": {
|
730
730
|
"Bucket": "examplebucket",
|
731
|
-
"Key": "
|
731
|
+
"Key": "SampleFile.txt",
|
732
|
+
"Range": "bytes=0-9"
|
732
733
|
},
|
733
734
|
"output": {
|
734
735
|
"AcceptRanges": "bytes",
|
735
|
-
"ContentLength": "
|
736
|
-
"
|
737
|
-
"
|
738
|
-
"
|
736
|
+
"ContentLength": "10",
|
737
|
+
"ContentRange": "bytes 0-9/43",
|
738
|
+
"ContentType": "text/plain",
|
739
|
+
"ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
|
740
|
+
"LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
|
739
741
|
"Metadata": {
|
740
742
|
},
|
741
|
-
"TagCount": 2,
|
742
743
|
"VersionId": "null"
|
743
744
|
},
|
744
745
|
"comments": {
|
@@ -747,25 +748,24 @@
|
|
747
748
|
"output": {
|
748
749
|
}
|
749
750
|
},
|
750
|
-
"description": "The following example retrieves an object for an S3 bucket.",
|
751
|
-
"id": "to-retrieve-an-object
|
752
|
-
"title": "To retrieve an object"
|
751
|
+
"description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
|
752
|
+
"id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
|
753
|
+
"title": "To retrieve a byte range of an object "
|
753
754
|
},
|
754
755
|
{
|
755
756
|
"input": {
|
756
757
|
"Bucket": "examplebucket",
|
757
|
-
"Key": "
|
758
|
-
"Range": "bytes=0-9"
|
758
|
+
"Key": "HappyFace.jpg"
|
759
759
|
},
|
760
760
|
"output": {
|
761
761
|
"AcceptRanges": "bytes",
|
762
|
-
"ContentLength": "
|
763
|
-
"
|
764
|
-
"
|
765
|
-
"
|
766
|
-
"LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
|
762
|
+
"ContentLength": "3191",
|
763
|
+
"ContentType": "image/jpeg",
|
764
|
+
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
765
|
+
"LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
|
767
766
|
"Metadata": {
|
768
767
|
},
|
768
|
+
"TagCount": 2,
|
769
769
|
"VersionId": "null"
|
770
770
|
},
|
771
771
|
"comments": {
|
@@ -774,9 +774,9 @@
|
|
774
774
|
"output": {
|
775
775
|
}
|
776
776
|
},
|
777
|
-
"description": "The following example retrieves an object for an S3 bucket.
|
778
|
-
"id": "to-retrieve-
|
779
|
-
"title": "To retrieve
|
777
|
+
"description": "The following example retrieves an object for an S3 bucket.",
|
778
|
+
"id": "to-retrieve-an-object-1481827837012",
|
779
|
+
"title": "To retrieve an object"
|
780
780
|
}
|
781
781
|
],
|
782
782
|
"GetObjectAcl": [
|
@@ -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": [
|
@@ -1567,16 +1567,36 @@
|
|
1567
1567
|
"PutObject": [
|
1568
1568
|
{
|
1569
1569
|
"input": {
|
1570
|
-
"Body": "
|
1570
|
+
"Body": "HappyFace.jpg",
|
1571
1571
|
"Bucket": "examplebucket",
|
1572
|
-
"Key": "
|
1572
|
+
"Key": "HappyFace.jpg"
|
1573
|
+
},
|
1574
|
+
"output": {
|
1575
|
+
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1576
|
+
"VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
|
1577
|
+
},
|
1578
|
+
"comments": {
|
1579
|
+
"input": {
|
1580
|
+
},
|
1581
|
+
"output": {
|
1582
|
+
}
|
1583
|
+
},
|
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"
|
1587
|
+
},
|
1588
|
+
{
|
1589
|
+
"input": {
|
1590
|
+
"Body": "HappyFace.jpg",
|
1591
|
+
"Bucket": "examplebucket",
|
1592
|
+
"Key": "HappyFace.jpg",
|
1573
1593
|
"ServerSideEncryption": "AES256",
|
1574
|
-
"
|
1594
|
+
"StorageClass": "STANDARD_IA"
|
1575
1595
|
},
|
1576
1596
|
"output": {
|
1577
1597
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1578
1598
|
"ServerSideEncryption": "AES256",
|
1579
|
-
"VersionId": "
|
1599
|
+
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
1580
1600
|
},
|
1581
1601
|
"comments": {
|
1582
1602
|
"input": {
|
@@ -1584,9 +1604,9 @@
|
|
1584
1604
|
"output": {
|
1585
1605
|
}
|
1586
1606
|
},
|
1587
|
-
"description": "The following example uploads an object. The request specifies
|
1588
|
-
"id": "to-upload-an-object-
|
1589
|
-
"title": "To upload an object
|
1607
|
+
"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.",
|
1608
|
+
"id": "to-upload-an-object-(specify-optional-headers)",
|
1609
|
+
"title": "To upload an object (specify optional headers)"
|
1590
1610
|
},
|
1591
1611
|
{
|
1592
1612
|
"input": {
|
@@ -1633,26 +1653,6 @@
|
|
1633
1653
|
"id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
|
1634
1654
|
"title": "To upload an object and specify canned ACL."
|
1635
1655
|
},
|
1636
|
-
{
|
1637
|
-
"input": {
|
1638
|
-
"Body": "HappyFace.jpg",
|
1639
|
-
"Bucket": "examplebucket",
|
1640
|
-
"Key": "HappyFace.jpg"
|
1641
|
-
},
|
1642
|
-
"output": {
|
1643
|
-
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1644
|
-
"VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
|
1645
|
-
},
|
1646
|
-
"comments": {
|
1647
|
-
"input": {
|
1648
|
-
},
|
1649
|
-
"output": {
|
1650
|
-
}
|
1651
|
-
},
|
1652
|
-
"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.",
|
1653
|
-
"id": "to-upload-an-object-1481760101010",
|
1654
|
-
"title": "To upload an object"
|
1655
|
-
},
|
1656
1656
|
{
|
1657
1657
|
"input": {
|
1658
1658
|
"Body": "filetoupload",
|
@@ -1675,16 +1675,16 @@
|
|
1675
1675
|
},
|
1676
1676
|
{
|
1677
1677
|
"input": {
|
1678
|
-
"Body": "
|
1678
|
+
"Body": "filetoupload",
|
1679
1679
|
"Bucket": "examplebucket",
|
1680
|
-
"Key": "
|
1680
|
+
"Key": "exampleobject",
|
1681
1681
|
"ServerSideEncryption": "AES256",
|
1682
|
-
"
|
1682
|
+
"Tagging": "key1=value1&key2=value2"
|
1683
1683
|
},
|
1684
1684
|
"output": {
|
1685
1685
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1686
1686
|
"ServerSideEncryption": "AES256",
|
1687
|
-
"VersionId": "
|
1687
|
+
"VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
|
1688
1688
|
},
|
1689
1689
|
"comments": {
|
1690
1690
|
"input": {
|
@@ -1692,9 +1692,9 @@
|
|
1692
1692
|
"output": {
|
1693
1693
|
}
|
1694
1694
|
},
|
1695
|
-
"description": "The following example uploads an object. The request specifies optional request
|
1696
|
-
"id": "to-upload-an-object-
|
1697
|
-
"title": "To upload an object
|
1695
|
+
"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.",
|
1696
|
+
"id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
|
1697
|
+
"title": "To upload an object and specify server-side encryption and object tags"
|
1698
1698
|
},
|
1699
1699
|
{
|
1700
1700
|
"input": {
|
@@ -2883,7 +2883,8 @@
|
|
2883
2883
|
"type": "structure",
|
2884
2884
|
"members": {
|
2885
2885
|
"LegalHold": {
|
2886
|
-
"shape": "Sar"
|
2886
|
+
"shape": "Sar",
|
2887
|
+
"locationName": "LegalHold"
|
2887
2888
|
}
|
2888
2889
|
},
|
2889
2890
|
"payload": "LegalHold"
|
@@ -2964,7 +2965,8 @@
|
|
2964
2965
|
"type": "structure",
|
2965
2966
|
"members": {
|
2966
2967
|
"Retention": {
|
2967
|
-
"shape": "Sb2"
|
2968
|
+
"shape": "Sb2",
|
2969
|
+
"locationName": "Retention"
|
2968
2970
|
}
|
2969
2971
|
},
|
2970
2972
|
"payload": "Retention"
|
@@ -460,6 +460,14 @@ declare class CloudFormation extends Service {
|
|
460
460
|
* Returns descriptions of all resources of the specified stack. For deleted stacks, ListStackResources returns resource information for up to 90 days after the stack has been deleted.
|
461
461
|
*/
|
462
462
|
listStackResources(callback?: (err: AWSError, data: CloudFormation.Types.ListStackResourcesOutput) => void): Request<CloudFormation.Types.ListStackResourcesOutput, AWSError>;
|
463
|
+
/**
|
464
|
+
* Returns summary information about deployment targets for a stack set.
|
465
|
+
*/
|
466
|
+
listStackSetAutoDeploymentTargets(params: CloudFormation.Types.ListStackSetAutoDeploymentTargetsInput, callback?: (err: AWSError, data: CloudFormation.Types.ListStackSetAutoDeploymentTargetsOutput) => void): Request<CloudFormation.Types.ListStackSetAutoDeploymentTargetsOutput, AWSError>;
|
467
|
+
/**
|
468
|
+
* Returns summary information about deployment targets for a stack set.
|
469
|
+
*/
|
470
|
+
listStackSetAutoDeploymentTargets(callback?: (err: AWSError, data: CloudFormation.Types.ListStackSetAutoDeploymentTargetsOutput) => void): Request<CloudFormation.Types.ListStackSetAutoDeploymentTargetsOutput, AWSError>;
|
463
471
|
/**
|
464
472
|
* Returns summary information about the results of a stack set operation.
|
465
473
|
*/
|
@@ -1176,7 +1184,7 @@ declare namespace CloudFormation {
|
|
1176
1184
|
*/
|
1177
1185
|
NotificationARNs?: NotificationARNs;
|
1178
1186
|
/**
|
1179
|
-
* In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to create the stack. CAPABILITY_IAM and CAPABILITY_NAMED_IAM Some stack templates might include resources that can affect permissions in your Amazon Web Services account; for example, by creating new Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge this by specifying one of these capabilities. The following IAM resources require you to specify either the CAPABILITY_IAM or CAPABILITY_NAMED_IAM capability. If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify either of these capabilities, CloudFormation returns an InsufficientCapabilities error. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary. AWS::IAM::AccessKey
|
1187
|
+
* In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to create the stack. CAPABILITY_IAM and CAPABILITY_NAMED_IAM Some stack templates might include resources that can affect permissions in your Amazon Web Services account; for example, by creating new Identity and Access Management (IAM) users. For those stacks, you must explicitly acknowledge this by specifying one of these capabilities. The following IAM resources require you to specify either the CAPABILITY_IAM or CAPABILITY_NAMED_IAM capability. If you have IAM resources, you can specify either capability. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. If you don't specify either of these capabilities, CloudFormation returns an InsufficientCapabilities error. If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary. AWS::IAM::AccessKey AWS::IAM::Group AWS::IAM::InstanceProfile AWS::IAM::Policy AWS::IAM::Role AWS::IAM::User AWS::IAM::UserToGroupAddition For more information, see Acknowledging IAM Resources in CloudFormation Templates. CAPABILITY_AUTO_EXPAND Some template contain macros. Macros perform custom processing on templates; this can include simple actions like find-and-replace operations, all the way to extensive transformations of entire templates. Because of this, users typically create a change set from the processed template, so that they can review the changes resulting from the macros before actually creating the stack. If your stack template contains one or more macros, and you choose to create a stack directly from the processed template, without first reviewing the resulting changes in a change set, you must acknowledge this capability. This includes the AWS::Include and AWS::Serverless transforms, which are macros hosted by CloudFormation. If you want to create a stack from a stack template that contains macros and nested stacks, you must create the stack directly from the template using this capability. You should only create stacks directly from a stack template that contains macros if you know what processing the macro performs. Each macro relies on an underlying Lambda service function for processing stack templates. Be aware that the Lambda function owner can update the function operation without CloudFormation being notified. For more information, see Using CloudFormation macros to perform custom processing on templates. Only one of the Capabilities and ResourceType parameters can be specified.
|
1180
1188
|
*/
|
1181
1189
|
Capabilities?: Capabilities;
|
1182
1190
|
/**
|
@@ -2730,6 +2738,34 @@ declare namespace CloudFormation {
|
|
2730
2738
|
*/
|
2731
2739
|
NextToken?: NextToken;
|
2732
2740
|
}
|
2741
|
+
export interface ListStackSetAutoDeploymentTargetsInput {
|
2742
|
+
/**
|
2743
|
+
* The name or unique ID of the stack set that you want to get automatic deployment targets for.
|
2744
|
+
*/
|
2745
|
+
StackSetName: StackSetNameOrId;
|
2746
|
+
/**
|
2747
|
+
* A string that identifies the next page of stack set deployment targets that you want to retrieve.
|
2748
|
+
*/
|
2749
|
+
NextToken?: NextToken;
|
2750
|
+
/**
|
2751
|
+
* The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.
|
2752
|
+
*/
|
2753
|
+
MaxResults?: MaxResults;
|
2754
|
+
/**
|
2755
|
+
* Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. By default, SELF is specified. Use SELF for StackSets with self-managed permissions. If you are signed in to the management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN. Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
|
2756
|
+
*/
|
2757
|
+
CallAs?: CallAs;
|
2758
|
+
}
|
2759
|
+
export interface ListStackSetAutoDeploymentTargetsOutput {
|
2760
|
+
/**
|
2761
|
+
* An array of summaries of the deployment targets for the stack set.
|
2762
|
+
*/
|
2763
|
+
Summaries?: StackSetAutoDeploymentTargetSummaries;
|
2764
|
+
/**
|
2765
|
+
* If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call ListStackSetAutoDeploymentTargets again and use that value for the NextToken parameter. If the request returns all results, NextToken is set to an empty string.
|
2766
|
+
*/
|
2767
|
+
NextToken?: NextToken;
|
2768
|
+
}
|
2733
2769
|
export interface ListStackSetOperationResultsInput {
|
2734
2770
|
/**
|
2735
2771
|
* The name or unique ID of the stack set that you want to get operation results for.
|
@@ -3885,7 +3921,7 @@ declare namespace CloudFormation {
|
|
3885
3921
|
}
|
3886
3922
|
export interface StackInstanceComprehensiveStatus {
|
3887
3923
|
/**
|
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.
|
3924
|
+
* 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. FAILED_IMPORT: The import of the stack instance in the specified account and Region failed and left the stack in an unstable state. Once the issues causing the failure are fixed, the import operation can be retried. If enough stack set operations fail 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
3925
|
*/
|
3890
3926
|
DetailedStatus?: StackInstanceDetailedStatus;
|
3891
3927
|
}
|
@@ -4264,6 +4300,17 @@ declare namespace CloudFormation {
|
|
4264
4300
|
Regions?: RegionList;
|
4265
4301
|
}
|
4266
4302
|
export type StackSetARN = string;
|
4303
|
+
export type StackSetAutoDeploymentTargetSummaries = StackSetAutoDeploymentTargetSummary[];
|
4304
|
+
export interface StackSetAutoDeploymentTargetSummary {
|
4305
|
+
/**
|
4306
|
+
* The organization root ID or organizational unit (OU) IDs where the stack set is targeted.
|
4307
|
+
*/
|
4308
|
+
OrganizationalUnitId?: OrganizationalUnitId;
|
4309
|
+
/**
|
4310
|
+
* The list of Regions targeted for this organization or OU.
|
4311
|
+
*/
|
4312
|
+
Regions?: RegionList;
|
4313
|
+
}
|
4267
4314
|
export interface StackSetDriftDetectionDetails {
|
4268
4315
|
/**
|
4269
4316
|
* Status of the stack set's actual configuration compared to its expected template and parameter configuration. A stack set is considered to have drifted if one or more of its stack instances have drifted from their expected template and parameter configuration. DRIFTED: One or more of the stack instances belonging to the stack set stack differs from the expected template and parameter configuration. A stack instance is considered to have drifted if one or more of the resources in the associated stack have drifted. NOT_CHECKED: CloudFormation hasn't checked the stack set for drift. IN_SYNC: All of the stack instances belonging to the stack set stack match from the expected template and parameter configuration.
|