aws-sdk-controltower 1.62.0 → 1.63.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-controltower/client.rb +11 -5
- data/lib/aws-sdk-controltower/types.rb +10 -4
- data/lib/aws-sdk-controltower.rb +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: a678ec2c29d242aab854ae669862752937d37aed2554d55aa9364c02ba783622
|
|
4
|
+
data.tar.gz: 54f736ce40c3dff1bd3ef0aa027919c1f2b73c4c095ecf5e1a64202e886f735a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e199fe51b0e393c28391ad7328d926c9b941e0c47d8a9b10b1b2d8b5a4400f14e5a9521e3f2f5c79a857b1dc28fa4976ebdf6bb5940e88d19c977849b81d386
|
|
7
|
+
data.tar.gz: 0a82f5e4d46a2cb32a4032509a6138cafd109534d1acb98d6056fa9c7c9f23ceab5e4d15929e60dace20e8c32d92cbe4dbcd199488abfc2328a82bd1d7487781
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.63.0 (2026-08-31)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the descriptions for the AWS Control Tower ListEnabledControls API parameters to make them more accurate and intuitive.
|
|
8
|
+
|
|
4
9
|
1.62.0 (2026-07-09)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.63.0
|
|
@@ -1256,8 +1256,14 @@ module Aws::ControlTower
|
|
|
1256
1256
|
# [1]: https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html
|
|
1257
1257
|
#
|
|
1258
1258
|
# @option params [String] :target_identifier
|
|
1259
|
-
# The ARN of the
|
|
1260
|
-
#
|
|
1259
|
+
# The ARN of the target. The value depends on the target type:
|
|
1260
|
+
#
|
|
1261
|
+
# * Organizational unit (OU) – Specify the ARN of the OU.
|
|
1262
|
+
#
|
|
1263
|
+
# * Account – Specify the ARN of the account.
|
|
1264
|
+
#
|
|
1265
|
+
# For information on how to find the `targetIdentifier`, see [the
|
|
1266
|
+
# overview page][1].
|
|
1261
1267
|
#
|
|
1262
1268
|
#
|
|
1263
1269
|
#
|
|
@@ -1275,8 +1281,8 @@ module Aws::ControlTower
|
|
|
1275
1281
|
# the types of control operations to view.
|
|
1276
1282
|
#
|
|
1277
1283
|
# @option params [Boolean] :include_children
|
|
1278
|
-
#
|
|
1279
|
-
#
|
|
1284
|
+
# Specifies whether to include enabled controls from child
|
|
1285
|
+
# organizational units and child accounts in the response.
|
|
1280
1286
|
#
|
|
1281
1287
|
# @return [Types::ListEnabledControlsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1282
1288
|
#
|
|
@@ -1797,7 +1803,7 @@ module Aws::ControlTower
|
|
|
1797
1803
|
tracer: tracer
|
|
1798
1804
|
)
|
|
1799
1805
|
context[:gem_name] = 'aws-sdk-controltower'
|
|
1800
|
-
context[:gem_version] = '1.
|
|
1806
|
+
context[:gem_version] = '1.63.0'
|
|
1801
1807
|
Seahorse::Client::Request.new(handlers, context)
|
|
1802
1808
|
end
|
|
1803
1809
|
|
|
@@ -1596,8 +1596,14 @@ module Aws::ControlTower
|
|
|
1596
1596
|
end
|
|
1597
1597
|
|
|
1598
1598
|
# @!attribute [rw] target_identifier
|
|
1599
|
-
# The ARN of the
|
|
1600
|
-
#
|
|
1599
|
+
# The ARN of the target. The value depends on the target type:
|
|
1600
|
+
#
|
|
1601
|
+
# * Organizational unit (OU) – Specify the ARN of the OU.
|
|
1602
|
+
#
|
|
1603
|
+
# * Account – Specify the ARN of the account.
|
|
1604
|
+
#
|
|
1605
|
+
# For information on how to find the `targetIdentifier`, see [the
|
|
1606
|
+
# overview page][1].
|
|
1601
1607
|
#
|
|
1602
1608
|
#
|
|
1603
1609
|
#
|
|
@@ -1619,8 +1625,8 @@ module Aws::ControlTower
|
|
|
1619
1625
|
# @return [Types::EnabledControlFilter]
|
|
1620
1626
|
#
|
|
1621
1627
|
# @!attribute [rw] include_children
|
|
1622
|
-
#
|
|
1623
|
-
#
|
|
1628
|
+
# Specifies whether to include enabled controls from child
|
|
1629
|
+
# organizational units and child accounts in the response.
|
|
1624
1630
|
# @return [Boolean]
|
|
1625
1631
|
#
|
|
1626
1632
|
# @see http://docs.aws.amazon.com/goto/WebAPI/controltower-2018-05-10/ListEnabledControlsInput AWS API Documentation
|
data/lib/aws-sdk-controltower.rb
CHANGED