@aws-sdk/client-launch-wizard 3.987.0 → 3.988.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.
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LaunchWizardServiceException = exports.__ServiceException = void 0;
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
+ class LaunchWizardServiceException extends smithy_client_1.ServiceException {
7
+ constructor(options) {
8
+ super(options);
9
+ Object.setPrototypeOf(this, LaunchWizardServiceException.prototype);
10
+ }
11
+ }
12
+ exports.LaunchWizardServiceException = LaunchWizardServiceException;
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ValidationException = exports.ResourceNotFoundException = exports.ResourceLimitException = exports.InternalServerException = void 0;
4
+ const LaunchWizardServiceException_1 = require("./LaunchWizardServiceException");
5
+ class InternalServerException extends LaunchWizardServiceException_1.LaunchWizardServiceException {
6
+ name = "InternalServerException";
7
+ $fault = "server";
8
+ constructor(opts) {
9
+ super({
10
+ name: "InternalServerException",
11
+ $fault: "server",
12
+ ...opts,
13
+ });
14
+ Object.setPrototypeOf(this, InternalServerException.prototype);
15
+ }
16
+ }
17
+ exports.InternalServerException = InternalServerException;
18
+ class ResourceLimitException extends LaunchWizardServiceException_1.LaunchWizardServiceException {
19
+ name = "ResourceLimitException";
20
+ $fault = "client";
21
+ constructor(opts) {
22
+ super({
23
+ name: "ResourceLimitException",
24
+ $fault: "client",
25
+ ...opts,
26
+ });
27
+ Object.setPrototypeOf(this, ResourceLimitException.prototype);
28
+ }
29
+ }
30
+ exports.ResourceLimitException = ResourceLimitException;
31
+ class ResourceNotFoundException extends LaunchWizardServiceException_1.LaunchWizardServiceException {
32
+ name = "ResourceNotFoundException";
33
+ $fault = "client";
34
+ constructor(opts) {
35
+ super({
36
+ name: "ResourceNotFoundException",
37
+ $fault: "client",
38
+ ...opts,
39
+ });
40
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
41
+ }
42
+ }
43
+ exports.ResourceNotFoundException = ResourceNotFoundException;
44
+ class ValidationException extends LaunchWizardServiceException_1.LaunchWizardServiceException {
45
+ name = "ValidationException";
46
+ $fault = "client";
47
+ constructor(opts) {
48
+ super({
49
+ name: "ValidationException",
50
+ $fault: "client",
51
+ ...opts,
52
+ });
53
+ Object.setPrototypeOf(this, ValidationException.prototype);
54
+ }
55
+ }
56
+ exports.ValidationException = ValidationException;
@@ -9,6 +9,7 @@ const util_base64_1 = require("@smithy/util-base64");
9
9
  const util_utf8_1 = require("@smithy/util-utf8");
10
10
  const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
11
11
  const endpointResolver_1 = require("./endpoint/endpointResolver");
12
+ const schemas_0_1 = require("./schemas/schemas_0");
12
13
  const getRuntimeConfig = (config) => {
13
14
  return {
14
15
  apiVersion: "2018-05-10",
@@ -29,6 +30,7 @@ const getRuntimeConfig = (config) => {
29
30
  protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
30
31
  protocolSettings: config?.protocolSettings ?? {
31
32
  defaultNamespace: "com.amazonaws.launchwizard",
33
+ errorTypeRegistries: schemas_0_1.errorTypeRegistries,
32
34
  version: "2018-05-10",
33
35
  serviceTarget: "LaunchWizard",
34
36
  },
@@ -0,0 +1,454 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteDeployment$ = exports.CreateDeployment$ = exports.WorkloadDeploymentPatternDataSummary$ = exports.WorkloadDeploymentPatternData$ = exports.WorkloadDataSummary$ = exports.WorkloadData$ = exports.UpdateDeploymentOutput$ = exports.UpdateDeploymentInput$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.ListWorkloadsOutput$ = exports.ListWorkloadsInput$ = exports.ListWorkloadDeploymentPatternsOutput$ = exports.ListWorkloadDeploymentPatternsInput$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListDeploymentsOutput$ = exports.ListDeploymentsInput$ = exports.ListDeploymentPatternVersionsOutput$ = exports.ListDeploymentPatternVersionsInput$ = exports.ListDeploymentEventsOutput$ = exports.ListDeploymentEventsInput$ = exports.GetWorkloadOutput$ = exports.GetWorkloadInput$ = exports.GetWorkloadDeploymentPatternOutput$ = exports.GetWorkloadDeploymentPatternInput$ = exports.GetDeploymentPatternVersionOutput$ = exports.GetDeploymentPatternVersionInput$ = exports.GetDeploymentOutput$ = exports.GetDeploymentInput$ = exports.DeploymentSpecificationsField$ = exports.DeploymentPatternVersionFilter$ = exports.DeploymentPatternVersionDataSummary$ = exports.DeploymentFilter$ = exports.DeploymentEventDataSummary$ = exports.DeploymentDataSummary$ = exports.DeploymentData$ = exports.DeploymentConditionalField$ = exports.DeleteDeploymentOutput$ = exports.DeleteDeploymentInput$ = exports.CreateDeploymentOutput$ = exports.CreateDeploymentInput$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ResourceNotFoundException$ = exports.ResourceLimitException$ = exports.InternalServerException$ = exports.LaunchWizardServiceException$ = void 0;
4
+ exports.UpdateDeployment$ = exports.UntagResource$ = exports.TagResource$ = exports.ListWorkloads$ = exports.ListWorkloadDeploymentPatterns$ = exports.ListTagsForResource$ = exports.ListDeployments$ = exports.ListDeploymentPatternVersions$ = exports.ListDeploymentEvents$ = exports.GetWorkloadDeploymentPattern$ = exports.GetWorkload$ = exports.GetDeploymentPatternVersion$ = exports.GetDeployment$ = void 0;
5
+ const _CD = "CreateDeployment";
6
+ const _CDI = "CreateDeploymentInput";
7
+ const _CDO = "CreateDeploymentOutput";
8
+ const _DCF = "DeploymentConditionalField";
9
+ const _DD = "DeploymentData";
10
+ const _DDI = "DeleteDeploymentInput";
11
+ const _DDO = "DeleteDeploymentOutput";
12
+ const _DDS = "DeploymentDataSummary";
13
+ const _DDSL = "DeploymentDataSummaryList";
14
+ const _DDe = "DeleteDeployment";
15
+ const _DEDS = "DeploymentEventDataSummary";
16
+ const _DEDSL = "DeploymentEventDataSummaryList";
17
+ const _DF = "DeploymentFilter";
18
+ const _DFL = "DeploymentFilterList";
19
+ const _DPVDS = "DeploymentPatternVersionDataSummary";
20
+ const _DPVDSL = "DeploymentPatternVersionDataSummaryList";
21
+ const _DPVF = "DeploymentPatternVersionFilter";
22
+ const _DS = "DeploymentSpecifications";
23
+ const _DSD = "DeploymentSpecificationsData";
24
+ const _DSF = "DeploymentSpecificationsField";
25
+ const _FL = "FilterList";
26
+ const _GD = "GetDeployment";
27
+ const _GDI = "GetDeploymentInput";
28
+ const _GDO = "GetDeploymentOutput";
29
+ const _GDPV = "GetDeploymentPatternVersion";
30
+ const _GDPVI = "GetDeploymentPatternVersionInput";
31
+ const _GDPVO = "GetDeploymentPatternVersionOutput";
32
+ const _GW = "GetWorkload";
33
+ const _GWDP = "GetWorkloadDeploymentPattern";
34
+ const _GWDPI = "GetWorkloadDeploymentPatternInput";
35
+ const _GWDPO = "GetWorkloadDeploymentPatternOutput";
36
+ const _GWI = "GetWorkloadInput";
37
+ const _GWO = "GetWorkloadOutput";
38
+ const _ISE = "InternalServerException";
39
+ const _LD = "ListDeployments";
40
+ const _LDE = "ListDeploymentEvents";
41
+ const _LDEI = "ListDeploymentEventsInput";
42
+ const _LDEO = "ListDeploymentEventsOutput";
43
+ const _LDI = "ListDeploymentsInput";
44
+ const _LDO = "ListDeploymentsOutput";
45
+ const _LDPV = "ListDeploymentPatternVersions";
46
+ const _LDPVI = "ListDeploymentPatternVersionsInput";
47
+ const _LDPVO = "ListDeploymentPatternVersionsOutput";
48
+ const _LTFR = "ListTagsForResource";
49
+ const _LTFRI = "ListTagsForResourceInput";
50
+ const _LTFRO = "ListTagsForResourceOutput";
51
+ const _LW = "ListWorkloads";
52
+ const _LWDP = "ListWorkloadDeploymentPatterns";
53
+ const _LWDPI = "ListWorkloadDeploymentPatternsInput";
54
+ const _LWDPO = "ListWorkloadDeploymentPatternsOutput";
55
+ const _LWI = "ListWorkloadsInput";
56
+ const _LWO = "ListWorkloadsOutput";
57
+ const _RLE = "ResourceLimitException";
58
+ const _RNFE = "ResourceNotFoundException";
59
+ const _SCD = "SpecificationsConditionalData";
60
+ const _TR = "TagResource";
61
+ const _TRI = "TagResourceInput";
62
+ const _TRO = "TagResourceOutput";
63
+ const _UD = "UpdateDeployment";
64
+ const _UDI = "UpdateDeploymentInput";
65
+ const _UDO = "UpdateDeploymentOutput";
66
+ const _UR = "UntagResource";
67
+ const _URI = "UntagResourceInput";
68
+ const _URO = "UntagResourceOutput";
69
+ const _VE = "ValidationException";
70
+ const _WD = "WorkloadData";
71
+ const _WDPD = "WorkloadDeploymentPatternData";
72
+ const _WDPDS = "WorkloadDeploymentPatternDataSummary";
73
+ const _WDPDSL = "WorkloadDeploymentPatternDataSummaryList";
74
+ const _WDS = "WorkloadDataSummary";
75
+ const _WDSL = "WorkloadDataSummaryList";
76
+ const _aV = "allowedValues";
77
+ const _c = "client";
78
+ const _cA = "createdAt";
79
+ const _co = "comparator";
80
+ const _con = "conditionals";
81
+ const _d = "description";
82
+ const _dA = "deletedAt";
83
+ const _dAe = "deploymentArn";
84
+ const _dE = "deploymentEvents";
85
+ const _dI = "deploymentId";
86
+ const _dN = "displayName";
87
+ const _dPN = "deploymentPatternName";
88
+ const _dPV = "deploymentPatternVersion";
89
+ const _dPVN = "deploymentPatternVersionName";
90
+ const _dPVe = "deploymentPatternVersions";
91
+ const _dR = "dryRun";
92
+ const _dU = "documentationUrl";
93
+ const _de = "deployment";
94
+ const _dep = "deployments";
95
+ const _e = "error";
96
+ const _f = "filters";
97
+ const _fo = "force";
98
+ const _h = "http";
99
+ const _hE = "httpError";
100
+ const _hQ = "httpQuery";
101
+ const _i = "id";
102
+ const _iU = "iconUrl";
103
+ const _m = "message";
104
+ const _mA = "modifiedAt";
105
+ const _mR = "maxResults";
106
+ const _n = "name";
107
+ const _nT = "nextToken";
108
+ const _pN = "patternName";
109
+ const _r = "required";
110
+ const _rA = "resourceArn";
111
+ const _rG = "resourceGroup";
112
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.launchwizard";
113
+ const _sM = "statusMessage";
114
+ const _sR = "statusReason";
115
+ const _se = "server";
116
+ const _sp = "specifications";
117
+ const _st = "status";
118
+ const _t = "tags";
119
+ const _tK = "tagKeys";
120
+ const _ti = "timestamp";
121
+ const _v = "value";
122
+ const _va = "values";
123
+ const _w = "workload";
124
+ const _wDP = "workloadDeploymentPattern";
125
+ const _wDPo = "workloadDeploymentPatterns";
126
+ const _wN = "workloadName";
127
+ const _wVN = "workloadVersionName";
128
+ const _wo = "workloads";
129
+ const n0 = "com.amazonaws.launchwizard";
130
+ const schema_1 = require("@smithy/core/schema");
131
+ const errors_1 = require("../models/errors");
132
+ const LaunchWizardServiceException_1 = require("../models/LaunchWizardServiceException");
133
+ const _s_registry = schema_1.TypeRegistry.for(_s);
134
+ exports.LaunchWizardServiceException$ = [-3, _s, "LaunchWizardServiceException", 0, [], []];
135
+ _s_registry.registerError(exports.LaunchWizardServiceException$, LaunchWizardServiceException_1.LaunchWizardServiceException);
136
+ const n0_registry = schema_1.TypeRegistry.for(n0);
137
+ exports.InternalServerException$ = [-3, n0, _ISE,
138
+ { [_e]: _se, [_hE]: 500 },
139
+ [_m],
140
+ [0]
141
+ ];
142
+ n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
143
+ exports.ResourceLimitException$ = [-3, n0, _RLE,
144
+ { [_e]: _c, [_hE]: 400 },
145
+ [_m],
146
+ [0]
147
+ ];
148
+ n0_registry.registerError(exports.ResourceLimitException$, errors_1.ResourceLimitException);
149
+ exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
150
+ { [_e]: _c, [_hE]: 404 },
151
+ [_m],
152
+ [0]
153
+ ];
154
+ n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
155
+ exports.ValidationException$ = [-3, n0, _VE,
156
+ { [_e]: _c, [_hE]: 400 },
157
+ [_m],
158
+ [0]
159
+ ];
160
+ n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
161
+ exports.errorTypeRegistries = [
162
+ _s_registry,
163
+ n0_registry,
164
+ ];
165
+ exports.CreateDeploymentInput$ = [3, n0, _CDI,
166
+ 0,
167
+ [_wN, _dPN, _n, _sp, _dR, _t],
168
+ [0, 0, 0, [() => DeploymentSpecifications, 0], 2, 128 | 0], 4
169
+ ];
170
+ exports.CreateDeploymentOutput$ = [3, n0, _CDO,
171
+ 0,
172
+ [_dI],
173
+ [0]
174
+ ];
175
+ exports.DeleteDeploymentInput$ = [3, n0, _DDI,
176
+ 0,
177
+ [_dI],
178
+ [0], 1
179
+ ];
180
+ exports.DeleteDeploymentOutput$ = [3, n0, _DDO,
181
+ 0,
182
+ [_st, _sR],
183
+ [0, 0]
184
+ ];
185
+ exports.DeploymentConditionalField$ = [3, n0, _DCF,
186
+ 0,
187
+ [_n, _v, _co],
188
+ [0, 0, 0]
189
+ ];
190
+ exports.DeploymentData$ = [3, n0, _DD,
191
+ 0,
192
+ [_n, _i, _wN, _pN, _st, _cA, _mA, _sp, _rG, _dA, _t, _dAe],
193
+ [0, 0, 0, 0, 0, 4, 4, [() => DeploymentSpecifications, 0], 0, 4, 128 | 0, 0]
194
+ ];
195
+ exports.DeploymentDataSummary$ = [3, n0, _DDS,
196
+ 0,
197
+ [_n, _i, _wN, _pN, _st, _cA, _mA],
198
+ [0, 0, 0, 0, 0, 4, 4]
199
+ ];
200
+ exports.DeploymentEventDataSummary$ = [3, n0, _DEDS,
201
+ 0,
202
+ [_n, _d, _st, _sR, _ti],
203
+ [0, 0, 0, 0, 4]
204
+ ];
205
+ exports.DeploymentFilter$ = [3, n0, _DF,
206
+ 0,
207
+ [_n, _va],
208
+ [0, 64 | 0]
209
+ ];
210
+ exports.DeploymentPatternVersionDataSummary$ = [3, n0, _DPVDS,
211
+ 0,
212
+ [_dPVN, _d, _dU, _wN, _dPN],
213
+ [0, 0, 0, 0, 0]
214
+ ];
215
+ exports.DeploymentPatternVersionFilter$ = [3, n0, _DPVF,
216
+ 0,
217
+ [_n, _va],
218
+ [0, 64 | 0], 2
219
+ ];
220
+ exports.DeploymentSpecificationsField$ = [3, n0, _DSF,
221
+ 0,
222
+ [_n, _d, _aV, _r, _con],
223
+ [0, 0, 64 | 0, 0, () => SpecificationsConditionalData]
224
+ ];
225
+ exports.GetDeploymentInput$ = [3, n0, _GDI,
226
+ 0,
227
+ [_dI],
228
+ [0], 1
229
+ ];
230
+ exports.GetDeploymentOutput$ = [3, n0, _GDO,
231
+ 0,
232
+ [_de],
233
+ [[() => exports.DeploymentData$, 0]]
234
+ ];
235
+ exports.GetDeploymentPatternVersionInput$ = [3, n0, _GDPVI,
236
+ 0,
237
+ [_wN, _dPN, _dPVN],
238
+ [0, 0, 0], 3
239
+ ];
240
+ exports.GetDeploymentPatternVersionOutput$ = [3, n0, _GDPVO,
241
+ 0,
242
+ [_dPV],
243
+ [() => exports.DeploymentPatternVersionDataSummary$]
244
+ ];
245
+ exports.GetWorkloadDeploymentPatternInput$ = [3, n0, _GWDPI,
246
+ 0,
247
+ [_wN, _dPN],
248
+ [0, 0], 2
249
+ ];
250
+ exports.GetWorkloadDeploymentPatternOutput$ = [3, n0, _GWDPO,
251
+ 0,
252
+ [_wDP],
253
+ [() => exports.WorkloadDeploymentPatternData$]
254
+ ];
255
+ exports.GetWorkloadInput$ = [3, n0, _GWI,
256
+ 0,
257
+ [_wN],
258
+ [0], 1
259
+ ];
260
+ exports.GetWorkloadOutput$ = [3, n0, _GWO,
261
+ 0,
262
+ [_w],
263
+ [() => exports.WorkloadData$]
264
+ ];
265
+ exports.ListDeploymentEventsInput$ = [3, n0, _LDEI,
266
+ 0,
267
+ [_dI, _mR, _nT],
268
+ [0, 1, 0], 1
269
+ ];
270
+ exports.ListDeploymentEventsOutput$ = [3, n0, _LDEO,
271
+ 0,
272
+ [_dE, _nT],
273
+ [() => DeploymentEventDataSummaryList, 0]
274
+ ];
275
+ exports.ListDeploymentPatternVersionsInput$ = [3, n0, _LDPVI,
276
+ 0,
277
+ [_wN, _dPN, _mR, _nT, _f],
278
+ [0, 0, 1, 0, () => FilterList], 2
279
+ ];
280
+ exports.ListDeploymentPatternVersionsOutput$ = [3, n0, _LDPVO,
281
+ 0,
282
+ [_dPVe, _nT],
283
+ [() => DeploymentPatternVersionDataSummaryList, 0]
284
+ ];
285
+ exports.ListDeploymentsInput$ = [3, n0, _LDI,
286
+ 0,
287
+ [_f, _mR, _nT],
288
+ [() => DeploymentFilterList, 1, 0]
289
+ ];
290
+ exports.ListDeploymentsOutput$ = [3, n0, _LDO,
291
+ 0,
292
+ [_dep, _nT],
293
+ [() => DeploymentDataSummaryList, 0]
294
+ ];
295
+ exports.ListTagsForResourceInput$ = [3, n0, _LTFRI,
296
+ 0,
297
+ [_rA],
298
+ [[0, 1]], 1
299
+ ];
300
+ exports.ListTagsForResourceOutput$ = [3, n0, _LTFRO,
301
+ 0,
302
+ [_t],
303
+ [128 | 0]
304
+ ];
305
+ exports.ListWorkloadDeploymentPatternsInput$ = [3, n0, _LWDPI,
306
+ 0,
307
+ [_wN, _mR, _nT],
308
+ [0, 1, 0], 1
309
+ ];
310
+ exports.ListWorkloadDeploymentPatternsOutput$ = [3, n0, _LWDPO,
311
+ 0,
312
+ [_wDPo, _nT],
313
+ [() => WorkloadDeploymentPatternDataSummaryList, 0]
314
+ ];
315
+ exports.ListWorkloadsInput$ = [3, n0, _LWI,
316
+ 0,
317
+ [_mR, _nT],
318
+ [1, 0]
319
+ ];
320
+ exports.ListWorkloadsOutput$ = [3, n0, _LWO,
321
+ 0,
322
+ [_wo, _nT],
323
+ [() => WorkloadDataSummaryList, 0]
324
+ ];
325
+ exports.TagResourceInput$ = [3, n0, _TRI,
326
+ 0,
327
+ [_rA, _t],
328
+ [[0, 1], 128 | 0], 2
329
+ ];
330
+ exports.TagResourceOutput$ = [3, n0, _TRO,
331
+ 0,
332
+ [],
333
+ []
334
+ ];
335
+ exports.UntagResourceInput$ = [3, n0, _URI,
336
+ 0,
337
+ [_rA, _tK],
338
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
339
+ ];
340
+ exports.UntagResourceOutput$ = [3, n0, _URO,
341
+ 0,
342
+ [],
343
+ []
344
+ ];
345
+ exports.UpdateDeploymentInput$ = [3, n0, _UDI,
346
+ 0,
347
+ [_dI, _sp, _wVN, _dPVN, _dR, _fo],
348
+ [0, [() => DeploymentSpecifications, 0], 0, 0, 2, 2], 2
349
+ ];
350
+ exports.UpdateDeploymentOutput$ = [3, n0, _UDO,
351
+ 0,
352
+ [_de],
353
+ [() => exports.DeploymentDataSummary$]
354
+ ];
355
+ exports.WorkloadData$ = [3, n0, _WD,
356
+ 0,
357
+ [_wN, _dN, _st, _d, _dU, _iU, _sM],
358
+ [0, 0, 0, 0, 0, 0, 0]
359
+ ];
360
+ exports.WorkloadDataSummary$ = [3, n0, _WDS,
361
+ 0,
362
+ [_wN, _dN, _st],
363
+ [0, 0, 0]
364
+ ];
365
+ exports.WorkloadDeploymentPatternData$ = [3, n0, _WDPD,
366
+ 0,
367
+ [_wN, _dPN, _wVN, _dPVN, _dN, _d, _st, _sM, _sp],
368
+ [0, 0, 0, 0, 0, 0, 0, 0, () => DeploymentSpecificationsData]
369
+ ];
370
+ exports.WorkloadDeploymentPatternDataSummary$ = [3, n0, _WDPDS,
371
+ 0,
372
+ [_wN, _dPN, _wVN, _dPVN, _dN, _d, _st, _sM],
373
+ [0, 0, 0, 0, 0, 0, 0, 0]
374
+ ];
375
+ var AllowedValues = 64 | 0;
376
+ var DeploymentDataSummaryList = [1, n0, _DDSL,
377
+ 0, () => exports.DeploymentDataSummary$
378
+ ];
379
+ var DeploymentEventDataSummaryList = [1, n0, _DEDSL,
380
+ 0, () => exports.DeploymentEventDataSummary$
381
+ ];
382
+ var DeploymentFilterList = [1, n0, _DFL,
383
+ 0, () => exports.DeploymentFilter$
384
+ ];
385
+ var DeploymentFilterValues = 64 | 0;
386
+ var DeploymentPatternVersionDataSummaryList = [1, n0, _DPVDSL,
387
+ 0, () => exports.DeploymentPatternVersionDataSummary$
388
+ ];
389
+ var DeploymentPatternVersionFilterValues = 64 | 0;
390
+ var DeploymentSpecificationsData = [1, n0, _DSD,
391
+ 0, () => exports.DeploymentSpecificationsField$
392
+ ];
393
+ var FilterList = [1, n0, _FL,
394
+ 0, () => exports.DeploymentPatternVersionFilter$
395
+ ];
396
+ var SpecificationsConditionalData = [1, n0, _SCD,
397
+ 0, () => exports.DeploymentConditionalField$
398
+ ];
399
+ var TagKeyList = 64 | 0;
400
+ var WorkloadDataSummaryList = [1, n0, _WDSL,
401
+ 0, () => exports.WorkloadDataSummary$
402
+ ];
403
+ var WorkloadDeploymentPatternDataSummaryList = [1, n0, _WDPDSL,
404
+ 0, () => exports.WorkloadDeploymentPatternDataSummary$
405
+ ];
406
+ var DeploymentSpecifications = [2, n0, _DS,
407
+ 8, 0, 0
408
+ ];
409
+ var Tags = 128 | 0;
410
+ exports.CreateDeployment$ = [9, n0, _CD,
411
+ { [_h]: ["POST", "/createDeployment", 200] }, () => exports.CreateDeploymentInput$, () => exports.CreateDeploymentOutput$
412
+ ];
413
+ exports.DeleteDeployment$ = [9, n0, _DDe,
414
+ { [_h]: ["POST", "/deleteDeployment", 200] }, () => exports.DeleteDeploymentInput$, () => exports.DeleteDeploymentOutput$
415
+ ];
416
+ exports.GetDeployment$ = [9, n0, _GD,
417
+ { [_h]: ["POST", "/getDeployment", 200] }, () => exports.GetDeploymentInput$, () => exports.GetDeploymentOutput$
418
+ ];
419
+ exports.GetDeploymentPatternVersion$ = [9, n0, _GDPV,
420
+ { [_h]: ["POST", "/getDeploymentPatternVersion", 200] }, () => exports.GetDeploymentPatternVersionInput$, () => exports.GetDeploymentPatternVersionOutput$
421
+ ];
422
+ exports.GetWorkload$ = [9, n0, _GW,
423
+ { [_h]: ["POST", "/getWorkload", 200] }, () => exports.GetWorkloadInput$, () => exports.GetWorkloadOutput$
424
+ ];
425
+ exports.GetWorkloadDeploymentPattern$ = [9, n0, _GWDP,
426
+ { [_h]: ["POST", "/getWorkloadDeploymentPattern", 200] }, () => exports.GetWorkloadDeploymentPatternInput$, () => exports.GetWorkloadDeploymentPatternOutput$
427
+ ];
428
+ exports.ListDeploymentEvents$ = [9, n0, _LDE,
429
+ { [_h]: ["POST", "/listDeploymentEvents", 200] }, () => exports.ListDeploymentEventsInput$, () => exports.ListDeploymentEventsOutput$
430
+ ];
431
+ exports.ListDeploymentPatternVersions$ = [9, n0, _LDPV,
432
+ { [_h]: ["POST", "/listDeploymentPatternVersions", 200] }, () => exports.ListDeploymentPatternVersionsInput$, () => exports.ListDeploymentPatternVersionsOutput$
433
+ ];
434
+ exports.ListDeployments$ = [9, n0, _LD,
435
+ { [_h]: ["POST", "/listDeployments", 200] }, () => exports.ListDeploymentsInput$, () => exports.ListDeploymentsOutput$
436
+ ];
437
+ exports.ListTagsForResource$ = [9, n0, _LTFR,
438
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => exports.ListTagsForResourceInput$, () => exports.ListTagsForResourceOutput$
439
+ ];
440
+ exports.ListWorkloadDeploymentPatterns$ = [9, n0, _LWDP,
441
+ { [_h]: ["POST", "/listWorkloadDeploymentPatterns", 200] }, () => exports.ListWorkloadDeploymentPatternsInput$, () => exports.ListWorkloadDeploymentPatternsOutput$
442
+ ];
443
+ exports.ListWorkloads$ = [9, n0, _LW,
444
+ { [_h]: ["POST", "/listWorkloads", 200] }, () => exports.ListWorkloadsInput$, () => exports.ListWorkloadsOutput$
445
+ ];
446
+ exports.TagResource$ = [9, n0, _TR,
447
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => exports.TagResourceInput$, () => exports.TagResourceOutput$
448
+ ];
449
+ exports.UntagResource$ = [9, n0, _UR,
450
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => exports.UntagResourceInput$, () => exports.UntagResourceOutput$
451
+ ];
452
+ exports.UpdateDeployment$ = [9, n0, _UD,
453
+ { [_h]: ["POST", "/updateDeployment", 200] }, () => exports.UpdateDeploymentInput$, () => exports.UpdateDeploymentOutput$
454
+ ];
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultLaunchWizardHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2018-05-10",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.launchwizard",
30
+ errorTypeRegistries,
29
31
  version: "2018-05-10",
30
32
  serviceTarget: "LaunchWizard",
31
33
  },