aws-sdk-controlcatalog 1.20.0 → 1.21.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-controlcatalog/client.rb +1 -1
- data/lib/aws-sdk-controlcatalog/types.rb +20 -1
- data/lib/aws-sdk-controlcatalog.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: 7c85e023cd439eb7a1d26289ac0f5e8b2da5c9091477598cac29fae851cb0dbd
|
4
|
+
data.tar.gz: 885adc04103da1c99f67c33494647c1b991519ce487a68d378b5418c8ce5afd2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8519d0addeab6f98a2e0b71945de12bedbd4836ff029a985934431f70fda527137c050a817a6fcc15414430458463be819b816e71b9c8ff51edb0671030b57a4
|
7
|
+
data.tar.gz: 54641c3a639e13bb86e5982fd306ba087c4f4e50f46fa50b1b57c96db46b249f37f52976686efabff785503ceebf10c5fa205aafd8f08b2a1ed151c8947d3fc0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.21.0
|
@@ -124,7 +124,7 @@ module Aws::ControlCatalog
|
|
124
124
|
include Aws::Structure
|
125
125
|
end
|
126
126
|
|
127
|
-
#
|
127
|
+
# Five types of control parameters are supported.
|
128
128
|
#
|
129
129
|
# * **AllowedRegions**: List of Amazon Web Services Regions exempted
|
130
130
|
# from the control. Each string is expected to be an Amazon Web
|
@@ -153,6 +153,25 @@ module Aws::ControlCatalog
|
|
153
153
|
#
|
154
154
|
# Example: `["arn:aws:s3:::my-bucket-name"]`
|
155
155
|
#
|
156
|
+
# * **ExemptAssumeRoot**: A parameter that lets you choose whether to
|
157
|
+
# exempt requests made with `AssumeRoot` from this control, for this
|
158
|
+
# OU. For member accounts, the `AssumeRoot` property is included in
|
159
|
+
# requests initiated by IAM centralized root access. This parameter
|
160
|
+
# applies only to the `AWS-GR_RESTRICT_ROOT_USER` control. If you add
|
161
|
+
# the parameter when enabling the control, the `AssumeRoot` exemption
|
162
|
+
# is allowed. If you omit the parameter, the `AssumeRoot` exception is
|
163
|
+
# not permitted. The parameter does not accept `False` as a value.
|
164
|
+
#
|
165
|
+
# <i>Example: Enabling the control and allowing
|
166
|
+
# <code>AssumeRoot</code> </i>
|
167
|
+
#
|
168
|
+
# `{ "controlIdentifier":
|
169
|
+
# "arn:aws:controlcatalog:::control/5kvme4m5d2b4d7if2fs5yg2ui",
|
170
|
+
# "parameters": [ { "key": "ExemptAssumeRoot", "value": true } ],
|
171
|
+
# "targetIdentifier":
|
172
|
+
# "arn:aws:organizations::8633900XXXXX:ou/o-6jmn81636m/ou-qsah-jtiihcla"
|
173
|
+
# }`
|
174
|
+
#
|
156
175
|
# @!attribute [rw] name
|
157
176
|
# The parameter name. This name is the parameter `key` when you call [
|
158
177
|
# `EnableControl` ][1] or [ `UpdateEnabledControl` ][2].
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-controlcatalog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.21.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: 2025-
|
11
|
+
date: 2025-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|