aws-sdk-cloudformation 1.54.0 → 1.58.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +189 -96
- data/lib/aws-sdk-cloudformation/client_api.rb +21 -0
- data/lib/aws-sdk-cloudformation/resource.rb +6 -5
- data/lib/aws-sdk-cloudformation/stack.rb +14 -6
- data/lib/aws-sdk-cloudformation/types.rb +189 -105
- data/lib/aws-sdk-cloudformation.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d545609324c015bb77d6a99e771b7894b6bbb13daae3eac5c49112ba3460694e
|
4
|
+
data.tar.gz: 7837aea1d7dd2e09e5b8a6c2f53c71bff18d759ad8d91ae18ee69ee9a36bc81e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2be7d6c938f19a4538410755420c29a4c0308681c4f571f970dc0a3474205db82b99edccbcda0aab3e882051e8c7a1828538703556131d9eb97332b115eb3504
|
7
|
+
data.tar.gz: 7fcee0f31b1330794f4ba113f39bf87670c7928439122de10f3a57467da5095bfbb1012d6ee1bcaf1f19c466b5e70098a2a7de02e56f256192ff8cadbdf01f4b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.58.0 (2021-09-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Doc only update for CloudFormation that fixes several customer-reported issues.
|
8
|
+
|
9
|
+
1.57.0 (2021-09-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.56.0 (2021-08-30)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - AWS CloudFormation allows you to iteratively develop your applications when failures are encountered without rolling back successfully provisioned resources. By specifying stack failure options, you can troubleshoot resources in a CREATE_FAILED or UPDATE_FAILED status.
|
18
|
+
|
19
|
+
1.55.0 (2021-07-30)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.54.0 (2021-07-28)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.58.0
|
@@ -733,9 +733,10 @@ module Aws::CloudFormation
|
|
733
733
|
# * `CAPABILITY_IAM` and `CAPABILITY_NAMED_IAM`
|
734
734
|
#
|
735
735
|
# Some stack templates might include resources that can affect
|
736
|
-
# permissions in your account; for example, by
|
737
|
-
# and Access Management (IAM) users. For those
|
738
|
-
# explicitly acknowledge this by specifying one of
|
736
|
+
# permissions in your Amazon Web Services account; for example, by
|
737
|
+
# creating new Identity and Access Management (IAM) users. For those
|
738
|
+
# stacks, you must explicitly acknowledge this by specifying one of
|
739
|
+
# these capabilities.
|
739
740
|
#
|
740
741
|
# The following IAM resources require you to specify either the
|
741
742
|
# `CAPABILITY_IAM` or `CAPABILITY_NAMED_IAM` capability.
|
@@ -980,8 +981,8 @@ module Aws::CloudFormation
|
|
980
981
|
# the Region in which you are creating the stack.
|
981
982
|
#
|
982
983
|
# <note markdown="1"> A stack name can contain only alphanumeric characters (case sensitive)
|
983
|
-
# and hyphens. It must start with an
|
984
|
-
# longer than 128 characters.
|
984
|
+
# and hyphens. It must start with an alphabetical character and cannot
|
985
|
+
# be longer than 128 characters.
|
985
986
|
#
|
986
987
|
# </note>
|
987
988
|
#
|
@@ -1048,9 +1049,10 @@ module Aws::CloudFormation
|
|
1048
1049
|
# * `CAPABILITY_IAM` and `CAPABILITY_NAMED_IAM`
|
1049
1050
|
#
|
1050
1051
|
# Some stack templates might include resources that can affect
|
1051
|
-
# permissions in your account; for example, by
|
1052
|
-
# and Access Management (IAM) users. For those
|
1053
|
-
# explicitly acknowledge this by specifying one of
|
1052
|
+
# permissions in your Amazon Web Services account; for example, by
|
1053
|
+
# creating new Identity and Access Management (IAM) users. For those
|
1054
|
+
# stacks, you must explicitly acknowledge this by specifying one of
|
1055
|
+
# these capabilities.
|
1054
1056
|
#
|
1055
1057
|
# The following IAM resources require you to specify either the
|
1056
1058
|
# `CAPABILITY_IAM` or `CAPABILITY_NAMED_IAM` capability.
|
@@ -1299,8 +1301,9 @@ module Aws::CloudFormation
|
|
1299
1301
|
# instances from.
|
1300
1302
|
#
|
1301
1303
|
# @option params [Array<String>] :accounts
|
1302
|
-
# \[Self-managed permissions\] The names of one or more
|
1303
|
-
# you want to create stack instances in the
|
1304
|
+
# \[Self-managed permissions\] The names of one or more Amazon Web
|
1305
|
+
# Services accounts that you want to create stack instances in the
|
1306
|
+
# specified Region(s) for.
|
1304
1307
|
#
|
1305
1308
|
# You can specify `Accounts` or `DeploymentTargets`, but not both.
|
1306
1309
|
#
|
@@ -1312,7 +1315,7 @@ module Aws::CloudFormation
|
|
1312
1315
|
#
|
1313
1316
|
# @option params [required, Array<String>] :regions
|
1314
1317
|
# The names of one or more Regions where you want to create stack
|
1315
|
-
# instances using the specified accounts.
|
1318
|
+
# instances using the specified Amazon Web Services accounts.
|
1316
1319
|
#
|
1317
1320
|
# @option params [Array<Types::Parameter>] :parameter_overrides
|
1318
1321
|
# A list of stack set parameters whose values you want to override in
|
@@ -1382,9 +1385,10 @@ module Aws::CloudFormation
|
|
1382
1385
|
# * If you are signed in to a delegated administrator account, specify
|
1383
1386
|
# `DELEGATED_ADMIN`.
|
1384
1387
|
#
|
1385
|
-
# Your account must be registered as a delegated
|
1386
|
-
# management account. For more information, see
|
1387
|
-
# administrator][1] in the *CloudFormation User
|
1388
|
+
# Your Amazon Web Services account must be registered as a delegated
|
1389
|
+
# administrator in the management account. For more information, see
|
1390
|
+
# [Register a delegated administrator][1] in the *CloudFormation User
|
1391
|
+
# Guide*.
|
1388
1392
|
#
|
1389
1393
|
#
|
1390
1394
|
#
|
@@ -1495,9 +1499,10 @@ module Aws::CloudFormation
|
|
1495
1499
|
# * `CAPABILITY_IAM` and `CAPABILITY_NAMED_IAM`
|
1496
1500
|
#
|
1497
1501
|
# Some stack templates might include resources that can affect
|
1498
|
-
# permissions in your account; for example, by
|
1499
|
-
# and Access Management (IAM) users. For those
|
1500
|
-
# explicitly acknowledge this by specifying one
|
1502
|
+
# permissions in your Amazon Web Services account; for example, by
|
1503
|
+
# creating new Identity and Access Management (IAM) users. For those
|
1504
|
+
# stack sets, you must explicitly acknowledge this by specifying one
|
1505
|
+
# of these capabilities.
|
1501
1506
|
#
|
1502
1507
|
# The following IAM resources require you to specify either the
|
1503
1508
|
# `CAPABILITY_IAM` or `CAPABILITY_NAMED_IAM` capability.
|
@@ -1635,9 +1640,9 @@ module Aws::CloudFormation
|
|
1635
1640
|
# * To create a stack set with service-managed permissions while signed
|
1636
1641
|
# in to a delegated administrator account, specify `DELEGATED_ADMIN`.
|
1637
1642
|
#
|
1638
|
-
# Your account must be registered as a delegated
|
1639
|
-
# management account. For more information, see [Register
|
1640
|
-
# administrator][1] in the *CloudFormation User Guide*.
|
1643
|
+
# Your Amazon Web Services account must be registered as a delegated
|
1644
|
+
# admin in the management account. For more information, see [Register
|
1645
|
+
# a delegated administrator][1] in the *CloudFormation User Guide*.
|
1641
1646
|
#
|
1642
1647
|
# Stack sets with service-managed permissions are created in the
|
1643
1648
|
# management account, including stack sets that are created by delegated
|
@@ -1870,8 +1875,8 @@ module Aws::CloudFormation
|
|
1870
1875
|
# instances for.
|
1871
1876
|
#
|
1872
1877
|
# @option params [Array<String>] :accounts
|
1873
|
-
# \[Self-managed permissions\] The names of the
|
1874
|
-
# to delete stack instances for.
|
1878
|
+
# \[Self-managed permissions\] The names of the Amazon Web Services
|
1879
|
+
# accounts that you want to delete stack instances for.
|
1875
1880
|
#
|
1876
1881
|
# You can specify `Accounts` or `DeploymentTargets`, but not both.
|
1877
1882
|
#
|
@@ -1929,9 +1934,10 @@ module Aws::CloudFormation
|
|
1929
1934
|
# * If you are signed in to a delegated administrator account, specify
|
1930
1935
|
# `DELEGATED_ADMIN`.
|
1931
1936
|
#
|
1932
|
-
# Your account must be registered as a delegated
|
1933
|
-
# management account. For more information, see
|
1934
|
-
# administrator][1] in the *CloudFormation User
|
1937
|
+
# Your Amazon Web Services account must be registered as a delegated
|
1938
|
+
# administrator in the management account. For more information, see
|
1939
|
+
# [Register a delegated administrator][1] in the *CloudFormation User
|
1940
|
+
# Guide*.
|
1935
1941
|
#
|
1936
1942
|
#
|
1937
1943
|
#
|
@@ -1999,9 +2005,10 @@ module Aws::CloudFormation
|
|
1999
2005
|
# * If you are signed in to a delegated administrator account, specify
|
2000
2006
|
# `DELEGATED_ADMIN`.
|
2001
2007
|
#
|
2002
|
-
# Your account must be registered as a delegated
|
2003
|
-
# management account. For more information, see
|
2004
|
-
# administrator][1] in the *CloudFormation User
|
2008
|
+
# Your Amazon Web Services account must be registered as a delegated
|
2009
|
+
# administrator in the management account. For more information, see
|
2010
|
+
# [Register a delegated administrator][1] in the *CloudFormation User
|
2011
|
+
# Guide*.
|
2005
2012
|
#
|
2006
2013
|
#
|
2007
2014
|
#
|
@@ -2415,7 +2422,7 @@ module Aws::CloudFormation
|
|
2415
2422
|
# resp.stack_events[0].physical_resource_id #=> String
|
2416
2423
|
# resp.stack_events[0].resource_type #=> String
|
2417
2424
|
# resp.stack_events[0].timestamp #=> Time
|
2418
|
-
# resp.stack_events[0].resource_status #=> String, one of "CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "DELETE_SKIPPED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED", "UPDATE_COMPLETE", "IMPORT_FAILED", "IMPORT_COMPLETE", "IMPORT_IN_PROGRESS", "IMPORT_ROLLBACK_IN_PROGRESS", "IMPORT_ROLLBACK_FAILED", "IMPORT_ROLLBACK_COMPLETE"
|
2425
|
+
# resp.stack_events[0].resource_status #=> String, one of "CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "DELETE_SKIPPED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED", "UPDATE_COMPLETE", "IMPORT_FAILED", "IMPORT_COMPLETE", "IMPORT_IN_PROGRESS", "IMPORT_ROLLBACK_IN_PROGRESS", "IMPORT_ROLLBACK_FAILED", "IMPORT_ROLLBACK_COMPLETE", "UPDATE_ROLLBACK_IN_PROGRESS", "UPDATE_ROLLBACK_COMPLETE", "UPDATE_ROLLBACK_FAILED", "ROLLBACK_IN_PROGRESS", "ROLLBACK_COMPLETE", "ROLLBACK_FAILED"
|
2419
2426
|
# resp.stack_events[0].resource_status_reason #=> String
|
2420
2427
|
# resp.stack_events[0].resource_properties #=> String
|
2421
2428
|
# resp.stack_events[0].client_request_token #=> String
|
@@ -2431,7 +2438,7 @@ module Aws::CloudFormation
|
|
2431
2438
|
end
|
2432
2439
|
|
2433
2440
|
# Returns the stack instance that's associated with the specified stack
|
2434
|
-
# set, account, and Region.
|
2441
|
+
# set, Amazon Web Services account, and Region.
|
2435
2442
|
#
|
2436
2443
|
# For a list of stack instances that are associated with a specific
|
2437
2444
|
# stack set, use ListStackInstances.
|
@@ -2441,7 +2448,8 @@ module Aws::CloudFormation
|
|
2441
2448
|
# stack instance information for.
|
2442
2449
|
#
|
2443
2450
|
# @option params [required, String] :stack_instance_account
|
2444
|
-
# The ID of an account that's associated with this
|
2451
|
+
# The ID of an Amazon Web Services account that's associated with this
|
2452
|
+
# stack instance.
|
2445
2453
|
#
|
2446
2454
|
# @option params [required, String] :stack_instance_region
|
2447
2455
|
# The name of a Region that's associated with this stack instance.
|
@@ -2459,9 +2467,10 @@ module Aws::CloudFormation
|
|
2459
2467
|
# * If you are signed in to a delegated administrator account, specify
|
2460
2468
|
# `DELEGATED_ADMIN`.
|
2461
2469
|
#
|
2462
|
-
# Your account must be registered as a delegated
|
2463
|
-
# management account. For more information, see
|
2464
|
-
# administrator][1] in the *CloudFormation User
|
2470
|
+
# Your Amazon Web Services account must be registered as a delegated
|
2471
|
+
# administrator in the management account. For more information, see
|
2472
|
+
# [Register a delegated administrator][1] in the *CloudFormation User
|
2473
|
+
# Guide*.
|
2465
2474
|
#
|
2466
2475
|
#
|
2467
2476
|
#
|
@@ -2548,7 +2557,7 @@ module Aws::CloudFormation
|
|
2548
2557
|
# resp.stack_resource_detail.physical_resource_id #=> String
|
2549
2558
|
# resp.stack_resource_detail.resource_type #=> String
|
2550
2559
|
# resp.stack_resource_detail.last_updated_timestamp #=> Time
|
2551
|
-
# resp.stack_resource_detail.resource_status #=> String, one of "CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "DELETE_SKIPPED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED", "UPDATE_COMPLETE", "IMPORT_FAILED", "IMPORT_COMPLETE", "IMPORT_IN_PROGRESS", "IMPORT_ROLLBACK_IN_PROGRESS", "IMPORT_ROLLBACK_FAILED", "IMPORT_ROLLBACK_COMPLETE"
|
2560
|
+
# resp.stack_resource_detail.resource_status #=> String, one of "CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "DELETE_SKIPPED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED", "UPDATE_COMPLETE", "IMPORT_FAILED", "IMPORT_COMPLETE", "IMPORT_IN_PROGRESS", "IMPORT_ROLLBACK_IN_PROGRESS", "IMPORT_ROLLBACK_FAILED", "IMPORT_ROLLBACK_COMPLETE", "UPDATE_ROLLBACK_IN_PROGRESS", "UPDATE_ROLLBACK_COMPLETE", "UPDATE_ROLLBACK_FAILED", "ROLLBACK_IN_PROGRESS", "ROLLBACK_COMPLETE", "ROLLBACK_FAILED"
|
2552
2561
|
# resp.stack_resource_detail.resource_status_reason #=> String
|
2553
2562
|
# resp.stack_resource_detail.description #=> String
|
2554
2563
|
# resp.stack_resource_detail.metadata #=> String
|
@@ -2572,9 +2581,9 @@ module Aws::CloudFormation
|
|
2572
2581
|
# configuration drift.
|
2573
2582
|
#
|
2574
2583
|
# For a given stack, there will be one `StackResourceDrift` for each
|
2575
|
-
# stack resource that has been checked for drift. Resources that
|
2576
|
-
#
|
2577
|
-
# currently support drift detection are not checked, and so not
|
2584
|
+
# stack resource that has been checked for drift. Resources that
|
2585
|
+
# haven't yet been checked for drift are not included. Resources that
|
2586
|
+
# do not currently support drift detection are not checked, and so not
|
2578
2587
|
# included. For a list of resources that support drift detection, see
|
2579
2588
|
# [Resources that Support Drift Detection][1].
|
2580
2589
|
#
|
@@ -2745,7 +2754,7 @@ module Aws::CloudFormation
|
|
2745
2754
|
# resp.stack_resources[0].physical_resource_id #=> String
|
2746
2755
|
# resp.stack_resources[0].resource_type #=> String
|
2747
2756
|
# resp.stack_resources[0].timestamp #=> Time
|
2748
|
-
# resp.stack_resources[0].resource_status #=> String, one of "CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "DELETE_SKIPPED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED", "UPDATE_COMPLETE", "IMPORT_FAILED", "IMPORT_COMPLETE", "IMPORT_IN_PROGRESS", "IMPORT_ROLLBACK_IN_PROGRESS", "IMPORT_ROLLBACK_FAILED", "IMPORT_ROLLBACK_COMPLETE"
|
2757
|
+
# resp.stack_resources[0].resource_status #=> String, one of "CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "DELETE_SKIPPED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED", "UPDATE_COMPLETE", "IMPORT_FAILED", "IMPORT_COMPLETE", "IMPORT_IN_PROGRESS", "IMPORT_ROLLBACK_IN_PROGRESS", "IMPORT_ROLLBACK_FAILED", "IMPORT_ROLLBACK_COMPLETE", "UPDATE_ROLLBACK_IN_PROGRESS", "UPDATE_ROLLBACK_COMPLETE", "UPDATE_ROLLBACK_FAILED", "ROLLBACK_IN_PROGRESS", "ROLLBACK_COMPLETE", "ROLLBACK_FAILED"
|
2749
2758
|
# resp.stack_resources[0].resource_status_reason #=> String
|
2750
2759
|
# resp.stack_resources[0].description #=> String
|
2751
2760
|
# resp.stack_resources[0].drift_information.stack_resource_drift_status #=> String, one of "IN_SYNC", "MODIFIED", "DELETED", "NOT_CHECKED"
|
@@ -2780,9 +2789,10 @@ module Aws::CloudFormation
|
|
2780
2789
|
# * If you are signed in to a delegated administrator account, specify
|
2781
2790
|
# `DELEGATED_ADMIN`.
|
2782
2791
|
#
|
2783
|
-
# Your account must be registered as a delegated
|
2784
|
-
# management account. For more information, see
|
2785
|
-
# administrator][1] in the *CloudFormation User
|
2792
|
+
# Your Amazon Web Services account must be registered as a delegated
|
2793
|
+
# administrator in the management account. For more information, see
|
2794
|
+
# [Register a delegated administrator][1] in the *CloudFormation User
|
2795
|
+
# Guide*.
|
2786
2796
|
#
|
2787
2797
|
#
|
2788
2798
|
#
|
@@ -2864,9 +2874,10 @@ module Aws::CloudFormation
|
|
2864
2874
|
# * If you are signed in to a delegated administrator account, specify
|
2865
2875
|
# `DELEGATED_ADMIN`.
|
2866
2876
|
#
|
2867
|
-
# Your account must be registered as a delegated
|
2868
|
-
# management account. For more information, see
|
2869
|
-
# administrator][1] in the *CloudFormation User
|
2877
|
+
# Your Amazon Web Services account must be registered as a delegated
|
2878
|
+
# administrator in the management account. For more information, see
|
2879
|
+
# [Register a delegated administrator][1] in the *CloudFormation User
|
2880
|
+
# Guide*.
|
2870
2881
|
#
|
2871
2882
|
#
|
2872
2883
|
#
|
@@ -2928,8 +2939,7 @@ module Aws::CloudFormation
|
|
2928
2939
|
# Returns the description for the specified stack; if no stack name was
|
2929
2940
|
# specified, then it returns the description for all the stacks created.
|
2930
2941
|
#
|
2931
|
-
# <note markdown="1"> If the stack does not exist, an `
|
2932
|
-
# returned.
|
2942
|
+
# <note markdown="1"> If the stack does not exist, an `ValidationError` is returned.
|
2933
2943
|
#
|
2934
2944
|
# </note>
|
2935
2945
|
#
|
@@ -2981,7 +2991,7 @@ module Aws::CloudFormation
|
|
2981
2991
|
# resp.stacks[0].rollback_configuration.rollback_triggers[0].arn #=> String
|
2982
2992
|
# resp.stacks[0].rollback_configuration.rollback_triggers[0].type #=> String
|
2983
2993
|
# resp.stacks[0].rollback_configuration.monitoring_time_in_minutes #=> Integer
|
2984
|
-
# resp.stacks[0].stack_status #=> String, one of "CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "ROLLBACK_IN_PROGRESS", "ROLLBACK_FAILED", "ROLLBACK_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS", "UPDATE_COMPLETE", "UPDATE_ROLLBACK_IN_PROGRESS", "UPDATE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS", "UPDATE_ROLLBACK_COMPLETE", "REVIEW_IN_PROGRESS", "IMPORT_IN_PROGRESS", "IMPORT_COMPLETE", "IMPORT_ROLLBACK_IN_PROGRESS", "IMPORT_ROLLBACK_FAILED", "IMPORT_ROLLBACK_COMPLETE"
|
2994
|
+
# resp.stacks[0].stack_status #=> String, one of "CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "ROLLBACK_IN_PROGRESS", "ROLLBACK_FAILED", "ROLLBACK_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS", "UPDATE_COMPLETE", "UPDATE_FAILED", "UPDATE_ROLLBACK_IN_PROGRESS", "UPDATE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS", "UPDATE_ROLLBACK_COMPLETE", "REVIEW_IN_PROGRESS", "IMPORT_IN_PROGRESS", "IMPORT_COMPLETE", "IMPORT_ROLLBACK_IN_PROGRESS", "IMPORT_ROLLBACK_FAILED", "IMPORT_ROLLBACK_COMPLETE"
|
2985
2995
|
# resp.stacks[0].stack_status_reason #=> String
|
2986
2996
|
# resp.stacks[0].disable_rollback #=> Boolean
|
2987
2997
|
# resp.stacks[0].notification_arns #=> Array
|
@@ -3410,9 +3420,10 @@ module Aws::CloudFormation
|
|
3410
3420
|
# * If you are signed in to a delegated administrator account, specify
|
3411
3421
|
# `DELEGATED_ADMIN`.
|
3412
3422
|
#
|
3413
|
-
# Your account must be registered as a delegated
|
3414
|
-
# management account. For more information, see
|
3415
|
-
# administrator][1] in the *CloudFormation User
|
3423
|
+
# Your Amazon Web Services account must be registered as a delegated
|
3424
|
+
# administrator in the management account. For more information, see
|
3425
|
+
# [Register a delegated administrator][1] in the *CloudFormation User
|
3426
|
+
# Guide*.
|
3416
3427
|
#
|
3417
3428
|
#
|
3418
3429
|
#
|
@@ -3546,6 +3557,12 @@ module Aws::CloudFormation
|
|
3546
3557
|
# the same name. You might retry `ExecuteChangeSet` requests to ensure
|
3547
3558
|
# that CloudFormation successfully received them.
|
3548
3559
|
#
|
3560
|
+
# @option params [Boolean] :disable_rollback
|
3561
|
+
# Preserves the state of previously provisioned resources when an
|
3562
|
+
# operation fails.
|
3563
|
+
#
|
3564
|
+
# Default: `True`
|
3565
|
+
#
|
3549
3566
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
3550
3567
|
#
|
3551
3568
|
# @example Request syntax with placeholder values
|
@@ -3554,6 +3571,7 @@ module Aws::CloudFormation
|
|
3554
3571
|
# change_set_name: "ChangeSetNameOrId", # required
|
3555
3572
|
# stack_name: "StackNameOrId",
|
3556
3573
|
# client_request_token: "ClientRequestToken",
|
3574
|
+
# disable_rollback: false,
|
3557
3575
|
# })
|
3558
3576
|
#
|
3559
3577
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ExecuteChangeSet AWS API Documentation
|
@@ -3726,9 +3744,10 @@ module Aws::CloudFormation
|
|
3726
3744
|
# * If you are signed in to a delegated administrator account, specify
|
3727
3745
|
# `DELEGATED_ADMIN`.
|
3728
3746
|
#
|
3729
|
-
# Your account must be registered as a delegated
|
3730
|
-
# management account. For more information, see
|
3731
|
-
# administrator][1] in the *CloudFormation User
|
3747
|
+
# Your Amazon Web Services account must be registered as a delegated
|
3748
|
+
# administrator in the management account. For more information, see
|
3749
|
+
# [Register a delegated administrator][1] in the *CloudFormation User
|
3750
|
+
# Guide*.
|
3732
3751
|
#
|
3733
3752
|
#
|
3734
3753
|
#
|
@@ -4021,8 +4040,8 @@ module Aws::CloudFormation
|
|
4021
4040
|
|
4022
4041
|
# Returns summary information about stack instances that are associated
|
4023
4042
|
# with the specified stack set. You can filter for stack instances that
|
4024
|
-
# are associated with a specific account name or
|
4025
|
-
# specific status.
|
4043
|
+
# are associated with a specific Amazon Web Services account name or
|
4044
|
+
# Region, or that have a specific status.
|
4026
4045
|
#
|
4027
4046
|
# @option params [required, String] :stack_set_name
|
4028
4047
|
# The name or unique ID of the stack set that you want to list stack
|
@@ -4046,7 +4065,8 @@ module Aws::CloudFormation
|
|
4046
4065
|
# The status that stack instances are filtered by.
|
4047
4066
|
#
|
4048
4067
|
# @option params [String] :stack_instance_account
|
4049
|
-
# The name of the account that you want to list
|
4068
|
+
# The name of the Amazon Web Services account that you want to list
|
4069
|
+
# stack instances for.
|
4050
4070
|
#
|
4051
4071
|
# @option params [String] :stack_instance_region
|
4052
4072
|
# The name of the Region where you want to list stack instances.
|
@@ -4064,9 +4084,10 @@ module Aws::CloudFormation
|
|
4064
4084
|
# * If you are signed in to a delegated administrator account, specify
|
4065
4085
|
# `DELEGATED_ADMIN`.
|
4066
4086
|
#
|
4067
|
-
# Your account must be registered as a delegated
|
4068
|
-
# management account. For more information, see
|
4069
|
-
# administrator][1] in the *CloudFormation User
|
4087
|
+
# Your Amazon Web Services account must be registered as a delegated
|
4088
|
+
# administrator in the management account. For more information, see
|
4089
|
+
# [Register a delegated administrator][1] in the *CloudFormation User
|
4090
|
+
# Guide*.
|
4070
4091
|
#
|
4071
4092
|
#
|
4072
4093
|
#
|
@@ -4161,7 +4182,7 @@ module Aws::CloudFormation
|
|
4161
4182
|
# resp.stack_resource_summaries[0].physical_resource_id #=> String
|
4162
4183
|
# resp.stack_resource_summaries[0].resource_type #=> String
|
4163
4184
|
# resp.stack_resource_summaries[0].last_updated_timestamp #=> Time
|
4164
|
-
# resp.stack_resource_summaries[0].resource_status #=> String, one of "CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "DELETE_SKIPPED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED", "UPDATE_COMPLETE", "IMPORT_FAILED", "IMPORT_COMPLETE", "IMPORT_IN_PROGRESS", "IMPORT_ROLLBACK_IN_PROGRESS", "IMPORT_ROLLBACK_FAILED", "IMPORT_ROLLBACK_COMPLETE"
|
4185
|
+
# resp.stack_resource_summaries[0].resource_status #=> String, one of "CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "DELETE_SKIPPED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED", "UPDATE_COMPLETE", "IMPORT_FAILED", "IMPORT_COMPLETE", "IMPORT_IN_PROGRESS", "IMPORT_ROLLBACK_IN_PROGRESS", "IMPORT_ROLLBACK_FAILED", "IMPORT_ROLLBACK_COMPLETE", "UPDATE_ROLLBACK_IN_PROGRESS", "UPDATE_ROLLBACK_COMPLETE", "UPDATE_ROLLBACK_FAILED", "ROLLBACK_IN_PROGRESS", "ROLLBACK_COMPLETE", "ROLLBACK_FAILED"
|
4165
4186
|
# resp.stack_resource_summaries[0].resource_status_reason #=> String
|
4166
4187
|
# resp.stack_resource_summaries[0].drift_information.stack_resource_drift_status #=> String, one of "IN_SYNC", "MODIFIED", "DELETED", "NOT_CHECKED"
|
4167
4188
|
# resp.stack_resource_summaries[0].drift_information.last_check_timestamp #=> Time
|
@@ -4216,9 +4237,10 @@ module Aws::CloudFormation
|
|
4216
4237
|
# * If you are signed in to a delegated administrator account, specify
|
4217
4238
|
# `DELEGATED_ADMIN`.
|
4218
4239
|
#
|
4219
|
-
# Your account must be registered as a delegated
|
4220
|
-
# management account. For more information, see
|
4221
|
-
# administrator][1] in the *CloudFormation User
|
4240
|
+
# Your Amazon Web Services account must be registered as a delegated
|
4241
|
+
# administrator in the management account. For more information, see
|
4242
|
+
# [Register a delegated administrator][1] in the *CloudFormation User
|
4243
|
+
# Guide*.
|
4222
4244
|
#
|
4223
4245
|
#
|
4224
4246
|
#
|
@@ -4296,9 +4318,10 @@ module Aws::CloudFormation
|
|
4296
4318
|
# * If you are signed in to a delegated administrator account, specify
|
4297
4319
|
# `DELEGATED_ADMIN`.
|
4298
4320
|
#
|
4299
|
-
# Your account must be registered as a delegated
|
4300
|
-
# management account. For more information, see
|
4301
|
-
# administrator][1] in the *CloudFormation User
|
4321
|
+
# Your Amazon Web Services account must be registered as a delegated
|
4322
|
+
# administrator in the management account. For more information, see
|
4323
|
+
# [Register a delegated administrator][1] in the *CloudFormation User
|
4324
|
+
# Guide*.
|
4302
4325
|
#
|
4303
4326
|
#
|
4304
4327
|
#
|
@@ -4343,8 +4366,9 @@ module Aws::CloudFormation
|
|
4343
4366
|
# the user.
|
4344
4367
|
#
|
4345
4368
|
# * \[Self-managed permissions\] If you set the `CallAs` parameter to
|
4346
|
-
# `SELF` while signed in to your
|
4347
|
-
# self-managed stack sets in your
|
4369
|
+
# `SELF` while signed in to your Amazon Web Services account,
|
4370
|
+
# `ListStackSets` returns all self-managed stack sets in your Amazon
|
4371
|
+
# Web Services account.
|
4348
4372
|
#
|
4349
4373
|
# * \[Service-managed permissions\] If you set the `CallAs` parameter to
|
4350
4374
|
# `SELF` while signed in to the organization's management account,
|
@@ -4386,9 +4410,10 @@ module Aws::CloudFormation
|
|
4386
4410
|
# * If you are signed in to a delegated administrator account, specify
|
4387
4411
|
# `DELEGATED_ADMIN`.
|
4388
4412
|
#
|
4389
|
-
# Your account must be registered as a delegated
|
4390
|
-
# management account. For more information, see
|
4391
|
-
# administrator][1] in the *CloudFormation User
|
4413
|
+
# Your Amazon Web Services account must be registered as a delegated
|
4414
|
+
# administrator in the management account. For more information, see
|
4415
|
+
# [Register a delegated administrator][1] in the *CloudFormation User
|
4416
|
+
# Guide*.
|
4392
4417
|
#
|
4393
4418
|
#
|
4394
4419
|
#
|
@@ -4461,7 +4486,7 @@ module Aws::CloudFormation
|
|
4461
4486
|
#
|
4462
4487
|
# resp = client.list_stacks({
|
4463
4488
|
# next_token: "NextToken",
|
4464
|
-
# stack_status_filter: ["CREATE_IN_PROGRESS"], # accepts CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, ROLLBACK_IN_PROGRESS, ROLLBACK_FAILED, ROLLBACK_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_COMPLETE_CLEANUP_IN_PROGRESS, UPDATE_COMPLETE, UPDATE_ROLLBACK_IN_PROGRESS, UPDATE_ROLLBACK_FAILED, UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS, UPDATE_ROLLBACK_COMPLETE, REVIEW_IN_PROGRESS, IMPORT_IN_PROGRESS, IMPORT_COMPLETE, IMPORT_ROLLBACK_IN_PROGRESS, IMPORT_ROLLBACK_FAILED, IMPORT_ROLLBACK_COMPLETE
|
4489
|
+
# stack_status_filter: ["CREATE_IN_PROGRESS"], # accepts CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, ROLLBACK_IN_PROGRESS, ROLLBACK_FAILED, ROLLBACK_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_COMPLETE_CLEANUP_IN_PROGRESS, UPDATE_COMPLETE, UPDATE_FAILED, UPDATE_ROLLBACK_IN_PROGRESS, UPDATE_ROLLBACK_FAILED, UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS, UPDATE_ROLLBACK_COMPLETE, REVIEW_IN_PROGRESS, IMPORT_IN_PROGRESS, IMPORT_COMPLETE, IMPORT_ROLLBACK_IN_PROGRESS, IMPORT_ROLLBACK_FAILED, IMPORT_ROLLBACK_COMPLETE
|
4465
4490
|
# })
|
4466
4491
|
#
|
4467
4492
|
# @example Response structure
|
@@ -4473,7 +4498,7 @@ module Aws::CloudFormation
|
|
4473
4498
|
# resp.stack_summaries[0].creation_time #=> Time
|
4474
4499
|
# resp.stack_summaries[0].last_updated_time #=> Time
|
4475
4500
|
# resp.stack_summaries[0].deletion_time #=> Time
|
4476
|
-
# resp.stack_summaries[0].stack_status #=> String, one of "CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "ROLLBACK_IN_PROGRESS", "ROLLBACK_FAILED", "ROLLBACK_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS", "UPDATE_COMPLETE", "UPDATE_ROLLBACK_IN_PROGRESS", "UPDATE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS", "UPDATE_ROLLBACK_COMPLETE", "REVIEW_IN_PROGRESS", "IMPORT_IN_PROGRESS", "IMPORT_COMPLETE", "IMPORT_ROLLBACK_IN_PROGRESS", "IMPORT_ROLLBACK_FAILED", "IMPORT_ROLLBACK_COMPLETE"
|
4501
|
+
# resp.stack_summaries[0].stack_status #=> String, one of "CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "ROLLBACK_IN_PROGRESS", "ROLLBACK_FAILED", "ROLLBACK_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS", "UPDATE_COMPLETE", "UPDATE_FAILED", "UPDATE_ROLLBACK_IN_PROGRESS", "UPDATE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS", "UPDATE_ROLLBACK_COMPLETE", "REVIEW_IN_PROGRESS", "IMPORT_IN_PROGRESS", "IMPORT_COMPLETE", "IMPORT_ROLLBACK_IN_PROGRESS", "IMPORT_ROLLBACK_FAILED", "IMPORT_ROLLBACK_COMPLETE"
|
4477
4502
|
# resp.stack_summaries[0].stack_status_reason #=> String
|
4478
4503
|
# resp.stack_summaries[0].parent_id #=> String
|
4479
4504
|
# resp.stack_summaries[0].root_id #=> String
|
@@ -4941,7 +4966,7 @@ module Aws::CloudFormation
|
|
4941
4966
|
# Registers your account as a publisher of public extensions in the
|
4942
4967
|
# CloudFormation registry. Public extensions are available for use by
|
4943
4968
|
# all CloudFormation users. This publisher ID applies to your account in
|
4944
|
-
# all Regions.
|
4969
|
+
# all Amazon Web Services Regions.
|
4945
4970
|
#
|
4946
4971
|
# For information on requirements for registering as a public extension
|
4947
4972
|
# publisher, see [Registering your account to publish CloudFormation
|
@@ -5003,7 +5028,7 @@ module Aws::CloudFormation
|
|
5003
5028
|
|
5004
5029
|
# Registers an extension with the CloudFormation service. Registering an
|
5005
5030
|
# extension makes it available for use in CloudFormation templates in
|
5006
|
-
# your account, and includes:
|
5031
|
+
# your Amazon Web Services account, and includes:
|
5007
5032
|
#
|
5008
5033
|
# * Validating the extension schema
|
5009
5034
|
#
|
@@ -5153,6 +5178,62 @@ module Aws::CloudFormation
|
|
5153
5178
|
req.send_request(options)
|
5154
5179
|
end
|
5155
5180
|
|
5181
|
+
# When specifying `RollbackStack`, you preserve the state of previously
|
5182
|
+
# provisioned resources when an operation fails. You can check the
|
5183
|
+
# status of the stack through the DescribeStacks API.
|
5184
|
+
#
|
5185
|
+
# Rolls back the specified stack to the last known stable state from
|
5186
|
+
# `CREATE_FAILED` or `UPDATE_FAILED` stack statuses.
|
5187
|
+
#
|
5188
|
+
# This operation will delete a stack if it doesn't contain a last known
|
5189
|
+
# stable state. A last known stable state includes any status in a
|
5190
|
+
# `*_COMPLETE`. This includes the following stack statuses.
|
5191
|
+
#
|
5192
|
+
# * `CREATE_COMPLETE`
|
5193
|
+
#
|
5194
|
+
# * `UPDATE_COMPLETE`
|
5195
|
+
#
|
5196
|
+
# * `UPDATE_ROLLBACK_COMPLETE`
|
5197
|
+
#
|
5198
|
+
# * `IMPORT_COMPLETE`
|
5199
|
+
#
|
5200
|
+
# * `IMPORT_ROLLBACK_COMPLETE`
|
5201
|
+
#
|
5202
|
+
# @option params [required, String] :stack_name
|
5203
|
+
# The name that is associated with the stack.
|
5204
|
+
#
|
5205
|
+
# @option params [String] :role_arn
|
5206
|
+
# The Amazon Resource Name (ARN) of an Identity and Access Management
|
5207
|
+
# role that CloudFormation assumes to rollback the stack.
|
5208
|
+
#
|
5209
|
+
# @option params [String] :client_request_token
|
5210
|
+
# A unique identifier for this `RollbackStack` request.
|
5211
|
+
#
|
5212
|
+
# @return [Types::RollbackStackOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5213
|
+
#
|
5214
|
+
# * {Types::RollbackStackOutput#stack_id #stack_id} => String
|
5215
|
+
#
|
5216
|
+
# @example Request syntax with placeholder values
|
5217
|
+
#
|
5218
|
+
# resp = client.rollback_stack({
|
5219
|
+
# stack_name: "StackNameOrId", # required
|
5220
|
+
# role_arn: "RoleARN",
|
5221
|
+
# client_request_token: "ClientRequestToken",
|
5222
|
+
# })
|
5223
|
+
#
|
5224
|
+
# @example Response structure
|
5225
|
+
#
|
5226
|
+
# resp.stack_id #=> String
|
5227
|
+
#
|
5228
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackStack AWS API Documentation
|
5229
|
+
#
|
5230
|
+
# @overload rollback_stack(params = {})
|
5231
|
+
# @param [Hash] params ({})
|
5232
|
+
def rollback_stack(params = {}, options = {})
|
5233
|
+
req = build_request(:rollback_stack, params)
|
5234
|
+
req.send_request(options)
|
5235
|
+
end
|
5236
|
+
|
5156
5237
|
# Sets a stack policy for a specified stack.
|
5157
5238
|
#
|
5158
5239
|
# @option params [required, String] :stack_name
|
@@ -5403,9 +5484,10 @@ module Aws::CloudFormation
|
|
5403
5484
|
# * If you are signed in to a delegated administrator account, specify
|
5404
5485
|
# `DELEGATED_ADMIN`.
|
5405
5486
|
#
|
5406
|
-
# Your account must be registered as a delegated
|
5407
|
-
# management account. For more information, see
|
5408
|
-
# administrator][1] in the *CloudFormation User
|
5487
|
+
# Your Amazon Web Services account must be registered as a delegated
|
5488
|
+
# administrator in the management account. For more information, see
|
5489
|
+
# [Register a delegated administrator][1] in the *CloudFormation User
|
5490
|
+
# Guide*.
|
5409
5491
|
#
|
5410
5492
|
#
|
5411
5493
|
#
|
@@ -5630,9 +5712,10 @@ module Aws::CloudFormation
|
|
5630
5712
|
# * `CAPABILITY_IAM` and `CAPABILITY_NAMED_IAM`
|
5631
5713
|
#
|
5632
5714
|
# Some stack templates might include resources that can affect
|
5633
|
-
# permissions in your account; for example, by
|
5634
|
-
# and Access Management (IAM) users. For those
|
5635
|
-
# explicitly acknowledge this by specifying one of
|
5715
|
+
# permissions in your Amazon Web Services account; for example, by
|
5716
|
+
# creating new Identity and Access Management (IAM) users. For those
|
5717
|
+
# stacks, you must explicitly acknowledge this by specifying one of
|
5718
|
+
# these capabilities.
|
5636
5719
|
#
|
5637
5720
|
# The following IAM resources require you to specify either the
|
5638
5721
|
# `CAPABILITY_IAM` or `CAPABILITY_NAMED_IAM` capability.
|
@@ -5779,6 +5862,12 @@ module Aws::CloudFormation
|
|
5779
5862
|
# the stack's tags. If you specify an empty value, CloudFormation
|
5780
5863
|
# removes all associated tags.
|
5781
5864
|
#
|
5865
|
+
# @option params [Boolean] :disable_rollback
|
5866
|
+
# Preserve the state of previously provisioned resources when an
|
5867
|
+
# operation fails.
|
5868
|
+
#
|
5869
|
+
# Default: `False`
|
5870
|
+
#
|
5782
5871
|
# @option params [String] :client_request_token
|
5783
5872
|
# A unique identifier for this `UpdateStack` request. Specify this token
|
5784
5873
|
# if you plan to retry requests so that CloudFormation knows that
|
@@ -5842,6 +5931,7 @@ module Aws::CloudFormation
|
|
5842
5931
|
# value: "TagValue", # required
|
5843
5932
|
# },
|
5844
5933
|
# ],
|
5934
|
+
# disable_rollback: false,
|
5845
5935
|
# client_request_token: "ClientRequestToken",
|
5846
5936
|
# })
|
5847
5937
|
#
|
@@ -5889,10 +5979,10 @@ module Aws::CloudFormation
|
|
5889
5979
|
# instances.
|
5890
5980
|
#
|
5891
5981
|
# @option params [Array<String>] :accounts
|
5892
|
-
# \[Self-managed permissions\] The names of one or more
|
5893
|
-
# which you want to update parameter values for
|
5894
|
-
# overridden parameter values will be applied to
|
5895
|
-
# the specified accounts and Regions.
|
5982
|
+
# \[Self-managed permissions\] The names of one or more Amazon Web
|
5983
|
+
# Services accounts for which you want to update parameter values for
|
5984
|
+
# stack instances. The overridden parameter values will be applied to
|
5985
|
+
# all stack instances in the specified accounts and Regions.
|
5896
5986
|
#
|
5897
5987
|
# You can specify `Accounts` or `DeploymentTargets`, but not both.
|
5898
5988
|
#
|
@@ -5982,9 +6072,10 @@ module Aws::CloudFormation
|
|
5982
6072
|
# * If you are signed in to a delegated administrator account, specify
|
5983
6073
|
# `DELEGATED_ADMIN`.
|
5984
6074
|
#
|
5985
|
-
# Your account must be registered as a delegated
|
5986
|
-
# management account. For more information, see
|
5987
|
-
# administrator][1] in the *CloudFormation User
|
6075
|
+
# Your Amazon Web Services account must be registered as a delegated
|
6076
|
+
# administrator in the management account. For more information, see
|
6077
|
+
# [Register a delegated administrator][1] in the *CloudFormation User
|
6078
|
+
# Guide*.
|
5988
6079
|
#
|
5989
6080
|
#
|
5990
6081
|
#
|
@@ -6097,9 +6188,10 @@ module Aws::CloudFormation
|
|
6097
6188
|
# * `CAPABILITY_IAM` and `CAPABILITY_NAMED_IAM`
|
6098
6189
|
#
|
6099
6190
|
# Some stack templates might include resources that can affect
|
6100
|
-
# permissions in your account; for example, by
|
6101
|
-
# and Access Management (IAM) users. For those
|
6102
|
-
# explicitly acknowledge this by specifying one
|
6191
|
+
# permissions in your Amazon Web Services account; for example, by
|
6192
|
+
# creating new Identity and Access Management (IAM) users. For those
|
6193
|
+
# stacks sets, you must explicitly acknowledge this by specifying one
|
6194
|
+
# of these capabilities.
|
6103
6195
|
#
|
6104
6196
|
# The following IAM resources require you to specify either the
|
6105
6197
|
# `CAPABILITY_IAM` or `CAPABILITY_NAMED_IAM` capability.
|
@@ -6344,9 +6436,10 @@ module Aws::CloudFormation
|
|
6344
6436
|
# * If you are signed in to a delegated administrator account, specify
|
6345
6437
|
# `DELEGATED_ADMIN`.
|
6346
6438
|
#
|
6347
|
-
# Your account must be registered as a delegated
|
6348
|
-
# management account. For more information, see
|
6349
|
-
# administrator][1] in the *CloudFormation User
|
6439
|
+
# Your Amazon Web Services account must be registered as a delegated
|
6440
|
+
# administrator in the management account. For more information, see
|
6441
|
+
# [Register a delegated administrator][1] in the *CloudFormation User
|
6442
|
+
# Guide*.
|
6350
6443
|
#
|
6351
6444
|
#
|
6352
6445
|
#
|
@@ -6544,7 +6637,7 @@ module Aws::CloudFormation
|
|
6544
6637
|
params: params,
|
6545
6638
|
config: config)
|
6546
6639
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
6547
|
-
context[:gem_version] = '1.
|
6640
|
+
context[:gem_version] = '1.58.0'
|
6548
6641
|
Seahorse::Client::Request.new(handlers, context)
|
6549
6642
|
end
|
6550
6643
|
|