aws-sdk-cloudformation 1.122.0 → 1.123.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +6 -7
- data/lib/aws-sdk-cloudformation/resource.rb +2 -3
- data/lib/aws-sdk-cloudformation/types.rb +17 -18
- data/lib/aws-sdk-cloudformation.rb +1 -1
- 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: c8ba1e28ca58dee3beb4c9e311fa9e6a40c45f1d43126694dbdde941570b6b48
|
4
|
+
data.tar.gz: 4bae7c8ab299aebed25035e617ecc30ad8a4966b1688f3c640d4d966155fd25d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e9f064b61689d3d70baeb2f290a5dab1da6d46afa1232aa9cefa9de075289c49d4c62e3db23d611472cbdad515fceaf786a7c6f8804218c90f01127a2d59a71
|
7
|
+
data.tar.gz: 910a4a68a70d54438f075a61b873980243fbfecb29f65a73cb69dbb9baa2939a663fce59fd128674adf7e492e5a8cd1338e0f2afc8c87ad5e733f01c71f04404
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.123.0
|
@@ -661,9 +661,9 @@ module Aws::CloudFormation
|
|
661
661
|
# limit resource-level permissions and avoid returning a response when
|
662
662
|
# no parameter is sent in the request:
|
663
663
|
#
|
664
|
-
#
|
664
|
+
# `{ "Version": "2012-10-17", "Statement": [{ "Effect": "Deny",
|
665
665
|
# "Action": "cloudformation:DescribeStacks", "NotResource":
|
666
|
-
# "arn:aws:cloudformation:*:*:stack/*/*"
|
666
|
+
# "arn:aws:cloudformation:*:*:stack/*/*" }] }`
|
667
667
|
#
|
668
668
|
# </note>
|
669
669
|
#
|
@@ -3716,10 +3716,9 @@ module Aws::CloudFormation
|
|
3716
3716
|
# limit resource-level permissions and avoid returning a response when
|
3717
3717
|
# no parameter is sent in the request:
|
3718
3718
|
#
|
3719
|
-
#
|
3719
|
+
# \{ "Version": "2012-10-17", "Statement": \[\{ "Effect":
|
3720
3720
|
# "Deny", "Action": "cloudformation:DescribeStacks",
|
3721
|
-
# "NotResource": "arn:aws:cloudformation:*:*:stack/*/*"
|
3722
|
-
# \\}
|
3721
|
+
# "NotResource": "arn:aws:cloudformation:*:*:stack/*/*" }\] }
|
3723
3722
|
#
|
3724
3723
|
# </note>
|
3725
3724
|
#
|
@@ -4399,7 +4398,7 @@ module Aws::CloudFormation
|
|
4399
4398
|
# @option params [required, String] :generated_template_name
|
4400
4399
|
# The name or Amazon Resource Name (ARN) of the generated template. The
|
4401
4400
|
# format is
|
4402
|
-
# `arn
|
4401
|
+
# `arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}`.
|
4403
4402
|
# For example,
|
4404
4403
|
# `arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc
|
4405
4404
|
# `.
|
@@ -8352,7 +8351,7 @@ module Aws::CloudFormation
|
|
8352
8351
|
tracer: tracer
|
8353
8352
|
)
|
8354
8353
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
8355
|
-
context[:gem_version] = '1.
|
8354
|
+
context[:gem_version] = '1.123.0'
|
8356
8355
|
Seahorse::Client::Request.new(handlers, context)
|
8357
8356
|
end
|
8358
8357
|
|
@@ -373,10 +373,9 @@ module Aws::CloudFormation
|
|
373
373
|
# limit resource-level permissions and avoid returning a response when
|
374
374
|
# no parameter is sent in the request:
|
375
375
|
#
|
376
|
-
#
|
376
|
+
# \{ "Version": "2012-10-17", "Statement": \[\{ "Effect":
|
377
377
|
# "Deny", "Action": "cloudformation:DescribeStacks",
|
378
|
-
# "NotResource": "arn:aws:cloudformation:*:*:stack/*/*"
|
379
|
-
# \\}
|
378
|
+
# "NotResource": "arn:aws:cloudformation:*:*:stack/*/*" }\] }
|
380
379
|
#
|
381
380
|
# </note>
|
382
381
|
#
|
@@ -351,9 +351,9 @@ module Aws::CloudFormation
|
|
351
351
|
# limit resource-level permissions and avoid returning a response when
|
352
352
|
# no parameter is sent in the request:
|
353
353
|
#
|
354
|
-
#
|
354
|
+
# `{ "Version": "2012-10-17", "Statement": [{ "Effect": "Deny",
|
355
355
|
# "Action": "cloudformation:DescribeStacks", "NotResource":
|
356
|
-
# "arn:aws:cloudformation:*:*:stack/*/*"
|
356
|
+
# "arn:aws:cloudformation:*:*:stack/*/*" }] }`
|
357
357
|
#
|
358
358
|
# </note>
|
359
359
|
#
|
@@ -2557,7 +2557,7 @@ module Aws::CloudFormation
|
|
2557
2557
|
# @!attribute [rw] generated_template_id
|
2558
2558
|
# The Amazon Resource Name (ARN) of the generated template. The format
|
2559
2559
|
# is
|
2560
|
-
# `arn
|
2560
|
+
# `arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}`.
|
2561
2561
|
# For example,
|
2562
2562
|
# `arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc
|
2563
2563
|
# `.
|
@@ -2743,7 +2743,7 @@ module Aws::CloudFormation
|
|
2743
2743
|
|
2744
2744
|
# @!attribute [rw] resource_scan_id
|
2745
2745
|
# The Amazon Resource Name (ARN) of the resource scan. The format is
|
2746
|
-
# `arn
|
2746
|
+
# `arn:${Partition}:cloudformation:${Region}:${Account}:resourceScan/${Id}`.
|
2747
2747
|
# An example is
|
2748
2748
|
# `arn:aws:cloudformation:us-east-1:123456789012:resourceScan/f5b490f7-7ed4-428a-aa06-31ff25db0772
|
2749
2749
|
# `.
|
@@ -3333,10 +3333,9 @@ module Aws::CloudFormation
|
|
3333
3333
|
# limit resource-level permissions and avoid returning a response when
|
3334
3334
|
# no parameter is sent in the request:
|
3335
3335
|
#
|
3336
|
-
#
|
3336
|
+
# \{ "Version": "2012-10-17", "Statement": \[\{ "Effect":
|
3337
3337
|
# "Deny", "Action": "cloudformation:DescribeStacks",
|
3338
|
-
# "NotResource": "arn:aws:cloudformation:*:*:stack/*/*"
|
3339
|
-
# \\}
|
3338
|
+
# "NotResource": "arn:aws:cloudformation:*:*:stack/*/*" }\] }
|
3340
3339
|
#
|
3341
3340
|
# </note>
|
3342
3341
|
#
|
@@ -4132,7 +4131,7 @@ module Aws::CloudFormation
|
|
4132
4131
|
# @!attribute [rw] generated_template_name
|
4133
4132
|
# The name or Amazon Resource Name (ARN) of the generated template.
|
4134
4133
|
# The format is
|
4135
|
-
# `arn
|
4134
|
+
# `arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}`.
|
4136
4135
|
# For example,
|
4137
4136
|
# `arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc
|
4138
4137
|
# `.
|
@@ -6668,16 +6667,16 @@ module Aws::CloudFormation
|
|
6668
6667
|
# entity groups:
|
6669
6668
|
#
|
6670
6669
|
# * `ResourceReference` entities are `Ref` intrinsic functions that
|
6671
|
-
# refer to resources in the template, such as
|
6672
|
-
# "MyEC2InstanceResource"
|
6670
|
+
# refer to resources in the template, such as `{ "Ref" :
|
6671
|
+
# "MyEC2InstanceResource" }`.
|
6673
6672
|
#
|
6674
6673
|
# * `ParameterReference` entities are `Ref` intrinsic functions that
|
6675
|
-
# get template parameter values, such as
|
6676
|
-
# "MyPasswordParameter"
|
6674
|
+
# get template parameter values, such as `{ "Ref" :
|
6675
|
+
# "MyPasswordParameter" }`.
|
6677
6676
|
#
|
6678
6677
|
# * `ResourceAttribute` entities are `Fn::GetAtt` intrinsic functions
|
6679
|
-
# that get resource attribute values, such as
|
6680
|
-
# "MyEC2InstanceResource", "PublicDnsName" ]
|
6678
|
+
# that get resource attribute values, such as `{ "Fn::GetAtt" : [
|
6679
|
+
# "MyEC2InstanceResource", "PublicDnsName" ] }`.
|
6681
6680
|
#
|
6682
6681
|
# * `DirectModification` entities are changes that are made directly
|
6683
6682
|
# to the template.
|
@@ -9726,7 +9725,7 @@ module Aws::CloudFormation
|
|
9726
9725
|
|
9727
9726
|
# @!attribute [rw] resource_scan_id
|
9728
9727
|
# The Amazon Resource Name (ARN) of the resource scan. The format is
|
9729
|
-
# `arn
|
9728
|
+
# `arn:${Partition}:cloudformation:${Region}:${Account}:resourceScan/${Id}`.
|
9730
9729
|
# An example is
|
9731
9730
|
# `arn:aws:cloudformation:us-east-1:123456789012:resourceScan/f5b490f7-7ed4-428a-aa06-31ff25db0772
|
9732
9731
|
# `.
|
@@ -9920,7 +9919,7 @@ module Aws::CloudFormation
|
|
9920
9919
|
# @!attribute [rw] generated_template_id
|
9921
9920
|
# The Amazon Resource Name (ARN) of the generated template. The format
|
9922
9921
|
# is
|
9923
|
-
# `arn
|
9922
|
+
# `arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}`.
|
9924
9923
|
# For example,
|
9925
9924
|
# `arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc
|
9926
9925
|
# `.
|
@@ -10106,7 +10105,7 @@ module Aws::CloudFormation
|
|
10106
10105
|
# in this account and Region.
|
10107
10106
|
#
|
10108
10107
|
# If a configuration hasn't been set for a specified extension,
|
10109
|
-
# CloudFormation returns
|
10108
|
+
# CloudFormation returns `{}`.
|
10110
10109
|
# @return [String]
|
10111
10110
|
#
|
10112
10111
|
# @!attribute [rw] last_updated
|
@@ -10536,7 +10535,7 @@ module Aws::CloudFormation
|
|
10536
10535
|
# @!attribute [rw] generated_template_id
|
10537
10536
|
# The Amazon Resource Name (ARN) of the generated template. The format
|
10538
10537
|
# is
|
10539
|
-
# `arn
|
10538
|
+
# `arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}`.
|
10540
10539
|
# For example,
|
10541
10540
|
# `arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc
|
10542
10541
|
# `.
|
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.123.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: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|