@aws-sdk/client-controltower 3.1120.0 → 3.1122.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.
package/dist-cjs/index.js
CHANGED
|
@@ -973,7 +973,7 @@ export interface EnabledControlFilter {
|
|
|
973
973
|
*/
|
|
974
974
|
export interface ListEnabledControlsInput {
|
|
975
975
|
/**
|
|
976
|
-
* <p>The ARN of the
|
|
976
|
+
* <p>The ARN of the target. The value depends on the target type:</p> <ul> <li> <p>Organizational unit (OU) – Specify the ARN of the OU.</p> </li> <li> <p>Account – Specify the ARN of the account.</p> </li> </ul> <p>For information on how to find the <code>targetIdentifier</code>, see <a href="https://docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html">the overview page</a>.</p>
|
|
977
977
|
* @public
|
|
978
978
|
*/
|
|
979
979
|
targetIdentifier?: string | undefined;
|
|
@@ -993,7 +993,7 @@ export interface ListEnabledControlsInput {
|
|
|
993
993
|
*/
|
|
994
994
|
filter?: EnabledControlFilter | undefined;
|
|
995
995
|
/**
|
|
996
|
-
* <p>
|
|
996
|
+
* <p>Specifies whether to include enabled controls from child organizational units and child accounts in the response.</p>
|
|
997
997
|
* @public
|
|
998
998
|
*/
|
|
999
999
|
includeChildren?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-controltower",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1122.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Controltower Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-controltower",
|
|
6
6
|
"license": "Apache-2.0",
|