@aws-sdk/client-controltower 3.1121.0 → 3.1123.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
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1120.0";
72
+ var version = "3.1122.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -973,7 +973,7 @@ export interface EnabledControlFilter {
973
973
  */
974
974
  export interface ListEnabledControlsInput {
975
975
  /**
976
- * <p>The ARN of the organizational unit. 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>
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>A boolean value that determines whether to include enabled controls from child organizational units in the response.</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.1121.0",
3
+ "version": "3.1123.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",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@aws-sdk/core": "^3.977.9",
50
- "@aws-sdk/credential-provider-node": "^3.972.81",
50
+ "@aws-sdk/credential-provider-node": "^3.972.82",
51
51
  "@aws-sdk/types": "^3.974.5",
52
52
  "@smithy/core": "^3.33.3",
53
53
  "@smithy/fetch-http-handler": "^5.7.2",