@aws-sdk/client-launch-wizard 3.721.0 → 3.726.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 CHANGED
@@ -152,7 +152,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
152
152
  }, "resolveRuntimeExtensions");
153
153
 
154
154
  // src/LaunchWizardClient.ts
155
- var _LaunchWizardClient = class _LaunchWizardClient extends import_smithy_client.Client {
155
+ var LaunchWizardClient = class extends import_smithy_client.Client {
156
+ static {
157
+ __name(this, "LaunchWizardClient");
158
+ }
159
+ /**
160
+ * The resolved configuration of LaunchWizardClient class. This is resolved and normalized from the {@link LaunchWizardClientConfig | constructor configuration interface}.
161
+ */
162
+ config;
156
163
  constructor(...[configuration]) {
157
164
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
158
165
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -162,7 +169,7 @@ var _LaunchWizardClient = class _LaunchWizardClient extends import_smithy_client
162
169
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
163
170
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
164
171
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
165
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
172
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
166
173
  super(_config_8);
167
174
  this.config = _config_8;
168
175
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -190,8 +197,6 @@ var _LaunchWizardClient = class _LaunchWizardClient extends import_smithy_client
190
197
  super.destroy();
191
198
  }
192
199
  };
193
- __name(_LaunchWizardClient, "LaunchWizardClient");
194
- var LaunchWizardClient = _LaunchWizardClient;
195
200
 
196
201
  // src/LaunchWizard.ts
197
202
 
@@ -206,7 +211,10 @@ var import_middleware_serde = require("@smithy/middleware-serde");
206
211
 
207
212
  // src/models/LaunchWizardServiceException.ts
208
213
 
209
- var _LaunchWizardServiceException = class _LaunchWizardServiceException extends import_smithy_client.ServiceException {
214
+ var LaunchWizardServiceException = class _LaunchWizardServiceException extends import_smithy_client.ServiceException {
215
+ static {
216
+ __name(this, "LaunchWizardServiceException");
217
+ }
210
218
  /**
211
219
  * @internal
212
220
  */
@@ -215,11 +223,14 @@ var _LaunchWizardServiceException = class _LaunchWizardServiceException extends
215
223
  Object.setPrototypeOf(this, _LaunchWizardServiceException.prototype);
216
224
  }
217
225
  };
218
- __name(_LaunchWizardServiceException, "LaunchWizardServiceException");
219
- var LaunchWizardServiceException = _LaunchWizardServiceException;
220
226
 
221
227
  // src/models/models_0.ts
222
- var _InternalServerException = class _InternalServerException extends LaunchWizardServiceException {
228
+ var InternalServerException = class _InternalServerException extends LaunchWizardServiceException {
229
+ static {
230
+ __name(this, "InternalServerException");
231
+ }
232
+ name = "InternalServerException";
233
+ $fault = "server";
223
234
  /**
224
235
  * @internal
225
236
  */
@@ -229,14 +240,15 @@ var _InternalServerException = class _InternalServerException extends LaunchWiza
229
240
  $fault: "server",
230
241
  ...opts
231
242
  });
232
- this.name = "InternalServerException";
233
- this.$fault = "server";
234
243
  Object.setPrototypeOf(this, _InternalServerException.prototype);
235
244
  }
236
245
  };
237
- __name(_InternalServerException, "InternalServerException");
238
- var InternalServerException = _InternalServerException;
239
- var _ResourceLimitException = class _ResourceLimitException extends LaunchWizardServiceException {
246
+ var ResourceLimitException = class _ResourceLimitException extends LaunchWizardServiceException {
247
+ static {
248
+ __name(this, "ResourceLimitException");
249
+ }
250
+ name = "ResourceLimitException";
251
+ $fault = "client";
240
252
  /**
241
253
  * @internal
242
254
  */
@@ -246,14 +258,15 @@ var _ResourceLimitException = class _ResourceLimitException extends LaunchWizard
246
258
  $fault: "client",
247
259
  ...opts
248
260
  });
249
- this.name = "ResourceLimitException";
250
- this.$fault = "client";
251
261
  Object.setPrototypeOf(this, _ResourceLimitException.prototype);
252
262
  }
253
263
  };
254
- __name(_ResourceLimitException, "ResourceLimitException");
255
- var ResourceLimitException = _ResourceLimitException;
256
- var _ResourceNotFoundException = class _ResourceNotFoundException extends LaunchWizardServiceException {
264
+ var ResourceNotFoundException = class _ResourceNotFoundException extends LaunchWizardServiceException {
265
+ static {
266
+ __name(this, "ResourceNotFoundException");
267
+ }
268
+ name = "ResourceNotFoundException";
269
+ $fault = "client";
257
270
  /**
258
271
  * @internal
259
272
  */
@@ -263,14 +276,15 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Launch
263
276
  $fault: "client",
264
277
  ...opts
265
278
  });
266
- this.name = "ResourceNotFoundException";
267
- this.$fault = "client";
268
279
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
269
280
  }
270
281
  };
271
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
272
- var ResourceNotFoundException = _ResourceNotFoundException;
273
- var _ValidationException = class _ValidationException extends LaunchWizardServiceException {
282
+ var ValidationException = class _ValidationException extends LaunchWizardServiceException {
283
+ static {
284
+ __name(this, "ValidationException");
285
+ }
286
+ name = "ValidationException";
287
+ $fault = "client";
274
288
  /**
275
289
  * @internal
276
290
  */
@@ -280,13 +294,9 @@ var _ValidationException = class _ValidationException extends LaunchWizardServic
280
294
  $fault: "client",
281
295
  ...opts
282
296
  });
283
- this.name = "ValidationException";
284
- this.$fault = "client";
285
297
  Object.setPrototypeOf(this, _ValidationException.prototype);
286
298
  }
287
299
  };
288
- __name(_ValidationException, "ValidationException");
289
- var ValidationException = _ValidationException;
290
300
  var DeploymentStatus = {
291
301
  COMPLETED: "COMPLETED",
292
302
  CREATING: "CREATING",
@@ -827,169 +837,181 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
827
837
  var _tK = "tagKeys";
828
838
 
829
839
  // src/commands/CreateDeploymentCommand.ts
830
- var _CreateDeploymentCommand = class _CreateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
840
+ var CreateDeploymentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
831
841
  return [
832
842
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
833
843
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
834
844
  ];
835
845
  }).s("LaunchWizard", "CreateDeployment", {}).n("LaunchWizardClient", "CreateDeploymentCommand").f(CreateDeploymentInputFilterSensitiveLog, void 0).ser(se_CreateDeploymentCommand).de(de_CreateDeploymentCommand).build() {
846
+ static {
847
+ __name(this, "CreateDeploymentCommand");
848
+ }
836
849
  };
837
- __name(_CreateDeploymentCommand, "CreateDeploymentCommand");
838
- var CreateDeploymentCommand = _CreateDeploymentCommand;
839
850
 
840
851
  // src/commands/DeleteDeploymentCommand.ts
841
852
 
842
853
 
843
854
 
844
- var _DeleteDeploymentCommand = class _DeleteDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
855
+ var DeleteDeploymentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
845
856
  return [
846
857
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
847
858
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
848
859
  ];
849
860
  }).s("LaunchWizard", "DeleteDeployment", {}).n("LaunchWizardClient", "DeleteDeploymentCommand").f(void 0, void 0).ser(se_DeleteDeploymentCommand).de(de_DeleteDeploymentCommand).build() {
861
+ static {
862
+ __name(this, "DeleteDeploymentCommand");
863
+ }
850
864
  };
851
- __name(_DeleteDeploymentCommand, "DeleteDeploymentCommand");
852
- var DeleteDeploymentCommand = _DeleteDeploymentCommand;
853
865
 
854
866
  // src/commands/GetDeploymentCommand.ts
855
867
 
856
868
 
857
869
 
858
- var _GetDeploymentCommand = class _GetDeploymentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
870
+ var GetDeploymentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
859
871
  return [
860
872
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
861
873
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
862
874
  ];
863
875
  }).s("LaunchWizard", "GetDeployment", {}).n("LaunchWizardClient", "GetDeploymentCommand").f(void 0, GetDeploymentOutputFilterSensitiveLog).ser(se_GetDeploymentCommand).de(de_GetDeploymentCommand).build() {
876
+ static {
877
+ __name(this, "GetDeploymentCommand");
878
+ }
864
879
  };
865
- __name(_GetDeploymentCommand, "GetDeploymentCommand");
866
- var GetDeploymentCommand = _GetDeploymentCommand;
867
880
 
868
881
  // src/commands/GetWorkloadCommand.ts
869
882
 
870
883
 
871
884
 
872
- var _GetWorkloadCommand = class _GetWorkloadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
885
+ var GetWorkloadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
873
886
  return [
874
887
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
875
888
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
876
889
  ];
877
890
  }).s("LaunchWizard", "GetWorkload", {}).n("LaunchWizardClient", "GetWorkloadCommand").f(void 0, void 0).ser(se_GetWorkloadCommand).de(de_GetWorkloadCommand).build() {
891
+ static {
892
+ __name(this, "GetWorkloadCommand");
893
+ }
878
894
  };
879
- __name(_GetWorkloadCommand, "GetWorkloadCommand");
880
- var GetWorkloadCommand = _GetWorkloadCommand;
881
895
 
882
896
  // src/commands/GetWorkloadDeploymentPatternCommand.ts
883
897
 
884
898
 
885
899
 
886
- var _GetWorkloadDeploymentPatternCommand = class _GetWorkloadDeploymentPatternCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
900
+ var GetWorkloadDeploymentPatternCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
887
901
  return [
888
902
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
889
903
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
890
904
  ];
891
905
  }).s("LaunchWizard", "GetWorkloadDeploymentPattern", {}).n("LaunchWizardClient", "GetWorkloadDeploymentPatternCommand").f(void 0, void 0).ser(se_GetWorkloadDeploymentPatternCommand).de(de_GetWorkloadDeploymentPatternCommand).build() {
906
+ static {
907
+ __name(this, "GetWorkloadDeploymentPatternCommand");
908
+ }
892
909
  };
893
- __name(_GetWorkloadDeploymentPatternCommand, "GetWorkloadDeploymentPatternCommand");
894
- var GetWorkloadDeploymentPatternCommand = _GetWorkloadDeploymentPatternCommand;
895
910
 
896
911
  // src/commands/ListDeploymentEventsCommand.ts
897
912
 
898
913
 
899
914
 
900
- var _ListDeploymentEventsCommand = class _ListDeploymentEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
915
+ var ListDeploymentEventsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
901
916
  return [
902
917
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
903
918
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
904
919
  ];
905
920
  }).s("LaunchWizard", "ListDeploymentEvents", {}).n("LaunchWizardClient", "ListDeploymentEventsCommand").f(void 0, void 0).ser(se_ListDeploymentEventsCommand).de(de_ListDeploymentEventsCommand).build() {
921
+ static {
922
+ __name(this, "ListDeploymentEventsCommand");
923
+ }
906
924
  };
907
- __name(_ListDeploymentEventsCommand, "ListDeploymentEventsCommand");
908
- var ListDeploymentEventsCommand = _ListDeploymentEventsCommand;
909
925
 
910
926
  // src/commands/ListDeploymentsCommand.ts
911
927
 
912
928
 
913
929
 
914
- var _ListDeploymentsCommand = class _ListDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
930
+ var ListDeploymentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
915
931
  return [
916
932
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
917
933
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
918
934
  ];
919
935
  }).s("LaunchWizard", "ListDeployments", {}).n("LaunchWizardClient", "ListDeploymentsCommand").f(void 0, void 0).ser(se_ListDeploymentsCommand).de(de_ListDeploymentsCommand).build() {
936
+ static {
937
+ __name(this, "ListDeploymentsCommand");
938
+ }
920
939
  };
921
- __name(_ListDeploymentsCommand, "ListDeploymentsCommand");
922
- var ListDeploymentsCommand = _ListDeploymentsCommand;
923
940
 
924
941
  // src/commands/ListTagsForResourceCommand.ts
925
942
 
926
943
 
927
944
 
928
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
945
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
929
946
  return [
930
947
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
931
948
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
932
949
  ];
933
950
  }).s("LaunchWizard", "ListTagsForResource", {}).n("LaunchWizardClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
951
+ static {
952
+ __name(this, "ListTagsForResourceCommand");
953
+ }
934
954
  };
935
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
936
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
937
955
 
938
956
  // src/commands/ListWorkloadDeploymentPatternsCommand.ts
939
957
 
940
958
 
941
959
 
942
- var _ListWorkloadDeploymentPatternsCommand = class _ListWorkloadDeploymentPatternsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
960
+ var ListWorkloadDeploymentPatternsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
943
961
  return [
944
962
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
945
963
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
946
964
  ];
947
965
  }).s("LaunchWizard", "ListWorkloadDeploymentPatterns", {}).n("LaunchWizardClient", "ListWorkloadDeploymentPatternsCommand").f(void 0, void 0).ser(se_ListWorkloadDeploymentPatternsCommand).de(de_ListWorkloadDeploymentPatternsCommand).build() {
966
+ static {
967
+ __name(this, "ListWorkloadDeploymentPatternsCommand");
968
+ }
948
969
  };
949
- __name(_ListWorkloadDeploymentPatternsCommand, "ListWorkloadDeploymentPatternsCommand");
950
- var ListWorkloadDeploymentPatternsCommand = _ListWorkloadDeploymentPatternsCommand;
951
970
 
952
971
  // src/commands/ListWorkloadsCommand.ts
953
972
 
954
973
 
955
974
 
956
- var _ListWorkloadsCommand = class _ListWorkloadsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
975
+ var ListWorkloadsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
957
976
  return [
958
977
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
959
978
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
960
979
  ];
961
980
  }).s("LaunchWizard", "ListWorkloads", {}).n("LaunchWizardClient", "ListWorkloadsCommand").f(void 0, void 0).ser(se_ListWorkloadsCommand).de(de_ListWorkloadsCommand).build() {
981
+ static {
982
+ __name(this, "ListWorkloadsCommand");
983
+ }
962
984
  };
963
- __name(_ListWorkloadsCommand, "ListWorkloadsCommand");
964
- var ListWorkloadsCommand = _ListWorkloadsCommand;
965
985
 
966
986
  // src/commands/TagResourceCommand.ts
967
987
 
968
988
 
969
989
 
970
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
990
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
971
991
  return [
972
992
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
973
993
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
974
994
  ];
975
995
  }).s("LaunchWizard", "TagResource", {}).n("LaunchWizardClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
996
+ static {
997
+ __name(this, "TagResourceCommand");
998
+ }
976
999
  };
977
- __name(_TagResourceCommand, "TagResourceCommand");
978
- var TagResourceCommand = _TagResourceCommand;
979
1000
 
980
1001
  // src/commands/UntagResourceCommand.ts
981
1002
 
982
1003
 
983
1004
 
984
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1005
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
985
1006
  return [
986
1007
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
987
1008
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
988
1009
  ];
989
1010
  }).s("LaunchWizard", "UntagResource", {}).n("LaunchWizardClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
1011
+ static {
1012
+ __name(this, "UntagResourceCommand");
1013
+ }
990
1014
  };
991
- __name(_UntagResourceCommand, "UntagResourceCommand");
992
- var UntagResourceCommand = _UntagResourceCommand;
993
1015
 
994
1016
  // src/LaunchWizard.ts
995
1017
  var commands = {
@@ -1006,10 +1028,11 @@ var commands = {
1006
1028
  TagResourceCommand,
1007
1029
  UntagResourceCommand
1008
1030
  };
1009
- var _LaunchWizard = class _LaunchWizard extends LaunchWizardClient {
1031
+ var LaunchWizard = class extends LaunchWizardClient {
1032
+ static {
1033
+ __name(this, "LaunchWizard");
1034
+ }
1010
1035
  };
1011
- __name(_LaunchWizard, "LaunchWizard");
1012
- var LaunchWizard = _LaunchWizard;
1013
1036
  (0, import_smithy_client.createAggregatedClient)(commands, LaunchWizard);
1014
1037
 
1015
1038
  // src/pagination/ListDeploymentEventsPaginator.ts
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
14
14
  import { resolveRuntimeExtensions } from "./runtimeExtensions";
15
15
  export { __Client };
16
16
  export class LaunchWizardClient extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -1,50 +1,50 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { LaunchWizardServiceException as __BaseException } from "./LaunchWizardServiceException";
3
3
  export class InternalServerException extends __BaseException {
4
+ name = "InternalServerException";
5
+ $fault = "server";
4
6
  constructor(opts) {
5
7
  super({
6
8
  name: "InternalServerException",
7
9
  $fault: "server",
8
10
  ...opts,
9
11
  });
10
- this.name = "InternalServerException";
11
- this.$fault = "server";
12
12
  Object.setPrototypeOf(this, InternalServerException.prototype);
13
13
  }
14
14
  }
15
15
  export class ResourceLimitException extends __BaseException {
16
+ name = "ResourceLimitException";
17
+ $fault = "client";
16
18
  constructor(opts) {
17
19
  super({
18
20
  name: "ResourceLimitException",
19
21
  $fault: "client",
20
22
  ...opts,
21
23
  });
22
- this.name = "ResourceLimitException";
23
- this.$fault = "client";
24
24
  Object.setPrototypeOf(this, ResourceLimitException.prototype);
25
25
  }
26
26
  }
27
27
  export class ResourceNotFoundException extends __BaseException {
28
+ name = "ResourceNotFoundException";
29
+ $fault = "client";
28
30
  constructor(opts) {
29
31
  super({
30
32
  name: "ResourceNotFoundException",
31
33
  $fault: "client",
32
34
  ...opts,
33
35
  });
34
- this.name = "ResourceNotFoundException";
35
- this.$fault = "client";
36
36
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
37
37
  }
38
38
  }
39
39
  export class ValidationException extends __BaseException {
40
+ name = "ValidationException";
41
+ $fault = "client";
40
42
  constructor(opts) {
41
43
  super({
42
44
  name: "ValidationException",
43
45
  $fault: "client",
44
46
  ...opts,
45
47
  });
46
- this.name = "ValidationException";
47
- this.$fault = "client";
48
48
  Object.setPrototypeOf(this, ValidationException.prototype);
49
49
  }
50
50
  }
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: LaunchWizardClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: LaunchWizardClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<string>;
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: LaunchWizardClientConfig) => {
22
22
  region: string | import("@smithy/types").Provider<any>;
23
23
  profile?: string | undefined;
24
24
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
25
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
25
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
26
26
  maxAttempts: number | import("@smithy/types").Provider<number>;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: LaunchWizardClientConfig) => {
31
31
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
32
32
  userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
33
33
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
34
- endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
34
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
35
35
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
36
36
  logger?: import("@smithy/types").Logger | undefined;
37
37
  }) => import("@smithy/types").EndpointV2;
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: LaunchWizardClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider: (
10
- input: any
11
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
9
+ credentialDefaultProvider:
10
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
+ | ((
12
+ _: unknown
13
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
12
14
  defaultUserAgentProvider: (
13
15
  config?:
14
16
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: LaunchWizardClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider: (
10
- init?:
11
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
12
- | undefined
13
- ) => import("@smithy/types").MemoizedProvider<
14
- import("@smithy/types").AwsCredentialIdentity
15
- >;
9
+ credentialDefaultProvider:
10
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
+ | ((
12
+ init?:
13
+ | import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
+ | undefined
15
+ ) => import("@smithy/types").MemoizedProvider<
16
+ import("@smithy/types").AwsCredentialIdentity
17
+ >);
16
18
  defaultUserAgentProvider: (
17
19
  config?:
18
20
  | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: LaunchWizardClientConfig) => {
28
28
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
29
29
  | undefined
30
30
  ) => Promise<import("@smithy/types").UserAgent>;
31
- credentialDefaultProvider: (
32
- input: any
33
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
31
+ credentialDefaultProvider:
32
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
33
+ | ((
34
+ _: unknown
35
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
34
36
  maxAttempts: number | import("@smithy/types").Provider<number>;
35
37
  retryMode: string | import("@smithy/types").Provider<string>;
36
38
  logger: import("@smithy/types").Logger;
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: LaunchWizardClientConfig) => {
50
52
  | import("@smithy/types").RetryStrategyV2
51
53
  | undefined;
52
54
  endpoint?:
53
- | string
54
- | import("@smithy/types").Endpoint
55
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
56
- | import("@smithy/types").EndpointV2
57
- | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
55
+ | ((
56
+ | string
57
+ | import("@smithy/types").Endpoint
58
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
59
+ | import("@smithy/types").EndpointV2
60
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
61
+ ) &
62
+ (
63
+ | string
64
+ | import("@smithy/types").Provider<string>
65
+ | import("@smithy/types").Endpoint
66
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
67
+ | import("@smithy/types").EndpointV2
68
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
69
+ ))
58
70
  | undefined;
59
71
  endpointProvider: (
60
72
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
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.721.0",
4
+ "version": "3.726.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,56 +20,56 @@
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.721.0",
24
- "@aws-sdk/client-sts": "3.721.0",
25
- "@aws-sdk/core": "3.716.0",
26
- "@aws-sdk/credential-provider-node": "3.721.0",
27
- "@aws-sdk/middleware-host-header": "3.714.0",
28
- "@aws-sdk/middleware-logger": "3.714.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.714.0",
30
- "@aws-sdk/middleware-user-agent": "3.721.0",
31
- "@aws-sdk/region-config-resolver": "3.714.0",
32
- "@aws-sdk/types": "3.714.0",
33
- "@aws-sdk/util-endpoints": "3.714.0",
34
- "@aws-sdk/util-user-agent-browser": "3.714.0",
35
- "@aws-sdk/util-user-agent-node": "3.721.0",
36
- "@smithy/config-resolver": "^3.0.13",
37
- "@smithy/core": "^2.5.5",
38
- "@smithy/fetch-http-handler": "^4.1.2",
39
- "@smithy/hash-node": "^3.0.11",
40
- "@smithy/invalid-dependency": "^3.0.11",
41
- "@smithy/middleware-content-length": "^3.0.13",
42
- "@smithy/middleware-endpoint": "^3.2.6",
43
- "@smithy/middleware-retry": "^3.0.31",
44
- "@smithy/middleware-serde": "^3.0.11",
45
- "@smithy/middleware-stack": "^3.0.11",
46
- "@smithy/node-config-provider": "^3.1.12",
47
- "@smithy/node-http-handler": "^3.3.2",
48
- "@smithy/protocol-http": "^4.1.8",
49
- "@smithy/smithy-client": "^3.5.1",
50
- "@smithy/types": "^3.7.2",
51
- "@smithy/url-parser": "^3.0.11",
52
- "@smithy/util-base64": "^3.0.0",
53
- "@smithy/util-body-length-browser": "^3.0.0",
54
- "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.31",
56
- "@smithy/util-defaults-mode-node": "^3.0.31",
57
- "@smithy/util-endpoints": "^2.1.7",
58
- "@smithy/util-middleware": "^3.0.11",
59
- "@smithy/util-retry": "^3.0.11",
60
- "@smithy/util-utf8": "^3.0.0",
23
+ "@aws-sdk/client-sso-oidc": "3.726.0",
24
+ "@aws-sdk/client-sts": "3.726.0",
25
+ "@aws-sdk/core": "3.723.0",
26
+ "@aws-sdk/credential-provider-node": "3.726.0",
27
+ "@aws-sdk/middleware-host-header": "3.723.0",
28
+ "@aws-sdk/middleware-logger": "3.723.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.723.0",
30
+ "@aws-sdk/middleware-user-agent": "3.726.0",
31
+ "@aws-sdk/region-config-resolver": "3.723.0",
32
+ "@aws-sdk/types": "3.723.0",
33
+ "@aws-sdk/util-endpoints": "3.726.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.723.0",
35
+ "@aws-sdk/util-user-agent-node": "3.726.0",
36
+ "@smithy/config-resolver": "^4.0.0",
37
+ "@smithy/core": "^3.0.0",
38
+ "@smithy/fetch-http-handler": "^5.0.0",
39
+ "@smithy/hash-node": "^4.0.0",
40
+ "@smithy/invalid-dependency": "^4.0.0",
41
+ "@smithy/middleware-content-length": "^4.0.0",
42
+ "@smithy/middleware-endpoint": "^4.0.0",
43
+ "@smithy/middleware-retry": "^4.0.0",
44
+ "@smithy/middleware-serde": "^4.0.0",
45
+ "@smithy/middleware-stack": "^4.0.0",
46
+ "@smithy/node-config-provider": "^4.0.0",
47
+ "@smithy/node-http-handler": "^4.0.0",
48
+ "@smithy/protocol-http": "^5.0.0",
49
+ "@smithy/smithy-client": "^4.0.0",
50
+ "@smithy/types": "^4.0.0",
51
+ "@smithy/url-parser": "^4.0.0",
52
+ "@smithy/util-base64": "^4.0.0",
53
+ "@smithy/util-body-length-browser": "^4.0.0",
54
+ "@smithy/util-body-length-node": "^4.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^4.0.0",
56
+ "@smithy/util-defaults-mode-node": "^4.0.0",
57
+ "@smithy/util-endpoints": "^3.0.0",
58
+ "@smithy/util-middleware": "^4.0.0",
59
+ "@smithy/util-retry": "^4.0.0",
60
+ "@smithy/util-utf8": "^4.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@tsconfig/node16": "16.1.3",
65
- "@types/node": "^16.18.96",
64
+ "@tsconfig/node18": "18.2.4",
65
+ "@types/node": "^18.19.69",
66
66
  "concurrently": "7.0.0",
67
67
  "downlevel-dts": "0.10.1",
68
68
  "rimraf": "3.0.2",
69
- "typescript": "~4.9.5"
69
+ "typescript": "~5.2.2"
70
70
  },
71
71
  "engines": {
72
- "node": ">=16.0.0"
72
+ "node": ">=18.0.0"
73
73
  },
74
74
  "typesVersions": {
75
75
  "<4.0": {