aws-sdk-cloudformation 1.139.0 → 1.141.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +400 -306
- data/lib/aws-sdk-cloudformation/client_api.rb +13 -2
- data/lib/aws-sdk-cloudformation/customizations.rb +0 -8
- data/lib/aws-sdk-cloudformation/event.rb +12 -6
- data/lib/aws-sdk-cloudformation/resource.rb +8 -0
- data/lib/aws-sdk-cloudformation/stack.rb +9 -1
- data/lib/aws-sdk-cloudformation/types.rb +617 -544
- data/lib/aws-sdk-cloudformation.rb +1 -1
- data/sig/client.rbs +5 -3
- data/sig/event.rbs +3 -0
- data/sig/types.rbs +10 -1
- metadata +1 -1
@@ -491,17 +491,30 @@ module Aws::CloudFormation
|
|
491
491
|
req.send_request(options)
|
492
492
|
end
|
493
493
|
|
494
|
-
# Activates a public third-party extension,
|
495
|
-
#
|
496
|
-
#
|
497
|
-
#
|
498
|
-
#
|
499
|
-
#
|
494
|
+
# Activates a public third-party extension, such as a resource or
|
495
|
+
# module, to make it available for use in stack templates in your
|
496
|
+
# current account and Region. It can also create CloudFormation Hooks,
|
497
|
+
# which allow you to evaluate resource configurations before
|
498
|
+
# CloudFormation provisions them. Hooks integrate with both
|
499
|
+
# CloudFormation and Cloud Control API operations.
|
500
|
+
#
|
501
|
+
# After you activate an extension, you can use [SetTypeConfiguration][1]
|
502
|
+
# to set specific properties for the extension.
|
503
|
+
#
|
504
|
+
# To see which extensions have been activated, use [ListTypes][2]. To
|
505
|
+
# see configuration details for an extension, use [DescribeType][3].
|
506
|
+
#
|
507
|
+
# For more information, see [Activate a third-party public extension in
|
508
|
+
# your account][4] in the *CloudFormation User Guide*. For information
|
509
|
+
# about creating Hooks, see the [CloudFormation Hooks User Guide][5].
|
500
510
|
#
|
501
511
|
#
|
502
512
|
#
|
503
513
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html
|
504
|
-
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
514
|
+
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListTypes.html
|
515
|
+
# [3]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html
|
516
|
+
# [4]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public-activate-extension.html
|
517
|
+
# [5]: https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/what-is-cloudformation-hooks.html
|
505
518
|
#
|
506
519
|
# @option params [String] :type
|
507
520
|
# The extension type.
|
@@ -528,11 +541,11 @@ module Aws::CloudFormation
|
|
528
541
|
# and `PublisherId`.
|
529
542
|
#
|
530
543
|
# @option params [String] :type_name_alias
|
531
|
-
# An alias to assign to the public extension
|
532
|
-
#
|
533
|
-
#
|
534
|
-
#
|
535
|
-
#
|
544
|
+
# An alias to assign to the public extension in this account and Region.
|
545
|
+
# If you specify an alias for the extension, CloudFormation treats the
|
546
|
+
# alias as the extension type name within this account and Region. You
|
547
|
+
# must use the alias to refer to the extension in your templates, API
|
548
|
+
# calls, and CloudFormation console.
|
536
549
|
#
|
537
550
|
# An extension alias must be unique within a given account and Region.
|
538
551
|
# You can activate the same public resource multiple times in the same
|
@@ -607,8 +620,8 @@ module Aws::CloudFormation
|
|
607
620
|
end
|
608
621
|
|
609
622
|
# Returns configuration data for the specified CloudFormation
|
610
|
-
# extensions, from the CloudFormation registry
|
611
|
-
# Region.
|
623
|
+
# extensions, from the CloudFormation registry in your current account
|
624
|
+
# and Region.
|
612
625
|
#
|
613
626
|
# For more information, see [Edit configuration data for extensions in
|
614
627
|
# your account][1] in the *CloudFormation User Guide*.
|
@@ -723,25 +736,29 @@ module Aws::CloudFormation
|
|
723
736
|
req.send_request(options)
|
724
737
|
end
|
725
738
|
|
726
|
-
#
|
727
|
-
#
|
728
|
-
#
|
729
|
-
#
|
730
|
-
#
|
731
|
-
#
|
732
|
-
# again.
|
739
|
+
# Continues rolling back a stack from `UPDATE_ROLLBACK_FAILED` to
|
740
|
+
# `UPDATE_ROLLBACK_COMPLETE` state. Depending on the cause of the
|
741
|
+
# failure, you can manually fix the error and continue the rollback. By
|
742
|
+
# continuing the rollback, you can return your stack to a working state
|
743
|
+
# (the `UPDATE_ROLLBACK_COMPLETE` state) and then try to update the
|
744
|
+
# stack again.
|
733
745
|
#
|
734
|
-
# A stack
|
735
|
-
#
|
736
|
-
#
|
737
|
-
#
|
738
|
-
#
|
739
|
-
#
|
740
|
-
#
|
746
|
+
# A stack enters the `UPDATE_ROLLBACK_FAILED` state when CloudFormation
|
747
|
+
# can't roll back all changes after a failed stack update. For example,
|
748
|
+
# this might occur when a stack attempts to roll back to an old database
|
749
|
+
# that was deleted outside of CloudFormation. Because CloudFormation
|
750
|
+
# doesn't know the instance was deleted, it assumes the instance still
|
751
|
+
# exists and attempts to roll back to it, causing the update rollback to
|
752
|
+
# fail.
|
741
753
|
#
|
754
|
+
# For more information, see [Continue rolling back an update][1] in the
|
755
|
+
# *CloudFormation User Guide*. For information for troubleshooting a
|
756
|
+
# failed update rollback, see [Update rollback failed][2].
|
742
757
|
#
|
743
758
|
#
|
744
|
-
#
|
759
|
+
#
|
760
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-continueupdaterollback.html
|
761
|
+
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed
|
745
762
|
#
|
746
763
|
# @option params [required, String] :stack_name
|
747
764
|
# The name or the unique ID of the stack that you want to continue
|
@@ -1497,6 +1514,14 @@ module Aws::CloudFormation
|
|
1497
1514
|
# must be one of: `DO_NOTHING`, `ROLLBACK`, or `DELETE`. You can specify
|
1498
1515
|
# either `OnFailure` or `DisableRollback`, but not both.
|
1499
1516
|
#
|
1517
|
+
# <note markdown="1"> Although the default setting is `ROLLBACK`, there is one exception.
|
1518
|
+
# This exception occurs when a StackSet attempts to deploy a stack
|
1519
|
+
# instance and the stack instance fails to create successfully. In this
|
1520
|
+
# case, the `CreateStack` call overrides the default setting and sets
|
1521
|
+
# the value of `OnFailure` to `DELETE`.
|
1522
|
+
#
|
1523
|
+
# </note>
|
1524
|
+
#
|
1500
1525
|
# Default: `ROLLBACK`
|
1501
1526
|
#
|
1502
1527
|
# @option params [String] :stack_policy_body
|
@@ -1648,7 +1673,7 @@ module Aws::CloudFormation
|
|
1648
1673
|
# </note>
|
1649
1674
|
#
|
1650
1675
|
# @option params [required, String] :stack_set_name
|
1651
|
-
# The name or unique ID of the
|
1676
|
+
# The name or unique ID of the StackSet that you want to create stack
|
1652
1677
|
# instances from.
|
1653
1678
|
#
|
1654
1679
|
# @option params [Array<String>] :accounts
|
@@ -1659,9 +1684,8 @@ module Aws::CloudFormation
|
|
1659
1684
|
# You can specify `Accounts` or `DeploymentTargets`, but not both.
|
1660
1685
|
#
|
1661
1686
|
# @option params [Types::DeploymentTargets] :deployment_targets
|
1662
|
-
# \[Service-managed permissions\] The Organizations accounts
|
1663
|
-
#
|
1664
|
-
# Regions.
|
1687
|
+
# \[Service-managed permissions\] The Organizations accounts in which to
|
1688
|
+
# create stack instances in the specified Amazon Web Services Regions.
|
1665
1689
|
#
|
1666
1690
|
# You can specify `Accounts` or `DeploymentTargets`, but not both.
|
1667
1691
|
#
|
@@ -1671,8 +1695,8 @@ module Aws::CloudFormation
|
|
1671
1695
|
# accounts.
|
1672
1696
|
#
|
1673
1697
|
# @option params [Array<Types::Parameter>] :parameter_overrides
|
1674
|
-
# A list of
|
1675
|
-
#
|
1698
|
+
# A list of StackSet parameters whose values you want to override in the
|
1699
|
+
# selected stack instances.
|
1676
1700
|
#
|
1677
1701
|
# Any overridden parameter values will be applied to all stack instances
|
1678
1702
|
# in the specified accounts and Amazon Web Services Regions. When
|
@@ -1687,39 +1711,39 @@ module Aws::CloudFormation
|
|
1687
1711
|
# specify both a value and set `UsePreviousValue` to `true`.)
|
1688
1712
|
#
|
1689
1713
|
# * To set an overridden parameter back to the value specified in the
|
1690
|
-
#
|
1714
|
+
# StackSet, specify a parameter list but don't include the parameter
|
1691
1715
|
# in the list.
|
1692
1716
|
#
|
1693
1717
|
# * To leave all parameters set to their present values, don't specify
|
1694
1718
|
# this property at all.
|
1695
1719
|
#
|
1696
|
-
# During
|
1720
|
+
# During StackSet updates, any parameter values overridden for a stack
|
1697
1721
|
# instance aren't updated, but retain their overridden value.
|
1698
1722
|
#
|
1699
1723
|
# You can only override the parameter *values* that are specified in the
|
1700
|
-
#
|
1701
|
-
#
|
1724
|
+
# StackSet; to add or delete a parameter itself, use [UpdateStackSet][1]
|
1725
|
+
# to update the StackSet template.
|
1702
1726
|
#
|
1703
1727
|
#
|
1704
1728
|
#
|
1705
1729
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html
|
1706
1730
|
#
|
1707
1731
|
# @option params [Types::StackSetOperationPreferences] :operation_preferences
|
1708
|
-
# Preferences for how CloudFormation performs this
|
1732
|
+
# Preferences for how CloudFormation performs this StackSet operation.
|
1709
1733
|
#
|
1710
1734
|
# @option params [String] :operation_id
|
1711
|
-
# The unique identifier for this
|
1735
|
+
# The unique identifier for this StackSet operation.
|
1712
1736
|
#
|
1713
1737
|
# The operation ID also functions as an idempotency token, to ensure
|
1714
|
-
# that CloudFormation performs the
|
1715
|
-
#
|
1738
|
+
# that CloudFormation performs the StackSet operation only once, even if
|
1739
|
+
# you retry the request multiple times. You might retry StackSet
|
1716
1740
|
# operation requests to ensure that CloudFormation successfully received
|
1717
1741
|
# them.
|
1718
1742
|
#
|
1719
1743
|
# If you don't specify an operation ID, the SDK generates one
|
1720
1744
|
# automatically.
|
1721
1745
|
#
|
1722
|
-
# Repeating this
|
1746
|
+
# Repeating this StackSet operation with a new operation ID retries all
|
1723
1747
|
# stack instances whose status is `OUTDATED`.
|
1724
1748
|
#
|
1725
1749
|
# **A suitable default value is auto-generated.** You should normally
|
@@ -1730,7 +1754,7 @@ module Aws::CloudFormation
|
|
1730
1754
|
# account administrator in the organization's management account or as
|
1731
1755
|
# a delegated administrator in a member account.
|
1732
1756
|
#
|
1733
|
-
# By default, `SELF` is specified. Use `SELF` for
|
1757
|
+
# By default, `SELF` is specified. Use `SELF` for StackSets with
|
1734
1758
|
# self-managed permissions.
|
1735
1759
|
#
|
1736
1760
|
# * If you are signed in to the management account, specify `SELF`.
|
@@ -1856,11 +1880,11 @@ module Aws::CloudFormation
|
|
1856
1880
|
req.send_request(options)
|
1857
1881
|
end
|
1858
1882
|
|
1859
|
-
# Creates a
|
1883
|
+
# Creates a StackSet.
|
1860
1884
|
#
|
1861
1885
|
# @option params [required, String] :stack_set_name
|
1862
|
-
# The name to associate with the
|
1863
|
-
# the Region where you create your
|
1886
|
+
# The name to associate with the StackSet. The name must be unique in
|
1887
|
+
# the Region where you create your StackSet.
|
1864
1888
|
#
|
1865
1889
|
# <note markdown="1"> A stack name can contain only alphanumeric characters (case-sensitive)
|
1866
1890
|
# and hyphens. It must start with an alphabetic character and can't be
|
@@ -1869,8 +1893,8 @@ module Aws::CloudFormation
|
|
1869
1893
|
# </note>
|
1870
1894
|
#
|
1871
1895
|
# @option params [String] :description
|
1872
|
-
# A description of the
|
1873
|
-
#
|
1896
|
+
# A description of the StackSet. You can use the description to identify
|
1897
|
+
# the StackSet's purpose or other important information.
|
1874
1898
|
#
|
1875
1899
|
# @option params [String] :template_body
|
1876
1900
|
# The structure that contains the template body, with a minimum length
|
@@ -1890,22 +1914,22 @@ module Aws::CloudFormation
|
|
1890
1914
|
# `TemplateURL` parameter, but not both.
|
1891
1915
|
#
|
1892
1916
|
# @option params [String] :stack_id
|
1893
|
-
# The stack ID you are importing into a new
|
1894
|
-
#
|
1917
|
+
# The stack ID you are importing into a new StackSet. Specify the Amazon
|
1918
|
+
# Resource Name (ARN) of the stack.
|
1895
1919
|
#
|
1896
1920
|
# @option params [Array<Types::Parameter>] :parameters
|
1897
|
-
# The input parameters for the
|
1921
|
+
# The input parameters for the StackSet template.
|
1898
1922
|
#
|
1899
1923
|
# @option params [Array<String>] :capabilities
|
1900
|
-
# In some cases, you must explicitly acknowledge that your
|
1924
|
+
# In some cases, you must explicitly acknowledge that your StackSet
|
1901
1925
|
# template contains certain capabilities in order for CloudFormation to
|
1902
|
-
# create the
|
1926
|
+
# create the StackSet and related stack instances.
|
1903
1927
|
#
|
1904
1928
|
# * `CAPABILITY_IAM` and `CAPABILITY_NAMED_IAM`
|
1905
1929
|
#
|
1906
1930
|
# Some stack templates might include resources that can affect
|
1907
1931
|
# permissions in your Amazon Web Services account; for example, by
|
1908
|
-
# creating new IAM users. For those
|
1932
|
+
# creating new IAM users. For those StackSets, you must explicitly
|
1909
1933
|
# acknowledge this by specifying one of these capabilities.
|
1910
1934
|
#
|
1911
1935
|
# The following IAM resources require you to specify either the
|
@@ -1940,21 +1964,20 @@ module Aws::CloudFormation
|
|
1940
1964
|
#
|
1941
1965
|
# * `CAPABILITY_AUTO_EXPAND`
|
1942
1966
|
#
|
1943
|
-
# Some templates reference macros. If your
|
1944
|
-
# references one or more macros, you must create the
|
1945
|
-
#
|
1946
|
-
#
|
1947
|
-
#
|
1948
|
-
#
|
1967
|
+
# Some templates reference macros. If your StackSet template
|
1968
|
+
# references one or more macros, you must create the StackSet directly
|
1969
|
+
# from the processed template, without first reviewing the resulting
|
1970
|
+
# changes in a change set. To create the StackSet directly, you must
|
1971
|
+
# acknowledge this capability. For more information, see [Perform
|
1972
|
+
# custom processing on CloudFormation templates with template
|
1949
1973
|
# macros][9].
|
1950
1974
|
#
|
1951
|
-
#
|
1975
|
+
# StackSets with service-managed permissions don't currently support
|
1952
1976
|
# the use of macros in templates. (This includes the
|
1953
1977
|
# [AWS::Include][10] and [AWS::Serverless][11] transforms, which are
|
1954
1978
|
# macros hosted by CloudFormation.) Even if you specify this
|
1955
|
-
# capability for a
|
1956
|
-
# reference a macro in your template the
|
1957
|
-
# fail.
|
1979
|
+
# capability for a StackSet with service-managed permissions, if you
|
1980
|
+
# reference a macro in your template the StackSet operation will fail.
|
1958
1981
|
#
|
1959
1982
|
#
|
1960
1983
|
#
|
@@ -1971,7 +1994,7 @@ module Aws::CloudFormation
|
|
1971
1994
|
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
|
1972
1995
|
#
|
1973
1996
|
# @option params [Array<Types::Tag>] :tags
|
1974
|
-
# The key-value pairs to associate with this
|
1997
|
+
# The key-value pairs to associate with this StackSet and the stacks
|
1975
1998
|
# created from it. CloudFormation also propagates these tags to
|
1976
1999
|
# supported resources that are created in the stacks. A maximum number
|
1977
2000
|
# of 50 tags can be specified.
|
@@ -1979,14 +2002,14 @@ module Aws::CloudFormation
|
|
1979
2002
|
# If you specify tags as part of a `CreateStackSet` action,
|
1980
2003
|
# CloudFormation checks to see if you have the required IAM permission
|
1981
2004
|
# to tag resources. If you don't, the entire `CreateStackSet` action
|
1982
|
-
# fails with an `access denied` error, and the
|
2005
|
+
# fails with an `access denied` error, and the StackSet is not created.
|
1983
2006
|
#
|
1984
2007
|
# @option params [String] :administration_role_arn
|
1985
2008
|
# The Amazon Resource Name (ARN) of the IAM role to use to create this
|
1986
|
-
#
|
2009
|
+
# StackSet.
|
1987
2010
|
#
|
1988
2011
|
# Specify an IAM role only if you are using customized administrator
|
1989
|
-
# roles to control which users or groups can manage specific
|
2012
|
+
# roles to control which users or groups can manage specific StackSets
|
1990
2013
|
# within the same administrator account. For more information, see
|
1991
2014
|
# [Grant self-managed permissions][1] in the *CloudFormation User
|
1992
2015
|
# Guide*.
|
@@ -1998,19 +2021,19 @@ module Aws::CloudFormation
|
|
1998
2021
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html
|
1999
2022
|
#
|
2000
2023
|
# @option params [String] :execution_role_name
|
2001
|
-
# The name of the IAM execution role to use to create the
|
2024
|
+
# The name of the IAM execution role to use to create the StackSet. If
|
2002
2025
|
# you do not specify an execution role, CloudFormation uses the
|
2003
|
-
# `AWSCloudFormationStackSetExecutionRole` role for the
|
2026
|
+
# `AWSCloudFormationStackSetExecutionRole` role for the StackSet
|
2004
2027
|
# operation.
|
2005
2028
|
#
|
2006
2029
|
# Specify an IAM role only if you are using customized execution roles
|
2007
2030
|
# to control which stack resources users and groups can include in their
|
2008
|
-
#
|
2031
|
+
# StackSets.
|
2009
2032
|
#
|
2010
2033
|
# Valid only if the permissions model is `SELF_MANAGED`.
|
2011
2034
|
#
|
2012
2035
|
# @option params [String] :permission_model
|
2013
|
-
# Describes how the IAM roles required for
|
2036
|
+
# Describes how the IAM roles required for StackSet operations are
|
2014
2037
|
# created. By default, `SELF-MANAGED` is specified.
|
2015
2038
|
#
|
2016
2039
|
# * With `self-managed` permissions, you must create the administrator
|
@@ -2020,7 +2043,7 @@ module Aws::CloudFormation
|
|
2020
2043
|
# * With `service-managed` permissions, StackSets automatically creates
|
2021
2044
|
# the IAM roles required to deploy to accounts managed by
|
2022
2045
|
# Organizations. For more information, see [Activate trusted access
|
2023
|
-
# for
|
2046
|
+
# for StackSets with Organizations][2].
|
2024
2047
|
#
|
2025
2048
|
#
|
2026
2049
|
#
|
@@ -2030,9 +2053,9 @@ module Aws::CloudFormation
|
|
2030
2053
|
# @option params [Types::AutoDeployment] :auto_deployment
|
2031
2054
|
# Describes whether StackSets automatically deploys to Organizations
|
2032
2055
|
# accounts that are added to the target organization or organizational
|
2033
|
-
# unit (OU). For more information, see [
|
2034
|
-
#
|
2035
|
-
#
|
2056
|
+
# unit (OU). For more information, see [Enable or disable automatic
|
2057
|
+
# deployments for StackSets in Organizations][1] in the *CloudFormation
|
2058
|
+
# User Guide*.
|
2036
2059
|
#
|
2037
2060
|
# Required if the permissions model is `SERVICE_MANAGED`. (Not used with
|
2038
2061
|
# self-managed permissions.)
|
@@ -2046,21 +2069,21 @@ module Aws::CloudFormation
|
|
2046
2069
|
# organization's management account or as a delegated administrator in
|
2047
2070
|
# a member account.
|
2048
2071
|
#
|
2049
|
-
# By default, `SELF` is specified. Use `SELF` for
|
2072
|
+
# By default, `SELF` is specified. Use `SELF` for StackSets with
|
2050
2073
|
# self-managed permissions.
|
2051
2074
|
#
|
2052
|
-
# * To create a
|
2075
|
+
# * To create a StackSet with service-managed permissions while signed
|
2053
2076
|
# in to the management account, specify `SELF`.
|
2054
2077
|
#
|
2055
|
-
# * To create a
|
2078
|
+
# * To create a StackSet with service-managed permissions while signed
|
2056
2079
|
# in to a delegated administrator account, specify `DELEGATED_ADMIN`.
|
2057
2080
|
#
|
2058
2081
|
# Your Amazon Web Services account must be registered as a delegated
|
2059
2082
|
# admin in the management account. For more information, see [Register
|
2060
2083
|
# a delegated administrator][1] in the *CloudFormation User Guide*.
|
2061
2084
|
#
|
2062
|
-
#
|
2063
|
-
# management account, including
|
2085
|
+
# StackSets with service-managed permissions are created in the
|
2086
|
+
# management account, including StackSets that are created by delegated
|
2064
2087
|
# administrators.
|
2065
2088
|
#
|
2066
2089
|
# Valid only if the permissions model is `SERVICE_MANAGED`.
|
@@ -2072,7 +2095,7 @@ module Aws::CloudFormation
|
|
2072
2095
|
# @option params [String] :client_request_token
|
2073
2096
|
# A unique identifier for this `CreateStackSet` request. Specify this
|
2074
2097
|
# token if you plan to retry requests so that CloudFormation knows that
|
2075
|
-
# you're not attempting to create another
|
2098
|
+
# you're not attempting to create another StackSet with the same name.
|
2076
2099
|
# You might retry `CreateStackSet` requests to ensure that
|
2077
2100
|
# CloudFormation successfully received them.
|
2078
2101
|
#
|
@@ -2083,7 +2106,7 @@ module Aws::CloudFormation
|
|
2083
2106
|
# not need to pass this option.**
|
2084
2107
|
#
|
2085
2108
|
# @option params [Types::ManagedExecution] :managed_execution
|
2086
|
-
# Describes whether
|
2109
|
+
# Describes whether CloudFormation performs non-conflicting operations
|
2087
2110
|
# concurrently and queues conflicting operations.
|
2088
2111
|
#
|
2089
2112
|
# @return [Types::CreateStackSetOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -2155,8 +2178,12 @@ module Aws::CloudFormation
|
|
2155
2178
|
req.send_request(options)
|
2156
2179
|
end
|
2157
2180
|
|
2158
|
-
# Deactivates a public extension
|
2159
|
-
#
|
2181
|
+
# Deactivates a public third-party extension, such as a resource or
|
2182
|
+
# module, or a CloudFormation Hook when you no longer use it.
|
2183
|
+
#
|
2184
|
+
# Deactivating an extension deletes the configuration details that are
|
2185
|
+
# associated with it. To temporarily disable a CloudFormation Hook
|
2186
|
+
# instead, you can use [SetTypeConfiguration][1].
|
2160
2187
|
#
|
2161
2188
|
# Once deactivated, an extension can't be used in any CloudFormation
|
2162
2189
|
# operation. This includes stack update operations where the stack
|
@@ -2164,8 +2191,15 @@ module Aws::CloudFormation
|
|
2164
2191
|
# the extension. In addition, deactivated extensions aren't
|
2165
2192
|
# automatically updated if a new version of the extension is released.
|
2166
2193
|
#
|
2194
|
+
# To see which extensions are currently activated, use [ListTypes][2].
|
2195
|
+
#
|
2196
|
+
#
|
2197
|
+
#
|
2198
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html
|
2199
|
+
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListTypes.html
|
2200
|
+
#
|
2167
2201
|
# @option params [String] :type_name
|
2168
|
-
# The type name of the extension
|
2202
|
+
# The type name of the extension in this account and Region. If you
|
2169
2203
|
# specified a type name alias when enabling the extension, use the type
|
2170
2204
|
# name alias.
|
2171
2205
|
#
|
@@ -2177,7 +2211,7 @@ module Aws::CloudFormation
|
|
2177
2211
|
# Conditional: You must specify either `Arn`, or `TypeName` and `Type`.
|
2178
2212
|
#
|
2179
2213
|
# @option params [String] :arn
|
2180
|
-
# The Amazon Resource Name (ARN) for the extension
|
2214
|
+
# The Amazon Resource Name (ARN) for the extension in this account and
|
2181
2215
|
# Region.
|
2182
2216
|
#
|
2183
2217
|
# Conditional: You must specify either `Arn`, or `TypeName` and `Type`.
|
@@ -2371,7 +2405,7 @@ module Aws::CloudFormation
|
|
2371
2405
|
# </note>
|
2372
2406
|
#
|
2373
2407
|
# @option params [required, String] :stack_set_name
|
2374
|
-
# The name or unique ID of the
|
2408
|
+
# The name or unique ID of the StackSet that you want to delete stack
|
2375
2409
|
# instances for.
|
2376
2410
|
#
|
2377
2411
|
# @option params [Array<String>] :accounts
|
@@ -2387,36 +2421,35 @@ module Aws::CloudFormation
|
|
2387
2421
|
# You can specify `Accounts` or `DeploymentTargets`, but not both.
|
2388
2422
|
#
|
2389
2423
|
# @option params [required, Array<String>] :regions
|
2390
|
-
# The Amazon Web Services Regions where you want to delete
|
2424
|
+
# The Amazon Web Services Regions where you want to delete StackSet
|
2391
2425
|
# instances.
|
2392
2426
|
#
|
2393
2427
|
# @option params [Types::StackSetOperationPreferences] :operation_preferences
|
2394
|
-
# Preferences for how CloudFormation performs this
|
2428
|
+
# Preferences for how CloudFormation performs this StackSet operation.
|
2395
2429
|
#
|
2396
2430
|
# @option params [required, Boolean] :retain_stacks
|
2397
|
-
# Removes the stack instances from the specified
|
2431
|
+
# Removes the stack instances from the specified StackSet, but doesn't
|
2398
2432
|
# delete the stacks. You can't reassociate a retained stack or add an
|
2399
2433
|
# existing, saved stack to a new stack set.
|
2400
2434
|
#
|
2401
|
-
# For more information, see [
|
2435
|
+
# For more information, see [StackSet operation options][1].
|
2402
2436
|
#
|
2403
2437
|
#
|
2404
2438
|
#
|
2405
|
-
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
2439
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options
|
2406
2440
|
#
|
2407
2441
|
# @option params [String] :operation_id
|
2408
|
-
# The unique identifier for this
|
2442
|
+
# The unique identifier for this StackSet operation.
|
2409
2443
|
#
|
2410
2444
|
# If you don't specify an operation ID, the SDK generates one
|
2411
2445
|
# automatically.
|
2412
2446
|
#
|
2413
2447
|
# The operation ID also functions as an idempotency token, to ensure
|
2414
|
-
# that CloudFormation performs the
|
2415
|
-
#
|
2416
|
-
#
|
2417
|
-
# them.
|
2448
|
+
# that CloudFormation performs the StackSet operation only once, even if
|
2449
|
+
# you retry the request multiple times. You can retry StackSet operation
|
2450
|
+
# requests to ensure that CloudFormation successfully received them.
|
2418
2451
|
#
|
2419
|
-
# Repeating this
|
2452
|
+
# Repeating this StackSet operation with a new operation ID retries all
|
2420
2453
|
# stack instances whose status is `OUTDATED`.
|
2421
2454
|
#
|
2422
2455
|
# **A suitable default value is auto-generated.** You should normally
|
@@ -2427,7 +2460,7 @@ module Aws::CloudFormation
|
|
2427
2460
|
# account administrator in the organization's management account or as
|
2428
2461
|
# a delegated administrator in a member account.
|
2429
2462
|
#
|
2430
|
-
# By default, `SELF` is specified. Use `SELF` for
|
2463
|
+
# By default, `SELF` is specified. Use `SELF` for StackSets with
|
2431
2464
|
# self-managed permissions.
|
2432
2465
|
#
|
2433
2466
|
# * If you are signed in to the management account, specify `SELF`.
|
@@ -2487,12 +2520,12 @@ module Aws::CloudFormation
|
|
2487
2520
|
req.send_request(options)
|
2488
2521
|
end
|
2489
2522
|
|
2490
|
-
# Deletes a
|
2523
|
+
# Deletes a StackSet. Before you can delete a StackSet, all its member
|
2491
2524
|
# stack instances must be deleted. For more information about how to
|
2492
2525
|
# complete this, see DeleteStackInstances.
|
2493
2526
|
#
|
2494
2527
|
# @option params [required, String] :stack_set_name
|
2495
|
-
# The name or unique ID of the
|
2528
|
+
# The name or unique ID of the StackSet that you're deleting. You can
|
2496
2529
|
# obtain this value by running ListStackSets.
|
2497
2530
|
#
|
2498
2531
|
# @option params [String] :call_as
|
@@ -2500,7 +2533,7 @@ module Aws::CloudFormation
|
|
2500
2533
|
# account administrator in the organization's management account or as
|
2501
2534
|
# a delegated administrator in a member account.
|
2502
2535
|
#
|
2503
|
-
# By default, `SELF` is specified. Use `SELF` for
|
2536
|
+
# By default, `SELF` is specified. Use `SELF` for StackSets with
|
2504
2537
|
# self-managed permissions.
|
2505
2538
|
#
|
2506
2539
|
# * If you are signed in to the management account, specify `SELF`.
|
@@ -2554,9 +2587,13 @@ module Aws::CloudFormation
|
|
2554
2587
|
# To view the deprecation status of an extension or extension version,
|
2555
2588
|
# use [DescribeType][1].
|
2556
2589
|
#
|
2590
|
+
# For more information, see [Remove third-party private extensions from
|
2591
|
+
# your account][2] in the *CloudFormation User Guide*.
|
2592
|
+
#
|
2557
2593
|
#
|
2558
2594
|
#
|
2559
2595
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html
|
2596
|
+
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private-deregister-extension.html
|
2560
2597
|
#
|
2561
2598
|
# @option params [String] :arn
|
2562
2599
|
# The Amazon Resource Name (ARN) of the extension.
|
@@ -2910,7 +2947,7 @@ module Aws::CloudFormation
|
|
2910
2947
|
# resp.resources[0].resource_status #=> String, one of "PENDING", "IN_PROGRESS", "FAILED", "COMPLETE"
|
2911
2948
|
# resp.resources[0].resource_status_reason #=> String
|
2912
2949
|
# resp.resources[0].warnings #=> Array
|
2913
|
-
# resp.resources[0].warnings[0].type #=> String, one of "MUTUALLY_EXCLUSIVE_PROPERTIES", "UNSUPPORTED_PROPERTIES", "MUTUALLY_EXCLUSIVE_TYPES", "EXCLUDED_PROPERTIES"
|
2950
|
+
# resp.resources[0].warnings[0].type #=> String, one of "MUTUALLY_EXCLUSIVE_PROPERTIES", "UNSUPPORTED_PROPERTIES", "MUTUALLY_EXCLUSIVE_TYPES", "EXCLUDED_PROPERTIES", "EXCLUDED_RESOURCES"
|
2914
2951
|
# resp.resources[0].warnings[0].properties #=> Array
|
2915
2952
|
# resp.resources[0].warnings[0].properties[0].property_path #=> String
|
2916
2953
|
# resp.resources[0].warnings[0].properties[0].required #=> Boolean
|
@@ -3308,6 +3345,7 @@ module Aws::CloudFormation
|
|
3308
3345
|
# resp.stack_events[0].hook_status #=> String, one of "HOOK_IN_PROGRESS", "HOOK_COMPLETE_SUCCEEDED", "HOOK_COMPLETE_FAILED", "HOOK_FAILED"
|
3309
3346
|
# resp.stack_events[0].hook_status_reason #=> String
|
3310
3347
|
# resp.stack_events[0].hook_invocation_point #=> String, one of "PRE_PROVISION"
|
3348
|
+
# resp.stack_events[0].hook_invocation_id #=> String
|
3311
3349
|
# resp.stack_events[0].hook_failure_mode #=> String, one of "FAIL", "WARN"
|
3312
3350
|
# resp.stack_events[0].detailed_status #=> String, one of "CONFIGURATION_COMPLETE", "VALIDATION_FAILED"
|
3313
3351
|
# resp.next_token #=> String
|
@@ -3328,7 +3366,7 @@ module Aws::CloudFormation
|
|
3328
3366
|
# StackSet, use ListStackInstances.
|
3329
3367
|
#
|
3330
3368
|
# @option params [required, String] :stack_set_name
|
3331
|
-
# The name or the unique stack ID of the
|
3369
|
+
# The name or the unique stack ID of the StackSet that you want to get
|
3332
3370
|
# stack instance information for.
|
3333
3371
|
#
|
3334
3372
|
# @option params [required, String] :stack_instance_account
|
@@ -3343,7 +3381,7 @@ module Aws::CloudFormation
|
|
3343
3381
|
# account administrator in the organization's management account or as
|
3344
3382
|
# a delegated administrator in a member account.
|
3345
3383
|
#
|
3346
|
-
# By default, `SELF` is specified. Use `SELF` for
|
3384
|
+
# By default, `SELF` is specified. Use `SELF` for StackSets with
|
3347
3385
|
# self-managed permissions.
|
3348
3386
|
#
|
3349
3387
|
# * If you are signed in to the management account, specify `SELF`.
|
@@ -3706,14 +3744,14 @@ module Aws::CloudFormation
|
|
3706
3744
|
# </note>
|
3707
3745
|
#
|
3708
3746
|
# @option params [required, String] :stack_set_name
|
3709
|
-
# The name or unique ID of the
|
3747
|
+
# The name or unique ID of the StackSet whose description you want.
|
3710
3748
|
#
|
3711
3749
|
# @option params [String] :call_as
|
3712
3750
|
# \[Service-managed permissions\] Specifies whether you are acting as an
|
3713
3751
|
# account administrator in the organization's management account or as
|
3714
3752
|
# a delegated administrator in a member account.
|
3715
3753
|
#
|
3716
|
-
# By default, `SELF` is specified. Use `SELF` for
|
3754
|
+
# By default, `SELF` is specified. Use `SELF` for StackSets with
|
3717
3755
|
# self-managed permissions.
|
3718
3756
|
#
|
3719
3757
|
# * If you are signed in to the management account, specify `SELF`.
|
@@ -3795,18 +3833,18 @@ module Aws::CloudFormation
|
|
3795
3833
|
# </note>
|
3796
3834
|
#
|
3797
3835
|
# @option params [required, String] :stack_set_name
|
3798
|
-
# The name or the unique stack ID of the
|
3836
|
+
# The name or the unique stack ID of the StackSet for the stack
|
3799
3837
|
# operation.
|
3800
3838
|
#
|
3801
3839
|
# @option params [required, String] :operation_id
|
3802
|
-
# The unique ID of the
|
3840
|
+
# The unique ID of the StackSet operation.
|
3803
3841
|
#
|
3804
3842
|
# @option params [String] :call_as
|
3805
3843
|
# \[Service-managed permissions\] Specifies whether you are acting as an
|
3806
3844
|
# account administrator in the organization's management account or as
|
3807
3845
|
# a delegated administrator in a member account.
|
3808
3846
|
#
|
3809
|
-
# By default, `SELF` is specified. Use `SELF` for
|
3847
|
+
# By default, `SELF` is specified. Use `SELF` for StackSets with
|
3810
3848
|
# self-managed permissions.
|
3811
3849
|
#
|
3812
3850
|
# * If you are signed in to the management account, specify `SELF`.
|
@@ -4004,13 +4042,20 @@ module Aws::CloudFormation
|
|
4004
4042
|
req.send_request(options)
|
4005
4043
|
end
|
4006
4044
|
|
4007
|
-
# Returns detailed information about an extension
|
4008
|
-
#
|
4045
|
+
# Returns detailed information about an extension from the
|
4046
|
+
# CloudFormation registry in your current account and Region.
|
4009
4047
|
#
|
4010
4048
|
# If you specify a `VersionId`, `DescribeType` returns information about
|
4011
4049
|
# that specific extension version. Otherwise, it returns information
|
4012
4050
|
# about the default extension version.
|
4013
4051
|
#
|
4052
|
+
# For more information, see [Edit configuration data for extensions in
|
4053
|
+
# your account][1] in the *CloudFormation User Guide*.
|
4054
|
+
#
|
4055
|
+
#
|
4056
|
+
#
|
4057
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-set-configuration.html
|
4058
|
+
#
|
4014
4059
|
# @option params [String] :type
|
4015
4060
|
# The kind of extension.
|
4016
4061
|
#
|
@@ -4317,17 +4362,17 @@ module Aws::CloudFormation
|
|
4317
4362
|
req.send_request(options)
|
4318
4363
|
end
|
4319
4364
|
|
4320
|
-
# Detect drift on a
|
4321
|
-
# detection on a
|
4322
|
-
# associated with each stack instance in the
|
4365
|
+
# Detect drift on a StackSet. When CloudFormation performs drift
|
4366
|
+
# detection on a StackSet, it performs drift detection on the stack
|
4367
|
+
# associated with each stack instance in the StackSet. For more
|
4323
4368
|
# information, see [Performing drift detection on CloudFormation
|
4324
4369
|
# StackSets][1].
|
4325
4370
|
#
|
4326
|
-
# `DetectStackSetDrift` returns the `OperationId` of the
|
4371
|
+
# `DetectStackSetDrift` returns the `OperationId` of the StackSet drift
|
4327
4372
|
# detection operation. Use this operation id with
|
4328
4373
|
# DescribeStackSetOperation to monitor the progress of the drift
|
4329
4374
|
# detection operation. The drift detection operation may take some time,
|
4330
|
-
# depending on the number of stack instances included in the
|
4375
|
+
# depending on the number of stack instances included in the StackSet,
|
4331
4376
|
# in addition to the number of resources included in each stack.
|
4332
4377
|
#
|
4333
4378
|
# Once the operation has completed, use the following actions to return
|
@@ -4335,21 +4380,21 @@ module Aws::CloudFormation
|
|
4335
4380
|
#
|
4336
4381
|
# * Use DescribeStackSet to return detailed information about the stack
|
4337
4382
|
# set, including detailed information about the last *completed* drift
|
4338
|
-
# operation performed on the
|
4383
|
+
# operation performed on the StackSet. (Information about drift
|
4339
4384
|
# operations that are in progress isn't included.)
|
4340
4385
|
#
|
4341
4386
|
# * Use ListStackInstances to return a list of stack instances belonging
|
4342
|
-
# to the
|
4387
|
+
# to the StackSet, including the drift status and last drift time
|
4343
4388
|
# checked of each instance.
|
4344
4389
|
#
|
4345
4390
|
# * Use DescribeStackInstance to return detailed information about a
|
4346
4391
|
# specific stack instance, including its drift status and last drift
|
4347
4392
|
# time checked.
|
4348
4393
|
#
|
4349
|
-
# You can only run a single drift detection operation on a given
|
4350
|
-
#
|
4394
|
+
# You can only run a single drift detection operation on a given
|
4395
|
+
# StackSet at one time.
|
4351
4396
|
#
|
4352
|
-
# To stop a drift detection
|
4397
|
+
# To stop a drift detection StackSet operation, use
|
4353
4398
|
# StopStackSetOperation.
|
4354
4399
|
#
|
4355
4400
|
#
|
@@ -4357,22 +4402,22 @@ module Aws::CloudFormation
|
|
4357
4402
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html
|
4358
4403
|
#
|
4359
4404
|
# @option params [required, String] :stack_set_name
|
4360
|
-
# The name of the
|
4405
|
+
# The name of the StackSet on which to perform the drift detection
|
4361
4406
|
# operation.
|
4362
4407
|
#
|
4363
4408
|
# @option params [Types::StackSetOperationPreferences] :operation_preferences
|
4364
|
-
# The user-specified preferences for how CloudFormation performs a
|
4365
|
-
#
|
4409
|
+
# The user-specified preferences for how CloudFormation performs a
|
4410
|
+
# StackSet operation.
|
4366
4411
|
#
|
4367
4412
|
# For more information about maximum concurrent accounts and failure
|
4368
|
-
# tolerance, see [
|
4413
|
+
# tolerance, see [StackSet operation options][1].
|
4369
4414
|
#
|
4370
4415
|
#
|
4371
4416
|
#
|
4372
|
-
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
4417
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options
|
4373
4418
|
#
|
4374
4419
|
# @option params [String] :operation_id
|
4375
|
-
# *The ID of the
|
4420
|
+
# *The ID of the StackSet operation.*
|
4376
4421
|
#
|
4377
4422
|
# **A suitable default value is auto-generated.** You should normally
|
4378
4423
|
# not need to pass this option.**
|
@@ -4382,7 +4427,7 @@ module Aws::CloudFormation
|
|
4382
4427
|
# account administrator in the organization's management account or as
|
4383
4428
|
# a delegated administrator in a member account.
|
4384
4429
|
#
|
4385
|
-
# By default, `SELF` is specified. Use `SELF` for
|
4430
|
+
# By default, `SELF` is specified. Use `SELF` for StackSets with
|
4386
4431
|
# self-managed permissions.
|
4387
4432
|
#
|
4388
4433
|
# * If you are signed in to the management account, specify `SELF`.
|
@@ -4764,10 +4809,10 @@ module Aws::CloudFormation
|
|
4764
4809
|
# Returns information about a new or existing template. The
|
4765
4810
|
# `GetTemplateSummary` action is useful for viewing parameter
|
4766
4811
|
# information, such as default parameter values and parameter types,
|
4767
|
-
# before you create or update a stack or
|
4812
|
+
# before you create or update a stack or StackSet.
|
4768
4813
|
#
|
4769
4814
|
# You can use the `GetTemplateSummary` action when you submit a
|
4770
|
-
# template, or you can get template information for a
|
4815
|
+
# template, or you can get template information for a StackSet, or a
|
4771
4816
|
# running or deleted stack.
|
4772
4817
|
#
|
4773
4818
|
# For deleted stacks, `GetTemplateSummary` returns the template
|
@@ -4800,7 +4845,7 @@ module Aws::CloudFormation
|
|
4800
4845
|
# `StackName`, `StackSetName`, `TemplateBody`, or `TemplateURL`.
|
4801
4846
|
#
|
4802
4847
|
# @option params [String] :stack_set_name
|
4803
|
-
# The name or unique ID of the
|
4848
|
+
# The name or unique ID of the StackSet from which the stack was
|
4804
4849
|
# created.
|
4805
4850
|
#
|
4806
4851
|
# Conditional: You must specify only one of the following parameters:
|
@@ -4811,7 +4856,7 @@ module Aws::CloudFormation
|
|
4811
4856
|
# account administrator in the organization's management account or as
|
4812
4857
|
# a delegated administrator in a member account.
|
4813
4858
|
#
|
4814
|
-
# By default, `SELF` is specified. Use `SELF` for
|
4859
|
+
# By default, `SELF` is specified. Use `SELF` for StackSets with
|
4815
4860
|
# self-managed permissions.
|
4816
4861
|
#
|
4817
4862
|
# * If you are signed in to the management account, specify `SELF`.
|
@@ -4895,19 +4940,19 @@ module Aws::CloudFormation
|
|
4895
4940
|
req.send_request(options)
|
4896
4941
|
end
|
4897
4942
|
|
4898
|
-
# Import existing stacks into a new
|
4899
|
-
# operation to import up to 10 stacks into a new
|
4943
|
+
# Import existing stacks into a new StackSets. Use the stack import
|
4944
|
+
# operation to import up to 10 stacks into a new StackSet in the same
|
4900
4945
|
# account as the source stack or in a different administrator account
|
4901
4946
|
# and Region, by specifying the stack ID of the stack you intend to
|
4902
4947
|
# import.
|
4903
4948
|
#
|
4904
4949
|
# @option params [required, String] :stack_set_name
|
4905
|
-
# The name of the
|
4906
|
-
# you create your
|
4950
|
+
# The name of the StackSet. The name must be unique in the Region where
|
4951
|
+
# you create your StackSet.
|
4907
4952
|
#
|
4908
4953
|
# @option params [Array<String>] :stack_ids
|
4909
|
-
# The IDs of the stacks you are importing into a
|
4910
|
-
#
|
4954
|
+
# The IDs of the stacks you are importing into a StackSet. You import up
|
4955
|
+
# to 10 stacks per StackSet at a time.
|
4911
4956
|
#
|
4912
4957
|
# Specify either `StackIds` or `StackIdsUrl`.
|
4913
4958
|
#
|
@@ -4917,33 +4962,33 @@ module Aws::CloudFormation
|
|
4917
4962
|
# Specify either `StackIds` or `StackIdsUrl`.
|
4918
4963
|
#
|
4919
4964
|
# @option params [Array<String>] :organizational_unit_ids
|
4920
|
-
# The list of OU ID's to which the stacks
|
4921
|
-
#
|
4965
|
+
# The list of OU ID's to which the imported stacks must be mapped as
|
4966
|
+
# deployment targets.
|
4922
4967
|
#
|
4923
4968
|
# @option params [Types::StackSetOperationPreferences] :operation_preferences
|
4924
|
-
# The user-specified preferences for how CloudFormation performs a
|
4925
|
-
#
|
4969
|
+
# The user-specified preferences for how CloudFormation performs a
|
4970
|
+
# StackSet operation.
|
4926
4971
|
#
|
4927
4972
|
# For more information about maximum concurrent accounts and failure
|
4928
|
-
# tolerance, see [
|
4973
|
+
# tolerance, see [StackSet operation options][1].
|
4929
4974
|
#
|
4930
4975
|
#
|
4931
4976
|
#
|
4932
|
-
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
4977
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options
|
4933
4978
|
#
|
4934
4979
|
# @option params [String] :operation_id
|
4935
|
-
# A unique, user defined, identifier for the
|
4980
|
+
# A unique, user defined, identifier for the StackSet operation.
|
4936
4981
|
#
|
4937
4982
|
# **A suitable default value is auto-generated.** You should normally
|
4938
4983
|
# not need to pass this option.**
|
4939
4984
|
#
|
4940
4985
|
# @option params [String] :call_as
|
4941
|
-
# By default, `SELF` is specified. Use `SELF` for
|
4986
|
+
# By default, `SELF` is specified. Use `SELF` for StackSets with
|
4942
4987
|
# self-managed permissions.
|
4943
4988
|
#
|
4944
4989
|
# * If you are signed in to the management account, specify `SELF`.
|
4945
4990
|
#
|
4946
|
-
# * For service managed
|
4991
|
+
# * For service managed StackSets, specify `DELEGATED_ADMIN`.
|
4947
4992
|
#
|
4948
4993
|
# @return [Types::ImportStacksToStackSetOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4949
4994
|
#
|
@@ -5045,7 +5090,7 @@ module Aws::CloudFormation
|
|
5045
5090
|
#
|
5046
5091
|
#
|
5047
5092
|
#
|
5048
|
-
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
5093
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-importvalue.html
|
5049
5094
|
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html
|
5050
5095
|
#
|
5051
5096
|
# @option params [String] :next_token
|
@@ -5170,25 +5215,63 @@ module Aws::CloudFormation
|
|
5170
5215
|
req.send_request(options)
|
5171
5216
|
end
|
5172
5217
|
|
5173
|
-
# Returns summaries of invoked Hooks
|
5174
|
-
#
|
5218
|
+
# Returns summaries of invoked Hooks. For more information, see [View
|
5219
|
+
# invocation summaries for CloudFormation Hooks][1] in the
|
5220
|
+
# *CloudFormation Hooks User Guide*.
|
5221
|
+
#
|
5222
|
+
# This operation supports the following parameter combinations:
|
5223
|
+
#
|
5224
|
+
# * No parameters: Returns all Hook invocation summaries.
|
5225
|
+
#
|
5226
|
+
# * `TypeArn` only: Returns summaries for a specific Hook.
|
5175
5227
|
#
|
5176
|
-
#
|
5177
|
-
#
|
5228
|
+
# * `TypeArn` and `Status`: Returns summaries for a specific Hook
|
5229
|
+
# filtered by status.
|
5178
5230
|
#
|
5179
|
-
#
|
5180
|
-
#
|
5181
|
-
# If the target is a change set, it's the ARN of the change set.
|
5231
|
+
# * `TargetId` and `TargetType`: Returns summaries for a specific Hook
|
5232
|
+
# invocation target.
|
5182
5233
|
#
|
5183
|
-
#
|
5184
|
-
#
|
5185
|
-
#
|
5186
|
-
#
|
5234
|
+
#
|
5235
|
+
#
|
5236
|
+
# [1]: https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-view-invocations.html
|
5237
|
+
#
|
5238
|
+
# @option params [String] :target_type
|
5239
|
+
# Filters results by target type. Currently, only `CHANGE_SET` and
|
5240
|
+
# `CLOUD_CONTROL` are supported filter options.
|
5241
|
+
#
|
5242
|
+
# Required when `TargetId` is specified and cannot be used otherwise.
|
5243
|
+
#
|
5244
|
+
# @option params [String] :target_id
|
5245
|
+
# Filters results by the unique identifier of the target the Hook was
|
5246
|
+
# invoked against.
|
5247
|
+
#
|
5248
|
+
# For change sets, this is the change set ARN. When the target is a
|
5249
|
+
# Cloud Control API operation, this value must be the `HookRequestToken`
|
5250
|
+
# returned by the Cloud Control API request. For more information on the
|
5251
|
+
# `HookRequestToken`, see [ProgressEvent][1].
|
5252
|
+
#
|
5253
|
+
# Required when `TargetType` is specified and cannot be used otherwise.
|
5187
5254
|
#
|
5188
5255
|
#
|
5189
5256
|
#
|
5190
5257
|
# [1]: https://docs.aws.amazon.com/cloudcontrolapi/latest/APIReference/API_ProgressEvent.html
|
5191
5258
|
#
|
5259
|
+
# @option params [String] :type_arn
|
5260
|
+
# Filters results by the ARN of the Hook. Can be used alone or in
|
5261
|
+
# combination with `Status`.
|
5262
|
+
#
|
5263
|
+
# @option params [String] :status
|
5264
|
+
# Filters results by the status of Hook invocations. Can only be used in
|
5265
|
+
# combination with `TypeArn`. Valid values are:
|
5266
|
+
#
|
5267
|
+
# * `HOOK_IN_PROGRESS`: The Hook is currently running.
|
5268
|
+
#
|
5269
|
+
# * `HOOK_COMPLETE_SUCCEEDED`: The Hook completed successfully.
|
5270
|
+
#
|
5271
|
+
# * `HOOK_COMPLETE_FAILED`: The Hook completed but failed validation.
|
5272
|
+
#
|
5273
|
+
# * `HOOK_FAILED`: The Hook encountered an error during execution.
|
5274
|
+
#
|
5192
5275
|
# @option params [String] :next_token
|
5193
5276
|
# A string that identifies the next page of events that you want to
|
5194
5277
|
# retrieve.
|
@@ -5203,8 +5286,10 @@ module Aws::CloudFormation
|
|
5203
5286
|
# @example Request syntax with placeholder values
|
5204
5287
|
#
|
5205
5288
|
# resp = client.list_hook_results({
|
5206
|
-
# target_type: "CHANGE_SET", #
|
5207
|
-
# target_id: "HookResultId",
|
5289
|
+
# target_type: "CHANGE_SET", # accepts CHANGE_SET, STACK, RESOURCE, CLOUD_CONTROL
|
5290
|
+
# target_id: "HookResultId",
|
5291
|
+
# type_arn: "HookTypeArn",
|
5292
|
+
# status: "HOOK_IN_PROGRESS", # accepts HOOK_IN_PROGRESS, HOOK_COMPLETE_SUCCEEDED, HOOK_COMPLETE_FAILED, HOOK_FAILED
|
5208
5293
|
# next_token: "NextToken",
|
5209
5294
|
# })
|
5210
5295
|
#
|
@@ -5213,6 +5298,7 @@ module Aws::CloudFormation
|
|
5213
5298
|
# resp.target_type #=> String, one of "CHANGE_SET", "STACK", "RESOURCE", "CLOUD_CONTROL"
|
5214
5299
|
# resp.target_id #=> String
|
5215
5300
|
# resp.hook_results #=> Array
|
5301
|
+
# resp.hook_results[0].hook_result_id #=> String
|
5216
5302
|
# resp.hook_results[0].invocation_point #=> String, one of "PRE_PROVISION"
|
5217
5303
|
# resp.hook_results[0].failure_mode #=> String, one of "FAIL", "WARN"
|
5218
5304
|
# resp.hook_results[0].type_name #=> String
|
@@ -5220,6 +5306,11 @@ module Aws::CloudFormation
|
|
5220
5306
|
# resp.hook_results[0].type_configuration_version_id #=> String
|
5221
5307
|
# resp.hook_results[0].status #=> String, one of "HOOK_IN_PROGRESS", "HOOK_COMPLETE_SUCCEEDED", "HOOK_COMPLETE_FAILED", "HOOK_FAILED"
|
5222
5308
|
# resp.hook_results[0].hook_status_reason #=> String
|
5309
|
+
# resp.hook_results[0].invoked_at #=> Time
|
5310
|
+
# resp.hook_results[0].target_type #=> String, one of "CHANGE_SET", "STACK", "RESOURCE", "CLOUD_CONTROL"
|
5311
|
+
# resp.hook_results[0].target_id #=> String
|
5312
|
+
# resp.hook_results[0].type_arn #=> String
|
5313
|
+
# resp.hook_results[0].hook_execution_target #=> String
|
5223
5314
|
# resp.next_token #=> String
|
5224
5315
|
#
|
5225
5316
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ListHookResults AWS API Documentation
|
@@ -5241,7 +5332,7 @@ module Aws::CloudFormation
|
|
5241
5332
|
#
|
5242
5333
|
#
|
5243
5334
|
#
|
5244
|
-
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
5335
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-importvalue.html
|
5245
5336
|
#
|
5246
5337
|
# @option params [required, String] :export_name
|
5247
5338
|
# The name of the exported output value. CloudFormation returns the
|
@@ -5622,7 +5713,7 @@ module Aws::CloudFormation
|
|
5622
5713
|
# </note>
|
5623
5714
|
#
|
5624
5715
|
# @option params [required, String] :stack_set_name
|
5625
|
-
# The name or unique ID of the
|
5716
|
+
# The name or unique ID of the StackSet that you want to list drifted
|
5626
5717
|
# resources for.
|
5627
5718
|
#
|
5628
5719
|
# @option params [String] :next_token
|
@@ -5668,7 +5759,7 @@ module Aws::CloudFormation
|
|
5668
5759
|
# account administrator in the organization's management account or as
|
5669
5760
|
# a delegated administrator in a member account.
|
5670
5761
|
#
|
5671
|
-
# By default, `SELF` is specified. Use `SELF` for
|
5762
|
+
# By default, `SELF` is specified. Use `SELF` for StackSets with
|
5672
5763
|
# self-managed permissions.
|
5673
5764
|
#
|
5674
5765
|
# * If you are signed in to the management account, specify `SELF`.
|
@@ -5732,12 +5823,12 @@ module Aws::CloudFormation
|
|
5732
5823
|
end
|
5733
5824
|
|
5734
5825
|
# Returns summary information about stack instances that are associated
|
5735
|
-
# with the specified
|
5826
|
+
# with the specified StackSet. You can filter for stack instances that
|
5736
5827
|
# are associated with a specific Amazon Web Services account name or
|
5737
5828
|
# Region, or that have a specific status.
|
5738
5829
|
#
|
5739
5830
|
# @option params [required, String] :stack_set_name
|
5740
|
-
# The name or unique ID of the
|
5831
|
+
# The name or unique ID of the StackSet that you want to list stack
|
5741
5832
|
# instances for.
|
5742
5833
|
#
|
5743
5834
|
# @option params [String] :next_token
|
@@ -5769,7 +5860,7 @@ module Aws::CloudFormation
|
|
5769
5860
|
# account administrator in the organization's management account or as
|
5770
5861
|
# a delegated administrator in a member account.
|
5771
5862
|
#
|
5772
|
-
# By default, `SELF` is specified. Use `SELF` for
|
5863
|
+
# By default, `SELF` is specified. Use `SELF` for StackSets with
|
5773
5864
|
# self-managed permissions.
|
5774
5865
|
#
|
5775
5866
|
# * If you are signed in to the management account, specify `SELF`.
|
@@ -6011,15 +6102,15 @@ module Aws::CloudFormation
|
|
6011
6102
|
req.send_request(options)
|
6012
6103
|
end
|
6013
6104
|
|
6014
|
-
# Returns summary information about deployment targets for a
|
6105
|
+
# Returns summary information about deployment targets for a StackSet.
|
6015
6106
|
#
|
6016
6107
|
# @option params [required, String] :stack_set_name
|
6017
|
-
# The name or unique ID of the
|
6108
|
+
# The name or unique ID of the StackSet that you want to get automatic
|
6018
6109
|
# deployment targets for.
|
6019
6110
|
#
|
6020
6111
|
# @option params [String] :next_token
|
6021
|
-
# A string that identifies the next page of
|
6022
|
-
#
|
6112
|
+
# A string that identifies the next page of deployment targets that you
|
6113
|
+
# want to retrieve.
|
6023
6114
|
#
|
6024
6115
|
# @option params [Integer] :max_results
|
6025
6116
|
# The maximum number of results to be returned with a single call. If
|
@@ -6080,8 +6171,7 @@ module Aws::CloudFormation
|
|
6080
6171
|
req.send_request(options)
|
6081
6172
|
end
|
6082
6173
|
|
6083
|
-
# Returns summary information about the results of a
|
6084
|
-
# operation.
|
6174
|
+
# Returns summary information about the results of a StackSet operation.
|
6085
6175
|
#
|
6086
6176
|
# <note markdown="1"> This API provides *eventually consistent* reads meaning it may take
|
6087
6177
|
# some time but will eventually return the most up-to-date data.
|
@@ -6089,11 +6179,11 @@ module Aws::CloudFormation
|
|
6089
6179
|
# </note>
|
6090
6180
|
#
|
6091
6181
|
# @option params [required, String] :stack_set_name
|
6092
|
-
# The name or unique ID of the
|
6182
|
+
# The name or unique ID of the StackSet that you want to get operation
|
6093
6183
|
# results for.
|
6094
6184
|
#
|
6095
6185
|
# @option params [required, String] :operation_id
|
6096
|
-
# The ID of the
|
6186
|
+
# The ID of the StackSet operation.
|
6097
6187
|
#
|
6098
6188
|
# @option params [String] :next_token
|
6099
6189
|
# If the previous request didn't return all the remaining results, the
|
@@ -6114,7 +6204,7 @@ module Aws::CloudFormation
|
|
6114
6204
|
# account administrator in the organization's management account or as
|
6115
6205
|
# a delegated administrator in a member account.
|
6116
6206
|
#
|
6117
|
-
# By default, `SELF` is specified. Use `SELF` for
|
6207
|
+
# By default, `SELF` is specified. Use `SELF` for StackSets with
|
6118
6208
|
# self-managed permissions.
|
6119
6209
|
#
|
6120
6210
|
# * If you are signed in to the management account, specify `SELF`.
|
@@ -6178,7 +6268,7 @@ module Aws::CloudFormation
|
|
6178
6268
|
req.send_request(options)
|
6179
6269
|
end
|
6180
6270
|
|
6181
|
-
# Returns summary information about operations performed on a
|
6271
|
+
# Returns summary information about operations performed on a StackSet.
|
6182
6272
|
#
|
6183
6273
|
# <note markdown="1"> This API provides *eventually consistent* reads meaning it may take
|
6184
6274
|
# some time but will eventually return the most up-to-date data.
|
@@ -6186,7 +6276,7 @@ module Aws::CloudFormation
|
|
6186
6276
|
# </note>
|
6187
6277
|
#
|
6188
6278
|
# @option params [required, String] :stack_set_name
|
6189
|
-
# The name or unique ID of the
|
6279
|
+
# The name or unique ID of the StackSet that you want to get operation
|
6190
6280
|
# summaries for.
|
6191
6281
|
#
|
6192
6282
|
# @option params [String] :next_token
|
@@ -6209,7 +6299,7 @@ module Aws::CloudFormation
|
|
6209
6299
|
# account administrator in the organization's management account or as
|
6210
6300
|
# a delegated administrator in a member account.
|
6211
6301
|
#
|
6212
|
-
# By default, `SELF` is specified. Use `SELF` for
|
6302
|
+
# By default, `SELF` is specified. Use `SELF` for StackSets with
|
6213
6303
|
# self-managed permissions.
|
6214
6304
|
#
|
6215
6305
|
# * If you are signed in to the management account, specify `SELF`.
|
@@ -6271,7 +6361,7 @@ module Aws::CloudFormation
|
|
6271
6361
|
req.send_request(options)
|
6272
6362
|
end
|
6273
6363
|
|
6274
|
-
# Returns summary information about
|
6364
|
+
# Returns summary information about StackSets that are associated with
|
6275
6365
|
# the user.
|
6276
6366
|
#
|
6277
6367
|
# <note markdown="1"> This API provides *strongly consistent* reads meaning it will always
|
@@ -6281,16 +6371,16 @@ module Aws::CloudFormation
|
|
6281
6371
|
#
|
6282
6372
|
# * \[Self-managed permissions\] If you set the `CallAs` parameter to
|
6283
6373
|
# `SELF` while signed in to your Amazon Web Services account,
|
6284
|
-
# `ListStackSets` returns all self-managed
|
6374
|
+
# `ListStackSets` returns all self-managed StackSets in your Amazon
|
6285
6375
|
# Web Services account.
|
6286
6376
|
#
|
6287
6377
|
# * \[Service-managed permissions\] If you set the `CallAs` parameter to
|
6288
6378
|
# `SELF` while signed in to the organization's management account,
|
6289
|
-
# `ListStackSets` returns all
|
6379
|
+
# `ListStackSets` returns all StackSets in the management account.
|
6290
6380
|
#
|
6291
6381
|
# * \[Service-managed permissions\] If you set the `CallAs` parameter to
|
6292
6382
|
# `DELEGATED_ADMIN` while signed in to your member account,
|
6293
|
-
# `ListStackSets` returns all
|
6383
|
+
# `ListStackSets` returns all StackSets with service-managed
|
6294
6384
|
# permissions in the management account.
|
6295
6385
|
#
|
6296
6386
|
# @option params [String] :next_token
|
@@ -6308,7 +6398,7 @@ module Aws::CloudFormation
|
|
6308
6398
|
# request parameter to get the next set of results.
|
6309
6399
|
#
|
6310
6400
|
# @option params [String] :status
|
6311
|
-
# The status of the
|
6401
|
+
# The status of the StackSets that you want to get summary information
|
6312
6402
|
# about.
|
6313
6403
|
#
|
6314
6404
|
# @option params [String] :call_as
|
@@ -6316,7 +6406,7 @@ module Aws::CloudFormation
|
|
6316
6406
|
# account administrator in the management account or as a delegated
|
6317
6407
|
# administrator in a member account.
|
6318
6408
|
#
|
6319
|
-
# By default, `SELF` is specified. Use `SELF` for
|
6409
|
+
# By default, `SELF` is specified. Use `SELF` for StackSets with
|
6320
6410
|
# self-managed permissions.
|
6321
6411
|
#
|
6322
6412
|
# * If you are signed in to the management account, specify `SELF`.
|
@@ -6593,8 +6683,9 @@ module Aws::CloudFormation
|
|
6593
6683
|
req.send_request(options)
|
6594
6684
|
end
|
6595
6685
|
|
6596
|
-
# Returns summary information about
|
6597
|
-
#
|
6686
|
+
# Returns summary information about all extensions, including your
|
6687
|
+
# private resource types, modules, and Hooks as well as all public
|
6688
|
+
# extensions from Amazon Web Services and third-party publishers.
|
6598
6689
|
#
|
6599
6690
|
# @option params [String] :visibility
|
6600
6691
|
# The scope at which the extensions are visible and usable in
|
@@ -6611,8 +6702,7 @@ module Aws::CloudFormation
|
|
6611
6702
|
# Region.
|
6612
6703
|
# * `PUBLIC`: Extensions that are publicly visible and available to be
|
6613
6704
|
# activated within any Amazon Web Services account. This includes
|
6614
|
-
# extensions from Amazon Web Services
|
6615
|
-
# publishers.
|
6705
|
+
# extensions from Amazon Web Services and third-party publishers.
|
6616
6706
|
#
|
6617
6707
|
# The default is `PRIVATE`.
|
6618
6708
|
#
|
@@ -7213,28 +7303,36 @@ module Aws::CloudFormation
|
|
7213
7303
|
req.send_request(options)
|
7214
7304
|
end
|
7215
7305
|
|
7216
|
-
# Specifies the configuration data for a
|
7217
|
-
#
|
7306
|
+
# Specifies the configuration data for a CloudFormation extension, such
|
7307
|
+
# as a resource or Hook, in the given account and Region.
|
7308
|
+
#
|
7309
|
+
# For more information, see [Edit configuration data for extensions in
|
7310
|
+
# your account][1] in the *CloudFormation User Guide*.
|
7218
7311
|
#
|
7219
7312
|
# To view the current configuration data for an extension, refer to the
|
7220
|
-
# `ConfigurationSchema` element of [DescribeType][
|
7221
|
-
# information, see [Edit configuration data for extensions in your
|
7222
|
-
# account][2] in the *CloudFormation User Guide*.
|
7313
|
+
# `ConfigurationSchema` element of [DescribeType][2].
|
7223
7314
|
#
|
7224
7315
|
# It's strongly recommended that you use dynamic references to restrict
|
7225
7316
|
# sensitive configuration definitions, such as third-party credentials.
|
7226
|
-
# For more
|
7227
|
-
#
|
7228
|
-
# User Guide*.
|
7317
|
+
# For more information, see [Specify values stored in other services
|
7318
|
+
# using dynamic references][3] in the *CloudFormation User Guide*.
|
7229
7319
|
#
|
7320
|
+
# For more information about setting the configuration data for resource
|
7321
|
+
# types, see [Defining the account-level configuration of an
|
7322
|
+
# extension][4] in the *CloudFormation Command Line Interface (CLI) User
|
7323
|
+
# Guide*. For more information about setting the configuration data for
|
7324
|
+
# Hooks, see the [CloudFormation Hooks User Guide][5].
|
7230
7325
|
#
|
7231
7326
|
#
|
7232
|
-
#
|
7233
|
-
# [
|
7327
|
+
#
|
7328
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-set-configuration.html
|
7329
|
+
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html
|
7234
7330
|
# [3]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/dynamic-references.html
|
7331
|
+
# [4]: https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html#resource-type-howto-configuration
|
7332
|
+
# [5]: https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/what-is-cloudformation-hooks.html
|
7235
7333
|
#
|
7236
7334
|
# @option params [String] :type_arn
|
7237
|
-
# The Amazon Resource Name (ARN) for the extension
|
7335
|
+
# The Amazon Resource Name (ARN) for the extension in this account and
|
7238
7336
|
# Region.
|
7239
7337
|
#
|
7240
7338
|
# For public extensions, this will be the ARN assigned when you call the
|
@@ -7252,18 +7350,15 @@ module Aws::CloudFormation
|
|
7252
7350
|
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html
|
7253
7351
|
#
|
7254
7352
|
# @option params [required, String] :configuration
|
7255
|
-
# The configuration data for the extension
|
7353
|
+
# The configuration data for the extension in this account and Region.
|
7256
7354
|
#
|
7257
|
-
# The configuration data must be formatted as JSON
|
7258
|
-
# the schema returned in the `
|
7259
|
-
# [DescribeType][1].
|
7260
|
-
# account-level configuration of an extension][2] in the *CloudFormation
|
7261
|
-
# Command Line Interface (CLI) User Guide*.
|
7355
|
+
# The configuration data must be formatted as JSON and validate against
|
7356
|
+
# the extension's schema returned in the `Schema` response element of
|
7357
|
+
# [DescribeType][1].
|
7262
7358
|
#
|
7263
7359
|
#
|
7264
7360
|
#
|
7265
7361
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html
|
7266
|
-
# [2]: https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html#resource-type-howto-configuration
|
7267
7362
|
#
|
7268
7363
|
# @option params [String] :configuration_alias
|
7269
7364
|
# An alias by which to refer to this extension configuration data.
|
@@ -7454,23 +7549,24 @@ module Aws::CloudFormation
|
|
7454
7549
|
req.send_request(options)
|
7455
7550
|
end
|
7456
7551
|
|
7457
|
-
# Stops an in-progress operation on a
|
7552
|
+
# Stops an in-progress operation on a StackSet and its associated stack
|
7458
7553
|
# instances. StackSets will cancel all the unstarted stack instance
|
7459
7554
|
# deployments and wait for those are in-progress to complete.
|
7460
7555
|
#
|
7461
7556
|
# @option params [required, String] :stack_set_name
|
7462
|
-
# The name or unique ID of the
|
7557
|
+
# The name or unique ID of the StackSet that you want to stop the
|
7463
7558
|
# operation for.
|
7464
7559
|
#
|
7465
7560
|
# @option params [required, String] :operation_id
|
7466
7561
|
# The ID of the stack operation.
|
7467
7562
|
#
|
7468
7563
|
# @option params [String] :call_as
|
7469
|
-
#
|
7470
|
-
#
|
7471
|
-
# a
|
7564
|
+
# Specifies whether you are acting as an account administrator in the
|
7565
|
+
# organization's management account or as a delegated administrator in
|
7566
|
+
# a member account. Valid only if the StackSet uses service-managed
|
7567
|
+
# permissions.
|
7472
7568
|
#
|
7473
|
-
# By default, `SELF` is specified. Use `SELF` for
|
7569
|
+
# By default, `SELF` is specified. Use `SELF` for StackSets with
|
7474
7570
|
# self-managed permissions.
|
7475
7571
|
#
|
7476
7572
|
# * If you are signed in to the management account, specify `SELF`.
|
@@ -8097,18 +8193,18 @@ module Aws::CloudFormation
|
|
8097
8193
|
# accounts where they already exist; to create additional stack
|
8098
8194
|
# instances, use [CreateStackInstances][1].
|
8099
8195
|
#
|
8100
|
-
# During
|
8196
|
+
# During StackSet updates, any parameters overridden for a stack
|
8101
8197
|
# instance aren't updated, but retain their overridden value.
|
8102
8198
|
#
|
8103
8199
|
# You can only update the parameter *values* that are specified in the
|
8104
|
-
#
|
8105
|
-
#
|
8106
|
-
#
|
8107
|
-
#
|
8108
|
-
#
|
8109
|
-
#
|
8110
|
-
#
|
8111
|
-
#
|
8200
|
+
# StackSet. To add or delete a parameter itself, use [UpdateStackSet][2]
|
8201
|
+
# to update the StackSet template. If you add a parameter to a template,
|
8202
|
+
# before you can override the parameter value specified in the StackSet
|
8203
|
+
# you must first use [UpdateStackSet][2] to update all stack instances
|
8204
|
+
# with the updated template and parameter value specified in the
|
8205
|
+
# StackSet. Once a stack instance has been updated with the new
|
8206
|
+
# parameter, you can then override the parameter value using
|
8207
|
+
# `UpdateStackInstances`.
|
8112
8208
|
#
|
8113
8209
|
# <note markdown="1"> The maximum number of organizational unit (OUs) supported by a
|
8114
8210
|
# `UpdateStackInstances` operation is 50.
|
@@ -8130,12 +8226,12 @@ module Aws::CloudFormation
|
|
8130
8226
|
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html
|
8131
8227
|
#
|
8132
8228
|
# @option params [required, String] :stack_set_name
|
8133
|
-
# The name or unique ID of the
|
8229
|
+
# The name or unique ID of the StackSet associated with the stack
|
8134
8230
|
# instances.
|
8135
8231
|
#
|
8136
8232
|
# @option params [Array<String>] :accounts
|
8137
8233
|
# \[Self-managed permissions\] The account IDs of one or more Amazon Web
|
8138
|
-
# Services accounts
|
8234
|
+
# Services accounts in which you want to update parameter values for
|
8139
8235
|
# stack instances. The overridden parameter values will be applied to
|
8140
8236
|
# all stack instances in the specified accounts and Amazon Web Services
|
8141
8237
|
# Regions.
|
@@ -8143,7 +8239,7 @@ module Aws::CloudFormation
|
|
8143
8239
|
# You can specify `Accounts` or `DeploymentTargets`, but not both.
|
8144
8240
|
#
|
8145
8241
|
# @option params [Types::DeploymentTargets] :deployment_targets
|
8146
|
-
# \[Service-managed permissions\] The Organizations accounts
|
8242
|
+
# \[Service-managed permissions\] The Organizations accounts in which
|
8147
8243
|
# you want to update parameter values for stack instances. If your
|
8148
8244
|
# update targets OUs, the overridden parameter values only apply to the
|
8149
8245
|
# accounts that are currently in the target OUs and their child OUs.
|
@@ -8175,22 +8271,22 @@ module Aws::CloudFormation
|
|
8175
8271
|
# specify both a value and set `UsePreviousValue` to `true`.)
|
8176
8272
|
#
|
8177
8273
|
# * To set an overridden parameter back to the value specified in the
|
8178
|
-
#
|
8274
|
+
# StackSet, specify a parameter list but don't include the parameter
|
8179
8275
|
# in the list.
|
8180
8276
|
#
|
8181
8277
|
# * To leave all parameters set to their present values, don't specify
|
8182
8278
|
# this property at all.
|
8183
8279
|
#
|
8184
|
-
# During
|
8280
|
+
# During StackSet updates, any parameter values overridden for a stack
|
8185
8281
|
# instance aren't updated, but retain their overridden value.
|
8186
8282
|
#
|
8187
8283
|
# You can only override the parameter *values* that are specified in the
|
8188
|
-
#
|
8189
|
-
#
|
8190
|
-
#
|
8191
|
-
#
|
8192
|
-
#
|
8193
|
-
#
|
8284
|
+
# StackSet. To add or delete a parameter itself, use `UpdateStackSet` to
|
8285
|
+
# update the StackSet template. If you add a parameter to a template,
|
8286
|
+
# before you can override the parameter value specified in the StackSet
|
8287
|
+
# you must first use [UpdateStackSet][1] to update all stack instances
|
8288
|
+
# with the updated template and parameter value specified in the
|
8289
|
+
# StackSet. Once a stack instance has been updated with the new
|
8194
8290
|
# parameter, you can then override the parameter value using
|
8195
8291
|
# `UpdateStackInstances`.
|
8196
8292
|
#
|
@@ -8199,14 +8295,14 @@ module Aws::CloudFormation
|
|
8199
8295
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html
|
8200
8296
|
#
|
8201
8297
|
# @option params [Types::StackSetOperationPreferences] :operation_preferences
|
8202
|
-
# Preferences for how CloudFormation performs this
|
8298
|
+
# Preferences for how CloudFormation performs this StackSet operation.
|
8203
8299
|
#
|
8204
8300
|
# @option params [String] :operation_id
|
8205
|
-
# The unique identifier for this
|
8301
|
+
# The unique identifier for this StackSet operation.
|
8206
8302
|
#
|
8207
8303
|
# The operation ID also functions as an idempotency token, to ensure
|
8208
|
-
# that CloudFormation performs the
|
8209
|
-
#
|
8304
|
+
# that CloudFormation performs the StackSet operation only once, even if
|
8305
|
+
# you retry the request multiple times. You might retry StackSet
|
8210
8306
|
# operation requests to ensure that CloudFormation successfully received
|
8211
8307
|
# them.
|
8212
8308
|
#
|
@@ -8221,7 +8317,7 @@ module Aws::CloudFormation
|
|
8221
8317
|
# account administrator in the organization's management account or as
|
8222
8318
|
# a delegated administrator in a member account.
|
8223
8319
|
#
|
8224
|
-
# By default, `SELF` is specified. Use `SELF` for
|
8320
|
+
# By default, `SELF` is specified. Use `SELF` for StackSets with
|
8225
8321
|
# self-managed permissions.
|
8226
8322
|
#
|
8227
8323
|
# * If you are signed in to the management account, specify `SELF`.
|
@@ -8288,14 +8384,14 @@ module Aws::CloudFormation
|
|
8288
8384
|
req.send_request(options)
|
8289
8385
|
end
|
8290
8386
|
|
8291
|
-
# Updates the
|
8387
|
+
# Updates the StackSet and associated stack instances in the specified
|
8292
8388
|
# accounts and Amazon Web Services Regions.
|
8293
8389
|
#
|
8294
|
-
# Even if the
|
8295
|
-
#
|
8296
|
-
# tolerance), the
|
8297
|
-
# CreateStackInstances calls on the specified
|
8298
|
-
#
|
8390
|
+
# Even if the StackSet operation created by updating the StackSet fails
|
8391
|
+
# (completely or partially, below or above a specified failure
|
8392
|
+
# tolerance), the StackSet is updated with your changes. Subsequent
|
8393
|
+
# CreateStackInstances calls on the specified StackSet use the updated
|
8394
|
+
# StackSet.
|
8299
8395
|
#
|
8300
8396
|
# <note markdown="1"> The maximum number of organizational unit (OUs) supported by a
|
8301
8397
|
# `UpdateStackSet` operation is 50.
|
@@ -8312,7 +8408,7 @@ module Aws::CloudFormation
|
|
8312
8408
|
# </note>
|
8313
8409
|
#
|
8314
8410
|
# @option params [required, String] :stack_set_name
|
8315
|
-
# The name or unique ID of the
|
8411
|
+
# The name or unique ID of the StackSet that you want to update.
|
8316
8412
|
#
|
8317
8413
|
# @option params [String] :description
|
8318
8414
|
# A brief description of updates that you are making.
|
@@ -8335,19 +8431,19 @@ module Aws::CloudFormation
|
|
8335
8431
|
# `TemplateBody` or `TemplateURL`—or set `UsePreviousTemplate` to true.
|
8336
8432
|
#
|
8337
8433
|
# @option params [Boolean] :use_previous_template
|
8338
|
-
# Use the existing template that's associated with the
|
8434
|
+
# Use the existing template that's associated with the StackSet that
|
8339
8435
|
# you're updating.
|
8340
8436
|
#
|
8341
8437
|
# Conditional: You must specify only one of the following parameters:
|
8342
8438
|
# `TemplateBody` or `TemplateURL`—or set `UsePreviousTemplate` to true.
|
8343
8439
|
#
|
8344
8440
|
# @option params [Array<Types::Parameter>] :parameters
|
8345
|
-
# A list of input parameters for the
|
8441
|
+
# A list of input parameters for the StackSet template.
|
8346
8442
|
#
|
8347
8443
|
# @option params [Array<String>] :capabilities
|
8348
8444
|
# In some cases, you must explicitly acknowledge that your stack
|
8349
8445
|
# template contains certain capabilities in order for CloudFormation to
|
8350
|
-
# update the
|
8446
|
+
# update the StackSet and its associated stack instances.
|
8351
8447
|
#
|
8352
8448
|
# * `CAPABILITY_IAM` and `CAPABILITY_NAMED_IAM`
|
8353
8449
|
#
|
@@ -8388,21 +8484,20 @@ module Aws::CloudFormation
|
|
8388
8484
|
#
|
8389
8485
|
# * `CAPABILITY_AUTO_EXPAND`
|
8390
8486
|
#
|
8391
|
-
# Some templates reference macros. If your
|
8392
|
-
# references one or more macros, you must update the
|
8393
|
-
#
|
8394
|
-
#
|
8395
|
-
#
|
8396
|
-
#
|
8487
|
+
# Some templates reference macros. If your StackSet template
|
8488
|
+
# references one or more macros, you must update the StackSet directly
|
8489
|
+
# from the processed template, without first reviewing the resulting
|
8490
|
+
# changes in a change set. To update the StackSet directly, you must
|
8491
|
+
# acknowledge this capability. For more information, see [Perform
|
8492
|
+
# custom processing on CloudFormation templates with template
|
8397
8493
|
# macros][9].
|
8398
8494
|
#
|
8399
|
-
#
|
8495
|
+
# StackSets with service-managed permissions do not currently support
|
8400
8496
|
# the use of macros in templates. (This includes the
|
8401
8497
|
# [AWS::Include][10] and [AWS::Serverless][11] transforms, which are
|
8402
8498
|
# macros hosted by CloudFormation.) Even if you specify this
|
8403
|
-
# capability for a
|
8404
|
-
# reference a macro in your template the
|
8405
|
-
# fail.
|
8499
|
+
# capability for a StackSet with service-managed permissions, if you
|
8500
|
+
# reference a macro in your template the StackSet operation will fail.
|
8406
8501
|
#
|
8407
8502
|
#
|
8408
8503
|
#
|
@@ -8419,23 +8514,23 @@ module Aws::CloudFormation
|
|
8419
8514
|
# [11]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
|
8420
8515
|
#
|
8421
8516
|
# @option params [Array<Types::Tag>] :tags
|
8422
|
-
# The key-value pairs to associate with this
|
8517
|
+
# The key-value pairs to associate with this StackSet and the stacks
|
8423
8518
|
# created from it. CloudFormation also propagates these tags to
|
8424
8519
|
# supported resources that are created in the stacks. You can specify a
|
8425
8520
|
# maximum number of 50 tags.
|
8426
8521
|
#
|
8427
8522
|
# If you specify tags for this parameter, those tags replace any list of
|
8428
|
-
# tags that are currently associated with this
|
8523
|
+
# tags that are currently associated with this StackSet. This means:
|
8429
8524
|
#
|
8430
8525
|
# * If you don't specify this parameter, CloudFormation doesn't modify
|
8431
8526
|
# the stack's tags.
|
8432
8527
|
#
|
8433
8528
|
# * If you specify *any* tags using this parameter, you must specify
|
8434
|
-
# *all* the tags that you want associated with this
|
8435
|
-
# tags you've specified before (for example, when creating the
|
8436
|
-
#
|
8437
|
-
# you don't include in the updated list of tags are removed from
|
8438
|
-
#
|
8529
|
+
# *all* the tags that you want associated with this StackSet, even
|
8530
|
+
# tags you've specified before (for example, when creating the
|
8531
|
+
# StackSet or during a previous update of the StackSet.). Any tags
|
8532
|
+
# that you don't include in the updated list of tags are removed from
|
8533
|
+
# the StackSet, and therefore from the stacks and resources as well.
|
8439
8534
|
#
|
8440
8535
|
# * If you specify an empty value, CloudFormation removes all currently
|
8441
8536
|
# associated tags.
|
@@ -8443,28 +8538,28 @@ module Aws::CloudFormation
|
|
8443
8538
|
# If you specify new tags as part of an `UpdateStackSet` action,
|
8444
8539
|
# CloudFormation checks to see if you have the required IAM permission
|
8445
8540
|
# to tag resources. If you omit tags that are currently associated with
|
8446
|
-
# the
|
8447
|
-
#
|
8448
|
-
#
|
8449
|
-
#
|
8450
|
-
#
|
8541
|
+
# the StackSet from the list of tags you specify, CloudFormation assumes
|
8542
|
+
# that you want to remove those tags from the StackSet, and checks to
|
8543
|
+
# see if you have permission to untag resources. If you don't have the
|
8544
|
+
# necessary permission(s), the entire `UpdateStackSet` action fails with
|
8545
|
+
# an `access denied` error, and the StackSet is not updated.
|
8451
8546
|
#
|
8452
8547
|
# @option params [Types::StackSetOperationPreferences] :operation_preferences
|
8453
|
-
# Preferences for how CloudFormation performs this
|
8548
|
+
# Preferences for how CloudFormation performs this StackSet operation.
|
8454
8549
|
#
|
8455
8550
|
# @option params [String] :administration_role_arn
|
8456
8551
|
# \[Self-managed permissions\] The Amazon Resource Name (ARN) of the IAM
|
8457
|
-
# role to use to update this
|
8552
|
+
# role to use to update this StackSet.
|
8458
8553
|
#
|
8459
8554
|
# Specify an IAM role only if you are using customized administrator
|
8460
|
-
# roles to control which users or groups can manage specific
|
8555
|
+
# roles to control which users or groups can manage specific StackSets
|
8461
8556
|
# within the same administrator account. For more information, see
|
8462
8557
|
# [Grant self-managed permissions][1] in the *CloudFormation User
|
8463
8558
|
# Guide*.
|
8464
8559
|
#
|
8465
8560
|
# If you specified a customized administrator role when you created the
|
8466
|
-
#
|
8467
|
-
#
|
8561
|
+
# StackSet, you must specify a customized administrator role, even if it
|
8562
|
+
# is the same customized administrator role used with this StackSet
|
8468
8563
|
# previously.
|
8469
8564
|
#
|
8470
8565
|
#
|
@@ -8475,36 +8570,36 @@ module Aws::CloudFormation
|
|
8475
8570
|
# \[Self-managed permissions\] The name of the IAM execution role to use
|
8476
8571
|
# to update the stack set. If you do not specify an execution role,
|
8477
8572
|
# CloudFormation uses the `AWSCloudFormationStackSetExecutionRole` role
|
8478
|
-
# for the
|
8573
|
+
# for the StackSet operation.
|
8479
8574
|
#
|
8480
8575
|
# Specify an IAM role only if you are using customized execution roles
|
8481
8576
|
# to control which stack resources users and groups can include in their
|
8482
|
-
#
|
8577
|
+
# StackSets.
|
8483
8578
|
#
|
8484
8579
|
# If you specify a customized execution role, CloudFormation uses that
|
8485
8580
|
# role to update the stack. If you do not specify a customized execution
|
8486
8581
|
# role, CloudFormation performs the update using the role previously
|
8487
|
-
# associated with the
|
8488
|
-
# perform operations on the
|
8582
|
+
# associated with the StackSet, so long as you have permissions to
|
8583
|
+
# perform operations on the StackSet.
|
8489
8584
|
#
|
8490
8585
|
# @option params [Types::DeploymentTargets] :deployment_targets
|
8491
8586
|
# \[Service-managed permissions\] The Organizations accounts in which to
|
8492
8587
|
# update associated stack instances.
|
8493
8588
|
#
|
8494
|
-
# To update all the stack instances associated with this
|
8589
|
+
# To update all the stack instances associated with this StackSet, do
|
8495
8590
|
# not specify `DeploymentTargets` or `Regions`.
|
8496
8591
|
#
|
8497
|
-
# If the
|
8592
|
+
# If the StackSet update includes changes to the template (that is, if
|
8498
8593
|
# `TemplateBody` or `TemplateURL` is specified), or the `Parameters`,
|
8499
8594
|
# CloudFormation marks all stack instances with a status of `OUTDATED`
|
8500
8595
|
# prior to updating the stack instances in the specified accounts and
|
8501
|
-
# Amazon Web Services Regions. If the
|
8596
|
+
# Amazon Web Services Regions. If the StackSet update doesn't include
|
8502
8597
|
# changes to the template or parameters, CloudFormation updates the
|
8503
8598
|
# stack instances in the specified accounts and Regions, while leaving
|
8504
8599
|
# all other stack instances with their existing stack instance status.
|
8505
8600
|
#
|
8506
8601
|
# @option params [String] :permission_model
|
8507
|
-
# Describes how the IAM roles required for
|
8602
|
+
# Describes how the IAM roles required for StackSet operations are
|
8508
8603
|
# created. You cannot modify `PermissionModel` if there are stack
|
8509
8604
|
# instances associated with your stack set.
|
8510
8605
|
#
|
@@ -8515,7 +8610,7 @@ module Aws::CloudFormation
|
|
8515
8610
|
# * With `service-managed` permissions, StackSets automatically creates
|
8516
8611
|
# the IAM roles required to deploy to accounts managed by
|
8517
8612
|
# Organizations. For more information, see [Activate trusted access
|
8518
|
-
# for
|
8613
|
+
# for StackSets with Organizations][2].
|
8519
8614
|
#
|
8520
8615
|
#
|
8521
8616
|
#
|
@@ -8526,9 +8621,8 @@ module Aws::CloudFormation
|
|
8526
8621
|
# \[Service-managed permissions\] Describes whether StackSets
|
8527
8622
|
# automatically deploys to Organizations accounts that are added to a
|
8528
8623
|
# target organization or organizational unit (OU). For more information,
|
8529
|
-
# see [
|
8530
|
-
#
|
8531
|
-
# Guide*.
|
8624
|
+
# see [Enable or disable automatic deployments for StackSets in
|
8625
|
+
# Organizations][1] in the *CloudFormation User Guide*.
|
8532
8626
|
#
|
8533
8627
|
# If you specify `AutoDeployment`, don't specify `DeploymentTargets` or
|
8534
8628
|
# `Regions`.
|
@@ -8538,18 +8632,18 @@ module Aws::CloudFormation
|
|
8538
8632
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html
|
8539
8633
|
#
|
8540
8634
|
# @option params [String] :operation_id
|
8541
|
-
# The unique ID for this
|
8635
|
+
# The unique ID for this StackSet operation.
|
8542
8636
|
#
|
8543
8637
|
# The operation ID also functions as an idempotency token, to ensure
|
8544
|
-
# that CloudFormation performs the
|
8545
|
-
#
|
8638
|
+
# that CloudFormation performs the StackSet operation only once, even if
|
8639
|
+
# you retry the request multiple times. You might retry StackSet
|
8546
8640
|
# operation requests to ensure that CloudFormation successfully received
|
8547
8641
|
# them.
|
8548
8642
|
#
|
8549
8643
|
# If you don't specify an operation ID, CloudFormation generates one
|
8550
8644
|
# automatically.
|
8551
8645
|
#
|
8552
|
-
# Repeating this
|
8646
|
+
# Repeating this StackSet operation with a new operation ID retries all
|
8553
8647
|
# stack instances whose status is `OUTDATED`.
|
8554
8648
|
#
|
8555
8649
|
# **A suitable default value is auto-generated.** You should normally
|
@@ -8558,17 +8652,17 @@ module Aws::CloudFormation
|
|
8558
8652
|
# @option params [Array<String>] :accounts
|
8559
8653
|
# \[Self-managed permissions\] The accounts in which to update
|
8560
8654
|
# associated stack instances. If you specify accounts, you must also
|
8561
|
-
# specify the Amazon Web Services Regions in which to update
|
8655
|
+
# specify the Amazon Web Services Regions in which to update StackSet
|
8562
8656
|
# instances.
|
8563
8657
|
#
|
8564
|
-
# To update *all* the stack instances associated with this
|
8658
|
+
# To update *all* the stack instances associated with this StackSet,
|
8565
8659
|
# don't specify the `Accounts` or `Regions` properties.
|
8566
8660
|
#
|
8567
|
-
# If the
|
8661
|
+
# If the StackSet update includes changes to the template (that is, if
|
8568
8662
|
# the `TemplateBody` or `TemplateURL` properties are specified), or the
|
8569
8663
|
# `Parameters` property, CloudFormation marks all stack instances with a
|
8570
8664
|
# status of `OUTDATED` prior to updating the stack instances in the
|
8571
|
-
# specified accounts and Amazon Web Services Regions. If the
|
8665
|
+
# specified accounts and Amazon Web Services Regions. If the StackSet
|
8572
8666
|
# update does not include changes to the template or parameters,
|
8573
8667
|
# CloudFormation updates the stack instances in the specified accounts
|
8574
8668
|
# and Amazon Web Services Regions, while leaving all other stack
|
@@ -8577,16 +8671,16 @@ module Aws::CloudFormation
|
|
8577
8671
|
# @option params [Array<String>] :regions
|
8578
8672
|
# The Amazon Web Services Regions in which to update associated stack
|
8579
8673
|
# instances. If you specify Regions, you must also specify accounts in
|
8580
|
-
# which to update
|
8674
|
+
# which to update StackSet instances.
|
8581
8675
|
#
|
8582
|
-
# To update *all* the stack instances associated with this
|
8676
|
+
# To update *all* the stack instances associated with this StackSet, do
|
8583
8677
|
# not specify the `Accounts` or `Regions` properties.
|
8584
8678
|
#
|
8585
|
-
# If the
|
8679
|
+
# If the StackSet update includes changes to the template (that is, if
|
8586
8680
|
# the `TemplateBody` or `TemplateURL` properties are specified), or the
|
8587
8681
|
# `Parameters` property, CloudFormation marks all stack instances with a
|
8588
8682
|
# status of `OUTDATED` prior to updating the stack instances in the
|
8589
|
-
# specified accounts and Regions. If the
|
8683
|
+
# specified accounts and Regions. If the StackSet update does not
|
8590
8684
|
# include changes to the template or parameters, CloudFormation updates
|
8591
8685
|
# the stack instances in the specified accounts and Regions, while
|
8592
8686
|
# leaving all other stack instances with their existing stack instance
|
@@ -8597,7 +8691,7 @@ module Aws::CloudFormation
|
|
8597
8691
|
# account administrator in the organization's management account or as
|
8598
8692
|
# a delegated administrator in a member account.
|
8599
8693
|
#
|
8600
|
-
# By default, `SELF` is specified. Use `SELF` for
|
8694
|
+
# By default, `SELF` is specified. Use `SELF` for StackSets with
|
8601
8695
|
# self-managed permissions.
|
8602
8696
|
#
|
8603
8697
|
# * If you are signed in to the management account, specify `SELF`.
|
@@ -8615,7 +8709,7 @@ module Aws::CloudFormation
|
|
8615
8709
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
|
8616
8710
|
#
|
8617
8711
|
# @option params [Types::ManagedExecution] :managed_execution
|
8618
|
-
# Describes whether
|
8712
|
+
# Describes whether CloudFormation performs non-conflicting operations
|
8619
8713
|
# concurrently and queues conflicting operations.
|
8620
8714
|
#
|
8621
8715
|
# @return [Types::UpdateStackSetOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -8811,7 +8905,7 @@ module Aws::CloudFormation
|
|
8811
8905
|
tracer: tracer
|
8812
8906
|
)
|
8813
8907
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
8814
|
-
context[:gem_version] = '1.
|
8908
|
+
context[:gem_version] = '1.141.0'
|
8815
8909
|
Seahorse::Client::Request.new(handlers, context)
|
8816
8910
|
end
|
8817
8911
|
|