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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7454cd807ead997ad53d76f058bbe3cbd08ac1e7c852c64f24ae3cf8b81341f0
4
- data.tar.gz: d1eed10c7a523fb6819b5fa1e605e168f16523c5ce96a29422fe61af5ca0add9
3
+ metadata.gz: 7c85e023cd439eb7a1d26289ac0f5e8b2da5c9091477598cac29fae851cb0dbd
4
+ data.tar.gz: 885adc04103da1c99f67c33494647c1b991519ce487a68d378b5418c8ce5afd2
5
5
  SHA512:
6
- metadata.gz: 8ca9a9fc496d26e2820c44772e76db1ae9953abff31b4ffc76655b4cd494269f03d290a41db7434882f1d06c2bc11f106c67b9b3efd3917c6f996efc8c63aaf2
7
- data.tar.gz: f8dae8a87d5b150d3dcdec8fc87e0b9d71589665f8f16dcbad2eb07d1ecb3675fd3264393a6a83f123c057ac2ce366461d166f2f1cad951aa2d8d39b6db3130c
6
+ metadata.gz: 8519d0addeab6f98a2e0b71945de12bedbd4836ff029a985934431f70fda527137c050a817a6fcc15414430458463be819b816e71b9c8ff51edb0671030b57a4
7
+ data.tar.gz: 54641c3a639e13bb86e5982fd306ba087c4f4e50f46fa50b1b57c96db46b249f37f52976686efabff785503ceebf10c5fa205aafd8f08b2a1ed151c8947d3fc0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.0 (2025-03-20)
5
+ ------------------
6
+
7
+ * Feature - Add ExemptAssumeRoot parameter to adapt for new AWS AssumeRoot capability.
8
+
4
9
  1.20.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.21.0
@@ -764,7 +764,7 @@ module Aws::ControlCatalog
764
764
  tracer: tracer
765
765
  )
766
766
  context[:gem_name] = 'aws-sdk-controlcatalog'
767
- context[:gem_version] = '1.20.0'
767
+ context[:gem_version] = '1.21.0'
768
768
  Seahorse::Client::Request.new(handlers, context)
769
769
  end
770
770
 
@@ -124,7 +124,7 @@ module Aws::ControlCatalog
124
124
  include Aws::Structure
125
125
  end
126
126
 
127
- # Four types of control parameters are supported.
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].
@@ -55,7 +55,7 @@ module Aws::ControlCatalog
55
55
  autoload :EndpointProvider, 'aws-sdk-controlcatalog/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-controlcatalog/endpoints'
57
57
 
58
- GEM_VERSION = '1.20.0'
58
+ GEM_VERSION = '1.21.0'
59
59
 
60
60
  end
61
61
 
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.20.0
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-02-18 00:00:00.000000000 Z
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