aws-sdk-cloudformation 1.140.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +43 -32
- data/lib/aws-sdk-cloudformation/customizations.rb +0 -8
- data/lib/aws-sdk-cloudformation/types.rb +23 -30
- data/lib/aws-sdk-cloudformation.rb +1 -1
- data/sig/types.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2737dc5a16d8a3745705fb1130285beaf5742c91310d42bb24eeecbdfbb9e12
|
4
|
+
data.tar.gz: 32664e142bede40e93ce8d8881817fac2ef7637fa5b917b6965afcaedd3af652
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1ed29bd75de4c0b8b72fb94c0b4cee72f345b693263a68c24494f17d1fbbde4c439dde09741947b5b7990a42d02afb1ce7e43bcb536d2e0736ccdf6109873c8
|
7
|
+
data.tar.gz: d7a8540e64ada6acb9c50afdf05de80e7136ea9b58aca454877ceb38ba81681c2f043048a0be448e66178548f3582f62159cd68d3c3ae678ec30268313ca1fe7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.141.0
|
@@ -541,11 +541,11 @@ module Aws::CloudFormation
|
|
541
541
|
# and `PublisherId`.
|
542
542
|
#
|
543
543
|
# @option params [String] :type_name_alias
|
544
|
-
# An alias to assign to the public extension
|
545
|
-
#
|
546
|
-
#
|
547
|
-
#
|
548
|
-
#
|
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.
|
549
549
|
#
|
550
550
|
# An extension alias must be unique within a given account and Region.
|
551
551
|
# You can activate the same public resource multiple times in the same
|
@@ -2182,7 +2182,7 @@ module Aws::CloudFormation
|
|
2182
2182
|
# module, or a CloudFormation Hook when you no longer use it.
|
2183
2183
|
#
|
2184
2184
|
# Deactivating an extension deletes the configuration details that are
|
2185
|
-
# associated with it. To
|
2185
|
+
# associated with it. To temporarily disable a CloudFormation Hook
|
2186
2186
|
# instead, you can use [SetTypeConfiguration][1].
|
2187
2187
|
#
|
2188
2188
|
# Once deactivated, an extension can't be used in any CloudFormation
|
@@ -2199,7 +2199,7 @@ module Aws::CloudFormation
|
|
2199
2199
|
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListTypes.html
|
2200
2200
|
#
|
2201
2201
|
# @option params [String] :type_name
|
2202
|
-
# The type name of the extension
|
2202
|
+
# The type name of the extension in this account and Region. If you
|
2203
2203
|
# specified a type name alias when enabling the extension, use the type
|
2204
2204
|
# name alias.
|
2205
2205
|
#
|
@@ -2211,7 +2211,7 @@ module Aws::CloudFormation
|
|
2211
2211
|
# Conditional: You must specify either `Arn`, or `TypeName` and `Type`.
|
2212
2212
|
#
|
2213
2213
|
# @option params [String] :arn
|
2214
|
-
# The Amazon Resource Name (ARN) for the extension
|
2214
|
+
# The Amazon Resource Name (ARN) for the extension in this account and
|
2215
2215
|
# Region.
|
2216
2216
|
#
|
2217
2217
|
# Conditional: You must specify either `Arn`, or `TypeName` and `Type`.
|
@@ -2947,7 +2947,7 @@ module Aws::CloudFormation
|
|
2947
2947
|
# resp.resources[0].resource_status #=> String, one of "PENDING", "IN_PROGRESS", "FAILED", "COMPLETE"
|
2948
2948
|
# resp.resources[0].resource_status_reason #=> String
|
2949
2949
|
# resp.resources[0].warnings #=> Array
|
2950
|
-
# 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"
|
2951
2951
|
# resp.resources[0].warnings[0].properties #=> Array
|
2952
2952
|
# resp.resources[0].warnings[0].properties[0].property_path #=> String
|
2953
2953
|
# resp.resources[0].warnings[0].properties[0].required #=> Boolean
|
@@ -4049,6 +4049,13 @@ module Aws::CloudFormation
|
|
4049
4049
|
# that specific extension version. Otherwise, it returns information
|
4050
4050
|
# about the default extension version.
|
4051
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
|
+
#
|
4052
4059
|
# @option params [String] :type
|
4053
4060
|
# The kind of extension.
|
4054
4061
|
#
|
@@ -5209,8 +5216,8 @@ module Aws::CloudFormation
|
|
5209
5216
|
end
|
5210
5217
|
|
5211
5218
|
# Returns summaries of invoked Hooks. For more information, see [View
|
5212
|
-
# CloudFormation Hooks
|
5213
|
-
# Guide*.
|
5219
|
+
# invocation summaries for CloudFormation Hooks][1] in the
|
5220
|
+
# *CloudFormation Hooks User Guide*.
|
5214
5221
|
#
|
5215
5222
|
# This operation supports the following parameter combinations:
|
5216
5223
|
#
|
@@ -6695,8 +6702,7 @@ module Aws::CloudFormation
|
|
6695
6702
|
# Region.
|
6696
6703
|
# * `PUBLIC`: Extensions that are publicly visible and available to be
|
6697
6704
|
# activated within any Amazon Web Services account. This includes
|
6698
|
-
# extensions from Amazon Web Services
|
6699
|
-
# publishers.
|
6705
|
+
# extensions from Amazon Web Services and third-party publishers.
|
6700
6706
|
#
|
6701
6707
|
# The default is `PRIVATE`.
|
6702
6708
|
#
|
@@ -7297,28 +7303,36 @@ module Aws::CloudFormation
|
|
7297
7303
|
req.send_request(options)
|
7298
7304
|
end
|
7299
7305
|
|
7300
|
-
# Specifies the configuration data for a
|
7301
|
-
#
|
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*.
|
7302
7311
|
#
|
7303
7312
|
# To view the current configuration data for an extension, refer to the
|
7304
|
-
# `ConfigurationSchema` element of [DescribeType][
|
7305
|
-
# information, see [Edit configuration data for extensions in your
|
7306
|
-
# account][2] in the *CloudFormation User Guide*.
|
7313
|
+
# `ConfigurationSchema` element of [DescribeType][2].
|
7307
7314
|
#
|
7308
7315
|
# It's strongly recommended that you use dynamic references to restrict
|
7309
7316
|
# sensitive configuration definitions, such as third-party credentials.
|
7310
|
-
# For more
|
7311
|
-
#
|
7312
|
-
# User Guide*.
|
7317
|
+
# For more information, see [Specify values stored in other services
|
7318
|
+
# using dynamic references][3] in the *CloudFormation User Guide*.
|
7313
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].
|
7314
7325
|
#
|
7315
7326
|
#
|
7316
|
-
#
|
7317
|
-
# [
|
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
|
7318
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
|
7319
7333
|
#
|
7320
7334
|
# @option params [String] :type_arn
|
7321
|
-
# The Amazon Resource Name (ARN) for the extension
|
7335
|
+
# The Amazon Resource Name (ARN) for the extension in this account and
|
7322
7336
|
# Region.
|
7323
7337
|
#
|
7324
7338
|
# For public extensions, this will be the ARN assigned when you call the
|
@@ -7336,18 +7350,15 @@ module Aws::CloudFormation
|
|
7336
7350
|
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html
|
7337
7351
|
#
|
7338
7352
|
# @option params [required, String] :configuration
|
7339
|
-
# The configuration data for the extension
|
7353
|
+
# The configuration data for the extension in this account and Region.
|
7340
7354
|
#
|
7341
|
-
# The configuration data must be formatted as JSON
|
7342
|
-
# the schema returned in the `
|
7343
|
-
# [DescribeType][1].
|
7344
|
-
# account-level configuration of an extension][2] in the *CloudFormation
|
7345
|
-
# 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].
|
7346
7358
|
#
|
7347
7359
|
#
|
7348
7360
|
#
|
7349
7361
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html
|
7350
|
-
# [2]: https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html#resource-type-howto-configuration
|
7351
7362
|
#
|
7352
7363
|
# @option params [String] :configuration_alias
|
7353
7364
|
# An alias by which to refer to this extension configuration data.
|
@@ -8894,7 +8905,7 @@ module Aws::CloudFormation
|
|
8894
8905
|
tracer: tracer
|
8895
8906
|
)
|
8896
8907
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
8897
|
-
context[:gem_version] = '1.
|
8908
|
+
context[:gem_version] = '1.141.0'
|
8898
8909
|
Seahorse::Client::Request.new(handlers, context)
|
8899
8910
|
end
|
8900
8911
|
|
@@ -152,7 +152,7 @@ module Aws::CloudFormation
|
|
152
152
|
# @return [String]
|
153
153
|
#
|
154
154
|
# @!attribute [rw] type_name_alias
|
155
|
-
# An alias to assign to the public extension
|
155
|
+
# An alias to assign to the public extension in this account and
|
156
156
|
# Region. If you specify an alias for the extension, CloudFormation
|
157
157
|
# treats the alias as the extension type name within this account and
|
158
158
|
# Region. You must use the alias to refer to the extension in your
|
@@ -219,7 +219,7 @@ module Aws::CloudFormation
|
|
219
219
|
end
|
220
220
|
|
221
221
|
# @!attribute [rw] arn
|
222
|
-
# The Amazon Resource Name (ARN) of the activated extension
|
222
|
+
# The Amazon Resource Name (ARN) of the activated extension in this
|
223
223
|
# account and Region.
|
224
224
|
# @return [String]
|
225
225
|
#
|
@@ -1906,7 +1906,7 @@ module Aws::CloudFormation
|
|
1906
1906
|
class DeactivateOrganizationsAccessOutput < Aws::EmptyStructure; end
|
1907
1907
|
|
1908
1908
|
# @!attribute [rw] type_name
|
1909
|
-
# The type name of the extension
|
1909
|
+
# The type name of the extension in this account and Region. If you
|
1910
1910
|
# specified a type name alias when enabling the extension, use the
|
1911
1911
|
# type name alias.
|
1912
1912
|
#
|
@@ -1922,8 +1922,8 @@ module Aws::CloudFormation
|
|
1922
1922
|
# @return [String]
|
1923
1923
|
#
|
1924
1924
|
# @!attribute [rw] arn
|
1925
|
-
# The Amazon Resource Name (ARN) for the extension
|
1926
|
-
#
|
1925
|
+
# The Amazon Resource Name (ARN) for the extension in this account and
|
1926
|
+
# Region.
|
1927
1927
|
#
|
1928
1928
|
# Conditional: You must specify either `Arn`, or `TypeName` and
|
1929
1929
|
# `Type`.
|
@@ -3681,13 +3681,14 @@ module Aws::CloudFormation
|
|
3681
3681
|
# @!attribute [rw] schema
|
3682
3682
|
# The schema that defines the extension.
|
3683
3683
|
#
|
3684
|
-
# For more information
|
3685
|
-
#
|
3686
|
-
# Guide
|
3684
|
+
# For more information, see [Resource type schema][1] in the
|
3685
|
+
# *CloudFormation Command Line Interface (CLI) User Guide* and the
|
3686
|
+
# [CloudFormation Hooks User Guide][2].
|
3687
3687
|
#
|
3688
3688
|
#
|
3689
3689
|
#
|
3690
3690
|
# [1]: https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html
|
3691
|
+
# [2]: https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/what-is-cloudformation-hooks.html
|
3691
3692
|
# @return [String]
|
3692
3693
|
#
|
3693
3694
|
# @!attribute [rw] provisioning_type
|
@@ -3817,14 +3818,11 @@ module Aws::CloudFormation
|
|
3817
3818
|
# extension in this account and Region.
|
3818
3819
|
#
|
3819
3820
|
# To set the configuration data for an extension, use
|
3820
|
-
# [SetTypeConfiguration][1].
|
3821
|
-
# configuration data for extensions in your account][2] in the
|
3822
|
-
# *CloudFormation User Guide*.
|
3821
|
+
# [SetTypeConfiguration][1].
|
3823
3822
|
#
|
3824
3823
|
#
|
3825
3824
|
#
|
3826
3825
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html
|
3827
|
-
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-set-configuration.html
|
3828
3826
|
# @return [String]
|
3829
3827
|
#
|
3830
3828
|
# @!attribute [rw] publisher_id
|
@@ -6171,8 +6169,7 @@ module Aws::CloudFormation
|
|
6171
6169
|
# Region.
|
6172
6170
|
# * `PUBLIC`: Extensions that are publicly visible and available to be
|
6173
6171
|
# activated within any Amazon Web Services account. This includes
|
6174
|
-
# extensions from Amazon Web Services
|
6175
|
-
# publishers.
|
6172
|
+
# extensions from Amazon Web Services and third-party publishers.
|
6176
6173
|
#
|
6177
6174
|
# The default is `PRIVATE`.
|
6178
6175
|
# @return [String]
|
@@ -7864,8 +7861,8 @@ module Aws::CloudFormation
|
|
7864
7861
|
end
|
7865
7862
|
|
7866
7863
|
# @!attribute [rw] type_arn
|
7867
|
-
# The Amazon Resource Name (ARN) for the extension
|
7868
|
-
#
|
7864
|
+
# The Amazon Resource Name (ARN) for the extension in this account and
|
7865
|
+
# Region.
|
7869
7866
|
#
|
7870
7867
|
# For public extensions, this will be the ARN assigned when you call
|
7871
7868
|
# the [ActivateType][1] API operation in this account and Region. For
|
@@ -7883,19 +7880,15 @@ module Aws::CloudFormation
|
|
7883
7880
|
# @return [String]
|
7884
7881
|
#
|
7885
7882
|
# @!attribute [rw] configuration
|
7886
|
-
# The configuration data for the extension
|
7887
|
-
# Region.
|
7883
|
+
# The configuration data for the extension in this account and Region.
|
7888
7884
|
#
|
7889
|
-
# The configuration data must be formatted as JSON
|
7890
|
-
# against the schema returned in the `
|
7891
|
-
# element of [DescribeType][1].
|
7892
|
-
# the account-level configuration of an extension][2] in the
|
7893
|
-
# *CloudFormation Command Line Interface (CLI) User Guide*.
|
7885
|
+
# The configuration data must be formatted as JSON and validate
|
7886
|
+
# against the extension's schema returned in the `Schema` response
|
7887
|
+
# element of [DescribeType][1].
|
7894
7888
|
#
|
7895
7889
|
#
|
7896
7890
|
#
|
7897
7891
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html
|
7898
|
-
# [2]: https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html#resource-type-howto-configuration
|
7899
7892
|
# @return [String]
|
7900
7893
|
#
|
7901
7894
|
# @!attribute [rw] configuration_alias
|
@@ -7932,7 +7925,7 @@ module Aws::CloudFormation
|
|
7932
7925
|
end
|
7933
7926
|
|
7934
7927
|
# @!attribute [rw] configuration_arn
|
7935
|
-
# The Amazon Resource Name (ARN) for the configuration data
|
7928
|
+
# The Amazon Resource Name (ARN) for the configuration data in this
|
7936
7929
|
# account and Region.
|
7937
7930
|
#
|
7938
7931
|
# Conditional: You must specify `ConfigurationArn`, or `Type` and
|
@@ -10490,14 +10483,14 @@ module Aws::CloudFormation
|
|
10490
10483
|
# to store information about an CloudFormation stack.
|
10491
10484
|
#
|
10492
10485
|
# @!attribute [rw] key
|
10493
|
-
#
|
10494
|
-
#
|
10495
|
-
#
|
10486
|
+
# A string used to identify this tag. You can specify a maximum of 128
|
10487
|
+
# characters for a tag key. Tags owned by Amazon Web Services have the
|
10488
|
+
# reserved prefix: `aws:`.
|
10496
10489
|
# @return [String]
|
10497
10490
|
#
|
10498
10491
|
# @!attribute [rw] value
|
10499
|
-
#
|
10500
|
-
#
|
10492
|
+
# A string that contains the value for this tag. You can specify a
|
10493
|
+
# maximum of 256 characters for a tag value.
|
10501
10494
|
# @return [String]
|
10502
10495
|
#
|
10503
10496
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Tag AWS API Documentation
|
data/sig/types.rbs
CHANGED
@@ -2094,7 +2094,7 @@ module Aws::CloudFormation
|
|
2094
2094
|
end
|
2095
2095
|
|
2096
2096
|
class WarningDetail
|
2097
|
-
attr_accessor type: ("MUTUALLY_EXCLUSIVE_PROPERTIES" | "UNSUPPORTED_PROPERTIES" | "MUTUALLY_EXCLUSIVE_TYPES" | "EXCLUDED_PROPERTIES")
|
2097
|
+
attr_accessor type: ("MUTUALLY_EXCLUSIVE_PROPERTIES" | "UNSUPPORTED_PROPERTIES" | "MUTUALLY_EXCLUSIVE_TYPES" | "EXCLUDED_PROPERTIES" | "EXCLUDED_RESOURCES")
|
2098
2098
|
attr_accessor properties: ::Array[Types::WarningProperty]
|
2099
2099
|
SENSITIVE: []
|
2100
2100
|
end
|