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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0539800e472c8a80cd528a2c32e59a6fca88a1a5328108fe3c8217e547faf8ea'
4
- data.tar.gz: '0550346872d3afff25d82c49a6b0b5c09f21168f951821c984d6e47923483652'
3
+ metadata.gz: a678ec2c29d242aab854ae669862752937d37aed2554d55aa9364c02ba783622
4
+ data.tar.gz: 54f736ce40c3dff1bd3ef0aa027919c1f2b73c4c095ecf5e1a64202e886f735a
5
5
  SHA512:
6
- metadata.gz: 89d152ef5f5d54fec35c743395b5ac8eacd97f220fd3fe8e459823181d09b4327b30286cefa4f47c78f9a4deb966a2c2848ba4e2903162e9e918db40abc95f0c
7
- data.tar.gz: 45ec8aeff3f42c8e981cd5d51bf5b2f355589b090279e4e395ad7cb211596a809a5abddcebfed4f6af9f59f9a5dfce7371ffd06b588b538c97d5eee00e8a5c87
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.62.0
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 organizational unit. For information on how to find the
1260
- # `targetIdentifier`, see [the overview page][1].
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
- # A boolean value that determines whether to include enabled controls
1279
- # from child organizational units in the response.
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.62.0'
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 organizational unit. For information on how to find
1600
- # the `targetIdentifier`, see [the overview page][1].
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
- # A boolean value that determines whether to include enabled controls
1623
- # from child organizational units in the response.
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
@@ -55,7 +55,7 @@ module Aws::ControlTower
55
55
  autoload :EndpointProvider, 'aws-sdk-controltower/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-controltower/endpoints'
57
57
 
58
- GEM_VERSION = '1.62.0'
58
+ GEM_VERSION = '1.63.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-controltower
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.62.0
4
+ version: 1.63.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services