@aws-sdk/client-launch-wizard 3.943.0 → 3.947.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 +17 -86
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/LaunchWizardClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +17 -87
- package/dist-types/LaunchWizard.d.ts +1 -1
- package/dist-types/LaunchWizardClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateDeploymentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +3 -3
- package/dist-types/commands/GetDeploymentCommand.d.ts +3 -3
- package/dist-types/commands/GetWorkloadCommand.d.ts +3 -3
- package/dist-types/commands/GetWorkloadDeploymentPatternCommand.d.ts +3 -3
- package/dist-types/commands/ListDeploymentEventsCommand.d.ts +3 -3
- package/dist-types/commands/ListDeploymentsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListWorkloadDeploymentPatternsCommand.d.ts +3 -3
- package/dist-types/commands/ListWorkloadsCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/LaunchWizardServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListDeploymentEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDeploymentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkloadDeploymentPatternsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkloadsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -2
- package/dist-types/ts3.4/LaunchWizardClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/LaunchWizardServiceException.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -331,17 +331,7 @@ var GetWorkloadDeploymentPatternOutput = [
|
|
|
331
331
|
];
|
|
332
332
|
var GetWorkloadInput = [3, n0, _GWI, 0, [_wN], [0]];
|
|
333
333
|
var GetWorkloadOutput = [3, n0, _GWO, 0, [_w], [() => WorkloadData]];
|
|
334
|
-
var InternalServerException = [
|
|
335
|
-
-3,
|
|
336
|
-
n0,
|
|
337
|
-
_ISE,
|
|
338
|
-
{
|
|
339
|
-
[_e]: _se,
|
|
340
|
-
[_hE]: 500,
|
|
341
|
-
},
|
|
342
|
-
[_m],
|
|
343
|
-
[0],
|
|
344
|
-
];
|
|
334
|
+
var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
345
335
|
schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
|
|
346
336
|
var ListDeploymentEventsInput = [3, n0, _LDEI, 0, [_dI, _mR, _nT], [0, 1, 0]];
|
|
347
337
|
var ListDeploymentEventsOutput = [
|
|
@@ -388,29 +378,9 @@ var ListWorkloadsOutput = [
|
|
|
388
378
|
[_wo, _nT],
|
|
389
379
|
[() => WorkloadDataSummaryList, 0],
|
|
390
380
|
];
|
|
391
|
-
var ResourceLimitException = [
|
|
392
|
-
-3,
|
|
393
|
-
n0,
|
|
394
|
-
_RLE,
|
|
395
|
-
{
|
|
396
|
-
[_e]: _cl,
|
|
397
|
-
[_hE]: 400,
|
|
398
|
-
},
|
|
399
|
-
[_m],
|
|
400
|
-
[0],
|
|
401
|
-
];
|
|
381
|
+
var ResourceLimitException = [-3, n0, _RLE, { [_e]: _cl, [_hE]: 400 }, [_m], [0]];
|
|
402
382
|
schema.TypeRegistry.for(n0).registerError(ResourceLimitException, ResourceLimitException$1);
|
|
403
|
-
var ResourceNotFoundException = [
|
|
404
|
-
-3,
|
|
405
|
-
n0,
|
|
406
|
-
_RNFE,
|
|
407
|
-
{
|
|
408
|
-
[_e]: _cl,
|
|
409
|
-
[_hE]: 404,
|
|
410
|
-
},
|
|
411
|
-
[_m],
|
|
412
|
-
[0],
|
|
413
|
-
];
|
|
383
|
+
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _cl, [_hE]: 404 }, [_m], [0]];
|
|
414
384
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
415
385
|
var TagResourceInput = [3, n0, _TRI, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
416
386
|
var TagResourceOutput = [3, n0, _TRO, 0, [], []];
|
|
@@ -422,26 +392,11 @@ var UntagResourceInput = [
|
|
|
422
392
|
[_rA, _tK],
|
|
423
393
|
[
|
|
424
394
|
[0, 1],
|
|
425
|
-
[
|
|
426
|
-
64 | 0,
|
|
427
|
-
{
|
|
428
|
-
[_hQ]: _tK,
|
|
429
|
-
},
|
|
430
|
-
],
|
|
395
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
431
396
|
],
|
|
432
397
|
];
|
|
433
398
|
var UntagResourceOutput = [3, n0, _URO, 0, [], []];
|
|
434
|
-
var ValidationException = [
|
|
435
|
-
-3,
|
|
436
|
-
n0,
|
|
437
|
-
_VE,
|
|
438
|
-
{
|
|
439
|
-
[_e]: _cl,
|
|
440
|
-
[_hE]: 400,
|
|
441
|
-
},
|
|
442
|
-
[_m],
|
|
443
|
-
[0],
|
|
444
|
-
];
|
|
399
|
+
var ValidationException = [-3, n0, _VE, { [_e]: _cl, [_hE]: 400 }, [_m], [0]];
|
|
445
400
|
schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
|
|
446
401
|
var WorkloadData = [
|
|
447
402
|
3,
|
|
@@ -488,9 +443,7 @@ var CreateDeployment = [
|
|
|
488
443
|
9,
|
|
489
444
|
n0,
|
|
490
445
|
_CD,
|
|
491
|
-
{
|
|
492
|
-
[_h]: ["POST", "/createDeployment", 200],
|
|
493
|
-
},
|
|
446
|
+
{ [_h]: ["POST", "/createDeployment", 200] },
|
|
494
447
|
() => CreateDeploymentInput,
|
|
495
448
|
() => CreateDeploymentOutput,
|
|
496
449
|
];
|
|
@@ -498,9 +451,7 @@ var DeleteDeployment = [
|
|
|
498
451
|
9,
|
|
499
452
|
n0,
|
|
500
453
|
_DDe,
|
|
501
|
-
{
|
|
502
|
-
[_h]: ["POST", "/deleteDeployment", 200],
|
|
503
|
-
},
|
|
454
|
+
{ [_h]: ["POST", "/deleteDeployment", 200] },
|
|
504
455
|
() => DeleteDeploymentInput,
|
|
505
456
|
() => DeleteDeploymentOutput,
|
|
506
457
|
];
|
|
@@ -508,9 +459,7 @@ var GetDeployment = [
|
|
|
508
459
|
9,
|
|
509
460
|
n0,
|
|
510
461
|
_GD,
|
|
511
|
-
{
|
|
512
|
-
[_h]: ["POST", "/getDeployment", 200],
|
|
513
|
-
},
|
|
462
|
+
{ [_h]: ["POST", "/getDeployment", 200] },
|
|
514
463
|
() => GetDeploymentInput,
|
|
515
464
|
() => GetDeploymentOutput,
|
|
516
465
|
];
|
|
@@ -518,9 +467,7 @@ var GetWorkload = [
|
|
|
518
467
|
9,
|
|
519
468
|
n0,
|
|
520
469
|
_GW,
|
|
521
|
-
{
|
|
522
|
-
[_h]: ["POST", "/getWorkload", 200],
|
|
523
|
-
},
|
|
470
|
+
{ [_h]: ["POST", "/getWorkload", 200] },
|
|
524
471
|
() => GetWorkloadInput,
|
|
525
472
|
() => GetWorkloadOutput,
|
|
526
473
|
];
|
|
@@ -528,9 +475,7 @@ var GetWorkloadDeploymentPattern = [
|
|
|
528
475
|
9,
|
|
529
476
|
n0,
|
|
530
477
|
_GWDP,
|
|
531
|
-
{
|
|
532
|
-
[_h]: ["POST", "/getWorkloadDeploymentPattern", 200],
|
|
533
|
-
},
|
|
478
|
+
{ [_h]: ["POST", "/getWorkloadDeploymentPattern", 200] },
|
|
534
479
|
() => GetWorkloadDeploymentPatternInput,
|
|
535
480
|
() => GetWorkloadDeploymentPatternOutput,
|
|
536
481
|
];
|
|
@@ -538,9 +483,7 @@ var ListDeploymentEvents = [
|
|
|
538
483
|
9,
|
|
539
484
|
n0,
|
|
540
485
|
_LDE,
|
|
541
|
-
{
|
|
542
|
-
[_h]: ["POST", "/listDeploymentEvents", 200],
|
|
543
|
-
},
|
|
486
|
+
{ [_h]: ["POST", "/listDeploymentEvents", 200] },
|
|
544
487
|
() => ListDeploymentEventsInput,
|
|
545
488
|
() => ListDeploymentEventsOutput,
|
|
546
489
|
];
|
|
@@ -548,9 +491,7 @@ var ListDeployments = [
|
|
|
548
491
|
9,
|
|
549
492
|
n0,
|
|
550
493
|
_LD,
|
|
551
|
-
{
|
|
552
|
-
[_h]: ["POST", "/listDeployments", 200],
|
|
553
|
-
},
|
|
494
|
+
{ [_h]: ["POST", "/listDeployments", 200] },
|
|
554
495
|
() => ListDeploymentsInput,
|
|
555
496
|
() => ListDeploymentsOutput,
|
|
556
497
|
];
|
|
@@ -558,9 +499,7 @@ var ListTagsForResource = [
|
|
|
558
499
|
9,
|
|
559
500
|
n0,
|
|
560
501
|
_LTFR,
|
|
561
|
-
{
|
|
562
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
563
|
-
},
|
|
502
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
564
503
|
() => ListTagsForResourceInput,
|
|
565
504
|
() => ListTagsForResourceOutput,
|
|
566
505
|
];
|
|
@@ -568,9 +507,7 @@ var ListWorkloadDeploymentPatterns = [
|
|
|
568
507
|
9,
|
|
569
508
|
n0,
|
|
570
509
|
_LWDP,
|
|
571
|
-
{
|
|
572
|
-
[_h]: ["POST", "/listWorkloadDeploymentPatterns", 200],
|
|
573
|
-
},
|
|
510
|
+
{ [_h]: ["POST", "/listWorkloadDeploymentPatterns", 200] },
|
|
574
511
|
() => ListWorkloadDeploymentPatternsInput,
|
|
575
512
|
() => ListWorkloadDeploymentPatternsOutput,
|
|
576
513
|
];
|
|
@@ -578,9 +515,7 @@ var ListWorkloads = [
|
|
|
578
515
|
9,
|
|
579
516
|
n0,
|
|
580
517
|
_LW,
|
|
581
|
-
{
|
|
582
|
-
[_h]: ["POST", "/listWorkloads", 200],
|
|
583
|
-
},
|
|
518
|
+
{ [_h]: ["POST", "/listWorkloads", 200] },
|
|
584
519
|
() => ListWorkloadsInput,
|
|
585
520
|
() => ListWorkloadsOutput,
|
|
586
521
|
];
|
|
@@ -588,9 +523,7 @@ var TagResource = [
|
|
|
588
523
|
9,
|
|
589
524
|
n0,
|
|
590
525
|
_TR,
|
|
591
|
-
{
|
|
592
|
-
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
593
|
-
},
|
|
526
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
594
527
|
() => TagResourceInput,
|
|
595
528
|
() => TagResourceOutput,
|
|
596
529
|
];
|
|
@@ -598,9 +531,7 @@ var UntagResource = [
|
|
|
598
531
|
9,
|
|
599
532
|
n0,
|
|
600
533
|
_UR,
|
|
601
|
-
{
|
|
602
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
603
|
-
},
|
|
534
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
604
535
|
() => UntagResourceInput,
|
|
605
536
|
() => UntagResourceOutput,
|
|
606
537
|
];
|
|
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
8
8
|
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
9
|
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
10
10
|
const invalid_dependency_1 = require("@smithy/invalid-dependency");
|
|
11
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
11
12
|
const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
|
|
13
|
+
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
12
14
|
const util_retry_1 = require("@smithy/util-retry");
|
|
13
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
14
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
-
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
16
16
|
const getRuntimeConfig = (config) => {
|
|
17
17
|
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
|
|
18
18
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
|
|
|
11
11
|
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
12
12
|
const node_config_provider_1 = require("@smithy/node-config-provider");
|
|
13
13
|
const node_http_handler_1 = require("@smithy/node-http-handler");
|
|
14
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
15
|
const util_body_length_node_1 = require("@smithy/util-body-length-node");
|
|
16
|
+
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
15
17
|
const util_retry_1 = require("@smithy/util-retry");
|
|
16
18
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
17
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
18
|
-
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
19
|
-
const smithy_client_2 = require("@smithy/smithy-client");
|
|
20
19
|
const getRuntimeConfig = (config) => {
|
|
21
|
-
(0,
|
|
20
|
+
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
21
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
23
22
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
23
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
7
|
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
8
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
9
|
-
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
10
|
-
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
9
|
+
import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
|
|
10
|
+
import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
|
|
11
11
|
import { Client as __Client, } from "@smithy/smithy-client";
|
|
12
12
|
import { defaultLaunchWizardHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
|
|
13
13
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
|
|
|
4
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
|
|
5
5
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
6
|
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
+
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
7
8
|
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
8
10
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
9
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
10
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
11
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
12
12
|
export const getRuntimeConfig = (config) => {
|
|
13
13
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
14
14
|
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
|
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
8
8
|
import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
10
11
|
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
12
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
11
13
|
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
12
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
14
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
15
|
-
import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
|
|
16
15
|
export const getRuntimeConfig = (config) => {
|
|
17
16
|
emitWarningIfUnsupportedVersion(process.version);
|
|
18
17
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
@@ -166,17 +166,7 @@ export var GetWorkloadDeploymentPatternOutput = [
|
|
|
166
166
|
];
|
|
167
167
|
export var GetWorkloadInput = [3, n0, _GWI, 0, [_wN], [0]];
|
|
168
168
|
export var GetWorkloadOutput = [3, n0, _GWO, 0, [_w], [() => WorkloadData]];
|
|
169
|
-
export var InternalServerException = [
|
|
170
|
-
-3,
|
|
171
|
-
n0,
|
|
172
|
-
_ISE,
|
|
173
|
-
{
|
|
174
|
-
[_e]: _se,
|
|
175
|
-
[_hE]: 500,
|
|
176
|
-
},
|
|
177
|
-
[_m],
|
|
178
|
-
[0],
|
|
179
|
-
];
|
|
169
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
180
170
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
181
171
|
export var ListDeploymentEventsInput = [3, n0, _LDEI, 0, [_dI, _mR, _nT], [0, 1, 0]];
|
|
182
172
|
export var ListDeploymentEventsOutput = [
|
|
@@ -223,29 +213,9 @@ export var ListWorkloadsOutput = [
|
|
|
223
213
|
[_wo, _nT],
|
|
224
214
|
[() => WorkloadDataSummaryList, 0],
|
|
225
215
|
];
|
|
226
|
-
export var ResourceLimitException = [
|
|
227
|
-
-3,
|
|
228
|
-
n0,
|
|
229
|
-
_RLE,
|
|
230
|
-
{
|
|
231
|
-
[_e]: _cl,
|
|
232
|
-
[_hE]: 400,
|
|
233
|
-
},
|
|
234
|
-
[_m],
|
|
235
|
-
[0],
|
|
236
|
-
];
|
|
216
|
+
export var ResourceLimitException = [-3, n0, _RLE, { [_e]: _cl, [_hE]: 400 }, [_m], [0]];
|
|
237
217
|
TypeRegistry.for(n0).registerError(ResourceLimitException, __ResourceLimitException);
|
|
238
|
-
export var ResourceNotFoundException = [
|
|
239
|
-
-3,
|
|
240
|
-
n0,
|
|
241
|
-
_RNFE,
|
|
242
|
-
{
|
|
243
|
-
[_e]: _cl,
|
|
244
|
-
[_hE]: 404,
|
|
245
|
-
},
|
|
246
|
-
[_m],
|
|
247
|
-
[0],
|
|
248
|
-
];
|
|
218
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _cl, [_hE]: 404 }, [_m], [0]];
|
|
249
219
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
250
220
|
export var TagResourceInput = [3, n0, _TRI, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
251
221
|
export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
|
|
@@ -257,26 +227,11 @@ export var UntagResourceInput = [
|
|
|
257
227
|
[_rA, _tK],
|
|
258
228
|
[
|
|
259
229
|
[0, 1],
|
|
260
|
-
[
|
|
261
|
-
64 | 0,
|
|
262
|
-
{
|
|
263
|
-
[_hQ]: _tK,
|
|
264
|
-
},
|
|
265
|
-
],
|
|
230
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
266
231
|
],
|
|
267
232
|
];
|
|
268
233
|
export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
|
|
269
|
-
export var ValidationException = [
|
|
270
|
-
-3,
|
|
271
|
-
n0,
|
|
272
|
-
_VE,
|
|
273
|
-
{
|
|
274
|
-
[_e]: _cl,
|
|
275
|
-
[_hE]: 400,
|
|
276
|
-
},
|
|
277
|
-
[_m],
|
|
278
|
-
[0],
|
|
279
|
-
];
|
|
234
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _cl, [_hE]: 400 }, [_m], [0]];
|
|
280
235
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
281
236
|
export var WorkloadData = [
|
|
282
237
|
3,
|
|
@@ -303,7 +258,6 @@ export var WorkloadDeploymentPatternDataSummary = [
|
|
|
303
258
|
[_wN, _dPN, _wVN, _dN, _d, _st, _sM],
|
|
304
259
|
[0, 0, 0, 0, 0, 0, 0],
|
|
305
260
|
];
|
|
306
|
-
export var __Unit = "unit";
|
|
307
261
|
export var LaunchWizardServiceException = [-3, _sm, "LaunchWizardServiceException", 0, [], []];
|
|
308
262
|
TypeRegistry.for(_sm).registerError(LaunchWizardServiceException, __LaunchWizardServiceException);
|
|
309
263
|
export var AllowedValues = 64 | 0;
|
|
@@ -328,9 +282,7 @@ export var CreateDeployment = [
|
|
|
328
282
|
9,
|
|
329
283
|
n0,
|
|
330
284
|
_CD,
|
|
331
|
-
{
|
|
332
|
-
[_h]: ["POST", "/createDeployment", 200],
|
|
333
|
-
},
|
|
285
|
+
{ [_h]: ["POST", "/createDeployment", 200] },
|
|
334
286
|
() => CreateDeploymentInput,
|
|
335
287
|
() => CreateDeploymentOutput,
|
|
336
288
|
];
|
|
@@ -338,9 +290,7 @@ export var DeleteDeployment = [
|
|
|
338
290
|
9,
|
|
339
291
|
n0,
|
|
340
292
|
_DDe,
|
|
341
|
-
{
|
|
342
|
-
[_h]: ["POST", "/deleteDeployment", 200],
|
|
343
|
-
},
|
|
293
|
+
{ [_h]: ["POST", "/deleteDeployment", 200] },
|
|
344
294
|
() => DeleteDeploymentInput,
|
|
345
295
|
() => DeleteDeploymentOutput,
|
|
346
296
|
];
|
|
@@ -348,9 +298,7 @@ export var GetDeployment = [
|
|
|
348
298
|
9,
|
|
349
299
|
n0,
|
|
350
300
|
_GD,
|
|
351
|
-
{
|
|
352
|
-
[_h]: ["POST", "/getDeployment", 200],
|
|
353
|
-
},
|
|
301
|
+
{ [_h]: ["POST", "/getDeployment", 200] },
|
|
354
302
|
() => GetDeploymentInput,
|
|
355
303
|
() => GetDeploymentOutput,
|
|
356
304
|
];
|
|
@@ -358,9 +306,7 @@ export var GetWorkload = [
|
|
|
358
306
|
9,
|
|
359
307
|
n0,
|
|
360
308
|
_GW,
|
|
361
|
-
{
|
|
362
|
-
[_h]: ["POST", "/getWorkload", 200],
|
|
363
|
-
},
|
|
309
|
+
{ [_h]: ["POST", "/getWorkload", 200] },
|
|
364
310
|
() => GetWorkloadInput,
|
|
365
311
|
() => GetWorkloadOutput,
|
|
366
312
|
];
|
|
@@ -368,9 +314,7 @@ export var GetWorkloadDeploymentPattern = [
|
|
|
368
314
|
9,
|
|
369
315
|
n0,
|
|
370
316
|
_GWDP,
|
|
371
|
-
{
|
|
372
|
-
[_h]: ["POST", "/getWorkloadDeploymentPattern", 200],
|
|
373
|
-
},
|
|
317
|
+
{ [_h]: ["POST", "/getWorkloadDeploymentPattern", 200] },
|
|
374
318
|
() => GetWorkloadDeploymentPatternInput,
|
|
375
319
|
() => GetWorkloadDeploymentPatternOutput,
|
|
376
320
|
];
|
|
@@ -378,9 +322,7 @@ export var ListDeploymentEvents = [
|
|
|
378
322
|
9,
|
|
379
323
|
n0,
|
|
380
324
|
_LDE,
|
|
381
|
-
{
|
|
382
|
-
[_h]: ["POST", "/listDeploymentEvents", 200],
|
|
383
|
-
},
|
|
325
|
+
{ [_h]: ["POST", "/listDeploymentEvents", 200] },
|
|
384
326
|
() => ListDeploymentEventsInput,
|
|
385
327
|
() => ListDeploymentEventsOutput,
|
|
386
328
|
];
|
|
@@ -388,9 +330,7 @@ export var ListDeployments = [
|
|
|
388
330
|
9,
|
|
389
331
|
n0,
|
|
390
332
|
_LD,
|
|
391
|
-
{
|
|
392
|
-
[_h]: ["POST", "/listDeployments", 200],
|
|
393
|
-
},
|
|
333
|
+
{ [_h]: ["POST", "/listDeployments", 200] },
|
|
394
334
|
() => ListDeploymentsInput,
|
|
395
335
|
() => ListDeploymentsOutput,
|
|
396
336
|
];
|
|
@@ -398,9 +338,7 @@ export var ListTagsForResource = [
|
|
|
398
338
|
9,
|
|
399
339
|
n0,
|
|
400
340
|
_LTFR,
|
|
401
|
-
{
|
|
402
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
403
|
-
},
|
|
341
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
404
342
|
() => ListTagsForResourceInput,
|
|
405
343
|
() => ListTagsForResourceOutput,
|
|
406
344
|
];
|
|
@@ -408,9 +346,7 @@ export var ListWorkloadDeploymentPatterns = [
|
|
|
408
346
|
9,
|
|
409
347
|
n0,
|
|
410
348
|
_LWDP,
|
|
411
|
-
{
|
|
412
|
-
[_h]: ["POST", "/listWorkloadDeploymentPatterns", 200],
|
|
413
|
-
},
|
|
349
|
+
{ [_h]: ["POST", "/listWorkloadDeploymentPatterns", 200] },
|
|
414
350
|
() => ListWorkloadDeploymentPatternsInput,
|
|
415
351
|
() => ListWorkloadDeploymentPatternsOutput,
|
|
416
352
|
];
|
|
@@ -418,9 +354,7 @@ export var ListWorkloads = [
|
|
|
418
354
|
9,
|
|
419
355
|
n0,
|
|
420
356
|
_LW,
|
|
421
|
-
{
|
|
422
|
-
[_h]: ["POST", "/listWorkloads", 200],
|
|
423
|
-
},
|
|
357
|
+
{ [_h]: ["POST", "/listWorkloads", 200] },
|
|
424
358
|
() => ListWorkloadsInput,
|
|
425
359
|
() => ListWorkloadsOutput,
|
|
426
360
|
];
|
|
@@ -428,9 +362,7 @@ export var TagResource = [
|
|
|
428
362
|
9,
|
|
429
363
|
n0,
|
|
430
364
|
_TR,
|
|
431
|
-
{
|
|
432
|
-
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
433
|
-
},
|
|
365
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
434
366
|
() => TagResourceInput,
|
|
435
367
|
() => TagResourceOutput,
|
|
436
368
|
];
|
|
@@ -438,9 +370,7 @@ export var UntagResource = [
|
|
|
438
370
|
9,
|
|
439
371
|
n0,
|
|
440
372
|
_UR,
|
|
441
|
-
{
|
|
442
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
443
|
-
},
|
|
373
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
444
374
|
() => UntagResourceInput,
|
|
445
375
|
() => UntagResourceOutput,
|
|
446
376
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "./commands/CreateDeploymentCommand";
|
|
3
3
|
import { DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput } from "./commands/DeleteDeploymentCommand";
|
|
4
4
|
import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "./commands/GetDeploymentCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "./commands/CreateDeploymentCommand";
|
|
11
11
|
import { DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput } from "./commands/DeleteDeploymentCommand";
|
|
12
12
|
import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "./commands/GetDeploymentCommand";
|
|
@@ -20,7 +20,7 @@ import { ListWorkloadsCommandInput, ListWorkloadsCommandOutput } from "./command
|
|
|
20
20
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
21
21
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
22
22
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
23
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
23
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
24
24
|
export { __Client };
|
|
25
25
|
/**
|
|
26
26
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { LaunchWizardHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { LaunchWizardHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { LaunchWizardClientResolvedConfig } from "../LaunchWizardClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type LaunchWizardClientResolvedConfig } from "../LaunchWizardClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
-
import { CreateDeploymentInput, CreateDeploymentOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
+
import type { CreateDeploymentInput, CreateDeploymentOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
-
import { DeleteDeploymentInput, DeleteDeploymentOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
+
import type { DeleteDeploymentInput, DeleteDeploymentOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
-
import { GetDeploymentInput, GetDeploymentOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
+
import type { GetDeploymentInput, GetDeploymentOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
-
import { GetWorkloadInput, GetWorkloadOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
+
import type { GetWorkloadInput, GetWorkloadOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
-
import { GetWorkloadDeploymentPatternInput, GetWorkloadDeploymentPatternOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
+
import type { GetWorkloadDeploymentPatternInput, GetWorkloadDeploymentPatternOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
-
import { ListDeploymentEventsInput, ListDeploymentEventsOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
+
import type { ListDeploymentEventsInput, ListDeploymentEventsOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
-
import { ListDeploymentsInput, ListDeploymentsOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
+
import type { ListDeploymentsInput, ListDeploymentsOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
-
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
+
import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
-
import { ListWorkloadDeploymentPatternsInput, ListWorkloadDeploymentPatternsOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
+
import type { ListWorkloadDeploymentPatternsInput, ListWorkloadDeploymentPatternsOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
-
import { ListWorkloadsInput, ListWorkloadsOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
+
import type { ListWorkloadsInput, ListWorkloadsOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
-
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
+
import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
-
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { LaunchWizardClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LaunchWizardClient";
|
|
4
|
+
import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
1
|
+
import type { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -8,10 +8,19 @@ export interface ClientInputEndpointParameters {
|
|
|
8
8
|
useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
9
9
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
10
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
11
14
|
export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
|
|
12
15
|
defaultSigningName: string;
|
|
13
16
|
};
|
|
17
|
+
/**
|
|
18
|
+
* @internal
|
|
19
|
+
*/
|
|
14
20
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
|
|
21
|
+
/**
|
|
22
|
+
* @internal
|
|
23
|
+
*/
|
|
15
24
|
export declare const commonParams: {
|
|
16
25
|
readonly UseFIPS: {
|
|
17
26
|
readonly type: "builtInParams";
|
|
@@ -30,6 +39,9 @@ export declare const commonParams: {
|
|
|
30
39
|
readonly name: "useDualstackEndpoint";
|
|
31
40
|
};
|
|
32
41
|
};
|
|
42
|
+
/**
|
|
43
|
+
* @internal
|
|
44
|
+
*/
|
|
33
45
|
export interface EndpointParameters extends __EndpointParameters {
|
|
34
46
|
Region?: string | undefined;
|
|
35
47
|
UseDualStack?: boolean | undefined;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import { EndpointV2, Logger } from "@smithy/types";
|
|
2
|
-
import { EndpointParameters } from "./EndpointParameters";
|
|
1
|
+
import type { EndpointV2, Logger } from "@smithy/types";
|
|
2
|
+
import type { EndpointParameters } from "./EndpointParameters";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
3
6
|
export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
|
|
4
7
|
logger?: Logger;
|
|
5
8
|
}) => EndpointV2;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
3
|
-
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
|
-
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
1
|
+
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
3
|
+
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
|
+
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
6
6
|
* @internal
|
|
7
7
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { LaunchWizardServiceException as __BaseException } from "./LaunchWizardServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>An internal error has occurred. Retry your request, but if the problem persists, contact
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDeploymentEventsCommandInput, ListDeploymentEventsCommandOutput } from "../commands/ListDeploymentEventsCommand";
|
|
3
3
|
import { LaunchWizardPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "../commands/ListDeploymentsCommand";
|
|
3
3
|
import { LaunchWizardPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListWorkloadDeploymentPatternsCommandInput, ListWorkloadDeploymentPatternsCommandOutput } from "../commands/ListWorkloadDeploymentPatternsCommand";
|
|
3
3
|
import { LaunchWizardPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListWorkloadsCommandInput, ListWorkloadsCommandOutput } from "../commands/ListWorkloadsCommand";
|
|
3
3
|
import { LaunchWizardPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
1
|
+
import type { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
2
|
export declare var CreateDeploymentInput: StaticStructureSchema;
|
|
3
3
|
export declare var CreateDeploymentOutput: StaticStructureSchema;
|
|
4
4
|
export declare var DeleteDeploymentInput: StaticStructureSchema;
|
|
@@ -37,7 +37,6 @@ export declare var WorkloadData: StaticStructureSchema;
|
|
|
37
37
|
export declare var WorkloadDataSummary: StaticStructureSchema;
|
|
38
38
|
export declare var WorkloadDeploymentPatternData: StaticStructureSchema;
|
|
39
39
|
export declare var WorkloadDeploymentPatternDataSummary: StaticStructureSchema;
|
|
40
|
-
export declare var __Unit: "unit";
|
|
41
40
|
export declare var LaunchWizardServiceException: StaticErrorSchema;
|
|
42
41
|
export declare var AllowedValues: number;
|
|
43
42
|
export declare var DeploymentDataSummaryList: StaticListSchema;
|
|
@@ -20,13 +20,12 @@ import {
|
|
|
20
20
|
} from "@smithy/middleware-retry";
|
|
21
21
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
22
|
import {
|
|
23
|
-
Client as __Client,
|
|
24
23
|
DefaultsMode as __DefaultsMode,
|
|
25
24
|
SmithyConfiguration as __SmithyConfiguration,
|
|
26
25
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
|
+
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
-
AwsCredentialIdentityProvider,
|
|
30
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -39,9 +38,10 @@ import {
|
|
|
39
38
|
HttpResponse,
|
|
40
39
|
Logger as __Logger,
|
|
41
40
|
Provider as __Provider,
|
|
42
|
-
Provider,
|
|
43
41
|
StreamCollector as __StreamCollector,
|
|
44
42
|
UrlParser as __UrlParser,
|
|
43
|
+
AwsCredentialIdentityProvider,
|
|
44
|
+
Provider,
|
|
45
45
|
UserAgent as __UserAgent,
|
|
46
46
|
} from "@smithy/types";
|
|
47
47
|
import {
|
|
@@ -43,7 +43,6 @@ export declare var WorkloadData: StaticStructureSchema;
|
|
|
43
43
|
export declare var WorkloadDataSummary: StaticStructureSchema;
|
|
44
44
|
export declare var WorkloadDeploymentPatternData: StaticStructureSchema;
|
|
45
45
|
export declare var WorkloadDeploymentPatternDataSummary: StaticStructureSchema;
|
|
46
|
-
export declare var __Unit: "unit";
|
|
47
46
|
export declare var LaunchWizardServiceException: StaticErrorSchema;
|
|
48
47
|
export declare var AllowedValues: number;
|
|
49
48
|
export declare var DeploymentDataSummaryList: StaticListSchema;
|
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.947.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",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
12
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
13
13
|
"extract:docs": "api-extractor run --local",
|
|
14
|
-
"generate:client": "node ../../scripts/generate-clients/single-service --solo launch-wizard"
|
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service --solo launch-wizard",
|
|
15
|
+
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
17
18
|
"types": "./dist-types/index.d.ts",
|
|
@@ -20,38 +21,38 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/core": "3.947.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.947.0",
|
|
25
26
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
27
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
28
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.947.0",
|
|
29
30
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
31
|
"@aws-sdk/types": "3.936.0",
|
|
31
32
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
33
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.947.0",
|
|
34
35
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
36
|
+
"@smithy/core": "^3.18.7",
|
|
36
37
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
38
|
"@smithy/hash-node": "^4.2.5",
|
|
38
39
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
40
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.3.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.14",
|
|
42
43
|
"@smithy/middleware-serde": "^4.2.6",
|
|
43
44
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
45
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
46
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
47
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
48
49
|
"@smithy/types": "^4.9.0",
|
|
49
50
|
"@smithy/url-parser": "^4.2.5",
|
|
50
51
|
"@smithy/util-base64": "^4.3.0",
|
|
51
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.13",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.16",
|
|
55
56
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
57
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
58
|
"@smithy/util-retry": "^4.2.5",
|