aws-sdk-cloudformation 1.37.1 → 1.38.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/lib/aws-sdk-cloudformation.rb +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +9 -6
- data/lib/aws-sdk-cloudformation/types.rb +39 -12
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 24979486d951b99029cb27ac6bef38ef26328eff0afaddc417c3703746f20c3c
|
|
4
|
+
data.tar.gz: 726fda529d8a5ca4722c5b4e20d6e5da942396941492d21a0c0733a88e6b6d96
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab4d91cf1a950e939074a2f407492044d92e819980cd1fd953fc5b871da167a29caaa1ddc5704aa231ba808fc479b2841e64bcd78cabe63c3776d9dcd698bd38
|
|
7
|
+
data.tar.gz: d22568792cefe76995723c148b972b20774a835cfa123bfac6ef016475881277764ee982cbe47b3187614b9d66c278255414e279b322bca64ccd31551c6a2c81
|
|
@@ -4130,14 +4130,17 @@ module Aws::CloudFormation
|
|
|
4130
4130
|
# Specifies logging configuration information for a type.
|
|
4131
4131
|
#
|
|
4132
4132
|
# @option params [String] :execution_role_arn
|
|
4133
|
-
# The Amazon Resource Name (ARN) of the IAM
|
|
4134
|
-
#
|
|
4135
|
-
# handlers, you must create an <i> <a
|
|
4133
|
+
# The Amazon Resource Name (ARN) of the IAM role for CloudFormation to
|
|
4134
|
+
# assume when invoking the resource provider. If your resource type
|
|
4135
|
+
# calls AWS APIs in any of its handlers, you must create an <i> <a
|
|
4136
4136
|
# href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM
|
|
4137
4137
|
# execution role</a> </i> that includes the necessary permissions to
|
|
4138
4138
|
# call those AWS APIs, and provision that execution role in your
|
|
4139
|
-
# account. CloudFormation
|
|
4140
|
-
#
|
|
4139
|
+
# account. When CloudFormation needs to invoke the resource provider
|
|
4140
|
+
# handler, CloudFormation assumes this execution role to create a
|
|
4141
|
+
# temporary session token, which it then passes to the resource provider
|
|
4142
|
+
# handler, thereby supplying your resource provider with the appropriate
|
|
4143
|
+
# credentials.
|
|
4141
4144
|
#
|
|
4142
4145
|
# @option params [String] :client_request_token
|
|
4143
4146
|
# A unique identifier that acts as an idempotency key for this
|
|
@@ -5300,7 +5303,7 @@ module Aws::CloudFormation
|
|
|
5300
5303
|
params: params,
|
|
5301
5304
|
config: config)
|
|
5302
5305
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
|
5303
|
-
context[:gem_version] = '1.
|
|
5306
|
+
context[:gem_version] = '1.38.0'
|
|
5304
5307
|
Seahorse::Client::Request.new(handlers, context)
|
|
5305
5308
|
end
|
|
5306
5309
|
|
|
@@ -4577,14 +4577,17 @@ module Aws::CloudFormation
|
|
|
4577
4577
|
# @return [Types::LoggingConfig]
|
|
4578
4578
|
#
|
|
4579
4579
|
# @!attribute [rw] execution_role_arn
|
|
4580
|
-
# The Amazon Resource Name (ARN) of the IAM
|
|
4581
|
-
#
|
|
4582
|
-
# its handlers, you must create an <i> <a
|
|
4580
|
+
# The Amazon Resource Name (ARN) of the IAM role for CloudFormation to
|
|
4581
|
+
# assume when invoking the resource provider. If your resource type
|
|
4582
|
+
# calls AWS APIs in any of its handlers, you must create an <i> <a
|
|
4583
4583
|
# href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM
|
|
4584
4584
|
# execution role</a> </i> that includes the necessary permissions to
|
|
4585
4585
|
# call those AWS APIs, and provision that execution role in your
|
|
4586
|
-
# account. CloudFormation
|
|
4587
|
-
#
|
|
4586
|
+
# account. When CloudFormation needs to invoke the resource provider
|
|
4587
|
+
# handler, CloudFormation assumes this execution role to create a
|
|
4588
|
+
# temporary session token, which it then passes to the resource
|
|
4589
|
+
# provider handler, thereby supplying your resource provider with the
|
|
4590
|
+
# appropriate credentials.
|
|
4588
4591
|
# @return [String]
|
|
4589
4592
|
#
|
|
4590
4593
|
# @!attribute [rw] client_request_token
|
|
@@ -5519,7 +5522,13 @@ module Aws::CloudFormation
|
|
|
5519
5522
|
# @return [String]
|
|
5520
5523
|
#
|
|
5521
5524
|
# @!attribute [rw] organizational_unit_id
|
|
5522
|
-
#
|
|
5525
|
+
# \[`Service-managed` permissions\] The organization root ID or
|
|
5526
|
+
# organizational unit (OU) IDs that you specified for
|
|
5527
|
+
# [DeploymentTargets][1].
|
|
5528
|
+
#
|
|
5529
|
+
#
|
|
5530
|
+
#
|
|
5531
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html
|
|
5523
5532
|
# @return [String]
|
|
5524
5533
|
#
|
|
5525
5534
|
# @!attribute [rw] drift_status
|
|
@@ -5621,7 +5630,13 @@ module Aws::CloudFormation
|
|
|
5621
5630
|
# @return [String]
|
|
5622
5631
|
#
|
|
5623
5632
|
# @!attribute [rw] organizational_unit_id
|
|
5624
|
-
#
|
|
5633
|
+
# \[`Service-managed` permissions\] The organization root ID or
|
|
5634
|
+
# organizational unit (OU) IDs that you specified for
|
|
5635
|
+
# [DeploymentTargets][1].
|
|
5636
|
+
#
|
|
5637
|
+
#
|
|
5638
|
+
#
|
|
5639
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html
|
|
5625
5640
|
# @return [String]
|
|
5626
5641
|
#
|
|
5627
5642
|
# @!attribute [rw] drift_status
|
|
@@ -6182,7 +6197,13 @@ module Aws::CloudFormation
|
|
|
6182
6197
|
# @return [String]
|
|
6183
6198
|
#
|
|
6184
6199
|
# @!attribute [rw] organizational_unit_ids
|
|
6185
|
-
#
|
|
6200
|
+
# \[`Service-managed` permissions\] The organization root ID or
|
|
6201
|
+
# organizational unit (OU) IDs that you specified for
|
|
6202
|
+
# [DeploymentTargets][1].
|
|
6203
|
+
#
|
|
6204
|
+
#
|
|
6205
|
+
#
|
|
6206
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html
|
|
6186
6207
|
# @return [Array<String>]
|
|
6187
6208
|
#
|
|
6188
6209
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackSet AWS API Documentation
|
|
@@ -6526,9 +6547,9 @@ module Aws::CloudFormation
|
|
|
6526
6547
|
#
|
|
6527
6548
|
# @!attribute [rw] max_concurrent_count
|
|
6528
6549
|
# The maximum number of accounts in which to perform this operation at
|
|
6529
|
-
# one time. This is dependent on the value of
|
|
6530
|
-
# `
|
|
6531
|
-
#
|
|
6550
|
+
# one time. This is dependent on the value of `FailureToleranceCount`.
|
|
6551
|
+
# `MaxConcurrentCount` is at most one more than the
|
|
6552
|
+
# `FailureToleranceCount`.
|
|
6532
6553
|
#
|
|
6533
6554
|
# Note that this setting lets you specify the *maximum* for
|
|
6534
6555
|
# operations. For large deployments, under certain circumstances the
|
|
@@ -6617,7 +6638,13 @@ module Aws::CloudFormation
|
|
|
6617
6638
|
# @return [Types::AccountGateResult]
|
|
6618
6639
|
#
|
|
6619
6640
|
# @!attribute [rw] organizational_unit_id
|
|
6620
|
-
#
|
|
6641
|
+
# \[`Service-managed` permissions\] The organization root ID or
|
|
6642
|
+
# organizational unit (OU) IDs that you specified for
|
|
6643
|
+
# [DeploymentTargets][1].
|
|
6644
|
+
#
|
|
6645
|
+
#
|
|
6646
|
+
#
|
|
6647
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html
|
|
6621
6648
|
# @return [String]
|
|
6622
6649
|
#
|
|
6623
6650
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/StackSetOperationResultSummary AWS API Documentation
|
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.
|
|
4
|
+
version: 1.38.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: 2020-06-
|
|
11
|
+
date: 2020-06-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|