aws-sdk-controlcatalog 1.19.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-controlcatalog/client.rb +29 -29
- 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
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.20.0 (2025-02-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.19.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.21.0
|
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/rest_json
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/rest_json'
|
38
38
|
|
39
39
|
module Aws::ControlCatalog
|
40
40
|
# An API client for ControlCatalog. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -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.
|
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
|
-
#
|
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
|