aws-sdk-cloudformation 1.79.0 → 1.80.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e6a9516008c194436b3a3c69bd3c2e7cedb38bedeb9105e331d90e4aa5ec4aff
4
- data.tar.gz: 867dced10b8d563cad7b74a9aff1b805309370a526c6916b808b76f6e644438c
3
+ metadata.gz: 991862c4ff91b382803cc6b3fea833f48b7de96ea258478dcfc771e9259cf1e0
4
+ data.tar.gz: 575ad8cfbe2a5aa9c0905a652622b009811d2d60c741dbb1305047015b654e56
5
5
  SHA512:
6
- metadata.gz: 94eb86b7a7fe0b632487ca2bd4c8607944979ce484fbf55db55059745e292e307ec201e6346b062a6f885a5de8c7238c87e9d12f57f4239145563cfe01907619
7
- data.tar.gz: 7c73a6e34b33b9e64e34329ca1f527b8fd5925234605e524760214a09370794a389a91288c72231654cd80533009be72233fe876805b887a843fb4de87c5d0cb
6
+ metadata.gz: f4214f5baba615ebb2eadb9c3b01685833ded03f2a7c28faadc5478dca7960221ee4bf4193f35f5c4efe81e655f4fd51206e8e21332bbcab51ad1e23b6f8a356
7
+ data.tar.gz: '094477830a53c38ed2b3872bd4d148d372dbac4e405f4eafc5bf7f0e07776b32e796a844a1e97fcb999f8b14a6c95532a7454ef6aebdb887232ffaf609ed3cd6'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.0 (2023-06-07)
5
+ ------------------
6
+
7
+ * Feature - AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT
8
+
4
9
  1.79.0 (2023-06-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.80.0
@@ -715,7 +715,7 @@ module Aws::CloudFormation
715
715
  #
716
716
  # @option params [String] :client_request_token
717
717
  # A unique identifier for this `ContinueUpdateRollback` request. Specify
718
- # this token if you plan to retry requests so that CloudFormationknows
718
+ # this token if you plan to retry requests so that CloudFormation knows
719
719
  # that you're not attempting to continue the rollback to a stack with
720
720
  # the same name. You might retry `ContinueUpdateRollback` requests to
721
721
  # ensure that CloudFormation successfully received them.
@@ -958,7 +958,7 @@ module Aws::CloudFormation
958
958
  #
959
959
  # If you create a change set for a new stack, CloudFormation creates a
960
960
  # stack with a unique stack ID, but no template or resources. The stack
961
- # will be in the [ `REVIEW_IN_PROGRESS` ][1] state until you execute the
961
+ # will be in the [REVIEW\_IN\_PROGRESS][1] state until you execute the
962
962
  # change set.
963
963
  #
964
964
  # By default, CloudFormation specifies `UPDATE`. You can't use the
@@ -1048,7 +1048,7 @@ module Aws::CloudFormation
1048
1048
 
1049
1049
  # Creates a stack as specified in the template. After the call completes
1050
1050
  # successfully, the stack creation starts. You can check the status of
1051
- # the stack through the DescribeStacksoperation.
1051
+ # the stack through the DescribeStacks operation.
1052
1052
  #
1053
1053
  # @option params [required, String] :stack_name
1054
1054
  # The name that's associated with the stack. The name must be unique in
@@ -2725,7 +2725,7 @@ module Aws::CloudFormation
2725
2725
  # resp.stack_instance.parameter_overrides[0].use_previous_value #=> Boolean
2726
2726
  # resp.stack_instance.parameter_overrides[0].resolved_value #=> String
2727
2727
  # resp.stack_instance.status #=> String, one of "CURRENT", "OUTDATED", "INOPERABLE"
2728
- # resp.stack_instance.stack_instance_status.detailed_status #=> String, one of "PENDING", "RUNNING", "SUCCEEDED", "FAILED", "CANCELLED", "INOPERABLE"
2728
+ # resp.stack_instance.stack_instance_status.detailed_status #=> String, one of "PENDING", "RUNNING", "SUCCEEDED", "FAILED", "CANCELLED", "INOPERABLE", "SKIPPED_SUSPENDED_ACCOUNT"
2729
2729
  # resp.stack_instance.status_reason #=> String
2730
2730
  # resp.stack_instance.organizational_unit_id #=> String
2731
2731
  # resp.stack_instance.drift_status #=> String, one of "DRIFTED", "IN_SYNC", "UNKNOWN", "NOT_CHECKED"
@@ -3409,18 +3409,18 @@ module Aws::CloudFormation
3409
3409
  # Returns information about an extension's registration, including its
3410
3410
  # current status and type and version identifiers.
3411
3411
  #
3412
- # When you initiate a registration request using ` RegisterType `, you
3413
- # can then use ` DescribeTypeRegistration ` to monitor the progress of
3414
- # that registration request.
3412
+ # When you initiate a registration request using RegisterType, you can
3413
+ # then use DescribeTypeRegistration to monitor the progress of that
3414
+ # registration request.
3415
3415
  #
3416
- # Once the registration request has completed, use ` DescribeType ` to
3416
+ # Once the registration request has completed, use DescribeType to
3417
3417
  # return detailed information about an extension.
3418
3418
  #
3419
3419
  # @option params [required, String] :registration_token
3420
3420
  # The identifier for this registration request.
3421
3421
  #
3422
3422
  # This registration token is generated by CloudFormation when you
3423
- # initiate a registration request using ` RegisterType `.
3423
+ # initiate a registration request using RegisterType.
3424
3424
  #
3425
3425
  # @return [Types::DescribeTypeRegistrationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3426
3426
  #
@@ -3598,8 +3598,8 @@ module Aws::CloudFormation
3598
3598
  # stack set][1].
3599
3599
  #
3600
3600
  # `DetectStackSetDrift` returns the `OperationId` of the stack set drift
3601
- # detection operation. Use this operation id with `
3602
- # DescribeStackSetOperation ` to monitor the progress of the drift
3601
+ # detection operation. Use this operation id with
3602
+ # DescribeStackSetOperation to monitor the progress of the drift
3603
3603
  # detection operation. The drift detection operation may take some time,
3604
3604
  # depending on the number of stack instances included in the stack set,
3605
3605
  # in addition to the number of resources included in each stack.
@@ -3607,16 +3607,16 @@ module Aws::CloudFormation
3607
3607
  # Once the operation has completed, use the following actions to return
3608
3608
  # drift information:
3609
3609
  #
3610
- # * Use ` DescribeStackSet ` to return detailed information about the
3611
- # stack set, including detailed information about the last *completed*
3612
- # drift operation performed on the stack set. (Information about drift
3610
+ # * Use DescribeStackSet to return detailed information about the stack
3611
+ # set, including detailed information about the last *completed* drift
3612
+ # operation performed on the stack set. (Information about drift
3613
3613
  # operations that are in progress isn't included.)
3614
3614
  #
3615
- # * Use ` ListStackInstances ` to return a list of stack instances
3616
- # belonging to the stack set, including the drift status and last
3617
- # drift time checked of each instance.
3615
+ # * Use ListStackInstances to return a list of stack instances belonging
3616
+ # to the stack set, including the drift status and last drift time
3617
+ # checked of each instance.
3618
3618
  #
3619
- # * Use ` DescribeStackInstance ` to return detailed information about a
3619
+ # * Use DescribeStackInstance to return detailed information about a
3620
3620
  # specific stack instance, including its drift status and last drift
3621
3621
  # time checked.
3622
3622
  #
@@ -3626,8 +3626,8 @@ module Aws::CloudFormation
3626
3626
  # You can only run a single drift detection operation on a given stack
3627
3627
  # set at one time.
3628
3628
  #
3629
- # To stop a drift detection stack set operation, use `
3630
- # StopStackSetOperation `.
3629
+ # To stop a drift detection stack set operation, use
3630
+ # StopStackSetOperation.
3631
3631
  #
3632
3632
  #
3633
3633
  #
@@ -4200,7 +4200,7 @@ module Aws::CloudFormation
4200
4200
  # Lists all exported output values in the account and Region in which
4201
4201
  # you call this action. Use this action to see the exported output
4202
4202
  # values that you can import into other stacks. To import values, use
4203
- # the [ `Fn::ImportValue` ][1] function.
4203
+ # the [ Fn::ImportValue][1] function.
4204
4204
  #
4205
4205
  # For more information, see [ CloudFormation export stack output
4206
4206
  # values][2].
@@ -4250,7 +4250,7 @@ module Aws::CloudFormation
4250
4250
  # your account, see ListExports.
4251
4251
  #
4252
4252
  # For more information about importing an exported output value, see the
4253
- # [ `Fn::ImportValue` ][1] function.
4253
+ # [Fn::ImportValue][1] function.
4254
4254
  #
4255
4255
  #
4256
4256
  #
@@ -4382,7 +4382,7 @@ module Aws::CloudFormation
4382
4382
  # resp.summaries[0].stack_id #=> String
4383
4383
  # resp.summaries[0].status #=> String, one of "CURRENT", "OUTDATED", "INOPERABLE"
4384
4384
  # resp.summaries[0].status_reason #=> String
4385
- # resp.summaries[0].stack_instance_status.detailed_status #=> String, one of "PENDING", "RUNNING", "SUCCEEDED", "FAILED", "CANCELLED", "INOPERABLE"
4385
+ # resp.summaries[0].stack_instance_status.detailed_status #=> String, one of "PENDING", "RUNNING", "SUCCEEDED", "FAILED", "CANCELLED", "INOPERABLE", "SKIPPED_SUSPENDED_ACCOUNT"
4386
4386
  # resp.summaries[0].organizational_unit_id #=> String
4387
4387
  # resp.summaries[0].drift_status #=> String, one of "DRIFTED", "IN_SYNC", "UNKNOWN", "NOT_CHECKED"
4388
4388
  # resp.summaries[0].last_drift_check_timestamp #=> Time
@@ -5325,9 +5325,9 @@ module Aws::CloudFormation
5325
5325
  # [DeregisterType][2] to deregister specific extension versions if
5326
5326
  # necessary.
5327
5327
  #
5328
- # Once you have initiated a registration request using ` RegisterType `,
5329
- # you can use ` DescribeTypeRegistration ` to monitor the progress of
5330
- # the registration request.
5328
+ # Once you have initiated a registration request using RegisterType, you
5329
+ # can use DescribeTypeRegistration to monitor the progress of the
5330
+ # registration request.
5331
5331
  #
5332
5332
  # Once you have registered a private extension in your account and
5333
5333
  # Region, use [SetTypeConfiguration][3] to specify configuration
@@ -6936,7 +6936,7 @@ module Aws::CloudFormation
6936
6936
  params: params,
6937
6937
  config: config)
6938
6938
  context[:gem_name] = 'aws-sdk-cloudformation'
6939
- context[:gem_version] = '1.79.0'
6939
+ context[:gem_version] = '1.80.0'
6940
6940
  Seahorse::Client::Request.new(handlers, context)
6941
6941
  end
6942
6942
 
@@ -676,7 +676,7 @@ module Aws::CloudFormation
676
676
  # @!attribute [rw] client_request_token
677
677
  # A unique identifier for this `ContinueUpdateRollback` request.
678
678
  # Specify this token if you plan to retry requests so that
679
- # CloudFormationknows that you're not attempting to continue the
679
+ # CloudFormation knows that you're not attempting to continue the
680
680
  # rollback to a stack with the same name. You might retry
681
681
  # `ContinueUpdateRollback` requests to ensure that CloudFormation
682
682
  # successfully received them.
@@ -906,7 +906,7 @@ module Aws::CloudFormation
906
906
  #
907
907
  # If you create a change set for a new stack, CloudFormation creates a
908
908
  # stack with a unique stack ID, but no template or resources. The
909
- # stack will be in the [ `REVIEW_IN_PROGRESS` ][1] state until you
909
+ # stack will be in the [REVIEW\_IN\_PROGRESS][1] state until you
910
910
  # execute the change set.
911
911
  #
912
912
  # By default, CloudFormation specifies `UPDATE`. You can't use the
@@ -3093,8 +3093,8 @@ module Aws::CloudFormation
3093
3093
  # Services and published by third parties, CloudFormation returns
3094
3094
  # `null`. For more information, see [RegisterType][1].
3095
3095
  #
3096
- # To set the default version of an extension, use `
3097
- # SetTypeDefaultVersion `.
3096
+ # To set the default version of an extension, use
3097
+ # SetTypeDefaultVersion.
3098
3098
  #
3099
3099
  #
3100
3100
  #
@@ -3407,7 +3407,7 @@ module Aws::CloudFormation
3407
3407
  # The identifier for this registration request.
3408
3408
  #
3409
3409
  # This registration token is generated by CloudFormation when you
3410
- # initiate a registration request using ` RegisterType `.
3410
+ # initiate a registration request using RegisterType.
3411
3411
  # @return [String]
3412
3412
  #
3413
3413
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeTypeRegistrationInput AWS API Documentation
@@ -3579,7 +3579,7 @@ module Aws::CloudFormation
3579
3579
  # @!attribute [rw] operation_id
3580
3580
  # The ID of the drift detection stack set operation.
3581
3581
  #
3582
- # You can use this operation ID with ` DescribeStackSetOperation ` to
3582
+ # You can use this operation ID with DescribeStackSetOperation to
3583
3583
  # monitor the progress of the drift detection operation.
3584
3584
  # @return [String]
3585
3585
  #
@@ -4718,8 +4718,8 @@ module Aws::CloudFormation
4718
4718
  # @!attribute [rw] registration_token_list
4719
4719
  # A list of extension registration tokens.
4720
4720
  #
4721
- # Use ` DescribeTypeRegistration ` to return detailed information
4722
- # about a type registration request.
4721
+ # Use DescribeTypeRegistration to return detailed information about a
4722
+ # type registration request.
4723
4723
  # @return [Array<String>]
4724
4724
  #
4725
4725
  # @!attribute [rw] next_token
@@ -5164,7 +5164,7 @@ module Aws::CloudFormation
5164
5164
  #
5165
5165
  # @!attribute [rw] resolved_value
5166
5166
  # Read-only. The value that corresponds to a SSM parameter key. This
5167
- # field is returned only for [ `SSM` ][1] parameter types in the
5167
+ # field is returned only for [ SSM][1] parameter types in the
5168
5168
  # template.
5169
5169
  #
5170
5170
  #
@@ -5610,9 +5610,9 @@ module Aws::CloudFormation
5610
5610
  # @!attribute [rw] registration_token
5611
5611
  # The identifier for this registration request.
5612
5612
  #
5613
- # Use this registration token when calling ` DescribeTypeRegistration
5614
- # `, which returns information about the status and IDs of the
5615
- # extension registration.
5613
+ # Use this registration token when calling DescribeTypeRegistration,
5614
+ # which returns information about the status and IDs of the extension
5615
+ # registration.
5616
5616
  # @return [String]
5617
5617
  #
5618
5618
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RegisterTypeOutput AWS API Documentation
@@ -6787,6 +6787,10 @@ module Aws::CloudFormation
6787
6787
  # * `RUNNING`: The operation in the specified account and Region is
6788
6788
  # currently in progress.
6789
6789
  #
6790
+ # * `SKIPPED_SUSPENDED_ACCOUNT`: The operation in the specified
6791
+ # account and Region has been skipped because the account was
6792
+ # suspended at the time of the operation.
6793
+ #
6790
6794
  # * `SUCCEEDED`: The operation in the specified account and Region
6791
6795
  # completed successfully.
6792
6796
  # @return [String]
@@ -7834,7 +7838,7 @@ module Aws::CloudFormation
7834
7838
  # @return [String]
7835
7839
  #
7836
7840
  # @!attribute [rw] region_order
7837
- # The order of the Regions in where you want to perform the stack
7841
+ # The order of the Regions where you want to perform the stack
7838
7842
  # operation.
7839
7843
  # @return [Array<String>]
7840
7844
  #
@@ -8680,8 +8684,8 @@ module Aws::CloudFormation
8680
8684
  # published by third parties, CloudFormation returns `null`. For more
8681
8685
  # information, see [RegisterType][1].
8682
8686
  #
8683
- # To set the default version of an extension, use `
8684
- # SetTypeDefaultVersion `.
8687
+ # To set the default version of an extension, use
8688
+ # SetTypeDefaultVersion.
8685
8689
  #
8686
8690
  #
8687
8691
  #
@@ -57,6 +57,6 @@ require_relative 'aws-sdk-cloudformation/customizations'
57
57
  # @!group service
58
58
  module Aws::CloudFormation
59
59
 
60
- GEM_VERSION = '1.79.0'
60
+ GEM_VERSION = '1.80.0'
61
61
 
62
62
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudformation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.79.0
4
+ version: 1.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-05 00:00:00.000000000 Z
11
+ date: 2023-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core