@aws-sdk/client-launch-wizard 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.
- package/dist-cjs/index.js +16 -16
- package/package.json +3 -3
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
|
CreateDeploymentCommand: () => CreateDeploymentCommand,
|
|
25
25
|
CreateDeploymentInputFilterSensitiveLog: () => CreateDeploymentInputFilterSensitiveLog,
|
|
26
26
|
DeleteDeploymentCommand: () => DeleteDeploymentCommand,
|
|
@@ -54,7 +54,7 @@ __export(src_exports, {
|
|
|
54
54
|
paginateListWorkloadDeploymentPatterns: () => paginateListWorkloadDeploymentPatterns,
|
|
55
55
|
paginateListWorkloads: () => paginateListWorkloads
|
|
56
56
|
});
|
|
57
|
-
module.exports = __toCommonJS(
|
|
57
|
+
module.exports = __toCommonJS(index_exports);
|
|
58
58
|
|
|
59
59
|
// src/LaunchWizardClient.ts
|
|
60
60
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -181,9 +181,9 @@ var LaunchWizardClient = class extends import_smithy_client.Client {
|
|
|
181
181
|
this.middlewareStack.use(
|
|
182
182
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
183
183
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultLaunchWizardHttpAuthSchemeParametersProvider,
|
|
184
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
184
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
185
185
|
"aws.auth#sigv4": config.credentials
|
|
186
|
-
})
|
|
186
|
+
}), "identityProviderConfigProvider")
|
|
187
187
|
})
|
|
188
188
|
);
|
|
189
189
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -363,8 +363,8 @@ var se_CreateDeploymentCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
363
363
|
deploymentPatternName: [],
|
|
364
364
|
dryRun: [],
|
|
365
365
|
name: [],
|
|
366
|
-
specifications: (_) => (0, import_smithy_client._json)(_),
|
|
367
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
366
|
+
specifications: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "specifications"),
|
|
367
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
368
368
|
workloadName: []
|
|
369
369
|
})
|
|
370
370
|
);
|
|
@@ -458,7 +458,7 @@ var se_ListDeploymentsCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
458
458
|
let body;
|
|
459
459
|
body = JSON.stringify(
|
|
460
460
|
(0, import_smithy_client.take)(input, {
|
|
461
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
461
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
462
462
|
maxResults: [],
|
|
463
463
|
nextToken: []
|
|
464
464
|
})
|
|
@@ -518,7 +518,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
518
518
|
let body;
|
|
519
519
|
body = JSON.stringify(
|
|
520
520
|
(0, import_smithy_client.take)(input, {
|
|
521
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
521
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
522
522
|
})
|
|
523
523
|
);
|
|
524
524
|
b.m("POST").h(headers).b(body);
|
|
@@ -574,7 +574,7 @@ var de_GetDeploymentCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
574
574
|
});
|
|
575
575
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
576
576
|
const doc = (0, import_smithy_client.take)(data, {
|
|
577
|
-
deployment: (_) => de_DeploymentData(_, context)
|
|
577
|
+
deployment: /* @__PURE__ */ __name((_) => de_DeploymentData(_, context), "deployment")
|
|
578
578
|
});
|
|
579
579
|
Object.assign(contents, doc);
|
|
580
580
|
return contents;
|
|
@@ -616,7 +616,7 @@ var de_ListDeploymentEventsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
616
616
|
});
|
|
617
617
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
618
618
|
const doc = (0, import_smithy_client.take)(data, {
|
|
619
|
-
deploymentEvents: (_) => de_DeploymentEventDataSummaryList(_, context),
|
|
619
|
+
deploymentEvents: /* @__PURE__ */ __name((_) => de_DeploymentEventDataSummaryList(_, context), "deploymentEvents"),
|
|
620
620
|
nextToken: import_smithy_client.expectString
|
|
621
621
|
});
|
|
622
622
|
Object.assign(contents, doc);
|
|
@@ -631,7 +631,7 @@ var de_ListDeploymentsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
631
631
|
});
|
|
632
632
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
633
633
|
const doc = (0, import_smithy_client.take)(data, {
|
|
634
|
-
deployments: (_) => de_DeploymentDataSummaryList(_, context),
|
|
634
|
+
deployments: /* @__PURE__ */ __name((_) => de_DeploymentDataSummaryList(_, context), "deployments"),
|
|
635
635
|
nextToken: import_smithy_client.expectString
|
|
636
636
|
});
|
|
637
637
|
Object.assign(contents, doc);
|
|
@@ -784,8 +784,8 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
784
784
|
}, "de_ValidationExceptionRes");
|
|
785
785
|
var de_DeploymentData = /* @__PURE__ */ __name((output, context) => {
|
|
786
786
|
return (0, import_smithy_client.take)(output, {
|
|
787
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
788
|
-
deletedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
787
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
788
|
+
deletedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "deletedAt"),
|
|
789
789
|
deploymentArn: import_smithy_client.expectString,
|
|
790
790
|
id: import_smithy_client.expectString,
|
|
791
791
|
name: import_smithy_client.expectString,
|
|
@@ -799,7 +799,7 @@ var de_DeploymentData = /* @__PURE__ */ __name((output, context) => {
|
|
|
799
799
|
}, "de_DeploymentData");
|
|
800
800
|
var de_DeploymentDataSummary = /* @__PURE__ */ __name((output, context) => {
|
|
801
801
|
return (0, import_smithy_client.take)(output, {
|
|
802
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
802
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
803
803
|
id: import_smithy_client.expectString,
|
|
804
804
|
name: import_smithy_client.expectString,
|
|
805
805
|
patternName: import_smithy_client.expectString,
|
|
@@ -819,7 +819,7 @@ var de_DeploymentEventDataSummary = /* @__PURE__ */ __name((output, context) =>
|
|
|
819
819
|
name: import_smithy_client.expectString,
|
|
820
820
|
status: import_smithy_client.expectString,
|
|
821
821
|
statusReason: import_smithy_client.expectString,
|
|
822
|
-
timestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
822
|
+
timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "timestamp")
|
|
823
823
|
});
|
|
824
824
|
}, "de_DeploymentEventDataSummary");
|
|
825
825
|
var de_DeploymentEventDataSummaryList = /* @__PURE__ */ __name((output, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-launch-wizard",
|
|
3
3
|
"description": "AWS SDK for JavaScript Launch Wizard Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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": "node ../../scripts/compilation/inline client-launch-wizard",
|
|
@@ -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.
|
|
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.
|
|
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",
|