@aws-sdk/client-controltower 3.758.0 → 3.774.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 +41 -41
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
BaselineOperationStatus: () => BaselineOperationStatus,
|
|
26
26
|
BaselineOperationType: () => BaselineOperationType,
|
|
@@ -77,7 +77,7 @@ __export(src_exports, {
|
|
|
77
77
|
paginateListLandingZoneOperations: () => paginateListLandingZoneOperations,
|
|
78
78
|
paginateListLandingZones: () => paginateListLandingZones
|
|
79
79
|
});
|
|
80
|
-
module.exports = __toCommonJS(
|
|
80
|
+
module.exports = __toCommonJS(index_exports);
|
|
81
81
|
|
|
82
82
|
// src/ControlTowerClient.ts
|
|
83
83
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -204,9 +204,9 @@ var ControlTowerClient = class extends import_smithy_client.Client {
|
|
|
204
204
|
this.middlewareStack.use(
|
|
205
205
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
206
206
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultControlTowerHttpAuthSchemeParametersProvider,
|
|
207
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
207
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
208
208
|
"aws.auth#sigv4": config.credentials
|
|
209
|
-
})
|
|
209
|
+
}), "identityProviderConfigProvider")
|
|
210
210
|
})
|
|
211
211
|
);
|
|
212
212
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -462,8 +462,8 @@ var se_CreateLandingZoneCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
462
462
|
let body;
|
|
463
463
|
body = JSON.stringify(
|
|
464
464
|
(0, import_smithy_client.take)(input, {
|
|
465
|
-
manifest: (_) => se_Manifest(_, context),
|
|
466
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
465
|
+
manifest: /* @__PURE__ */ __name((_) => se_Manifest(_, context), "manifest"),
|
|
466
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
467
467
|
version: []
|
|
468
468
|
})
|
|
469
469
|
);
|
|
@@ -527,8 +527,8 @@ var se_EnableBaselineCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
527
527
|
(0, import_smithy_client.take)(input, {
|
|
528
528
|
baselineIdentifier: [],
|
|
529
529
|
baselineVersion: [],
|
|
530
|
-
parameters: (_) => se_EnabledBaselineParameters(_, context),
|
|
531
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
530
|
+
parameters: /* @__PURE__ */ __name((_) => se_EnabledBaselineParameters(_, context), "parameters"),
|
|
531
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
532
532
|
targetIdentifier: []
|
|
533
533
|
})
|
|
534
534
|
);
|
|
@@ -545,8 +545,8 @@ var se_EnableControlCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
545
545
|
body = JSON.stringify(
|
|
546
546
|
(0, import_smithy_client.take)(input, {
|
|
547
547
|
controlIdentifier: [],
|
|
548
|
-
parameters: (_) => se_EnabledControlParameters(_, context),
|
|
549
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
548
|
+
parameters: /* @__PURE__ */ __name((_) => se_EnabledControlParameters(_, context), "parameters"),
|
|
549
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
550
550
|
targetIdentifier: []
|
|
551
551
|
})
|
|
552
552
|
);
|
|
@@ -683,7 +683,7 @@ var se_ListControlOperationsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
683
683
|
let body;
|
|
684
684
|
body = JSON.stringify(
|
|
685
685
|
(0, import_smithy_client.take)(input, {
|
|
686
|
-
filter: (_) => (0, import_smithy_client._json)(_),
|
|
686
|
+
filter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filter"),
|
|
687
687
|
maxResults: [],
|
|
688
688
|
nextToken: []
|
|
689
689
|
})
|
|
@@ -700,7 +700,7 @@ var se_ListEnabledBaselinesCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
700
700
|
let body;
|
|
701
701
|
body = JSON.stringify(
|
|
702
702
|
(0, import_smithy_client.take)(input, {
|
|
703
|
-
filter: (_) => (0, import_smithy_client._json)(_),
|
|
703
|
+
filter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filter"),
|
|
704
704
|
includeChildren: [],
|
|
705
705
|
maxResults: [],
|
|
706
706
|
nextToken: []
|
|
@@ -718,7 +718,7 @@ var se_ListEnabledControlsCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
718
718
|
let body;
|
|
719
719
|
body = JSON.stringify(
|
|
720
720
|
(0, import_smithy_client.take)(input, {
|
|
721
|
-
filter: (_) => (0, import_smithy_client._json)(_),
|
|
721
|
+
filter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filter"),
|
|
722
722
|
maxResults: [],
|
|
723
723
|
nextToken: [],
|
|
724
724
|
targetIdentifier: []
|
|
@@ -736,7 +736,7 @@ var se_ListLandingZoneOperationsCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
736
736
|
let body;
|
|
737
737
|
body = JSON.stringify(
|
|
738
738
|
(0, import_smithy_client.take)(input, {
|
|
739
|
-
filter: (_) => (0, import_smithy_client._json)(_),
|
|
739
|
+
filter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filter"),
|
|
740
740
|
maxResults: [],
|
|
741
741
|
nextToken: []
|
|
742
742
|
})
|
|
@@ -824,7 +824,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
824
824
|
let body;
|
|
825
825
|
body = JSON.stringify(
|
|
826
826
|
(0, import_smithy_client.take)(input, {
|
|
827
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
827
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
828
828
|
})
|
|
829
829
|
);
|
|
830
830
|
b.m("POST").h(headers).b(body);
|
|
@@ -853,7 +853,7 @@ var se_UpdateEnabledBaselineCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
853
853
|
(0, import_smithy_client.take)(input, {
|
|
854
854
|
baselineVersion: [],
|
|
855
855
|
enabledBaselineIdentifier: [],
|
|
856
|
-
parameters: (_) => se_EnabledBaselineParameters(_, context)
|
|
856
|
+
parameters: /* @__PURE__ */ __name((_) => se_EnabledBaselineParameters(_, context), "parameters")
|
|
857
857
|
})
|
|
858
858
|
);
|
|
859
859
|
b.m("POST").h(headers).b(body);
|
|
@@ -869,7 +869,7 @@ var se_UpdateEnabledControlCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
869
869
|
body = JSON.stringify(
|
|
870
870
|
(0, import_smithy_client.take)(input, {
|
|
871
871
|
enabledControlIdentifier: [],
|
|
872
|
-
parameters: (_) => se_EnabledControlParameters(_, context)
|
|
872
|
+
parameters: /* @__PURE__ */ __name((_) => se_EnabledControlParameters(_, context), "parameters")
|
|
873
873
|
})
|
|
874
874
|
);
|
|
875
875
|
b.m("POST").h(headers).b(body);
|
|
@@ -885,7 +885,7 @@ var se_UpdateLandingZoneCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
885
885
|
body = JSON.stringify(
|
|
886
886
|
(0, import_smithy_client.take)(input, {
|
|
887
887
|
landingZoneIdentifier: [],
|
|
888
|
-
manifest: (_) => se_Manifest(_, context),
|
|
888
|
+
manifest: /* @__PURE__ */ __name((_) => se_Manifest(_, context), "manifest"),
|
|
889
889
|
version: []
|
|
890
890
|
})
|
|
891
891
|
);
|
|
@@ -1004,7 +1004,7 @@ var de_GetBaselineOperationCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
1004
1004
|
});
|
|
1005
1005
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1006
1006
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1007
|
-
baselineOperation: (_) => de_BaselineOperation(_, context)
|
|
1007
|
+
baselineOperation: /* @__PURE__ */ __name((_) => de_BaselineOperation(_, context), "baselineOperation")
|
|
1008
1008
|
});
|
|
1009
1009
|
Object.assign(contents, doc);
|
|
1010
1010
|
return contents;
|
|
@@ -1018,7 +1018,7 @@ var de_GetControlOperationCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1018
1018
|
});
|
|
1019
1019
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1020
1020
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1021
|
-
controlOperation: (_) => de_ControlOperation(_, context)
|
|
1021
|
+
controlOperation: /* @__PURE__ */ __name((_) => de_ControlOperation(_, context), "controlOperation")
|
|
1022
1022
|
});
|
|
1023
1023
|
Object.assign(contents, doc);
|
|
1024
1024
|
return contents;
|
|
@@ -1032,7 +1032,7 @@ var de_GetEnabledBaselineCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1032
1032
|
});
|
|
1033
1033
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1034
1034
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1035
|
-
enabledBaselineDetails: (_) => de_EnabledBaselineDetails(_, context)
|
|
1035
|
+
enabledBaselineDetails: /* @__PURE__ */ __name((_) => de_EnabledBaselineDetails(_, context), "enabledBaselineDetails")
|
|
1036
1036
|
});
|
|
1037
1037
|
Object.assign(contents, doc);
|
|
1038
1038
|
return contents;
|
|
@@ -1046,7 +1046,7 @@ var de_GetEnabledControlCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1046
1046
|
});
|
|
1047
1047
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1048
1048
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1049
|
-
enabledControlDetails: (_) => de_EnabledControlDetails(_, context)
|
|
1049
|
+
enabledControlDetails: /* @__PURE__ */ __name((_) => de_EnabledControlDetails(_, context), "enabledControlDetails")
|
|
1050
1050
|
});
|
|
1051
1051
|
Object.assign(contents, doc);
|
|
1052
1052
|
return contents;
|
|
@@ -1060,7 +1060,7 @@ var de_GetLandingZoneCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1060
1060
|
});
|
|
1061
1061
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1062
1062
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1063
|
-
landingZone: (_) => de_LandingZoneDetail(_, context)
|
|
1063
|
+
landingZone: /* @__PURE__ */ __name((_) => de_LandingZoneDetail(_, context), "landingZone")
|
|
1064
1064
|
});
|
|
1065
1065
|
Object.assign(contents, doc);
|
|
1066
1066
|
return contents;
|
|
@@ -1074,7 +1074,7 @@ var de_GetLandingZoneOperationCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
1074
1074
|
});
|
|
1075
1075
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1076
1076
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1077
|
-
operationDetails: (_) => de_LandingZoneOperationDetail(_, context)
|
|
1077
|
+
operationDetails: /* @__PURE__ */ __name((_) => de_LandingZoneOperationDetail(_, context), "operationDetails")
|
|
1078
1078
|
});
|
|
1079
1079
|
Object.assign(contents, doc);
|
|
1080
1080
|
return contents;
|
|
@@ -1103,7 +1103,7 @@ var de_ListControlOperationsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
1103
1103
|
});
|
|
1104
1104
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1105
1105
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1106
|
-
controlOperations: (_) => de_ControlOperations(_, context),
|
|
1106
|
+
controlOperations: /* @__PURE__ */ __name((_) => de_ControlOperations(_, context), "controlOperations"),
|
|
1107
1107
|
nextToken: import_smithy_client.expectString
|
|
1108
1108
|
});
|
|
1109
1109
|
Object.assign(contents, doc);
|
|
@@ -1423,7 +1423,7 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
1423
1423
|
var se_EnabledBaselineParameter = /* @__PURE__ */ __name((input, context) => {
|
|
1424
1424
|
return (0, import_smithy_client.take)(input, {
|
|
1425
1425
|
key: [],
|
|
1426
|
-
value: (_) => se_EnabledBaselineParameterDocument(_, context)
|
|
1426
|
+
value: /* @__PURE__ */ __name((_) => se_EnabledBaselineParameterDocument(_, context), "value")
|
|
1427
1427
|
});
|
|
1428
1428
|
}, "se_EnabledBaselineParameter");
|
|
1429
1429
|
var se_EnabledBaselineParameterDocument = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1437,7 +1437,7 @@ var se_EnabledBaselineParameters = /* @__PURE__ */ __name((input, context) => {
|
|
|
1437
1437
|
var se_EnabledControlParameter = /* @__PURE__ */ __name((input, context) => {
|
|
1438
1438
|
return (0, import_smithy_client.take)(input, {
|
|
1439
1439
|
key: [],
|
|
1440
|
-
value: (_) => se_Document(_, context)
|
|
1440
|
+
value: /* @__PURE__ */ __name((_) => se_Document(_, context), "value")
|
|
1441
1441
|
});
|
|
1442
1442
|
}, "se_EnabledControlParameter");
|
|
1443
1443
|
var se_EnabledControlParameters = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1453,10 +1453,10 @@ var se_Document = /* @__PURE__ */ __name((input, context) => {
|
|
|
1453
1453
|
}, "se_Document");
|
|
1454
1454
|
var de_BaselineOperation = /* @__PURE__ */ __name((output, context) => {
|
|
1455
1455
|
return (0, import_smithy_client.take)(output, {
|
|
1456
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1456
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
|
|
1457
1457
|
operationIdentifier: import_smithy_client.expectString,
|
|
1458
1458
|
operationType: import_smithy_client.expectString,
|
|
1459
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1459
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startTime"),
|
|
1460
1460
|
status: import_smithy_client.expectString,
|
|
1461
1461
|
statusMessage: import_smithy_client.expectString
|
|
1462
1462
|
});
|
|
@@ -1465,10 +1465,10 @@ var de_ControlOperation = /* @__PURE__ */ __name((output, context) => {
|
|
|
1465
1465
|
return (0, import_smithy_client.take)(output, {
|
|
1466
1466
|
controlIdentifier: import_smithy_client.expectString,
|
|
1467
1467
|
enabledControlIdentifier: import_smithy_client.expectString,
|
|
1468
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1468
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
|
|
1469
1469
|
operationIdentifier: import_smithy_client.expectString,
|
|
1470
1470
|
operationType: import_smithy_client.expectString,
|
|
1471
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1471
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startTime"),
|
|
1472
1472
|
status: import_smithy_client.expectString,
|
|
1473
1473
|
statusMessage: import_smithy_client.expectString,
|
|
1474
1474
|
targetIdentifier: import_smithy_client.expectString
|
|
@@ -1484,10 +1484,10 @@ var de_ControlOperationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1484
1484
|
return (0, import_smithy_client.take)(output, {
|
|
1485
1485
|
controlIdentifier: import_smithy_client.expectString,
|
|
1486
1486
|
enabledControlIdentifier: import_smithy_client.expectString,
|
|
1487
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1487
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
|
|
1488
1488
|
operationIdentifier: import_smithy_client.expectString,
|
|
1489
1489
|
operationType: import_smithy_client.expectString,
|
|
1490
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1490
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startTime"),
|
|
1491
1491
|
status: import_smithy_client.expectString,
|
|
1492
1492
|
statusMessage: import_smithy_client.expectString,
|
|
1493
1493
|
targetIdentifier: import_smithy_client.expectString
|
|
@@ -1498,7 +1498,7 @@ var de_EnabledBaselineDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
1498
1498
|
arn: import_smithy_client.expectString,
|
|
1499
1499
|
baselineIdentifier: import_smithy_client.expectString,
|
|
1500
1500
|
baselineVersion: import_smithy_client.expectString,
|
|
1501
|
-
parameters: (_) => de_EnabledBaselineParameterSummaries(_, context),
|
|
1501
|
+
parameters: /* @__PURE__ */ __name((_) => de_EnabledBaselineParameterSummaries(_, context), "parameters"),
|
|
1502
1502
|
parentIdentifier: import_smithy_client.expectString,
|
|
1503
1503
|
statusSummary: import_smithy_client._json,
|
|
1504
1504
|
targetIdentifier: import_smithy_client.expectString
|
|
@@ -1516,7 +1516,7 @@ var de_EnabledBaselineParameterSummaries = /* @__PURE__ */ __name((output, conte
|
|
|
1516
1516
|
var de_EnabledBaselineParameterSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1517
1517
|
return (0, import_smithy_client.take)(output, {
|
|
1518
1518
|
key: import_smithy_client.expectString,
|
|
1519
|
-
value: (_) => de_EnabledBaselineParameterDocument(_, context)
|
|
1519
|
+
value: /* @__PURE__ */ __name((_) => de_EnabledBaselineParameterDocument(_, context), "value")
|
|
1520
1520
|
});
|
|
1521
1521
|
}, "de_EnabledBaselineParameterSummary");
|
|
1522
1522
|
var de_EnabledControlDetails = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1524,7 +1524,7 @@ var de_EnabledControlDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
1524
1524
|
arn: import_smithy_client.expectString,
|
|
1525
1525
|
controlIdentifier: import_smithy_client.expectString,
|
|
1526
1526
|
driftStatusSummary: import_smithy_client._json,
|
|
1527
|
-
parameters: (_) => de_EnabledControlParameterSummaries(_, context),
|
|
1527
|
+
parameters: /* @__PURE__ */ __name((_) => de_EnabledControlParameterSummaries(_, context), "parameters"),
|
|
1528
1528
|
statusSummary: import_smithy_client._json,
|
|
1529
1529
|
targetIdentifier: import_smithy_client.expectString,
|
|
1530
1530
|
targetRegions: import_smithy_client._json
|
|
@@ -1539,7 +1539,7 @@ var de_EnabledControlParameterSummaries = /* @__PURE__ */ __name((output, contex
|
|
|
1539
1539
|
var de_EnabledControlParameterSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1540
1540
|
return (0, import_smithy_client.take)(output, {
|
|
1541
1541
|
key: import_smithy_client.expectString,
|
|
1542
|
-
value: (_) => de_Document(_, context)
|
|
1542
|
+
value: /* @__PURE__ */ __name((_) => de_Document(_, context), "value")
|
|
1543
1543
|
});
|
|
1544
1544
|
}, "de_EnabledControlParameterSummary");
|
|
1545
1545
|
var de_LandingZoneDetail = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1547,17 +1547,17 @@ var de_LandingZoneDetail = /* @__PURE__ */ __name((output, context) => {
|
|
|
1547
1547
|
arn: import_smithy_client.expectString,
|
|
1548
1548
|
driftStatus: import_smithy_client._json,
|
|
1549
1549
|
latestAvailableVersion: import_smithy_client.expectString,
|
|
1550
|
-
manifest: (_) => de_Manifest(_, context),
|
|
1550
|
+
manifest: /* @__PURE__ */ __name((_) => de_Manifest(_, context), "manifest"),
|
|
1551
1551
|
status: import_smithy_client.expectString,
|
|
1552
1552
|
version: import_smithy_client.expectString
|
|
1553
1553
|
});
|
|
1554
1554
|
}, "de_LandingZoneDetail");
|
|
1555
1555
|
var de_LandingZoneOperationDetail = /* @__PURE__ */ __name((output, context) => {
|
|
1556
1556
|
return (0, import_smithy_client.take)(output, {
|
|
1557
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1557
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
|
|
1558
1558
|
operationIdentifier: import_smithy_client.expectString,
|
|
1559
1559
|
operationType: import_smithy_client.expectString,
|
|
1560
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1560
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startTime"),
|
|
1561
1561
|
status: import_smithy_client.expectString,
|
|
1562
1562
|
statusMessage: import_smithy_client.expectString
|
|
1563
1563
|
});
|
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.
|
|
4
|
+
"version": "3.774.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",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|