@aws-sdk/client-imagebuilder 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 +100 -100
- 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
|
BuildType: () => BuildType,
|
|
25
25
|
CallRateLimitExceededException: () => CallRateLimitExceededException,
|
|
26
26
|
CancelImageCreationCommand: () => CancelImageCreationCommand,
|
|
@@ -174,7 +174,7 @@ __export(src_exports, {
|
|
|
174
174
|
paginateListWorkflowStepExecutions: () => paginateListWorkflowStepExecutions,
|
|
175
175
|
paginateListWorkflows: () => paginateListWorkflows
|
|
176
176
|
});
|
|
177
|
-
module.exports = __toCommonJS(
|
|
177
|
+
module.exports = __toCommonJS(index_exports);
|
|
178
178
|
|
|
179
179
|
// src/ImagebuilderClient.ts
|
|
180
180
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -301,9 +301,9 @@ var ImagebuilderClient = class extends import_smithy_client.Client {
|
|
|
301
301
|
this.middlewareStack.use(
|
|
302
302
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
303
303
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultImagebuilderHttpAuthSchemeParametersProvider,
|
|
304
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
304
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
305
305
|
"aws.auth#sigv4": config.credentials
|
|
306
|
-
})
|
|
306
|
+
}), "identityProviderConfigProvider")
|
|
307
307
|
})
|
|
308
308
|
);
|
|
309
309
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -897,8 +897,8 @@ var se_CreateComponentCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
897
897
|
name: [],
|
|
898
898
|
platform: [],
|
|
899
899
|
semanticVersion: [],
|
|
900
|
-
supportedOsVersions: (_) => (0, import_smithy_client._json)(_),
|
|
901
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
900
|
+
supportedOsVersions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "supportedOsVersions"),
|
|
901
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
902
902
|
uri: []
|
|
903
903
|
})
|
|
904
904
|
);
|
|
@@ -915,20 +915,20 @@ var se_CreateContainerRecipeCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
915
915
|
body = JSON.stringify(
|
|
916
916
|
(0, import_smithy_client.take)(input, {
|
|
917
917
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
918
|
-
components: (_) => (0, import_smithy_client._json)(_),
|
|
918
|
+
components: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "components"),
|
|
919
919
|
containerType: [],
|
|
920
920
|
description: [],
|
|
921
921
|
dockerfileTemplateData: [],
|
|
922
922
|
dockerfileTemplateUri: [],
|
|
923
923
|
imageOsVersionOverride: [],
|
|
924
|
-
instanceConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
924
|
+
instanceConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "instanceConfiguration"),
|
|
925
925
|
kmsKeyId: [],
|
|
926
926
|
name: [],
|
|
927
927
|
parentImage: [],
|
|
928
928
|
platformOverride: [],
|
|
929
929
|
semanticVersion: [],
|
|
930
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
931
|
-
targetRepository: (_) => (0, import_smithy_client._json)(_),
|
|
930
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
931
|
+
targetRepository: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targetRepository"),
|
|
932
932
|
workingDirectory: []
|
|
933
933
|
})
|
|
934
934
|
);
|
|
@@ -946,9 +946,9 @@ var se_CreateDistributionConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
946
946
|
(0, import_smithy_client.take)(input, {
|
|
947
947
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
948
948
|
description: [],
|
|
949
|
-
distributions: (_) => (0, import_smithy_client._json)(_),
|
|
949
|
+
distributions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "distributions"),
|
|
950
950
|
name: [],
|
|
951
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
951
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
952
952
|
})
|
|
953
953
|
);
|
|
954
954
|
b.m("PUT").h(headers).b(body);
|
|
@@ -969,11 +969,11 @@ var se_CreateImageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
969
969
|
enhancedImageMetadataEnabled: [],
|
|
970
970
|
executionRole: [],
|
|
971
971
|
imageRecipeArn: [],
|
|
972
|
-
imageScanningConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
973
|
-
imageTestsConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
972
|
+
imageScanningConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "imageScanningConfiguration"),
|
|
973
|
+
imageTestsConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "imageTestsConfiguration"),
|
|
974
974
|
infrastructureConfigurationArn: [],
|
|
975
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
976
|
-
workflows: (_) => (0, import_smithy_client._json)(_)
|
|
975
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
976
|
+
workflows: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "workflows")
|
|
977
977
|
})
|
|
978
978
|
);
|
|
979
979
|
b.m("PUT").h(headers).b(body);
|
|
@@ -995,14 +995,14 @@ var se_CreateImagePipelineCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
995
995
|
enhancedImageMetadataEnabled: [],
|
|
996
996
|
executionRole: [],
|
|
997
997
|
imageRecipeArn: [],
|
|
998
|
-
imageScanningConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
999
|
-
imageTestsConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
998
|
+
imageScanningConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "imageScanningConfiguration"),
|
|
999
|
+
imageTestsConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "imageTestsConfiguration"),
|
|
1000
1000
|
infrastructureConfigurationArn: [],
|
|
1001
1001
|
name: [],
|
|
1002
|
-
schedule: (_) => (0, import_smithy_client._json)(_),
|
|
1002
|
+
schedule: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "schedule"),
|
|
1003
1003
|
status: [],
|
|
1004
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1005
|
-
workflows: (_) => (0, import_smithy_client._json)(_)
|
|
1004
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1005
|
+
workflows: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "workflows")
|
|
1006
1006
|
})
|
|
1007
1007
|
);
|
|
1008
1008
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1017,15 +1017,15 @@ var se_CreateImageRecipeCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1017
1017
|
let body;
|
|
1018
1018
|
body = JSON.stringify(
|
|
1019
1019
|
(0, import_smithy_client.take)(input, {
|
|
1020
|
-
additionalInstanceConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1021
|
-
blockDeviceMappings: (_) => (0, import_smithy_client._json)(_),
|
|
1020
|
+
additionalInstanceConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalInstanceConfiguration"),
|
|
1021
|
+
blockDeviceMappings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "blockDeviceMappings"),
|
|
1022
1022
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1023
|
-
components: (_) => (0, import_smithy_client._json)(_),
|
|
1023
|
+
components: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "components"),
|
|
1024
1024
|
description: [],
|
|
1025
1025
|
name: [],
|
|
1026
1026
|
parentImage: [],
|
|
1027
1027
|
semanticVersion: [],
|
|
1028
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1028
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1029
1029
|
workingDirectory: []
|
|
1030
1030
|
})
|
|
1031
1031
|
);
|
|
@@ -1043,18 +1043,18 @@ var se_CreateInfrastructureConfigurationCommand = /* @__PURE__ */ __name(async (
|
|
|
1043
1043
|
(0, import_smithy_client.take)(input, {
|
|
1044
1044
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1045
1045
|
description: [],
|
|
1046
|
-
instanceMetadataOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1046
|
+
instanceMetadataOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "instanceMetadataOptions"),
|
|
1047
1047
|
instanceProfileName: [],
|
|
1048
|
-
instanceTypes: (_) => (0, import_smithy_client._json)(_),
|
|
1048
|
+
instanceTypes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "instanceTypes"),
|
|
1049
1049
|
keyPair: [],
|
|
1050
|
-
logging: (_) => (0, import_smithy_client._json)(_),
|
|
1050
|
+
logging: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "logging"),
|
|
1051
1051
|
name: [],
|
|
1052
|
-
placement: (_) => (0, import_smithy_client._json)(_),
|
|
1053
|
-
resourceTags: (_) => (0, import_smithy_client._json)(_),
|
|
1054
|
-
securityGroupIds: (_) => (0, import_smithy_client._json)(_),
|
|
1052
|
+
placement: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "placement"),
|
|
1053
|
+
resourceTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceTags"),
|
|
1054
|
+
securityGroupIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "securityGroupIds"),
|
|
1055
1055
|
snsTopicArn: [],
|
|
1056
1056
|
subnetId: [],
|
|
1057
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1057
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1058
1058
|
terminateInstanceOnFailure: []
|
|
1059
1059
|
})
|
|
1060
1060
|
);
|
|
@@ -1074,11 +1074,11 @@ var se_CreateLifecyclePolicyCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1074
1074
|
description: [],
|
|
1075
1075
|
executionRole: [],
|
|
1076
1076
|
name: [],
|
|
1077
|
-
policyDetails: (_) => (0, import_smithy_client._json)(_),
|
|
1078
|
-
resourceSelection: (_) => (0, import_smithy_client._json)(_),
|
|
1077
|
+
policyDetails: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "policyDetails"),
|
|
1078
|
+
resourceSelection: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceSelection"),
|
|
1079
1079
|
resourceType: [],
|
|
1080
1080
|
status: [],
|
|
1081
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1081
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1082
1082
|
})
|
|
1083
1083
|
);
|
|
1084
1084
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1100,7 +1100,7 @@ var se_CreateWorkflowCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1100
1100
|
kmsKeyId: [],
|
|
1101
1101
|
name: [],
|
|
1102
1102
|
semanticVersion: [],
|
|
1103
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1103
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1104
1104
|
type: [],
|
|
1105
1105
|
uri: []
|
|
1106
1106
|
})
|
|
@@ -1418,7 +1418,7 @@ var se_ImportComponentCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1418
1418
|
name: [],
|
|
1419
1419
|
platform: [],
|
|
1420
1420
|
semanticVersion: [],
|
|
1421
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1421
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1422
1422
|
type: [],
|
|
1423
1423
|
uri: []
|
|
1424
1424
|
})
|
|
@@ -1443,7 +1443,7 @@ var se_ImportDiskImageCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1443
1443
|
osVersion: [],
|
|
1444
1444
|
platform: [],
|
|
1445
1445
|
semanticVersion: [],
|
|
1446
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1446
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1447
1447
|
uri: []
|
|
1448
1448
|
})
|
|
1449
1449
|
);
|
|
@@ -1465,7 +1465,7 @@ var se_ImportVmImageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1465
1465
|
osVersion: [],
|
|
1466
1466
|
platform: [],
|
|
1467
1467
|
semanticVersion: [],
|
|
1468
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1468
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1469
1469
|
vmImportTaskId: []
|
|
1470
1470
|
})
|
|
1471
1471
|
);
|
|
@@ -1499,7 +1499,7 @@ var se_ListComponentsCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1499
1499
|
body = JSON.stringify(
|
|
1500
1500
|
(0, import_smithy_client.take)(input, {
|
|
1501
1501
|
byName: [],
|
|
1502
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1502
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1503
1503
|
maxResults: [],
|
|
1504
1504
|
nextToken: [],
|
|
1505
1505
|
owner: []
|
|
@@ -1517,7 +1517,7 @@ var se_ListContainerRecipesCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1517
1517
|
let body;
|
|
1518
1518
|
body = JSON.stringify(
|
|
1519
1519
|
(0, import_smithy_client.take)(input, {
|
|
1520
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1520
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1521
1521
|
maxResults: [],
|
|
1522
1522
|
nextToken: [],
|
|
1523
1523
|
owner: []
|
|
@@ -1535,7 +1535,7 @@ var se_ListDistributionConfigurationsCommand = /* @__PURE__ */ __name(async (inp
|
|
|
1535
1535
|
let body;
|
|
1536
1536
|
body = JSON.stringify(
|
|
1537
1537
|
(0, import_smithy_client.take)(input, {
|
|
1538
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1538
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1539
1539
|
maxResults: [],
|
|
1540
1540
|
nextToken: []
|
|
1541
1541
|
})
|
|
@@ -1552,7 +1552,7 @@ var se_ListImageBuildVersionsCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1552
1552
|
let body;
|
|
1553
1553
|
body = JSON.stringify(
|
|
1554
1554
|
(0, import_smithy_client.take)(input, {
|
|
1555
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1555
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1556
1556
|
imageVersionArn: [],
|
|
1557
1557
|
maxResults: [],
|
|
1558
1558
|
nextToken: []
|
|
@@ -1587,7 +1587,7 @@ var se_ListImagePipelineImagesCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1587
1587
|
let body;
|
|
1588
1588
|
body = JSON.stringify(
|
|
1589
1589
|
(0, import_smithy_client.take)(input, {
|
|
1590
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1590
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1591
1591
|
imagePipelineArn: [],
|
|
1592
1592
|
maxResults: [],
|
|
1593
1593
|
nextToken: []
|
|
@@ -1605,7 +1605,7 @@ var se_ListImagePipelinesCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1605
1605
|
let body;
|
|
1606
1606
|
body = JSON.stringify(
|
|
1607
1607
|
(0, import_smithy_client.take)(input, {
|
|
1608
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1608
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1609
1609
|
maxResults: [],
|
|
1610
1610
|
nextToken: []
|
|
1611
1611
|
})
|
|
@@ -1622,7 +1622,7 @@ var se_ListImageRecipesCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1622
1622
|
let body;
|
|
1623
1623
|
body = JSON.stringify(
|
|
1624
1624
|
(0, import_smithy_client.take)(input, {
|
|
1625
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1625
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1626
1626
|
maxResults: [],
|
|
1627
1627
|
nextToken: [],
|
|
1628
1628
|
owner: []
|
|
@@ -1641,7 +1641,7 @@ var se_ListImagesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1641
1641
|
body = JSON.stringify(
|
|
1642
1642
|
(0, import_smithy_client.take)(input, {
|
|
1643
1643
|
byName: [],
|
|
1644
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1644
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1645
1645
|
includeDeprecated: [],
|
|
1646
1646
|
maxResults: [],
|
|
1647
1647
|
nextToken: [],
|
|
@@ -1660,7 +1660,7 @@ var se_ListImageScanFindingAggregationsCommand = /* @__PURE__ */ __name(async (i
|
|
|
1660
1660
|
let body;
|
|
1661
1661
|
body = JSON.stringify(
|
|
1662
1662
|
(0, import_smithy_client.take)(input, {
|
|
1663
|
-
filter: (_) => (0, import_smithy_client._json)(_),
|
|
1663
|
+
filter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filter"),
|
|
1664
1664
|
nextToken: []
|
|
1665
1665
|
})
|
|
1666
1666
|
);
|
|
@@ -1676,7 +1676,7 @@ var se_ListImageScanFindingsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1676
1676
|
let body;
|
|
1677
1677
|
body = JSON.stringify(
|
|
1678
1678
|
(0, import_smithy_client.take)(input, {
|
|
1679
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1679
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1680
1680
|
maxResults: [],
|
|
1681
1681
|
nextToken: []
|
|
1682
1682
|
})
|
|
@@ -1693,7 +1693,7 @@ var se_ListInfrastructureConfigurationsCommand = /* @__PURE__ */ __name(async (i
|
|
|
1693
1693
|
let body;
|
|
1694
1694
|
body = JSON.stringify(
|
|
1695
1695
|
(0, import_smithy_client.take)(input, {
|
|
1696
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1696
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1697
1697
|
maxResults: [],
|
|
1698
1698
|
nextToken: []
|
|
1699
1699
|
})
|
|
@@ -1745,7 +1745,7 @@ var se_ListLifecyclePoliciesCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1745
1745
|
let body;
|
|
1746
1746
|
body = JSON.stringify(
|
|
1747
1747
|
(0, import_smithy_client.take)(input, {
|
|
1748
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1748
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1749
1749
|
maxResults: [],
|
|
1750
1750
|
nextToken: []
|
|
1751
1751
|
})
|
|
@@ -1822,7 +1822,7 @@ var se_ListWorkflowsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1822
1822
|
body = JSON.stringify(
|
|
1823
1823
|
(0, import_smithy_client.take)(input, {
|
|
1824
1824
|
byName: [],
|
|
1825
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
1825
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
1826
1826
|
maxResults: [],
|
|
1827
1827
|
nextToken: [],
|
|
1828
1828
|
owner: []
|
|
@@ -1957,12 +1957,12 @@ var se_StartResourceStateUpdateCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1957
1957
|
body = JSON.stringify(
|
|
1958
1958
|
(0, import_smithy_client.take)(input, {
|
|
1959
1959
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1960
|
-
exclusionRules: (_) => (0, import_smithy_client._json)(_),
|
|
1960
|
+
exclusionRules: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "exclusionRules"),
|
|
1961
1961
|
executionRole: [],
|
|
1962
|
-
includeResources: (_) => (0, import_smithy_client._json)(_),
|
|
1962
|
+
includeResources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "includeResources"),
|
|
1963
1963
|
resourceArn: [],
|
|
1964
|
-
state: (_) => (0, import_smithy_client._json)(_),
|
|
1965
|
-
updateAt: (_) => _.getTime() / 1e3
|
|
1964
|
+
state: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "state"),
|
|
1965
|
+
updateAt: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "updateAt")
|
|
1966
1966
|
})
|
|
1967
1967
|
);
|
|
1968
1968
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1978,7 +1978,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1978
1978
|
let body;
|
|
1979
1979
|
body = JSON.stringify(
|
|
1980
1980
|
(0, import_smithy_client.take)(input, {
|
|
1981
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1981
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1982
1982
|
})
|
|
1983
1983
|
);
|
|
1984
1984
|
b.m("POST").h(headers).b(body);
|
|
@@ -2008,7 +2008,7 @@ var se_UpdateDistributionConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
2008
2008
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2009
2009
|
description: [],
|
|
2010
2010
|
distributionConfigurationArn: [],
|
|
2011
|
-
distributions: (_) => (0, import_smithy_client._json)(_)
|
|
2011
|
+
distributions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "distributions")
|
|
2012
2012
|
})
|
|
2013
2013
|
);
|
|
2014
2014
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2031,12 +2031,12 @@ var se_UpdateImagePipelineCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
2031
2031
|
executionRole: [],
|
|
2032
2032
|
imagePipelineArn: [],
|
|
2033
2033
|
imageRecipeArn: [],
|
|
2034
|
-
imageScanningConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2035
|
-
imageTestsConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2034
|
+
imageScanningConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "imageScanningConfiguration"),
|
|
2035
|
+
imageTestsConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "imageTestsConfiguration"),
|
|
2036
2036
|
infrastructureConfigurationArn: [],
|
|
2037
|
-
schedule: (_) => (0, import_smithy_client._json)(_),
|
|
2037
|
+
schedule: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "schedule"),
|
|
2038
2038
|
status: [],
|
|
2039
|
-
workflows: (_) => (0, import_smithy_client._json)(_)
|
|
2039
|
+
workflows: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "workflows")
|
|
2040
2040
|
})
|
|
2041
2041
|
);
|
|
2042
2042
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2054,14 +2054,14 @@ var se_UpdateInfrastructureConfigurationCommand = /* @__PURE__ */ __name(async (
|
|
|
2054
2054
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2055
2055
|
description: [],
|
|
2056
2056
|
infrastructureConfigurationArn: [],
|
|
2057
|
-
instanceMetadataOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2057
|
+
instanceMetadataOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "instanceMetadataOptions"),
|
|
2058
2058
|
instanceProfileName: [],
|
|
2059
|
-
instanceTypes: (_) => (0, import_smithy_client._json)(_),
|
|
2059
|
+
instanceTypes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "instanceTypes"),
|
|
2060
2060
|
keyPair: [],
|
|
2061
|
-
logging: (_) => (0, import_smithy_client._json)(_),
|
|
2062
|
-
placement: (_) => (0, import_smithy_client._json)(_),
|
|
2063
|
-
resourceTags: (_) => (0, import_smithy_client._json)(_),
|
|
2064
|
-
securityGroupIds: (_) => (0, import_smithy_client._json)(_),
|
|
2061
|
+
logging: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "logging"),
|
|
2062
|
+
placement: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "placement"),
|
|
2063
|
+
resourceTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceTags"),
|
|
2064
|
+
securityGroupIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "securityGroupIds"),
|
|
2065
2065
|
snsTopicArn: [],
|
|
2066
2066
|
subnetId: [],
|
|
2067
2067
|
terminateInstanceOnFailure: []
|
|
@@ -2083,8 +2083,8 @@ var se_UpdateLifecyclePolicyCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
2083
2083
|
description: [],
|
|
2084
2084
|
executionRole: [],
|
|
2085
2085
|
lifecyclePolicyArn: [],
|
|
2086
|
-
policyDetails: (_) => (0, import_smithy_client._json)(_),
|
|
2087
|
-
resourceSelection: (_) => (0, import_smithy_client._json)(_),
|
|
2086
|
+
policyDetails: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "policyDetails"),
|
|
2087
|
+
resourceSelection: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceSelection"),
|
|
2088
2088
|
resourceType: [],
|
|
2089
2089
|
status: []
|
|
2090
2090
|
})
|
|
@@ -2481,7 +2481,7 @@ var de_GetImageCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2481
2481
|
});
|
|
2482
2482
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2483
2483
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2484
|
-
image: (_) => de_Image(_, context),
|
|
2484
|
+
image: /* @__PURE__ */ __name((_) => de_Image(_, context), "image"),
|
|
2485
2485
|
requestId: import_smithy_client.expectString
|
|
2486
2486
|
});
|
|
2487
2487
|
Object.assign(contents, doc);
|
|
@@ -2571,7 +2571,7 @@ var de_GetLifecycleExecutionCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2571
2571
|
});
|
|
2572
2572
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2573
2573
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2574
|
-
lifecycleExecution: (_) => de_LifecycleExecution(_, context)
|
|
2574
|
+
lifecycleExecution: /* @__PURE__ */ __name((_) => de_LifecycleExecution(_, context), "lifecycleExecution")
|
|
2575
2575
|
});
|
|
2576
2576
|
Object.assign(contents, doc);
|
|
2577
2577
|
return contents;
|
|
@@ -2585,7 +2585,7 @@ var de_GetLifecyclePolicyCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2585
2585
|
});
|
|
2586
2586
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2587
2587
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2588
|
-
lifecyclePolicy: (_) => de_LifecyclePolicy(_, context)
|
|
2588
|
+
lifecyclePolicy: /* @__PURE__ */ __name((_) => de_LifecyclePolicy(_, context), "lifecyclePolicy")
|
|
2589
2589
|
});
|
|
2590
2590
|
Object.assign(contents, doc);
|
|
2591
2591
|
return contents;
|
|
@@ -2797,7 +2797,7 @@ var de_ListImageBuildVersionsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2797
2797
|
});
|
|
2798
2798
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2799
2799
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2800
|
-
imageSummaryList: (_) => de_ImageSummaryList(_, context),
|
|
2800
|
+
imageSummaryList: /* @__PURE__ */ __name((_) => de_ImageSummaryList(_, context), "imageSummaryList"),
|
|
2801
2801
|
nextToken: import_smithy_client.expectString,
|
|
2802
2802
|
requestId: import_smithy_client.expectString
|
|
2803
2803
|
});
|
|
@@ -2829,7 +2829,7 @@ var de_ListImagePipelineImagesCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
2829
2829
|
});
|
|
2830
2830
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2831
2831
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2832
|
-
imageSummaryList: (_) => de_ImageSummaryList(_, context),
|
|
2832
|
+
imageSummaryList: /* @__PURE__ */ __name((_) => de_ImageSummaryList(_, context), "imageSummaryList"),
|
|
2833
2833
|
nextToken: import_smithy_client.expectString,
|
|
2834
2834
|
requestId: import_smithy_client.expectString
|
|
2835
2835
|
});
|
|
@@ -2910,7 +2910,7 @@ var de_ListImageScanFindingsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2910
2910
|
});
|
|
2911
2911
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2912
2912
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2913
|
-
findings: (_) => de_ImageScanFindingsList(_, context),
|
|
2913
|
+
findings: /* @__PURE__ */ __name((_) => de_ImageScanFindingsList(_, context), "findings"),
|
|
2914
2914
|
nextToken: import_smithy_client.expectString,
|
|
2915
2915
|
requestId: import_smithy_client.expectString
|
|
2916
2916
|
});
|
|
@@ -2945,7 +2945,7 @@ var de_ListLifecycleExecutionResourcesCommand = /* @__PURE__ */ __name(async (ou
|
|
|
2945
2945
|
lifecycleExecutionId: import_smithy_client.expectString,
|
|
2946
2946
|
lifecycleExecutionState: import_smithy_client._json,
|
|
2947
2947
|
nextToken: import_smithy_client.expectString,
|
|
2948
|
-
resources: (_) => de_LifecycleExecutionResourceList(_, context)
|
|
2948
|
+
resources: /* @__PURE__ */ __name((_) => de_LifecycleExecutionResourceList(_, context), "resources")
|
|
2949
2949
|
});
|
|
2950
2950
|
Object.assign(contents, doc);
|
|
2951
2951
|
return contents;
|
|
@@ -2959,7 +2959,7 @@ var de_ListLifecycleExecutionsCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
2959
2959
|
});
|
|
2960
2960
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2961
2961
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2962
|
-
lifecycleExecutions: (_) => de_LifecycleExecutionsList(_, context),
|
|
2962
|
+
lifecycleExecutions: /* @__PURE__ */ __name((_) => de_LifecycleExecutionsList(_, context), "lifecycleExecutions"),
|
|
2963
2963
|
nextToken: import_smithy_client.expectString
|
|
2964
2964
|
});
|
|
2965
2965
|
Object.assign(contents, doc);
|
|
@@ -2974,7 +2974,7 @@ var de_ListLifecyclePoliciesCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2974
2974
|
});
|
|
2975
2975
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2976
2976
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2977
|
-
lifecyclePolicySummaryList: (_) => de_LifecyclePolicySummaryList(_, context),
|
|
2977
|
+
lifecyclePolicySummaryList: /* @__PURE__ */ __name((_) => de_LifecyclePolicySummaryList(_, context), "lifecyclePolicySummaryList"),
|
|
2978
2978
|
nextToken: import_smithy_client.expectString
|
|
2979
2979
|
});
|
|
2980
2980
|
Object.assign(contents, doc);
|
|
@@ -3585,7 +3585,7 @@ var de_Image = /* @__PURE__ */ __name((output, context) => {
|
|
|
3585
3585
|
buildType: import_smithy_client.expectString,
|
|
3586
3586
|
containerRecipe: import_smithy_client._json,
|
|
3587
3587
|
dateCreated: import_smithy_client.expectString,
|
|
3588
|
-
deprecationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3588
|
+
deprecationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "deprecationTime"),
|
|
3589
3589
|
distributionConfiguration: import_smithy_client._json,
|
|
3590
3590
|
enhancedImageMetadataEnabled: import_smithy_client.expectBoolean,
|
|
3591
3591
|
executionRole: import_smithy_client.expectString,
|
|
@@ -3613,18 +3613,18 @@ var de_ImageScanFinding = /* @__PURE__ */ __name((output, context) => {
|
|
|
3613
3613
|
return (0, import_smithy_client.take)(output, {
|
|
3614
3614
|
awsAccountId: import_smithy_client.expectString,
|
|
3615
3615
|
description: import_smithy_client.expectString,
|
|
3616
|
-
firstObservedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3616
|
+
firstObservedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "firstObservedAt"),
|
|
3617
3617
|
fixAvailable: import_smithy_client.expectString,
|
|
3618
3618
|
imageBuildVersionArn: import_smithy_client.expectString,
|
|
3619
3619
|
imagePipelineArn: import_smithy_client.expectString,
|
|
3620
3620
|
inspectorScore: import_smithy_client.limitedParseDouble,
|
|
3621
|
-
inspectorScoreDetails: (_) => de_InspectorScoreDetails(_, context),
|
|
3622
|
-
packageVulnerabilityDetails: (_) => de_PackageVulnerabilityDetails(_, context),
|
|
3621
|
+
inspectorScoreDetails: /* @__PURE__ */ __name((_) => de_InspectorScoreDetails(_, context), "inspectorScoreDetails"),
|
|
3622
|
+
packageVulnerabilityDetails: /* @__PURE__ */ __name((_) => de_PackageVulnerabilityDetails(_, context), "packageVulnerabilityDetails"),
|
|
3623
3623
|
remediation: import_smithy_client._json,
|
|
3624
3624
|
severity: import_smithy_client.expectString,
|
|
3625
3625
|
title: import_smithy_client.expectString,
|
|
3626
3626
|
type: import_smithy_client.expectString,
|
|
3627
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3627
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
3628
3628
|
});
|
|
3629
3629
|
}, "de_ImageScanFinding");
|
|
3630
3630
|
var de_ImageScanFindingsList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3638,7 +3638,7 @@ var de_ImageSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3638
3638
|
arn: import_smithy_client.expectString,
|
|
3639
3639
|
buildType: import_smithy_client.expectString,
|
|
3640
3640
|
dateCreated: import_smithy_client.expectString,
|
|
3641
|
-
deprecationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3641
|
+
deprecationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "deprecationTime"),
|
|
3642
3642
|
imageSource: import_smithy_client.expectString,
|
|
3643
3643
|
lifecycleExecutionId: import_smithy_client.expectString,
|
|
3644
3644
|
name: import_smithy_client.expectString,
|
|
@@ -3660,16 +3660,16 @@ var de_ImageSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3660
3660
|
}, "de_ImageSummaryList");
|
|
3661
3661
|
var de_InspectorScoreDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3662
3662
|
return (0, import_smithy_client.take)(output, {
|
|
3663
|
-
adjustedCvss: (_) => de_CvssScoreDetails(_, context)
|
|
3663
|
+
adjustedCvss: /* @__PURE__ */ __name((_) => de_CvssScoreDetails(_, context), "adjustedCvss")
|
|
3664
3664
|
});
|
|
3665
3665
|
}, "de_InspectorScoreDetails");
|
|
3666
3666
|
var de_LifecycleExecution = /* @__PURE__ */ __name((output, context) => {
|
|
3667
3667
|
return (0, import_smithy_client.take)(output, {
|
|
3668
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3668
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
3669
3669
|
lifecycleExecutionId: import_smithy_client.expectString,
|
|
3670
3670
|
lifecyclePolicyArn: import_smithy_client.expectString,
|
|
3671
3671
|
resourcesImpactedSummary: import_smithy_client._json,
|
|
3672
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3672
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
3673
3673
|
state: import_smithy_client._json
|
|
3674
3674
|
});
|
|
3675
3675
|
}, "de_LifecycleExecution");
|
|
@@ -3677,12 +3677,12 @@ var de_LifecycleExecutionResource = /* @__PURE__ */ __name((output, context) =>
|
|
|
3677
3677
|
return (0, import_smithy_client.take)(output, {
|
|
3678
3678
|
accountId: import_smithy_client.expectString,
|
|
3679
3679
|
action: import_smithy_client._json,
|
|
3680
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3680
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
3681
3681
|
imageUris: import_smithy_client._json,
|
|
3682
3682
|
region: import_smithy_client.expectString,
|
|
3683
3683
|
resourceId: import_smithy_client.expectString,
|
|
3684
3684
|
snapshots: import_smithy_client._json,
|
|
3685
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3685
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
3686
3686
|
state: import_smithy_client._json
|
|
3687
3687
|
});
|
|
3688
3688
|
}, "de_LifecycleExecutionResource");
|
|
@@ -3701,9 +3701,9 @@ var de_LifecycleExecutionsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3701
3701
|
var de_LifecyclePolicy = /* @__PURE__ */ __name((output, context) => {
|
|
3702
3702
|
return (0, import_smithy_client.take)(output, {
|
|
3703
3703
|
arn: import_smithy_client.expectString,
|
|
3704
|
-
dateCreated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3705
|
-
dateLastRun: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3706
|
-
dateUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3704
|
+
dateCreated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "dateCreated"),
|
|
3705
|
+
dateLastRun: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "dateLastRun"),
|
|
3706
|
+
dateUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "dateUpdated"),
|
|
3707
3707
|
description: import_smithy_client.expectString,
|
|
3708
3708
|
executionRole: import_smithy_client.expectString,
|
|
3709
3709
|
name: import_smithy_client.expectString,
|
|
@@ -3717,9 +3717,9 @@ var de_LifecyclePolicy = /* @__PURE__ */ __name((output, context) => {
|
|
|
3717
3717
|
var de_LifecyclePolicySummary = /* @__PURE__ */ __name((output, context) => {
|
|
3718
3718
|
return (0, import_smithy_client.take)(output, {
|
|
3719
3719
|
arn: import_smithy_client.expectString,
|
|
3720
|
-
dateCreated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3721
|
-
dateLastRun: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3722
|
-
dateUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3720
|
+
dateCreated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "dateCreated"),
|
|
3721
|
+
dateLastRun: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "dateLastRun"),
|
|
3722
|
+
dateUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "dateUpdated"),
|
|
3723
3723
|
description: import_smithy_client.expectString,
|
|
3724
3724
|
executionRole: import_smithy_client.expectString,
|
|
3725
3725
|
name: import_smithy_client.expectString,
|
|
@@ -3736,14 +3736,14 @@ var de_LifecyclePolicySummaryList = /* @__PURE__ */ __name((output, context) =>
|
|
|
3736
3736
|
}, "de_LifecyclePolicySummaryList");
|
|
3737
3737
|
var de_PackageVulnerabilityDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3738
3738
|
return (0, import_smithy_client.take)(output, {
|
|
3739
|
-
cvss: (_) => de_CvssScoreList(_, context),
|
|
3739
|
+
cvss: /* @__PURE__ */ __name((_) => de_CvssScoreList(_, context), "cvss"),
|
|
3740
3740
|
referenceUrls: import_smithy_client._json,
|
|
3741
3741
|
relatedVulnerabilities: import_smithy_client._json,
|
|
3742
3742
|
source: import_smithy_client.expectString,
|
|
3743
3743
|
sourceUrl: import_smithy_client.expectString,
|
|
3744
|
-
vendorCreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3744
|
+
vendorCreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "vendorCreatedAt"),
|
|
3745
3745
|
vendorSeverity: import_smithy_client.expectString,
|
|
3746
|
-
vendorUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3746
|
+
vendorUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "vendorUpdatedAt"),
|
|
3747
3747
|
vulnerabilityId: import_smithy_client.expectString,
|
|
3748
3748
|
vulnerablePackages: import_smithy_client._json
|
|
3749
3749
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-imagebuilder",
|
|
3
3
|
"description": "AWS SDK for JavaScript Imagebuilder 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-imagebuilder",
|
|
@@ -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",
|