@aws-sdk/client-controltower 3.936.0 → 3.939.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
@@ -481,8 +481,8 @@ var CreateLandingZoneInput = [
481
481
  n0,
482
482
  _CLZI,
483
483
  0,
484
- [_v, _ma, _rT, _t],
485
- [0, 15, 64 | 0, 128 | 0],
484
+ [_v, _rT, _t, _ma],
485
+ [0, 64 | 0, 128 | 0, 15],
486
486
  ];
487
487
  var CreateLandingZoneOutput = [3, n0, _CLZO, 0, [_a, _oI], [0, 0]];
488
488
  var DeleteLandingZoneInput = [3, n0, _DLZI, 0, [_lZI], [0]];
@@ -653,8 +653,8 @@ var LandingZoneDetail = [
653
653
  n0,
654
654
  _LZD,
655
655
  0,
656
- [_v, _ma, _rT, _a, _s, _lAV, _dS],
657
- [0, 15, 64 | 0, 0, 0, 0, () => LandingZoneDriftStatusSummary],
656
+ [_v, _rT, _a, _s, _lAV, _dS, _ma],
657
+ [0, 64 | 0, 0, 0, 0, () => LandingZoneDriftStatusSummary, 15],
658
658
  ];
659
659
  var LandingZoneDriftStatusSummary = [3, n0, _LZDSS, 0, [_s], [0]];
660
660
  var LandingZoneOperationDetail = [
@@ -828,7 +828,7 @@ var UpdateEnabledControlInput = [
828
828
  [() => EnabledControlParameters, 0],
829
829
  ];
830
830
  var UpdateEnabledControlOutput = [3, n0, _UECO, 0, [_oI], [0]];
831
- var UpdateLandingZoneInput = [3, n0, _ULZI, 0, [_v, _ma, _rT, _lZI], [0, 15, 64 | 0, 0]];
831
+ var UpdateLandingZoneInput = [3, n0, _ULZI, 0, [_v, _rT, _lZI, _ma], [0, 64 | 0, 0, 15]];
832
832
  var UpdateLandingZoneOutput = [3, n0, _ULZO, 0, [_oI], [0]];
833
833
  var ValidationException = [
834
834
  -3,
@@ -270,8 +270,8 @@ export var CreateLandingZoneInput = [
270
270
  n0,
271
271
  _CLZI,
272
272
  0,
273
- [_v, _ma, _rT, _t],
274
- [0, 15, 64 | 0, 128 | 0],
273
+ [_v, _rT, _t, _ma],
274
+ [0, 64 | 0, 128 | 0, 15],
275
275
  ];
276
276
  export var CreateLandingZoneOutput = [3, n0, _CLZO, 0, [_a, _oI], [0, 0]];
277
277
  export var DeleteLandingZoneInput = [3, n0, _DLZI, 0, [_lZI], [0]];
@@ -442,8 +442,8 @@ export var LandingZoneDetail = [
442
442
  n0,
443
443
  _LZD,
444
444
  0,
445
- [_v, _ma, _rT, _a, _s, _lAV, _dS],
446
- [0, 15, 64 | 0, 0, 0, 0, () => LandingZoneDriftStatusSummary],
445
+ [_v, _rT, _a, _s, _lAV, _dS, _ma],
446
+ [0, 64 | 0, 0, 0, 0, () => LandingZoneDriftStatusSummary, 15],
447
447
  ];
448
448
  export var LandingZoneDriftStatusSummary = [3, n0, _LZDSS, 0, [_s], [0]];
449
449
  export var LandingZoneOperationDetail = [
@@ -617,7 +617,7 @@ export var UpdateEnabledControlInput = [
617
617
  [() => EnabledControlParameters, 0],
618
618
  ];
619
619
  export var UpdateEnabledControlOutput = [3, n0, _UECO, 0, [_oI], [0]];
620
- export var UpdateLandingZoneInput = [3, n0, _ULZI, 0, [_v, _ma, _rT, _lZI], [0, 15, 64 | 0, 0]];
620
+ export var UpdateLandingZoneInput = [3, n0, _ULZI, 0, [_v, _rT, _lZI, _ma], [0, 64 | 0, 0, 15]];
621
621
  export var UpdateLandingZoneOutput = [3, n0, _ULZO, 0, [_oI], [0]];
622
622
  export var ValidationException = [
623
623
  -3,
@@ -38,13 +38,13 @@ declare const CreateLandingZoneCommand_base: {
38
38
  * const client = new ControlTowerClient(config);
39
39
  * const input = { // CreateLandingZoneInput
40
40
  * version: "STRING_VALUE", // required
41
- * manifest: "DOCUMENT_VALUE", // required
42
41
  * remediationTypes: [ // RemediationTypes
43
42
  * "INHERITANCE_DRIFT",
44
43
  * ],
45
44
  * tags: { // TagMap
46
45
  * "<keys>": "STRING_VALUE",
47
46
  * },
47
+ * manifest: "DOCUMENT_VALUE",
48
48
  * };
49
49
  * const command = new CreateLandingZoneCommand(input);
50
50
  * const response = await client.send(command);
@@ -44,7 +44,6 @@ declare const GetLandingZoneCommand_base: {
44
44
  * // { // GetLandingZoneOutput
45
45
  * // landingZone: { // LandingZoneDetail
46
46
  * // version: "STRING_VALUE", // required
47
- * // manifest: "DOCUMENT_VALUE", // required
48
47
  * // remediationTypes: [ // RemediationTypes
49
48
  * // "INHERITANCE_DRIFT",
50
49
  * // ],
@@ -54,6 +53,7 @@ declare const GetLandingZoneCommand_base: {
54
53
  * // driftStatus: { // LandingZoneDriftStatusSummary
55
54
  * // status: "DRIFTED" || "IN_SYNC",
56
55
  * // },
56
+ * // manifest: "DOCUMENT_VALUE", // required
57
57
  * // },
58
58
  * // };
59
59
  *
@@ -38,11 +38,11 @@ declare const UpdateLandingZoneCommand_base: {
38
38
  * const client = new ControlTowerClient(config);
39
39
  * const input = { // UpdateLandingZoneInput
40
40
  * version: "STRING_VALUE", // required
41
- * manifest: "DOCUMENT_VALUE", // required
42
41
  * remediationTypes: [ // RemediationTypes
43
42
  * "INHERITANCE_DRIFT",
44
43
  * ],
45
44
  * landingZoneIdentifier: "STRING_VALUE", // required
45
+ * manifest: "DOCUMENT_VALUE",
46
46
  * };
47
47
  * const command = new UpdateLandingZoneCommand(input);
48
48
  * const response = await client.send(command);
@@ -1231,11 +1231,6 @@ export interface CreateLandingZoneInput {
1231
1231
  * @public
1232
1232
  */
1233
1233
  version: string | undefined;
1234
- /**
1235
- * <p>The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch">Launch your landing zone</a>. </p>
1236
- * @public
1237
- */
1238
- manifest: __DocumentType | undefined;
1239
1234
  /**
1240
1235
  * <p>Specifies the types of remediation actions to apply when creating the landing zone, such as automatic drift correction or compliance enforcement.</p>
1241
1236
  * @public
@@ -1246,6 +1241,11 @@ export interface CreateLandingZoneInput {
1246
1241
  * @public
1247
1242
  */
1248
1243
  tags?: Record<string, string> | undefined;
1244
+ /**
1245
+ * <p>The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch">Launch your landing zone</a>. </p>
1246
+ * @public
1247
+ */
1248
+ manifest?: __DocumentType | undefined;
1249
1249
  }
1250
1250
  /**
1251
1251
  * @public
@@ -1313,11 +1313,6 @@ export interface LandingZoneDetail {
1313
1313
  * @public
1314
1314
  */
1315
1315
  version: string | undefined;
1316
- /**
1317
- * <p>The landing zone manifest JSON text file that specifies the landing zone configurations. </p>
1318
- * @public
1319
- */
1320
- manifest: __DocumentType | undefined;
1321
1316
  /**
1322
1317
  * <p>The types of remediation actions configured for the landing zone, such as automatic drift correction or compliance enforcement.</p>
1323
1318
  * @public
@@ -1343,6 +1338,11 @@ export interface LandingZoneDetail {
1343
1338
  * @public
1344
1339
  */
1345
1340
  driftStatus?: LandingZoneDriftStatusSummary | undefined;
1341
+ /**
1342
+ * <p>The landing zone manifest JSON text file that specifies the landing zone configurations. </p>
1343
+ * @public
1344
+ */
1345
+ manifest: __DocumentType | undefined;
1346
1346
  }
1347
1347
  /**
1348
1348
  * @public
@@ -1424,11 +1424,6 @@ export interface UpdateLandingZoneInput {
1424
1424
  * @public
1425
1425
  */
1426
1426
  version: string | undefined;
1427
- /**
1428
- * <p>The manifest file (JSON) is a text file that describes your Amazon Web Services resources. For an example, review <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch">Launch your landing zone</a>. The example manifest file contains each of the available parameters. The schema for the landing zone's JSON manifest file is not published, by design.</p>
1429
- * @public
1430
- */
1431
- manifest: __DocumentType | undefined;
1432
1427
  /**
1433
1428
  * <p>Specifies the types of remediation actions to apply when updating the landing zone configuration.</p>
1434
1429
  * @public
@@ -1439,6 +1434,11 @@ export interface UpdateLandingZoneInput {
1439
1434
  * @public
1440
1435
  */
1441
1436
  landingZoneIdentifier: string | undefined;
1437
+ /**
1438
+ * <p>The manifest file (JSON) is a text file that describes your Amazon Web Services resources. For an example, review <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch">Launch your landing zone</a>. The example manifest file contains each of the available parameters. The schema for the landing zone's JSON manifest file is not published, by design.</p>
1439
+ * @public
1440
+ */
1441
+ manifest?: __DocumentType | undefined;
1442
1442
  }
1443
1443
  /**
1444
1444
  * @public
@@ -319,9 +319,9 @@ export interface ListLandingZoneOperationsOutput {
319
319
  }
320
320
  export interface CreateLandingZoneInput {
321
321
  version: string | undefined;
322
- manifest: __DocumentType | undefined;
323
322
  remediationTypes?: RemediationType[] | undefined;
324
323
  tags?: Record<string, string> | undefined;
324
+ manifest?: __DocumentType | undefined;
325
325
  }
326
326
  export interface CreateLandingZoneOutput {
327
327
  arn: string | undefined;
@@ -341,12 +341,12 @@ export interface LandingZoneDriftStatusSummary {
341
341
  }
342
342
  export interface LandingZoneDetail {
343
343
  version: string | undefined;
344
- manifest: __DocumentType | undefined;
345
344
  remediationTypes?: RemediationType[] | undefined;
346
345
  arn?: string | undefined;
347
346
  status?: LandingZoneStatus | undefined;
348
347
  latestAvailableVersion?: string | undefined;
349
348
  driftStatus?: LandingZoneDriftStatusSummary | undefined;
349
+ manifest: __DocumentType | undefined;
350
350
  }
351
351
  export interface GetLandingZoneOutput {
352
352
  landingZone: LandingZoneDetail | undefined;
@@ -370,9 +370,9 @@ export interface ResetLandingZoneOutput {
370
370
  }
371
371
  export interface UpdateLandingZoneInput {
372
372
  version: string | undefined;
373
- manifest: __DocumentType | undefined;
374
373
  remediationTypes?: RemediationType[] | undefined;
375
374
  landingZoneIdentifier: string | undefined;
375
+ manifest?: __DocumentType | undefined;
376
376
  }
377
377
  export interface UpdateLandingZoneOutput {
378
378
  operationIdentifier: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-controltower",
3
3
  "description": "AWS SDK for JavaScript Controltower Client for Node.js, Browser and React Native",
4
- "version": "3.936.0",
4
+ "version": "3.939.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-controltower",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.936.0",
24
- "@aws-sdk/credential-provider-node": "3.936.0",
24
+ "@aws-sdk/credential-provider-node": "3.939.0",
25
25
  "@aws-sdk/middleware-host-header": "3.936.0",
26
26
  "@aws-sdk/middleware-logger": "3.936.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.936.0",