@aws-sdk/client-controlcatalog 3.758.0 → 3.772.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.
@@ -267,7 +267,7 @@ export interface ImplementationDetails {
267
267
  Type: string | undefined;
268
268
  }
269
269
  /**
270
- * <p>Four types of control parameters are supported.</p>
270
+ * <p>Five types of control parameters are supported.</p>
271
271
  * <ul>
272
272
  * <li>
273
273
  * <p>
@@ -301,6 +301,33 @@ export interface ImplementationDetails {
301
301
  * <p>Example: <code>["arn:aws:s3:::my-bucket-name"]</code>
302
302
  * </p>
303
303
  * </li>
304
+ * <li>
305
+ * <p>
306
+ * <b>ExemptAssumeRoot</b>: A parameter that lets you choose
307
+ * whether to exempt requests made with <code>AssumeRoot</code> from this control, for this
308
+ * OU. For member accounts, the <code>AssumeRoot</code> property is included in requests
309
+ * initiated by IAM centralized root access. This parameter applies only to the
310
+ * <code>AWS-GR_RESTRICT_ROOT_USER</code> control. If you add the parameter when enabling
311
+ * the control, the <code>AssumeRoot</code> exemption is allowed. If you omit the parameter,
312
+ * the <code>AssumeRoot</code> exception is not permitted. The parameter does not accept
313
+ * <code>False</code> as a value.</p>
314
+ * <p>
315
+ * <i>Example: Enabling the control and allowing <code>AssumeRoot</code>
316
+ * </i>
317
+ * </p>
318
+ * <p>
319
+ * <code>\{
320
+ * "controlIdentifier": "arn:aws:controlcatalog:::control/5kvme4m5d2b4d7if2fs5yg2ui",
321
+ * "parameters": [
322
+ * \{
323
+ * "key": "ExemptAssumeRoot",
324
+ * "value": true
325
+ * \}
326
+ * ],
327
+ * "targetIdentifier": "arn:aws:organizations::8633900XXXXX:ou/o-6jmn81636m/ou-qsah-jtiihcla"
328
+ * \}</code>
329
+ * </p>
330
+ * </li>
304
331
  * </ul>
305
332
  * @public
306
333
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-controlcatalog",
3
3
  "description": "AWS SDK for JavaScript Controlcatalog Client for Node.js, Browser and React Native",
4
- "version": "3.758.0",
4
+ "version": "3.772.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,10 +21,10 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
24
+ "@aws-sdk/credential-provider-node": "3.772.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
28
  "@aws-sdk/middleware-user-agent": "3.758.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",