@aws-sdk/client-launch-wizard 3.986.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.
package/dist-cjs/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var LaunchWizardServiceException = require('./models/LaunchWizardServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,499 +113,6 @@ class LaunchWizardClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class LaunchWizardServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, LaunchWizardServiceException.prototype);
117
- }
118
- }
119
-
120
- class InternalServerException extends LaunchWizardServiceException {
121
- name = "InternalServerException";
122
- $fault = "server";
123
- constructor(opts) {
124
- super({
125
- name: "InternalServerException",
126
- $fault: "server",
127
- ...opts,
128
- });
129
- Object.setPrototypeOf(this, InternalServerException.prototype);
130
- }
131
- }
132
- class ResourceLimitException extends LaunchWizardServiceException {
133
- name = "ResourceLimitException";
134
- $fault = "client";
135
- constructor(opts) {
136
- super({
137
- name: "ResourceLimitException",
138
- $fault: "client",
139
- ...opts,
140
- });
141
- Object.setPrototypeOf(this, ResourceLimitException.prototype);
142
- }
143
- }
144
- class ResourceNotFoundException extends LaunchWizardServiceException {
145
- name = "ResourceNotFoundException";
146
- $fault = "client";
147
- constructor(opts) {
148
- super({
149
- name: "ResourceNotFoundException",
150
- $fault: "client",
151
- ...opts,
152
- });
153
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
154
- }
155
- }
156
- class ValidationException extends LaunchWizardServiceException {
157
- name = "ValidationException";
158
- $fault = "client";
159
- constructor(opts) {
160
- super({
161
- name: "ValidationException",
162
- $fault: "client",
163
- ...opts,
164
- });
165
- Object.setPrototypeOf(this, ValidationException.prototype);
166
- }
167
- }
168
-
169
- const _CD = "CreateDeployment";
170
- const _CDI = "CreateDeploymentInput";
171
- const _CDO = "CreateDeploymentOutput";
172
- const _DCF = "DeploymentConditionalField";
173
- const _DD = "DeploymentData";
174
- const _DDI = "DeleteDeploymentInput";
175
- const _DDO = "DeleteDeploymentOutput";
176
- const _DDS = "DeploymentDataSummary";
177
- const _DDSL = "DeploymentDataSummaryList";
178
- const _DDe = "DeleteDeployment";
179
- const _DEDS = "DeploymentEventDataSummary";
180
- const _DEDSL = "DeploymentEventDataSummaryList";
181
- const _DF = "DeploymentFilter";
182
- const _DFL = "DeploymentFilterList";
183
- const _DPVDS = "DeploymentPatternVersionDataSummary";
184
- const _DPVDSL = "DeploymentPatternVersionDataSummaryList";
185
- const _DPVF = "DeploymentPatternVersionFilter";
186
- const _DS = "DeploymentSpecifications";
187
- const _DSD = "DeploymentSpecificationsData";
188
- const _DSF = "DeploymentSpecificationsField";
189
- const _FL = "FilterList";
190
- const _GD = "GetDeployment";
191
- const _GDI = "GetDeploymentInput";
192
- const _GDO = "GetDeploymentOutput";
193
- const _GDPV = "GetDeploymentPatternVersion";
194
- const _GDPVI = "GetDeploymentPatternVersionInput";
195
- const _GDPVO = "GetDeploymentPatternVersionOutput";
196
- const _GW = "GetWorkload";
197
- const _GWDP = "GetWorkloadDeploymentPattern";
198
- const _GWDPI = "GetWorkloadDeploymentPatternInput";
199
- const _GWDPO = "GetWorkloadDeploymentPatternOutput";
200
- const _GWI = "GetWorkloadInput";
201
- const _GWO = "GetWorkloadOutput";
202
- const _ISE = "InternalServerException";
203
- const _LD = "ListDeployments";
204
- const _LDE = "ListDeploymentEvents";
205
- const _LDEI = "ListDeploymentEventsInput";
206
- const _LDEO = "ListDeploymentEventsOutput";
207
- const _LDI = "ListDeploymentsInput";
208
- const _LDO = "ListDeploymentsOutput";
209
- const _LDPV = "ListDeploymentPatternVersions";
210
- const _LDPVI = "ListDeploymentPatternVersionsInput";
211
- const _LDPVO = "ListDeploymentPatternVersionsOutput";
212
- const _LTFR = "ListTagsForResource";
213
- const _LTFRI = "ListTagsForResourceInput";
214
- const _LTFRO = "ListTagsForResourceOutput";
215
- const _LW = "ListWorkloads";
216
- const _LWDP = "ListWorkloadDeploymentPatterns";
217
- const _LWDPI = "ListWorkloadDeploymentPatternsInput";
218
- const _LWDPO = "ListWorkloadDeploymentPatternsOutput";
219
- const _LWI = "ListWorkloadsInput";
220
- const _LWO = "ListWorkloadsOutput";
221
- const _RLE = "ResourceLimitException";
222
- const _RNFE = "ResourceNotFoundException";
223
- const _SCD = "SpecificationsConditionalData";
224
- const _TR = "TagResource";
225
- const _TRI = "TagResourceInput";
226
- const _TRO = "TagResourceOutput";
227
- const _UD = "UpdateDeployment";
228
- const _UDI = "UpdateDeploymentInput";
229
- const _UDO = "UpdateDeploymentOutput";
230
- const _UR = "UntagResource";
231
- const _URI = "UntagResourceInput";
232
- const _URO = "UntagResourceOutput";
233
- const _VE = "ValidationException";
234
- const _WD = "WorkloadData";
235
- const _WDPD = "WorkloadDeploymentPatternData";
236
- const _WDPDS = "WorkloadDeploymentPatternDataSummary";
237
- const _WDPDSL = "WorkloadDeploymentPatternDataSummaryList";
238
- const _WDS = "WorkloadDataSummary";
239
- const _WDSL = "WorkloadDataSummaryList";
240
- const _aV = "allowedValues";
241
- const _c = "comparator";
242
- const _cA = "createdAt";
243
- const _cl = "client";
244
- const _co = "conditionals";
245
- const _d = "description";
246
- const _dA = "deletedAt";
247
- const _dAe = "deploymentArn";
248
- const _dE = "deploymentEvents";
249
- const _dI = "deploymentId";
250
- const _dN = "displayName";
251
- const _dPN = "deploymentPatternName";
252
- const _dPV = "deploymentPatternVersion";
253
- const _dPVN = "deploymentPatternVersionName";
254
- const _dPVe = "deploymentPatternVersions";
255
- const _dR = "dryRun";
256
- const _dU = "documentationUrl";
257
- const _de = "deployment";
258
- const _dep = "deployments";
259
- const _e = "error";
260
- const _f = "filters";
261
- const _fo = "force";
262
- const _h = "http";
263
- const _hE = "httpError";
264
- const _hQ = "httpQuery";
265
- const _i = "id";
266
- const _iU = "iconUrl";
267
- const _m = "message";
268
- const _mA = "modifiedAt";
269
- const _mR = "maxResults";
270
- const _n = "name";
271
- const _nT = "nextToken";
272
- const _pN = "patternName";
273
- const _r = "required";
274
- const _rA = "resourceArn";
275
- const _rG = "resourceGroup";
276
- const _s = "specifications";
277
- const _sM = "statusMessage";
278
- const _sR = "statusReason";
279
- const _se = "server";
280
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.launchwizard";
281
- const _st = "status";
282
- const _t = "tags";
283
- const _tK = "tagKeys";
284
- const _ti = "timestamp";
285
- const _v = "value";
286
- const _va = "values";
287
- const _w = "workload";
288
- const _wDP = "workloadDeploymentPattern";
289
- const _wDPo = "workloadDeploymentPatterns";
290
- const _wN = "workloadName";
291
- const _wVN = "workloadVersionName";
292
- const _wo = "workloads";
293
- const n0 = "com.amazonaws.launchwizard";
294
- var CreateDeploymentInput$ = [3, n0, _CDI,
295
- 0,
296
- [_wN, _dPN, _n, _s, _dR, _t],
297
- [0, 0, 0, [() => DeploymentSpecifications, 0], 2, 128 | 0], 4
298
- ];
299
- var CreateDeploymentOutput$ = [3, n0, _CDO,
300
- 0,
301
- [_dI],
302
- [0]
303
- ];
304
- var DeleteDeploymentInput$ = [3, n0, _DDI,
305
- 0,
306
- [_dI],
307
- [0], 1
308
- ];
309
- var DeleteDeploymentOutput$ = [3, n0, _DDO,
310
- 0,
311
- [_st, _sR],
312
- [0, 0]
313
- ];
314
- var DeploymentConditionalField$ = [3, n0, _DCF,
315
- 0,
316
- [_n, _v, _c],
317
- [0, 0, 0]
318
- ];
319
- var DeploymentData$ = [3, n0, _DD,
320
- 0,
321
- [_n, _i, _wN, _pN, _st, _cA, _mA, _s, _rG, _dA, _t, _dAe],
322
- [0, 0, 0, 0, 0, 4, 4, [() => DeploymentSpecifications, 0], 0, 4, 128 | 0, 0]
323
- ];
324
- var DeploymentDataSummary$ = [3, n0, _DDS,
325
- 0,
326
- [_n, _i, _wN, _pN, _st, _cA, _mA],
327
- [0, 0, 0, 0, 0, 4, 4]
328
- ];
329
- var DeploymentEventDataSummary$ = [3, n0, _DEDS,
330
- 0,
331
- [_n, _d, _st, _sR, _ti],
332
- [0, 0, 0, 0, 4]
333
- ];
334
- var DeploymentFilter$ = [3, n0, _DF,
335
- 0,
336
- [_n, _va],
337
- [0, 64 | 0]
338
- ];
339
- var DeploymentPatternVersionDataSummary$ = [3, n0, _DPVDS,
340
- 0,
341
- [_dPVN, _d, _dU, _wN, _dPN],
342
- [0, 0, 0, 0, 0]
343
- ];
344
- var DeploymentPatternVersionFilter$ = [3, n0, _DPVF,
345
- 0,
346
- [_n, _va],
347
- [0, 64 | 0], 2
348
- ];
349
- var DeploymentSpecificationsField$ = [3, n0, _DSF,
350
- 0,
351
- [_n, _d, _aV, _r, _co],
352
- [0, 0, 64 | 0, 0, () => SpecificationsConditionalData]
353
- ];
354
- var GetDeploymentInput$ = [3, n0, _GDI,
355
- 0,
356
- [_dI],
357
- [0], 1
358
- ];
359
- var GetDeploymentOutput$ = [3, n0, _GDO,
360
- 0,
361
- [_de],
362
- [[() => DeploymentData$, 0]]
363
- ];
364
- var GetDeploymentPatternVersionInput$ = [3, n0, _GDPVI,
365
- 0,
366
- [_wN, _dPN, _dPVN],
367
- [0, 0, 0], 3
368
- ];
369
- var GetDeploymentPatternVersionOutput$ = [3, n0, _GDPVO,
370
- 0,
371
- [_dPV],
372
- [() => DeploymentPatternVersionDataSummary$]
373
- ];
374
- var GetWorkloadDeploymentPatternInput$ = [3, n0, _GWDPI,
375
- 0,
376
- [_wN, _dPN],
377
- [0, 0], 2
378
- ];
379
- var GetWorkloadDeploymentPatternOutput$ = [3, n0, _GWDPO,
380
- 0,
381
- [_wDP],
382
- [() => WorkloadDeploymentPatternData$]
383
- ];
384
- var GetWorkloadInput$ = [3, n0, _GWI,
385
- 0,
386
- [_wN],
387
- [0], 1
388
- ];
389
- var GetWorkloadOutput$ = [3, n0, _GWO,
390
- 0,
391
- [_w],
392
- [() => WorkloadData$]
393
- ];
394
- var InternalServerException$ = [-3, n0, _ISE,
395
- { [_e]: _se, [_hE]: 500 },
396
- [_m],
397
- [0]
398
- ];
399
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
400
- var ListDeploymentEventsInput$ = [3, n0, _LDEI,
401
- 0,
402
- [_dI, _mR, _nT],
403
- [0, 1, 0], 1
404
- ];
405
- var ListDeploymentEventsOutput$ = [3, n0, _LDEO,
406
- 0,
407
- [_dE, _nT],
408
- [() => DeploymentEventDataSummaryList, 0]
409
- ];
410
- var ListDeploymentPatternVersionsInput$ = [3, n0, _LDPVI,
411
- 0,
412
- [_wN, _dPN, _mR, _nT, _f],
413
- [0, 0, 1, 0, () => FilterList], 2
414
- ];
415
- var ListDeploymentPatternVersionsOutput$ = [3, n0, _LDPVO,
416
- 0,
417
- [_dPVe, _nT],
418
- [() => DeploymentPatternVersionDataSummaryList, 0]
419
- ];
420
- var ListDeploymentsInput$ = [3, n0, _LDI,
421
- 0,
422
- [_f, _mR, _nT],
423
- [() => DeploymentFilterList, 1, 0]
424
- ];
425
- var ListDeploymentsOutput$ = [3, n0, _LDO,
426
- 0,
427
- [_dep, _nT],
428
- [() => DeploymentDataSummaryList, 0]
429
- ];
430
- var ListTagsForResourceInput$ = [3, n0, _LTFRI,
431
- 0,
432
- [_rA],
433
- [[0, 1]], 1
434
- ];
435
- var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
436
- 0,
437
- [_t],
438
- [128 | 0]
439
- ];
440
- var ListWorkloadDeploymentPatternsInput$ = [3, n0, _LWDPI,
441
- 0,
442
- [_wN, _mR, _nT],
443
- [0, 1, 0], 1
444
- ];
445
- var ListWorkloadDeploymentPatternsOutput$ = [3, n0, _LWDPO,
446
- 0,
447
- [_wDPo, _nT],
448
- [() => WorkloadDeploymentPatternDataSummaryList, 0]
449
- ];
450
- var ListWorkloadsInput$ = [3, n0, _LWI,
451
- 0,
452
- [_mR, _nT],
453
- [1, 0]
454
- ];
455
- var ListWorkloadsOutput$ = [3, n0, _LWO,
456
- 0,
457
- [_wo, _nT],
458
- [() => WorkloadDataSummaryList, 0]
459
- ];
460
- var ResourceLimitException$ = [-3, n0, _RLE,
461
- { [_e]: _cl, [_hE]: 400 },
462
- [_m],
463
- [0]
464
- ];
465
- schema.TypeRegistry.for(n0).registerError(ResourceLimitException$, ResourceLimitException);
466
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
467
- { [_e]: _cl, [_hE]: 404 },
468
- [_m],
469
- [0]
470
- ];
471
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
472
- var TagResourceInput$ = [3, n0, _TRI,
473
- 0,
474
- [_rA, _t],
475
- [[0, 1], 128 | 0], 2
476
- ];
477
- var TagResourceOutput$ = [3, n0, _TRO,
478
- 0,
479
- [],
480
- []
481
- ];
482
- var UntagResourceInput$ = [3, n0, _URI,
483
- 0,
484
- [_rA, _tK],
485
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
486
- ];
487
- var UntagResourceOutput$ = [3, n0, _URO,
488
- 0,
489
- [],
490
- []
491
- ];
492
- var UpdateDeploymentInput$ = [3, n0, _UDI,
493
- 0,
494
- [_dI, _s, _wVN, _dPVN, _dR, _fo],
495
- [0, [() => DeploymentSpecifications, 0], 0, 0, 2, 2], 2
496
- ];
497
- var UpdateDeploymentOutput$ = [3, n0, _UDO,
498
- 0,
499
- [_de],
500
- [() => DeploymentDataSummary$]
501
- ];
502
- var ValidationException$ = [-3, n0, _VE,
503
- { [_e]: _cl, [_hE]: 400 },
504
- [_m],
505
- [0]
506
- ];
507
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
508
- var WorkloadData$ = [3, n0, _WD,
509
- 0,
510
- [_wN, _dN, _st, _d, _dU, _iU, _sM],
511
- [0, 0, 0, 0, 0, 0, 0]
512
- ];
513
- var WorkloadDataSummary$ = [3, n0, _WDS,
514
- 0,
515
- [_wN, _dN, _st],
516
- [0, 0, 0]
517
- ];
518
- var WorkloadDeploymentPatternData$ = [3, n0, _WDPD,
519
- 0,
520
- [_wN, _dPN, _wVN, _dPVN, _dN, _d, _st, _sM, _s],
521
- [0, 0, 0, 0, 0, 0, 0, 0, () => DeploymentSpecificationsData]
522
- ];
523
- var WorkloadDeploymentPatternDataSummary$ = [3, n0, _WDPDS,
524
- 0,
525
- [_wN, _dPN, _wVN, _dPVN, _dN, _d, _st, _sM],
526
- [0, 0, 0, 0, 0, 0, 0, 0]
527
- ];
528
- var LaunchWizardServiceException$ = [-3, _sm, "LaunchWizardServiceException", 0, [], []];
529
- schema.TypeRegistry.for(_sm).registerError(LaunchWizardServiceException$, LaunchWizardServiceException);
530
- var DeploymentDataSummaryList = [1, n0, _DDSL,
531
- 0, () => DeploymentDataSummary$
532
- ];
533
- var DeploymentEventDataSummaryList = [1, n0, _DEDSL,
534
- 0, () => DeploymentEventDataSummary$
535
- ];
536
- var DeploymentFilterList = [1, n0, _DFL,
537
- 0, () => DeploymentFilter$
538
- ];
539
- var DeploymentPatternVersionDataSummaryList = [1, n0, _DPVDSL,
540
- 0, () => DeploymentPatternVersionDataSummary$
541
- ];
542
- var DeploymentSpecificationsData = [1, n0, _DSD,
543
- 0, () => DeploymentSpecificationsField$
544
- ];
545
- var FilterList = [1, n0, _FL,
546
- 0, () => DeploymentPatternVersionFilter$
547
- ];
548
- var SpecificationsConditionalData = [1, n0, _SCD,
549
- 0, () => DeploymentConditionalField$
550
- ];
551
- var WorkloadDataSummaryList = [1, n0, _WDSL,
552
- 0, () => WorkloadDataSummary$
553
- ];
554
- var WorkloadDeploymentPatternDataSummaryList = [1, n0, _WDPDSL,
555
- 0, () => WorkloadDeploymentPatternDataSummary$
556
- ];
557
- var DeploymentSpecifications = [2, n0, _DS,
558
- 8, 0, 0
559
- ];
560
- var CreateDeployment$ = [9, n0, _CD,
561
- { [_h]: ["POST", "/createDeployment", 200] }, () => CreateDeploymentInput$, () => CreateDeploymentOutput$
562
- ];
563
- var DeleteDeployment$ = [9, n0, _DDe,
564
- { [_h]: ["POST", "/deleteDeployment", 200] }, () => DeleteDeploymentInput$, () => DeleteDeploymentOutput$
565
- ];
566
- var GetDeployment$ = [9, n0, _GD,
567
- { [_h]: ["POST", "/getDeployment", 200] }, () => GetDeploymentInput$, () => GetDeploymentOutput$
568
- ];
569
- var GetDeploymentPatternVersion$ = [9, n0, _GDPV,
570
- { [_h]: ["POST", "/getDeploymentPatternVersion", 200] }, () => GetDeploymentPatternVersionInput$, () => GetDeploymentPatternVersionOutput$
571
- ];
572
- var GetWorkload$ = [9, n0, _GW,
573
- { [_h]: ["POST", "/getWorkload", 200] }, () => GetWorkloadInput$, () => GetWorkloadOutput$
574
- ];
575
- var GetWorkloadDeploymentPattern$ = [9, n0, _GWDP,
576
- { [_h]: ["POST", "/getWorkloadDeploymentPattern", 200] }, () => GetWorkloadDeploymentPatternInput$, () => GetWorkloadDeploymentPatternOutput$
577
- ];
578
- var ListDeploymentEvents$ = [9, n0, _LDE,
579
- { [_h]: ["POST", "/listDeploymentEvents", 200] }, () => ListDeploymentEventsInput$, () => ListDeploymentEventsOutput$
580
- ];
581
- var ListDeploymentPatternVersions$ = [9, n0, _LDPV,
582
- { [_h]: ["POST", "/listDeploymentPatternVersions", 200] }, () => ListDeploymentPatternVersionsInput$, () => ListDeploymentPatternVersionsOutput$
583
- ];
584
- var ListDeployments$ = [9, n0, _LD,
585
- { [_h]: ["POST", "/listDeployments", 200] }, () => ListDeploymentsInput$, () => ListDeploymentsOutput$
586
- ];
587
- var ListTagsForResource$ = [9, n0, _LTFR,
588
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
589
- ];
590
- var ListWorkloadDeploymentPatterns$ = [9, n0, _LWDP,
591
- { [_h]: ["POST", "/listWorkloadDeploymentPatterns", 200] }, () => ListWorkloadDeploymentPatternsInput$, () => ListWorkloadDeploymentPatternsOutput$
592
- ];
593
- var ListWorkloads$ = [9, n0, _LW,
594
- { [_h]: ["POST", "/listWorkloads", 200] }, () => ListWorkloadsInput$, () => ListWorkloadsOutput$
595
- ];
596
- var TagResource$ = [9, n0, _TR,
597
- { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceInput$, () => TagResourceOutput$
598
- ];
599
- var UntagResource$ = [9, n0, _UR,
600
- { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceInput$, () => UntagResourceOutput$
601
- ];
602
- var UpdateDeployment$ = [9, n0, _UD,
603
- { [_h]: ["POST", "/updateDeployment", 200] }, () => UpdateDeploymentInput$, () => UpdateDeploymentOutput$
604
- ];
605
-
606
116
  class CreateDeploymentCommand extends smithyClient.Command
607
117
  .classBuilder()
608
118
  .ep(commonParams)
@@ -611,7 +121,7 @@ class CreateDeploymentCommand extends smithyClient.Command
611
121
  })
612
122
  .s("LaunchWizard", "CreateDeployment", {})
613
123
  .n("LaunchWizardClient", "CreateDeploymentCommand")
614
- .sc(CreateDeployment$)
124
+ .sc(schemas_0.CreateDeployment$)
615
125
  .build() {
616
126
  }
617
127
 
@@ -623,7 +133,7 @@ class DeleteDeploymentCommand extends smithyClient.Command
623
133
  })
624
134
  .s("LaunchWizard", "DeleteDeployment", {})
625
135
  .n("LaunchWizardClient", "DeleteDeploymentCommand")
626
- .sc(DeleteDeployment$)
136
+ .sc(schemas_0.DeleteDeployment$)
627
137
  .build() {
628
138
  }
629
139
 
@@ -635,7 +145,7 @@ class GetDeploymentCommand extends smithyClient.Command
635
145
  })
636
146
  .s("LaunchWizard", "GetDeployment", {})
637
147
  .n("LaunchWizardClient", "GetDeploymentCommand")
638
- .sc(GetDeployment$)
148
+ .sc(schemas_0.GetDeployment$)
639
149
  .build() {
640
150
  }
641
151
 
@@ -647,7 +157,7 @@ class GetDeploymentPatternVersionCommand extends smithyClient.Command
647
157
  })
648
158
  .s("LaunchWizard", "GetDeploymentPatternVersion", {})
649
159
  .n("LaunchWizardClient", "GetDeploymentPatternVersionCommand")
650
- .sc(GetDeploymentPatternVersion$)
160
+ .sc(schemas_0.GetDeploymentPatternVersion$)
651
161
  .build() {
652
162
  }
653
163
 
@@ -659,7 +169,7 @@ class GetWorkloadCommand extends smithyClient.Command
659
169
  })
660
170
  .s("LaunchWizard", "GetWorkload", {})
661
171
  .n("LaunchWizardClient", "GetWorkloadCommand")
662
- .sc(GetWorkload$)
172
+ .sc(schemas_0.GetWorkload$)
663
173
  .build() {
664
174
  }
665
175
 
@@ -671,7 +181,7 @@ class GetWorkloadDeploymentPatternCommand extends smithyClient.Command
671
181
  })
672
182
  .s("LaunchWizard", "GetWorkloadDeploymentPattern", {})
673
183
  .n("LaunchWizardClient", "GetWorkloadDeploymentPatternCommand")
674
- .sc(GetWorkloadDeploymentPattern$)
184
+ .sc(schemas_0.GetWorkloadDeploymentPattern$)
675
185
  .build() {
676
186
  }
677
187
 
@@ -683,7 +193,7 @@ class ListDeploymentEventsCommand extends smithyClient.Command
683
193
  })
684
194
  .s("LaunchWizard", "ListDeploymentEvents", {})
685
195
  .n("LaunchWizardClient", "ListDeploymentEventsCommand")
686
- .sc(ListDeploymentEvents$)
196
+ .sc(schemas_0.ListDeploymentEvents$)
687
197
  .build() {
688
198
  }
689
199
 
@@ -695,7 +205,7 @@ class ListDeploymentPatternVersionsCommand extends smithyClient.Command
695
205
  })
696
206
  .s("LaunchWizard", "ListDeploymentPatternVersions", {})
697
207
  .n("LaunchWizardClient", "ListDeploymentPatternVersionsCommand")
698
- .sc(ListDeploymentPatternVersions$)
208
+ .sc(schemas_0.ListDeploymentPatternVersions$)
699
209
  .build() {
700
210
  }
701
211
 
@@ -707,7 +217,7 @@ class ListDeploymentsCommand extends smithyClient.Command
707
217
  })
708
218
  .s("LaunchWizard", "ListDeployments", {})
709
219
  .n("LaunchWizardClient", "ListDeploymentsCommand")
710
- .sc(ListDeployments$)
220
+ .sc(schemas_0.ListDeployments$)
711
221
  .build() {
712
222
  }
713
223
 
@@ -719,7 +229,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
719
229
  })
720
230
  .s("LaunchWizard", "ListTagsForResource", {})
721
231
  .n("LaunchWizardClient", "ListTagsForResourceCommand")
722
- .sc(ListTagsForResource$)
232
+ .sc(schemas_0.ListTagsForResource$)
723
233
  .build() {
724
234
  }
725
235
 
@@ -731,7 +241,7 @@ class ListWorkloadDeploymentPatternsCommand extends smithyClient.Command
731
241
  })
732
242
  .s("LaunchWizard", "ListWorkloadDeploymentPatterns", {})
733
243
  .n("LaunchWizardClient", "ListWorkloadDeploymentPatternsCommand")
734
- .sc(ListWorkloadDeploymentPatterns$)
244
+ .sc(schemas_0.ListWorkloadDeploymentPatterns$)
735
245
  .build() {
736
246
  }
737
247
 
@@ -743,7 +253,7 @@ class ListWorkloadsCommand extends smithyClient.Command
743
253
  })
744
254
  .s("LaunchWizard", "ListWorkloads", {})
745
255
  .n("LaunchWizardClient", "ListWorkloadsCommand")
746
- .sc(ListWorkloads$)
256
+ .sc(schemas_0.ListWorkloads$)
747
257
  .build() {
748
258
  }
749
259
 
@@ -755,7 +265,7 @@ class TagResourceCommand extends smithyClient.Command
755
265
  })
756
266
  .s("LaunchWizard", "TagResource", {})
757
267
  .n("LaunchWizardClient", "TagResourceCommand")
758
- .sc(TagResource$)
268
+ .sc(schemas_0.TagResource$)
759
269
  .build() {
760
270
  }
761
271
 
@@ -767,7 +277,7 @@ class UntagResourceCommand extends smithyClient.Command
767
277
  })
768
278
  .s("LaunchWizard", "UntagResource", {})
769
279
  .n("LaunchWizardClient", "UntagResourceCommand")
770
- .sc(UntagResource$)
280
+ .sc(schemas_0.UntagResource$)
771
281
  .build() {
772
282
  }
773
283
 
@@ -779,7 +289,7 @@ class UpdateDeploymentCommand extends smithyClient.Command
779
289
  })
780
290
  .s("LaunchWizard", "UpdateDeployment", {})
781
291
  .n("LaunchWizardClient", "UpdateDeploymentCommand")
782
- .sc(UpdateDeployment$)
292
+ .sc(schemas_0.UpdateDeployment$)
783
293
  .build() {
784
294
  }
785
295
 
@@ -875,94 +385,31 @@ Object.defineProperty(exports, "__Client", {
875
385
  enumerable: true,
876
386
  get: function () { return smithyClient.Client; }
877
387
  });
878
- exports.CreateDeployment$ = CreateDeployment$;
388
+ Object.defineProperty(exports, "LaunchWizardServiceException", {
389
+ enumerable: true,
390
+ get: function () { return LaunchWizardServiceException.LaunchWizardServiceException; }
391
+ });
879
392
  exports.CreateDeploymentCommand = CreateDeploymentCommand;
880
- exports.CreateDeploymentInput$ = CreateDeploymentInput$;
881
- exports.CreateDeploymentOutput$ = CreateDeploymentOutput$;
882
- exports.DeleteDeployment$ = DeleteDeployment$;
883
393
  exports.DeleteDeploymentCommand = DeleteDeploymentCommand;
884
- exports.DeleteDeploymentInput$ = DeleteDeploymentInput$;
885
- exports.DeleteDeploymentOutput$ = DeleteDeploymentOutput$;
886
- exports.DeploymentConditionalField$ = DeploymentConditionalField$;
887
- exports.DeploymentData$ = DeploymentData$;
888
- exports.DeploymentDataSummary$ = DeploymentDataSummary$;
889
- exports.DeploymentEventDataSummary$ = DeploymentEventDataSummary$;
890
- exports.DeploymentFilter$ = DeploymentFilter$;
891
394
  exports.DeploymentFilterKey = DeploymentFilterKey;
892
- exports.DeploymentPatternVersionDataSummary$ = DeploymentPatternVersionDataSummary$;
893
- exports.DeploymentPatternVersionFilter$ = DeploymentPatternVersionFilter$;
894
395
  exports.DeploymentPatternVersionFilterKey = DeploymentPatternVersionFilterKey;
895
- exports.DeploymentSpecificationsField$ = DeploymentSpecificationsField$;
896
396
  exports.DeploymentStatus = DeploymentStatus;
897
397
  exports.EventStatus = EventStatus;
898
- exports.GetDeployment$ = GetDeployment$;
899
398
  exports.GetDeploymentCommand = GetDeploymentCommand;
900
- exports.GetDeploymentInput$ = GetDeploymentInput$;
901
- exports.GetDeploymentOutput$ = GetDeploymentOutput$;
902
- exports.GetDeploymentPatternVersion$ = GetDeploymentPatternVersion$;
903
399
  exports.GetDeploymentPatternVersionCommand = GetDeploymentPatternVersionCommand;
904
- exports.GetDeploymentPatternVersionInput$ = GetDeploymentPatternVersionInput$;
905
- exports.GetDeploymentPatternVersionOutput$ = GetDeploymentPatternVersionOutput$;
906
- exports.GetWorkload$ = GetWorkload$;
907
400
  exports.GetWorkloadCommand = GetWorkloadCommand;
908
- exports.GetWorkloadDeploymentPattern$ = GetWorkloadDeploymentPattern$;
909
401
  exports.GetWorkloadDeploymentPatternCommand = GetWorkloadDeploymentPatternCommand;
910
- exports.GetWorkloadDeploymentPatternInput$ = GetWorkloadDeploymentPatternInput$;
911
- exports.GetWorkloadDeploymentPatternOutput$ = GetWorkloadDeploymentPatternOutput$;
912
- exports.GetWorkloadInput$ = GetWorkloadInput$;
913
- exports.GetWorkloadOutput$ = GetWorkloadOutput$;
914
- exports.InternalServerException = InternalServerException;
915
- exports.InternalServerException$ = InternalServerException$;
916
402
  exports.LaunchWizard = LaunchWizard;
917
403
  exports.LaunchWizardClient = LaunchWizardClient;
918
- exports.LaunchWizardServiceException = LaunchWizardServiceException;
919
- exports.LaunchWizardServiceException$ = LaunchWizardServiceException$;
920
- exports.ListDeploymentEvents$ = ListDeploymentEvents$;
921
404
  exports.ListDeploymentEventsCommand = ListDeploymentEventsCommand;
922
- exports.ListDeploymentEventsInput$ = ListDeploymentEventsInput$;
923
- exports.ListDeploymentEventsOutput$ = ListDeploymentEventsOutput$;
924
- exports.ListDeploymentPatternVersions$ = ListDeploymentPatternVersions$;
925
405
  exports.ListDeploymentPatternVersionsCommand = ListDeploymentPatternVersionsCommand;
926
- exports.ListDeploymentPatternVersionsInput$ = ListDeploymentPatternVersionsInput$;
927
- exports.ListDeploymentPatternVersionsOutput$ = ListDeploymentPatternVersionsOutput$;
928
- exports.ListDeployments$ = ListDeployments$;
929
406
  exports.ListDeploymentsCommand = ListDeploymentsCommand;
930
- exports.ListDeploymentsInput$ = ListDeploymentsInput$;
931
- exports.ListDeploymentsOutput$ = ListDeploymentsOutput$;
932
- exports.ListTagsForResource$ = ListTagsForResource$;
933
407
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
934
- exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
935
- exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
936
- exports.ListWorkloadDeploymentPatterns$ = ListWorkloadDeploymentPatterns$;
937
408
  exports.ListWorkloadDeploymentPatternsCommand = ListWorkloadDeploymentPatternsCommand;
938
- exports.ListWorkloadDeploymentPatternsInput$ = ListWorkloadDeploymentPatternsInput$;
939
- exports.ListWorkloadDeploymentPatternsOutput$ = ListWorkloadDeploymentPatternsOutput$;
940
- exports.ListWorkloads$ = ListWorkloads$;
941
409
  exports.ListWorkloadsCommand = ListWorkloadsCommand;
942
- exports.ListWorkloadsInput$ = ListWorkloadsInput$;
943
- exports.ListWorkloadsOutput$ = ListWorkloadsOutput$;
944
- exports.ResourceLimitException = ResourceLimitException;
945
- exports.ResourceLimitException$ = ResourceLimitException$;
946
- exports.ResourceNotFoundException = ResourceNotFoundException;
947
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
948
- exports.TagResource$ = TagResource$;
949
410
  exports.TagResourceCommand = TagResourceCommand;
950
- exports.TagResourceInput$ = TagResourceInput$;
951
- exports.TagResourceOutput$ = TagResourceOutput$;
952
- exports.UntagResource$ = UntagResource$;
953
411
  exports.UntagResourceCommand = UntagResourceCommand;
954
- exports.UntagResourceInput$ = UntagResourceInput$;
955
- exports.UntagResourceOutput$ = UntagResourceOutput$;
956
- exports.UpdateDeployment$ = UpdateDeployment$;
957
412
  exports.UpdateDeploymentCommand = UpdateDeploymentCommand;
958
- exports.UpdateDeploymentInput$ = UpdateDeploymentInput$;
959
- exports.UpdateDeploymentOutput$ = UpdateDeploymentOutput$;
960
- exports.ValidationException = ValidationException;
961
- exports.ValidationException$ = ValidationException$;
962
- exports.WorkloadData$ = WorkloadData$;
963
- exports.WorkloadDataSummary$ = WorkloadDataSummary$;
964
- exports.WorkloadDeploymentPatternData$ = WorkloadDeploymentPatternData$;
965
- exports.WorkloadDeploymentPatternDataSummary$ = WorkloadDeploymentPatternDataSummary$;
966
413
  exports.WorkloadDeploymentPatternStatus = WorkloadDeploymentPatternStatus;
967
414
  exports.WorkloadStatus = WorkloadStatus;
968
415
  exports.paginateListDeploymentEvents = paginateListDeploymentEvents;
@@ -970,3 +417,15 @@ exports.paginateListDeploymentPatternVersions = paginateListDeploymentPatternVer
970
417
  exports.paginateListDeployments = paginateListDeployments;
971
418
  exports.paginateListWorkloadDeploymentPatterns = paginateListWorkloadDeploymentPatterns;
972
419
  exports.paginateListWorkloads = paginateListWorkloads;
420
+ Object.keys(schemas_0).forEach(function (k) {
421
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
422
+ enumerable: true,
423
+ get: function () { return schemas_0[k]; }
424
+ });
425
+ });
426
+ Object.keys(errors).forEach(function (k) {
427
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
428
+ enumerable: true,
429
+ get: function () { return errors[k]; }
430
+ });
431
+ });