@aws-sdk/client-launch-wizard 3.590.0 → 3.592.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.
Files changed (29) hide show
  1. package/dist-cjs/index.js +0 -12
  2. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
  3. package/dist-types/commands/DeleteDeploymentCommand.d.ts +2 -1
  4. package/dist-types/commands/GetDeploymentCommand.d.ts +2 -1
  5. package/dist-types/commands/GetWorkloadCommand.d.ts +2 -1
  6. package/dist-types/commands/GetWorkloadDeploymentPatternCommand.d.ts +2 -1
  7. package/dist-types/commands/ListDeploymentEventsCommand.d.ts +2 -1
  8. package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -1
  9. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  10. package/dist-types/commands/ListWorkloadDeploymentPatternsCommand.d.ts +2 -1
  11. package/dist-types/commands/ListWorkloadsCommand.d.ts +2 -1
  12. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  13. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  14. package/dist-types/index.d.ts +2 -2
  15. package/dist-types/models/LaunchWizardServiceException.d.ts +2 -1
  16. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +2 -1
  17. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +2 -1
  18. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +2 -1
  19. package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +2 -1
  20. package/dist-types/ts3.4/commands/GetWorkloadDeploymentPatternCommand.d.ts +2 -1
  21. package/dist-types/ts3.4/commands/ListDeploymentEventsCommand.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/ListWorkloadDeploymentPatternsCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/models/LaunchWizardServiceException.d.ts +2 -1
  29. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -206,7 +206,6 @@ var LaunchWizardClient = _LaunchWizardClient;
206
206
 
207
207
  var import_middleware_serde = require("@smithy/middleware-serde");
208
208
 
209
- var import_types = require("@smithy/types");
210
209
 
211
210
  // src/models/models_0.ts
212
211
 
@@ -853,7 +852,6 @@ var CreateDeploymentCommand = _CreateDeploymentCommand;
853
852
 
854
853
 
855
854
 
856
-
857
855
  var _DeleteDeploymentCommand = class _DeleteDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
858
856
  ...commonParams
859
857
  }).m(function(Command, cs, config, o) {
@@ -870,7 +868,6 @@ var DeleteDeploymentCommand = _DeleteDeploymentCommand;
870
868
 
871
869
 
872
870
 
873
-
874
871
  var _GetDeploymentCommand = class _GetDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
875
872
  ...commonParams
876
873
  }).m(function(Command, cs, config, o) {
@@ -887,7 +884,6 @@ var GetDeploymentCommand = _GetDeploymentCommand;
887
884
 
888
885
 
889
886
 
890
-
891
887
  var _GetWorkloadCommand = class _GetWorkloadCommand extends import_smithy_client.Command.classBuilder().ep({
892
888
  ...commonParams
893
889
  }).m(function(Command, cs, config, o) {
@@ -904,7 +900,6 @@ var GetWorkloadCommand = _GetWorkloadCommand;
904
900
 
905
901
 
906
902
 
907
-
908
903
  var _GetWorkloadDeploymentPatternCommand = class _GetWorkloadDeploymentPatternCommand extends import_smithy_client.Command.classBuilder().ep({
909
904
  ...commonParams
910
905
  }).m(function(Command, cs, config, o) {
@@ -921,7 +916,6 @@ var GetWorkloadDeploymentPatternCommand = _GetWorkloadDeploymentPatternCommand;
921
916
 
922
917
 
923
918
 
924
-
925
919
  var _ListDeploymentEventsCommand = class _ListDeploymentEventsCommand extends import_smithy_client.Command.classBuilder().ep({
926
920
  ...commonParams
927
921
  }).m(function(Command, cs, config, o) {
@@ -938,7 +932,6 @@ var ListDeploymentEventsCommand = _ListDeploymentEventsCommand;
938
932
 
939
933
 
940
934
 
941
-
942
935
  var _ListDeploymentsCommand = class _ListDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep({
943
936
  ...commonParams
944
937
  }).m(function(Command, cs, config, o) {
@@ -955,7 +948,6 @@ var ListDeploymentsCommand = _ListDeploymentsCommand;
955
948
 
956
949
 
957
950
 
958
-
959
951
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
960
952
  ...commonParams
961
953
  }).m(function(Command, cs, config, o) {
@@ -972,7 +964,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
972
964
 
973
965
 
974
966
 
975
-
976
967
  var _ListWorkloadDeploymentPatternsCommand = class _ListWorkloadDeploymentPatternsCommand extends import_smithy_client.Command.classBuilder().ep({
977
968
  ...commonParams
978
969
  }).m(function(Command, cs, config, o) {
@@ -989,7 +980,6 @@ var ListWorkloadDeploymentPatternsCommand = _ListWorkloadDeploymentPatternsComma
989
980
 
990
981
 
991
982
 
992
-
993
983
  var _ListWorkloadsCommand = class _ListWorkloadsCommand extends import_smithy_client.Command.classBuilder().ep({
994
984
  ...commonParams
995
985
  }).m(function(Command, cs, config, o) {
@@ -1006,7 +996,6 @@ var ListWorkloadsCommand = _ListWorkloadsCommand;
1006
996
 
1007
997
 
1008
998
 
1009
-
1010
999
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1011
1000
  ...commonParams
1012
1001
  }).m(function(Command, cs, config, o) {
@@ -1023,7 +1012,6 @@ var TagResourceCommand = _TagResourceCommand;
1023
1012
 
1024
1013
 
1025
1014
 
1026
-
1027
1015
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1028
1016
  ...commonParams
1029
1017
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CreateDeploymentInput, CreateDeploymentOutput } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteDeploymentInput, DeleteDeploymentOutput } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetDeploymentInput, GetDeploymentOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetWorkloadInput, GetWorkloadOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetWorkloadDeploymentPatternInput, GetWorkloadDeploymentPatternOutput }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListDeploymentEventsInput, ListDeploymentEventsOutput } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListDeploymentsInput, ListDeploymentsOutput } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListWorkloadDeploymentPatternsInput, ListWorkloadDeploymentPatternsOutp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListWorkloadsInput, ListWorkloadsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceInput, TagResourceOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -9,8 +9,8 @@
9
9
  export * from "./LaunchWizardClient";
10
10
  export * from "./LaunchWizard";
11
11
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
12
- export { RuntimeExtension } from "./runtimeExtensions";
13
- export { LaunchWizardExtensionConfiguration } from "./extensionConfiguration";
12
+ export type { RuntimeExtension } from "./runtimeExtensions";
13
+ export type { LaunchWizardExtensionConfiguration } from "./extensionConfiguration";
14
14
  export * from "./commands";
15
15
  export * from "./pagination";
16
16
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  CreateDeploymentInput,
10
10
  CreateDeploymentOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateDeploymentCommandInput extends CreateDeploymentInput {}
14
15
  export interface CreateDeploymentCommandOutput
15
16
  extends CreateDeploymentOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteDeploymentInput,
10
10
  DeleteDeploymentOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteDeploymentCommandInput extends DeleteDeploymentInput {}
14
15
  export interface DeleteDeploymentCommandOutput
15
16
  extends DeleteDeploymentOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LaunchWizardClient";
8
8
  import { GetDeploymentInput, GetDeploymentOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetDeploymentCommandInput extends GetDeploymentInput {}
11
12
  export interface GetDeploymentCommandOutput
12
13
  extends GetDeploymentOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LaunchWizardClient";
8
8
  import { GetWorkloadInput, GetWorkloadOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetWorkloadCommandInput extends GetWorkloadInput {}
11
12
  export interface GetWorkloadCommandOutput
12
13
  extends GetWorkloadOutput,
@@ -9,7 +9,8 @@ import {
9
9
  GetWorkloadDeploymentPatternInput,
10
10
  GetWorkloadDeploymentPatternOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetWorkloadDeploymentPatternCommandInput
14
15
  extends GetWorkloadDeploymentPatternInput {}
15
16
  export interface GetWorkloadDeploymentPatternCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListDeploymentEventsInput,
10
10
  ListDeploymentEventsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListDeploymentEventsCommandInput
14
15
  extends ListDeploymentEventsInput {}
15
16
  export interface ListDeploymentEventsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListDeploymentsInput,
10
10
  ListDeploymentsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListDeploymentsCommandInput extends ListDeploymentsInput {}
14
15
  export interface ListDeploymentsCommandOutput
15
16
  extends ListDeploymentsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceInput,
10
10
  ListTagsForResourceOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceInput {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListWorkloadDeploymentPatternsInput,
10
10
  ListWorkloadDeploymentPatternsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListWorkloadDeploymentPatternsCommandInput
14
15
  extends ListWorkloadDeploymentPatternsInput {}
15
16
  export interface ListWorkloadDeploymentPatternsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LaunchWizardClient";
8
8
  import { ListWorkloadsInput, ListWorkloadsOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListWorkloadsCommandInput extends ListWorkloadsInput {}
11
12
  export interface ListWorkloadsCommandOutput
12
13
  extends ListWorkloadsOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LaunchWizardClient";
8
8
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceInput {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../LaunchWizardClient";
8
8
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UntagResourceCommandInput extends UntagResourceInput {}
11
12
  export interface UntagResourceCommandOutput
12
13
  extends UntagResourceOutput,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class LaunchWizardServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.590.0",
4
+ "version": "3.592.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",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",