@aws-sdk/client-launch-wizard 3.649.0 → 3.651.1
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 +12 -36
- package/dist-es/commands/CreateDeploymentCommand.js +1 -3
- package/dist-es/commands/DeleteDeploymentCommand.js +1 -3
- package/dist-es/commands/GetDeploymentCommand.js +1 -3
- package/dist-es/commands/GetWorkloadCommand.js +1 -3
- package/dist-es/commands/GetWorkloadDeploymentPatternCommand.js +1 -3
- package/dist-es/commands/ListDeploymentEventsCommand.js +1 -3
- package/dist-es/commands/ListDeploymentsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListWorkloadDeploymentPatternsCommand.js +1 -3
- package/dist-es/commands/ListWorkloadsCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -830,9 +830,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
830
830
|
var _tK = "tagKeys";
|
|
831
831
|
|
|
832
832
|
// src/commands/CreateDeploymentCommand.ts
|
|
833
|
-
var _CreateDeploymentCommand = class _CreateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
834
|
-
...commonParams
|
|
835
|
-
}).m(function(Command, cs, config, o) {
|
|
833
|
+
var _CreateDeploymentCommand = class _CreateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
836
834
|
return [
|
|
837
835
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
838
836
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -846,9 +844,7 @@ var CreateDeploymentCommand = _CreateDeploymentCommand;
|
|
|
846
844
|
|
|
847
845
|
|
|
848
846
|
|
|
849
|
-
var _DeleteDeploymentCommand = class _DeleteDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
850
|
-
...commonParams
|
|
851
|
-
}).m(function(Command, cs, config, o) {
|
|
847
|
+
var _DeleteDeploymentCommand = class _DeleteDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
852
848
|
return [
|
|
853
849
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
854
850
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -862,9 +858,7 @@ var DeleteDeploymentCommand = _DeleteDeploymentCommand;
|
|
|
862
858
|
|
|
863
859
|
|
|
864
860
|
|
|
865
|
-
var _GetDeploymentCommand = class _GetDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
866
|
-
...commonParams
|
|
867
|
-
}).m(function(Command, cs, config, o) {
|
|
861
|
+
var _GetDeploymentCommand = class _GetDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
868
862
|
return [
|
|
869
863
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
870
864
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -878,9 +872,7 @@ var GetDeploymentCommand = _GetDeploymentCommand;
|
|
|
878
872
|
|
|
879
873
|
|
|
880
874
|
|
|
881
|
-
var _GetWorkloadCommand = class _GetWorkloadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
882
|
-
...commonParams
|
|
883
|
-
}).m(function(Command, cs, config, o) {
|
|
875
|
+
var _GetWorkloadCommand = class _GetWorkloadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
884
876
|
return [
|
|
885
877
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
886
878
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -894,9 +886,7 @@ var GetWorkloadCommand = _GetWorkloadCommand;
|
|
|
894
886
|
|
|
895
887
|
|
|
896
888
|
|
|
897
|
-
var _GetWorkloadDeploymentPatternCommand = class _GetWorkloadDeploymentPatternCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
898
|
-
...commonParams
|
|
899
|
-
}).m(function(Command, cs, config, o) {
|
|
889
|
+
var _GetWorkloadDeploymentPatternCommand = class _GetWorkloadDeploymentPatternCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
900
890
|
return [
|
|
901
891
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
902
892
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -910,9 +900,7 @@ var GetWorkloadDeploymentPatternCommand = _GetWorkloadDeploymentPatternCommand;
|
|
|
910
900
|
|
|
911
901
|
|
|
912
902
|
|
|
913
|
-
var _ListDeploymentEventsCommand = class _ListDeploymentEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
914
|
-
...commonParams
|
|
915
|
-
}).m(function(Command, cs, config, o) {
|
|
903
|
+
var _ListDeploymentEventsCommand = class _ListDeploymentEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
916
904
|
return [
|
|
917
905
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
918
906
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -926,9 +914,7 @@ var ListDeploymentEventsCommand = _ListDeploymentEventsCommand;
|
|
|
926
914
|
|
|
927
915
|
|
|
928
916
|
|
|
929
|
-
var _ListDeploymentsCommand = class _ListDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
930
|
-
...commonParams
|
|
931
|
-
}).m(function(Command, cs, config, o) {
|
|
917
|
+
var _ListDeploymentsCommand = class _ListDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
932
918
|
return [
|
|
933
919
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
934
920
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -942,9 +928,7 @@ var ListDeploymentsCommand = _ListDeploymentsCommand;
|
|
|
942
928
|
|
|
943
929
|
|
|
944
930
|
|
|
945
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
946
|
-
...commonParams
|
|
947
|
-
}).m(function(Command, cs, config, o) {
|
|
931
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
948
932
|
return [
|
|
949
933
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
950
934
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -958,9 +942,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
958
942
|
|
|
959
943
|
|
|
960
944
|
|
|
961
|
-
var _ListWorkloadDeploymentPatternsCommand = class _ListWorkloadDeploymentPatternsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
962
|
-
...commonParams
|
|
963
|
-
}).m(function(Command, cs, config, o) {
|
|
945
|
+
var _ListWorkloadDeploymentPatternsCommand = class _ListWorkloadDeploymentPatternsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
964
946
|
return [
|
|
965
947
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
966
948
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -974,9 +956,7 @@ var ListWorkloadDeploymentPatternsCommand = _ListWorkloadDeploymentPatternsComma
|
|
|
974
956
|
|
|
975
957
|
|
|
976
958
|
|
|
977
|
-
var _ListWorkloadsCommand = class _ListWorkloadsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
978
|
-
...commonParams
|
|
979
|
-
}).m(function(Command, cs, config, o) {
|
|
959
|
+
var _ListWorkloadsCommand = class _ListWorkloadsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
980
960
|
return [
|
|
981
961
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
982
962
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -990,9 +970,7 @@ var ListWorkloadsCommand = _ListWorkloadsCommand;
|
|
|
990
970
|
|
|
991
971
|
|
|
992
972
|
|
|
993
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
994
|
-
...commonParams
|
|
995
|
-
}).m(function(Command, cs, config, o) {
|
|
973
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
996
974
|
return [
|
|
997
975
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
998
976
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1006,9 +984,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1006
984
|
|
|
1007
985
|
|
|
1008
986
|
|
|
1009
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1010
|
-
...commonParams
|
|
1011
|
-
}).m(function(Command, cs, config, o) {
|
|
987
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1012
988
|
return [
|
|
1013
989
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1014
990
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7,9 +7,7 @@ import { de_CreateDeploymentCommand, se_CreateDeploymentCommand } from "../proto
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateDeploymentCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteDeploymentCommand, se_DeleteDeploymentCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteDeploymentCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetDeploymentCommand, se_GetDeploymentCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetDeploymentCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetWorkloadCommand, se_GetWorkloadCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetWorkloadCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetWorkloadDeploymentPatternCommand, se_GetWorkloadDeploymentPattern
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetWorkloadDeploymentPatternCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListDeploymentEventsCommand, se_ListDeploymentEventsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDeploymentEventsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListDeploymentsCommand, se_ListDeploymentsCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDeploymentsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListWorkloadDeploymentPatternsCommand, se_ListWorkloadDeploymentPatt
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListWorkloadDeploymentPatternsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListWorkloadsCommand, se_ListWorkloadsCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListWorkloadsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.651.1",
|
|
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",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|