@aws-sdk/client-launch-wizard 3.987.0 → 3.989.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 +34 -575
- package/dist-cjs/models/LaunchWizardServiceException.js +12 -0
- package/dist-cjs/models/errors.js +56 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +454 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +43 -37
- package/dist-types/schemas/schemas_0.d.ts +12 -5
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -5
- package/package.json +13 -13
|
@@ -70,10 +70,10 @@ const _WDPDSL = "WorkloadDeploymentPatternDataSummaryList";
|
|
|
70
70
|
const _WDS = "WorkloadDataSummary";
|
|
71
71
|
const _WDSL = "WorkloadDataSummaryList";
|
|
72
72
|
const _aV = "allowedValues";
|
|
73
|
-
const _c = "
|
|
73
|
+
const _c = "client";
|
|
74
74
|
const _cA = "createdAt";
|
|
75
|
-
const
|
|
76
|
-
const
|
|
75
|
+
const _co = "comparator";
|
|
76
|
+
const _con = "conditionals";
|
|
77
77
|
const _d = "description";
|
|
78
78
|
const _dA = "deletedAt";
|
|
79
79
|
const _dAe = "deploymentArn";
|
|
@@ -105,11 +105,11 @@ const _pN = "patternName";
|
|
|
105
105
|
const _r = "required";
|
|
106
106
|
const _rA = "resourceArn";
|
|
107
107
|
const _rG = "resourceGroup";
|
|
108
|
-
const _s = "
|
|
108
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.launchwizard";
|
|
109
109
|
const _sM = "statusMessage";
|
|
110
110
|
const _sR = "statusReason";
|
|
111
111
|
const _se = "server";
|
|
112
|
-
const
|
|
112
|
+
const _sp = "specifications";
|
|
113
113
|
const _st = "status";
|
|
114
114
|
const _t = "tags";
|
|
115
115
|
const _tK = "tagKeys";
|
|
@@ -126,9 +126,41 @@ const n0 = "com.amazonaws.launchwizard";
|
|
|
126
126
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
127
127
|
import { InternalServerException, ResourceLimitException, ResourceNotFoundException, ValidationException, } from "../models/errors";
|
|
128
128
|
import { LaunchWizardServiceException } from "../models/LaunchWizardServiceException";
|
|
129
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
130
|
+
export var LaunchWizardServiceException$ = [-3, _s, "LaunchWizardServiceException", 0, [], []];
|
|
131
|
+
_s_registry.registerError(LaunchWizardServiceException$, LaunchWizardServiceException);
|
|
132
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
133
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
134
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
135
|
+
[_m],
|
|
136
|
+
[0]
|
|
137
|
+
];
|
|
138
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
139
|
+
export var ResourceLimitException$ = [-3, n0, _RLE,
|
|
140
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
141
|
+
[_m],
|
|
142
|
+
[0]
|
|
143
|
+
];
|
|
144
|
+
n0_registry.registerError(ResourceLimitException$, ResourceLimitException);
|
|
145
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
146
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
147
|
+
[_m],
|
|
148
|
+
[0]
|
|
149
|
+
];
|
|
150
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
151
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
152
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
153
|
+
[_m],
|
|
154
|
+
[0]
|
|
155
|
+
];
|
|
156
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
157
|
+
export const errorTypeRegistries = [
|
|
158
|
+
_s_registry,
|
|
159
|
+
n0_registry,
|
|
160
|
+
];
|
|
129
161
|
export var CreateDeploymentInput$ = [3, n0, _CDI,
|
|
130
162
|
0,
|
|
131
|
-
[_wN, _dPN, _n,
|
|
163
|
+
[_wN, _dPN, _n, _sp, _dR, _t],
|
|
132
164
|
[0, 0, 0, [() => DeploymentSpecifications, 0], 2, 128 | 0], 4
|
|
133
165
|
];
|
|
134
166
|
export var CreateDeploymentOutput$ = [3, n0, _CDO,
|
|
@@ -148,12 +180,12 @@ export var DeleteDeploymentOutput$ = [3, n0, _DDO,
|
|
|
148
180
|
];
|
|
149
181
|
export var DeploymentConditionalField$ = [3, n0, _DCF,
|
|
150
182
|
0,
|
|
151
|
-
[_n, _v,
|
|
183
|
+
[_n, _v, _co],
|
|
152
184
|
[0, 0, 0]
|
|
153
185
|
];
|
|
154
186
|
export var DeploymentData$ = [3, n0, _DD,
|
|
155
187
|
0,
|
|
156
|
-
[_n, _i, _wN, _pN, _st, _cA, _mA,
|
|
188
|
+
[_n, _i, _wN, _pN, _st, _cA, _mA, _sp, _rG, _dA, _t, _dAe],
|
|
157
189
|
[0, 0, 0, 0, 0, 4, 4, [() => DeploymentSpecifications, 0], 0, 4, 128 | 0, 0]
|
|
158
190
|
];
|
|
159
191
|
export var DeploymentDataSummary$ = [3, n0, _DDS,
|
|
@@ -183,7 +215,7 @@ export var DeploymentPatternVersionFilter$ = [3, n0, _DPVF,
|
|
|
183
215
|
];
|
|
184
216
|
export var DeploymentSpecificationsField$ = [3, n0, _DSF,
|
|
185
217
|
0,
|
|
186
|
-
[_n, _d, _aV, _r,
|
|
218
|
+
[_n, _d, _aV, _r, _con],
|
|
187
219
|
[0, 0, 64 | 0, 0, () => SpecificationsConditionalData]
|
|
188
220
|
];
|
|
189
221
|
export var GetDeploymentInput$ = [3, n0, _GDI,
|
|
@@ -226,12 +258,6 @@ export var GetWorkloadOutput$ = [3, n0, _GWO,
|
|
|
226
258
|
[_w],
|
|
227
259
|
[() => WorkloadData$]
|
|
228
260
|
];
|
|
229
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
230
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
231
|
-
[_m],
|
|
232
|
-
[0]
|
|
233
|
-
];
|
|
234
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
235
261
|
export var ListDeploymentEventsInput$ = [3, n0, _LDEI,
|
|
236
262
|
0,
|
|
237
263
|
[_dI, _mR, _nT],
|
|
@@ -292,18 +318,6 @@ export var ListWorkloadsOutput$ = [3, n0, _LWO,
|
|
|
292
318
|
[_wo, _nT],
|
|
293
319
|
[() => WorkloadDataSummaryList, 0]
|
|
294
320
|
];
|
|
295
|
-
export var ResourceLimitException$ = [-3, n0, _RLE,
|
|
296
|
-
{ [_e]: _cl, [_hE]: 400 },
|
|
297
|
-
[_m],
|
|
298
|
-
[0]
|
|
299
|
-
];
|
|
300
|
-
TypeRegistry.for(n0).registerError(ResourceLimitException$, ResourceLimitException);
|
|
301
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
302
|
-
{ [_e]: _cl, [_hE]: 404 },
|
|
303
|
-
[_m],
|
|
304
|
-
[0]
|
|
305
|
-
];
|
|
306
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
307
321
|
export var TagResourceInput$ = [3, n0, _TRI,
|
|
308
322
|
0,
|
|
309
323
|
[_rA, _t],
|
|
@@ -326,7 +340,7 @@ export var UntagResourceOutput$ = [3, n0, _URO,
|
|
|
326
340
|
];
|
|
327
341
|
export var UpdateDeploymentInput$ = [3, n0, _UDI,
|
|
328
342
|
0,
|
|
329
|
-
[_dI,
|
|
343
|
+
[_dI, _sp, _wVN, _dPVN, _dR, _fo],
|
|
330
344
|
[0, [() => DeploymentSpecifications, 0], 0, 0, 2, 2], 2
|
|
331
345
|
];
|
|
332
346
|
export var UpdateDeploymentOutput$ = [3, n0, _UDO,
|
|
@@ -334,12 +348,6 @@ export var UpdateDeploymentOutput$ = [3, n0, _UDO,
|
|
|
334
348
|
[_de],
|
|
335
349
|
[() => DeploymentDataSummary$]
|
|
336
350
|
];
|
|
337
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
338
|
-
{ [_e]: _cl, [_hE]: 400 },
|
|
339
|
-
[_m],
|
|
340
|
-
[0]
|
|
341
|
-
];
|
|
342
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
343
351
|
export var WorkloadData$ = [3, n0, _WD,
|
|
344
352
|
0,
|
|
345
353
|
[_wN, _dN, _st, _d, _dU, _iU, _sM],
|
|
@@ -352,7 +360,7 @@ export var WorkloadDataSummary$ = [3, n0, _WDS,
|
|
|
352
360
|
];
|
|
353
361
|
export var WorkloadDeploymentPatternData$ = [3, n0, _WDPD,
|
|
354
362
|
0,
|
|
355
|
-
[_wN, _dPN, _wVN, _dPVN, _dN, _d, _st, _sM,
|
|
363
|
+
[_wN, _dPN, _wVN, _dPVN, _dN, _d, _st, _sM, _sp],
|
|
356
364
|
[0, 0, 0, 0, 0, 0, 0, 0, () => DeploymentSpecificationsData]
|
|
357
365
|
];
|
|
358
366
|
export var WorkloadDeploymentPatternDataSummary$ = [3, n0, _WDPDS,
|
|
@@ -360,8 +368,6 @@ export var WorkloadDeploymentPatternDataSummary$ = [3, n0, _WDPDS,
|
|
|
360
368
|
[_wN, _dPN, _wVN, _dPVN, _dN, _d, _st, _sM],
|
|
361
369
|
[0, 0, 0, 0, 0, 0, 0, 0]
|
|
362
370
|
];
|
|
363
|
-
export var LaunchWizardServiceException$ = [-3, _sm, "LaunchWizardServiceException", 0, [], []];
|
|
364
|
-
TypeRegistry.for(_sm).registerError(LaunchWizardServiceException$, LaunchWizardServiceException);
|
|
365
371
|
var AllowedValues = 64 | 0;
|
|
366
372
|
var DeploymentDataSummaryList = [1, n0, _DDSL,
|
|
367
373
|
0, () => DeploymentDataSummary$
|
|
@@ -1,4 +1,16 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var LaunchWizardServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
5
|
+
export declare var ResourceLimitException$: StaticErrorSchema;
|
|
6
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
7
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
8
|
+
/**
|
|
9
|
+
* TypeRegistry instances containing modeled errors.
|
|
10
|
+
* @internal
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
14
|
export declare var CreateDeploymentInput$: StaticStructureSchema;
|
|
3
15
|
export declare var CreateDeploymentOutput$: StaticStructureSchema;
|
|
4
16
|
export declare var DeleteDeploymentInput$: StaticStructureSchema;
|
|
@@ -19,7 +31,6 @@ export declare var GetWorkloadDeploymentPatternInput$: StaticStructureSchema;
|
|
|
19
31
|
export declare var GetWorkloadDeploymentPatternOutput$: StaticStructureSchema;
|
|
20
32
|
export declare var GetWorkloadInput$: StaticStructureSchema;
|
|
21
33
|
export declare var GetWorkloadOutput$: StaticStructureSchema;
|
|
22
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
23
34
|
export declare var ListDeploymentEventsInput$: StaticStructureSchema;
|
|
24
35
|
export declare var ListDeploymentEventsOutput$: StaticStructureSchema;
|
|
25
36
|
export declare var ListDeploymentPatternVersionsInput$: StaticStructureSchema;
|
|
@@ -32,20 +43,16 @@ export declare var ListWorkloadDeploymentPatternsInput$: StaticStructureSchema;
|
|
|
32
43
|
export declare var ListWorkloadDeploymentPatternsOutput$: StaticStructureSchema;
|
|
33
44
|
export declare var ListWorkloadsInput$: StaticStructureSchema;
|
|
34
45
|
export declare var ListWorkloadsOutput$: StaticStructureSchema;
|
|
35
|
-
export declare var ResourceLimitException$: StaticErrorSchema;
|
|
36
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
37
46
|
export declare var TagResourceInput$: StaticStructureSchema;
|
|
38
47
|
export declare var TagResourceOutput$: StaticStructureSchema;
|
|
39
48
|
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
40
49
|
export declare var UntagResourceOutput$: StaticStructureSchema;
|
|
41
50
|
export declare var UpdateDeploymentInput$: StaticStructureSchema;
|
|
42
51
|
export declare var UpdateDeploymentOutput$: StaticStructureSchema;
|
|
43
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
44
52
|
export declare var WorkloadData$: StaticStructureSchema;
|
|
45
53
|
export declare var WorkloadDataSummary$: StaticStructureSchema;
|
|
46
54
|
export declare var WorkloadDeploymentPatternData$: StaticStructureSchema;
|
|
47
55
|
export declare var WorkloadDeploymentPatternDataSummary$: StaticStructureSchema;
|
|
48
|
-
export declare var LaunchWizardServiceException$: StaticErrorSchema;
|
|
49
56
|
export declare var CreateDeployment$: StaticOperationSchema;
|
|
50
57
|
export declare var DeleteDeployment$: StaticOperationSchema;
|
|
51
58
|
export declare var GetDeployment$: StaticOperationSchema;
|
|
@@ -1,8 +1,15 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var LaunchWizardServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
9
|
+
export declare var ResourceLimitException$: StaticErrorSchema;
|
|
10
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
11
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
12
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
6
13
|
export declare var CreateDeploymentInput$: StaticStructureSchema;
|
|
7
14
|
export declare var CreateDeploymentOutput$: StaticStructureSchema;
|
|
8
15
|
export declare var DeleteDeploymentInput$: StaticStructureSchema;
|
|
@@ -23,7 +30,6 @@ export declare var GetWorkloadDeploymentPatternInput$: StaticStructureSchema;
|
|
|
23
30
|
export declare var GetWorkloadDeploymentPatternOutput$: StaticStructureSchema;
|
|
24
31
|
export declare var GetWorkloadInput$: StaticStructureSchema;
|
|
25
32
|
export declare var GetWorkloadOutput$: StaticStructureSchema;
|
|
26
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
27
33
|
export declare var ListDeploymentEventsInput$: StaticStructureSchema;
|
|
28
34
|
export declare var ListDeploymentEventsOutput$: StaticStructureSchema;
|
|
29
35
|
export declare var ListDeploymentPatternVersionsInput$: StaticStructureSchema;
|
|
@@ -36,20 +42,16 @@ export declare var ListWorkloadDeploymentPatternsInput$: StaticStructureSchema;
|
|
|
36
42
|
export declare var ListWorkloadDeploymentPatternsOutput$: StaticStructureSchema;
|
|
37
43
|
export declare var ListWorkloadsInput$: StaticStructureSchema;
|
|
38
44
|
export declare var ListWorkloadsOutput$: StaticStructureSchema;
|
|
39
|
-
export declare var ResourceLimitException$: StaticErrorSchema;
|
|
40
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
41
45
|
export declare var TagResourceInput$: StaticStructureSchema;
|
|
42
46
|
export declare var TagResourceOutput$: StaticStructureSchema;
|
|
43
47
|
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
44
48
|
export declare var UntagResourceOutput$: StaticStructureSchema;
|
|
45
49
|
export declare var UpdateDeploymentInput$: StaticStructureSchema;
|
|
46
50
|
export declare var UpdateDeploymentOutput$: StaticStructureSchema;
|
|
47
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
48
51
|
export declare var WorkloadData$: StaticStructureSchema;
|
|
49
52
|
export declare var WorkloadDataSummary$: StaticStructureSchema;
|
|
50
53
|
export declare var WorkloadDeploymentPatternData$: StaticStructureSchema;
|
|
51
54
|
export declare var WorkloadDeploymentPatternDataSummary$: StaticStructureSchema;
|
|
52
|
-
export declare var LaunchWizardServiceException$: StaticErrorSchema;
|
|
53
55
|
export declare var CreateDeployment$: StaticOperationSchema;
|
|
54
56
|
export declare var DeleteDeployment$: StaticOperationSchema;
|
|
55
57
|
export declare var GetDeployment$: StaticOperationSchema;
|
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.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-launch-wizard",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|