@aws-sdk/client-launch-wizard 3.970.0 → 3.972.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.
Files changed (48) hide show
  1. package/README.md +22 -4
  2. package/dist-cjs/index.js +149 -11
  3. package/dist-es/LaunchWizard.js +6 -0
  4. package/dist-es/commands/GetDeploymentPatternVersionCommand.js +16 -0
  5. package/dist-es/commands/ListDeploymentPatternVersionsCommand.js +16 -0
  6. package/dist-es/commands/UpdateDeploymentCommand.js +16 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/enums.js +8 -0
  9. package/dist-es/pagination/ListDeploymentPatternVersionsPaginator.js +4 -0
  10. package/dist-es/pagination/index.js +1 -0
  11. package/dist-es/schemas/schemas_0.js +85 -11
  12. package/dist-types/LaunchWizard.d.ts +22 -4
  13. package/dist-types/LaunchWizardClient.d.ts +6 -6
  14. package/dist-types/commands/CreateDeploymentCommand.d.ts +27 -29
  15. package/dist-types/commands/DeleteDeploymentCommand.d.ts +3 -5
  16. package/dist-types/commands/GetDeploymentCommand.d.ts +3 -3
  17. package/dist-types/commands/GetDeploymentPatternVersionCommand.d.ts +88 -0
  18. package/dist-types/commands/GetWorkloadCommand.d.ts +2 -3
  19. package/dist-types/commands/GetWorkloadDeploymentPatternCommand.d.ts +5 -8
  20. package/dist-types/commands/ListDeploymentEventsCommand.d.ts +1 -2
  21. package/dist-types/commands/ListDeploymentPatternVersionsCommand.d.ts +165 -0
  22. package/dist-types/commands/ListDeploymentsCommand.d.ts +3 -3
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
  24. package/dist-types/commands/ListWorkloadDeploymentPatternsCommand.d.ts +6 -6
  25. package/dist-types/commands/ListWorkloadsCommand.d.ts +4 -2
  26. package/dist-types/commands/TagResourceCommand.d.ts +1 -2
  27. package/dist-types/commands/UntagResourceCommand.d.ts +1 -2
  28. package/dist-types/commands/UpdateDeploymentCommand.d.ts +177 -0
  29. package/dist-types/commands/index.d.ts +3 -0
  30. package/dist-types/index.d.ts +1 -4
  31. package/dist-types/models/enums.d.ts +16 -0
  32. package/dist-types/models/errors.d.ts +2 -4
  33. package/dist-types/models/models_0.d.ts +220 -87
  34. package/dist-types/pagination/ListDeploymentPatternVersionsPaginator.d.ts +7 -0
  35. package/dist-types/pagination/index.d.ts +1 -0
  36. package/dist-types/schemas/schemas_0.d.ts +11 -0
  37. package/dist-types/ts3.4/LaunchWizard.d.ts +51 -0
  38. package/dist-types/ts3.4/LaunchWizardClient.d.ts +20 -2
  39. package/dist-types/ts3.4/commands/GetDeploymentPatternVersionCommand.d.ts +51 -0
  40. package/dist-types/ts3.4/commands/ListDeploymentPatternVersionsCommand.d.ts +51 -0
  41. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +50 -0
  42. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  43. package/dist-types/ts3.4/models/enums.d.ts +10 -0
  44. package/dist-types/ts3.4/models/models_0.d.ts +48 -1
  45. package/dist-types/ts3.4/pagination/ListDeploymentPatternVersionsPaginator.d.ts +11 -0
  46. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  47. package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -0
  48. package/package.json +14 -14
package/README.md CHANGED
@@ -6,10 +6,7 @@
6
6
 
7
7
  AWS SDK for JavaScript LaunchWizard Client for Node.js, Browser and React Native.
8
8
 
9
- <p>Launch Wizard offers a guided way of sizing, configuring, and deploying Amazon Web Services resources for
10
- third party applications, such as Microsoft SQL Server Always On and HANA based SAP
11
- systems, without the need to manually identify and provision individual Amazon Web Services
12
- resources.</p>
9
+ <p>Launch Wizard offers a guided way of sizing, configuring, and deploying Amazon Web Services resources for third party applications, such as Microsoft SQL Server Always On and HANA based SAP systems, without the need to manually identify and provision individual Amazon Web Services resources.</p>
13
10
 
14
11
  ## Installing
15
12
  To install this package, simply type add or install @aws-sdk/client-launch-wizard
@@ -225,6 +222,13 @@ GetDeployment
225
222
  </details>
226
223
  <details>
227
224
  <summary>
225
+ GetDeploymentPatternVersion
226
+ </summary>
227
+
228
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/launch-wizard/command/GetDeploymentPatternVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-launch-wizard/Interface/GetDeploymentPatternVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-launch-wizard/Interface/GetDeploymentPatternVersionCommandOutput/)
229
+ </details>
230
+ <details>
231
+ <summary>
228
232
  GetWorkload
229
233
  </summary>
230
234
 
@@ -246,6 +250,13 @@ ListDeploymentEvents
246
250
  </details>
247
251
  <details>
248
252
  <summary>
253
+ ListDeploymentPatternVersions
254
+ </summary>
255
+
256
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/launch-wizard/command/ListDeploymentPatternVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-launch-wizard/Interface/ListDeploymentPatternVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-launch-wizard/Interface/ListDeploymentPatternVersionsCommandOutput/)
257
+ </details>
258
+ <details>
259
+ <summary>
249
260
  ListDeployments
250
261
  </summary>
251
262
 
@@ -286,3 +297,10 @@ UntagResource
286
297
 
287
298
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/launch-wizard/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-launch-wizard/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-launch-wizard/Interface/UntagResourceCommandOutput/)
288
299
  </details>
300
+ <details>
301
+ <summary>
302
+ UpdateDeployment
303
+ </summary>
304
+
305
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/launch-wizard/command/UpdateDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-launch-wizard/Interface/UpdateDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-launch-wizard/Interface/UpdateDeploymentCommandOutput/)
306
+ </details>
package/dist-cjs/index.js CHANGED
@@ -180,12 +180,19 @@ const _DEDS = "DeploymentEventDataSummary";
180
180
  const _DEDSL = "DeploymentEventDataSummaryList";
181
181
  const _DF = "DeploymentFilter";
182
182
  const _DFL = "DeploymentFilterList";
183
+ const _DPVDS = "DeploymentPatternVersionDataSummary";
184
+ const _DPVDSL = "DeploymentPatternVersionDataSummaryList";
185
+ const _DPVF = "DeploymentPatternVersionFilter";
183
186
  const _DS = "DeploymentSpecifications";
184
187
  const _DSD = "DeploymentSpecificationsData";
185
188
  const _DSF = "DeploymentSpecificationsField";
189
+ const _FL = "FilterList";
186
190
  const _GD = "GetDeployment";
187
191
  const _GDI = "GetDeploymentInput";
188
192
  const _GDO = "GetDeploymentOutput";
193
+ const _GDPV = "GetDeploymentPatternVersion";
194
+ const _GDPVI = "GetDeploymentPatternVersionInput";
195
+ const _GDPVO = "GetDeploymentPatternVersionOutput";
189
196
  const _GW = "GetWorkload";
190
197
  const _GWDP = "GetWorkloadDeploymentPattern";
191
198
  const _GWDPI = "GetWorkloadDeploymentPatternInput";
@@ -199,6 +206,9 @@ const _LDEI = "ListDeploymentEventsInput";
199
206
  const _LDEO = "ListDeploymentEventsOutput";
200
207
  const _LDI = "ListDeploymentsInput";
201
208
  const _LDO = "ListDeploymentsOutput";
209
+ const _LDPV = "ListDeploymentPatternVersions";
210
+ const _LDPVI = "ListDeploymentPatternVersionsInput";
211
+ const _LDPVO = "ListDeploymentPatternVersionsOutput";
202
212
  const _LTFR = "ListTagsForResource";
203
213
  const _LTFRI = "ListTagsForResourceInput";
204
214
  const _LTFRO = "ListTagsForResourceOutput";
@@ -214,6 +224,9 @@ const _SCD = "SpecificationsConditionalData";
214
224
  const _TR = "TagResource";
215
225
  const _TRI = "TagResourceInput";
216
226
  const _TRO = "TagResourceOutput";
227
+ const _UD = "UpdateDeployment";
228
+ const _UDI = "UpdateDeploymentInput";
229
+ const _UDO = "UpdateDeploymentOutput";
217
230
  const _UR = "UntagResource";
218
231
  const _URI = "UntagResourceInput";
219
232
  const _URO = "UntagResourceOutput";
@@ -236,18 +249,23 @@ const _dE = "deploymentEvents";
236
249
  const _dI = "deploymentId";
237
250
  const _dN = "displayName";
238
251
  const _dPN = "deploymentPatternName";
252
+ const _dPV = "deploymentPatternVersion";
253
+ const _dPVN = "deploymentPatternVersionName";
254
+ const _dPVe = "deploymentPatternVersions";
239
255
  const _dR = "dryRun";
240
256
  const _dU = "documentationUrl";
241
257
  const _de = "deployment";
242
258
  const _dep = "deployments";
243
259
  const _e = "error";
244
260
  const _f = "filters";
261
+ const _fo = "force";
245
262
  const _h = "http";
246
263
  const _hE = "httpError";
247
264
  const _hQ = "httpQuery";
248
265
  const _i = "id";
249
266
  const _iU = "iconUrl";
250
267
  const _m = "message";
268
+ const _mA = "modifiedAt";
251
269
  const _mR = "maxResults";
252
270
  const _n = "name";
253
271
  const _nT = "nextToken";
@@ -300,13 +318,13 @@ var DeploymentConditionalField$ = [3, n0, _DCF,
300
318
  ];
301
319
  var DeploymentData$ = [3, n0, _DD,
302
320
  0,
303
- [_n, _i, _wN, _pN, _st, _cA, _s, _rG, _dA, _t, _dAe],
304
- [0, 0, 0, 0, 0, 4, [() => DeploymentSpecifications, 0], 0, 4, 128 | 0, 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]
305
323
  ];
306
324
  var DeploymentDataSummary$ = [3, n0, _DDS,
307
325
  0,
308
- [_n, _i, _wN, _pN, _st, _cA],
309
- [0, 0, 0, 0, 0, 4]
326
+ [_n, _i, _wN, _pN, _st, _cA, _mA],
327
+ [0, 0, 0, 0, 0, 4, 4]
310
328
  ];
311
329
  var DeploymentEventDataSummary$ = [3, n0, _DEDS,
312
330
  0,
@@ -318,6 +336,16 @@ var DeploymentFilter$ = [3, n0, _DF,
318
336
  [_n, _va],
319
337
  [0, 64 | 0]
320
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
+ ];
321
349
  var DeploymentSpecificationsField$ = [3, n0, _DSF,
322
350
  0,
323
351
  [_n, _d, _aV, _r, _co],
@@ -333,6 +361,16 @@ var GetDeploymentOutput$ = [3, n0, _GDO,
333
361
  [_de],
334
362
  [[() => DeploymentData$, 0]]
335
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
+ ];
336
374
  var GetWorkloadDeploymentPatternInput$ = [3, n0, _GWDPI,
337
375
  0,
338
376
  [_wN, _dPN],
@@ -369,6 +407,16 @@ var ListDeploymentEventsOutput$ = [3, n0, _LDEO,
369
407
  [_dE, _nT],
370
408
  [() => DeploymentEventDataSummaryList, 0]
371
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
+ ];
372
420
  var ListDeploymentsInput$ = [3, n0, _LDI,
373
421
  0,
374
422
  [_f, _mR, _nT],
@@ -441,6 +489,16 @@ var UntagResourceOutput$ = [3, n0, _URO,
441
489
  [],
442
490
  []
443
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
+ ];
444
502
  var ValidationException$ = [-3, n0, _VE,
445
503
  { [_e]: _cl, [_hE]: 400 },
446
504
  [_m],
@@ -449,23 +507,23 @@ var ValidationException$ = [-3, n0, _VE,
449
507
  schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
450
508
  var WorkloadData$ = [3, n0, _WD,
451
509
  0,
452
- [_wN, _dN, _d, _dU, _iU, _st, _sM],
510
+ [_wN, _dN, _st, _d, _dU, _iU, _sM],
453
511
  [0, 0, 0, 0, 0, 0, 0]
454
512
  ];
455
513
  var WorkloadDataSummary$ = [3, n0, _WDS,
456
514
  0,
457
- [_wN, _dN],
458
- [0, 0]
515
+ [_wN, _dN, _st],
516
+ [0, 0, 0]
459
517
  ];
460
518
  var WorkloadDeploymentPatternData$ = [3, n0, _WDPD,
461
519
  0,
462
- [_wN, _dPN, _wVN, _dN, _d, _st, _sM, _s],
463
- [0, 0, 0, 0, 0, 0, 0, () => DeploymentSpecificationsData]
520
+ [_wN, _dPN, _wVN, _dPVN, _dN, _d, _st, _sM, _s],
521
+ [0, 0, 0, 0, 0, 0, 0, 0, () => DeploymentSpecificationsData]
464
522
  ];
465
523
  var WorkloadDeploymentPatternDataSummary$ = [3, n0, _WDPDS,
466
524
  0,
467
- [_wN, _dPN, _wVN, _dN, _d, _st, _sM],
468
- [0, 0, 0, 0, 0, 0, 0]
525
+ [_wN, _dPN, _wVN, _dPVN, _dN, _d, _st, _sM],
526
+ [0, 0, 0, 0, 0, 0, 0, 0]
469
527
  ];
470
528
  var LaunchWizardServiceException$ = [-3, _sm, "LaunchWizardServiceException", 0, [], []];
471
529
  schema.TypeRegistry.for(_sm).registerError(LaunchWizardServiceException$, LaunchWizardServiceException);
@@ -478,9 +536,15 @@ var DeploymentEventDataSummaryList = [1, n0, _DEDSL,
478
536
  var DeploymentFilterList = [1, n0, _DFL,
479
537
  0, () => DeploymentFilter$
480
538
  ];
539
+ var DeploymentPatternVersionDataSummaryList = [1, n0, _DPVDSL,
540
+ 0, () => DeploymentPatternVersionDataSummary$
541
+ ];
481
542
  var DeploymentSpecificationsData = [1, n0, _DSD,
482
543
  0, () => DeploymentSpecificationsField$
483
544
  ];
545
+ var FilterList = [1, n0, _FL,
546
+ 0, () => DeploymentPatternVersionFilter$
547
+ ];
484
548
  var SpecificationsConditionalData = [1, n0, _SCD,
485
549
  0, () => DeploymentConditionalField$
486
550
  ];
@@ -502,6 +566,9 @@ var DeleteDeployment$ = [9, n0, _DDe,
502
566
  var GetDeployment$ = [9, n0, _GD,
503
567
  { [_h]: ["POST", "/getDeployment", 200] }, () => GetDeploymentInput$, () => GetDeploymentOutput$
504
568
  ];
569
+ var GetDeploymentPatternVersion$ = [9, n0, _GDPV,
570
+ { [_h]: ["POST", "/getDeploymentPatternVersion", 200] }, () => GetDeploymentPatternVersionInput$, () => GetDeploymentPatternVersionOutput$
571
+ ];
505
572
  var GetWorkload$ = [9, n0, _GW,
506
573
  { [_h]: ["POST", "/getWorkload", 200] }, () => GetWorkloadInput$, () => GetWorkloadOutput$
507
574
  ];
@@ -511,6 +578,9 @@ var GetWorkloadDeploymentPattern$ = [9, n0, _GWDP,
511
578
  var ListDeploymentEvents$ = [9, n0, _LDE,
512
579
  { [_h]: ["POST", "/listDeploymentEvents", 200] }, () => ListDeploymentEventsInput$, () => ListDeploymentEventsOutput$
513
580
  ];
581
+ var ListDeploymentPatternVersions$ = [9, n0, _LDPV,
582
+ { [_h]: ["POST", "/listDeploymentPatternVersions", 200] }, () => ListDeploymentPatternVersionsInput$, () => ListDeploymentPatternVersionsOutput$
583
+ ];
514
584
  var ListDeployments$ = [9, n0, _LD,
515
585
  { [_h]: ["POST", "/listDeployments", 200] }, () => ListDeploymentsInput$, () => ListDeploymentsOutput$
516
586
  ];
@@ -529,6 +599,9 @@ var TagResource$ = [9, n0, _TR,
529
599
  var UntagResource$ = [9, n0, _UR,
530
600
  { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceInput$, () => UntagResourceOutput$
531
601
  ];
602
+ var UpdateDeployment$ = [9, n0, _UD,
603
+ { [_h]: ["POST", "/updateDeployment", 200] }, () => UpdateDeploymentInput$, () => UpdateDeploymentOutput$
604
+ ];
532
605
 
533
606
  class CreateDeploymentCommand extends smithyClient.Command
534
607
  .classBuilder()
@@ -566,6 +639,18 @@ class GetDeploymentCommand extends smithyClient.Command
566
639
  .build() {
567
640
  }
568
641
 
642
+ class GetDeploymentPatternVersionCommand extends smithyClient.Command
643
+ .classBuilder()
644
+ .ep(commonParams)
645
+ .m(function (Command, cs, config, o) {
646
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
647
+ })
648
+ .s("LaunchWizard", "GetDeploymentPatternVersion", {})
649
+ .n("LaunchWizardClient", "GetDeploymentPatternVersionCommand")
650
+ .sc(GetDeploymentPatternVersion$)
651
+ .build() {
652
+ }
653
+
569
654
  class GetWorkloadCommand extends smithyClient.Command
570
655
  .classBuilder()
571
656
  .ep(commonParams)
@@ -602,6 +687,18 @@ class ListDeploymentEventsCommand extends smithyClient.Command
602
687
  .build() {
603
688
  }
604
689
 
690
+ class ListDeploymentPatternVersionsCommand extends smithyClient.Command
691
+ .classBuilder()
692
+ .ep(commonParams)
693
+ .m(function (Command, cs, config, o) {
694
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
695
+ })
696
+ .s("LaunchWizard", "ListDeploymentPatternVersions", {})
697
+ .n("LaunchWizardClient", "ListDeploymentPatternVersionsCommand")
698
+ .sc(ListDeploymentPatternVersions$)
699
+ .build() {
700
+ }
701
+
605
702
  class ListDeploymentsCommand extends smithyClient.Command
606
703
  .classBuilder()
607
704
  .ep(commonParams)
@@ -674,19 +771,34 @@ class UntagResourceCommand extends smithyClient.Command
674
771
  .build() {
675
772
  }
676
773
 
774
+ class UpdateDeploymentCommand extends smithyClient.Command
775
+ .classBuilder()
776
+ .ep(commonParams)
777
+ .m(function (Command, cs, config, o) {
778
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
779
+ })
780
+ .s("LaunchWizard", "UpdateDeployment", {})
781
+ .n("LaunchWizardClient", "UpdateDeploymentCommand")
782
+ .sc(UpdateDeployment$)
783
+ .build() {
784
+ }
785
+
677
786
  const commands = {
678
787
  CreateDeploymentCommand,
679
788
  DeleteDeploymentCommand,
680
789
  GetDeploymentCommand,
790
+ GetDeploymentPatternVersionCommand,
681
791
  GetWorkloadCommand,
682
792
  GetWorkloadDeploymentPatternCommand,
683
793
  ListDeploymentEventsCommand,
794
+ ListDeploymentPatternVersionsCommand,
684
795
  ListDeploymentsCommand,
685
796
  ListTagsForResourceCommand,
686
797
  ListWorkloadDeploymentPatternsCommand,
687
798
  ListWorkloadsCommand,
688
799
  TagResourceCommand,
689
800
  UntagResourceCommand,
801
+ UpdateDeploymentCommand,
690
802
  };
691
803
  class LaunchWizard extends LaunchWizardClient {
692
804
  }
@@ -694,6 +806,8 @@ smithyClient.createAggregatedClient(commands, LaunchWizard);
694
806
 
695
807
  const paginateListDeploymentEvents = core.createPaginator(LaunchWizardClient, ListDeploymentEventsCommand, "nextToken", "nextToken", "maxResults");
696
808
 
809
+ const paginateListDeploymentPatternVersions = core.createPaginator(LaunchWizardClient, ListDeploymentPatternVersionsCommand, "nextToken", "nextToken", "maxResults");
810
+
697
811
  const paginateListDeployments = core.createPaginator(LaunchWizardClient, ListDeploymentsCommand, "nextToken", "nextToken", "maxResults");
698
812
 
699
813
  const paginateListWorkloadDeploymentPatterns = core.createPaginator(LaunchWizardClient, ListWorkloadDeploymentPatternsCommand, "nextToken", "nextToken", "maxResults");
@@ -709,6 +823,11 @@ const DeploymentStatus = {
709
823
  DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
710
824
  FAILED: "FAILED",
711
825
  IN_PROGRESS: "IN_PROGRESS",
826
+ UPDATE_COMPLETED: "UPDATE_COMPLETED",
827
+ UPDATE_FAILED: "UPDATE_FAILED",
828
+ UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
829
+ UPDATE_ROLLBACK_COMPLETED: "UPDATE_ROLLBACK_COMPLETED",
830
+ UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED",
712
831
  VALIDATING: "VALIDATING",
713
832
  };
714
833
  const EventStatus = {
@@ -725,6 +844,9 @@ const DeploymentFilterKey = {
725
844
  DEPLOYMENT_STATUS: "DEPLOYMENT_STATUS",
726
845
  WORKLOAD_NAME: "WORKLOAD_NAME",
727
846
  };
847
+ const DeploymentPatternVersionFilterKey = {
848
+ DEPLOYMENT_PATTERN_VERSION_NAME: "updateFromVersion",
849
+ };
728
850
  const WorkloadStatus = {
729
851
  ACTIVE: "ACTIVE",
730
852
  DELETED: "DELETED",
@@ -760,6 +882,9 @@ exports.DeploymentDataSummary$ = DeploymentDataSummary$;
760
882
  exports.DeploymentEventDataSummary$ = DeploymentEventDataSummary$;
761
883
  exports.DeploymentFilter$ = DeploymentFilter$;
762
884
  exports.DeploymentFilterKey = DeploymentFilterKey;
885
+ exports.DeploymentPatternVersionDataSummary$ = DeploymentPatternVersionDataSummary$;
886
+ exports.DeploymentPatternVersionFilter$ = DeploymentPatternVersionFilter$;
887
+ exports.DeploymentPatternVersionFilterKey = DeploymentPatternVersionFilterKey;
763
888
  exports.DeploymentSpecificationsField$ = DeploymentSpecificationsField$;
764
889
  exports.DeploymentStatus = DeploymentStatus;
765
890
  exports.EventStatus = EventStatus;
@@ -767,6 +892,10 @@ exports.GetDeployment$ = GetDeployment$;
767
892
  exports.GetDeploymentCommand = GetDeploymentCommand;
768
893
  exports.GetDeploymentInput$ = GetDeploymentInput$;
769
894
  exports.GetDeploymentOutput$ = GetDeploymentOutput$;
895
+ exports.GetDeploymentPatternVersion$ = GetDeploymentPatternVersion$;
896
+ exports.GetDeploymentPatternVersionCommand = GetDeploymentPatternVersionCommand;
897
+ exports.GetDeploymentPatternVersionInput$ = GetDeploymentPatternVersionInput$;
898
+ exports.GetDeploymentPatternVersionOutput$ = GetDeploymentPatternVersionOutput$;
770
899
  exports.GetWorkload$ = GetWorkload$;
771
900
  exports.GetWorkloadCommand = GetWorkloadCommand;
772
901
  exports.GetWorkloadDeploymentPattern$ = GetWorkloadDeploymentPattern$;
@@ -785,6 +914,10 @@ exports.ListDeploymentEvents$ = ListDeploymentEvents$;
785
914
  exports.ListDeploymentEventsCommand = ListDeploymentEventsCommand;
786
915
  exports.ListDeploymentEventsInput$ = ListDeploymentEventsInput$;
787
916
  exports.ListDeploymentEventsOutput$ = ListDeploymentEventsOutput$;
917
+ exports.ListDeploymentPatternVersions$ = ListDeploymentPatternVersions$;
918
+ exports.ListDeploymentPatternVersionsCommand = ListDeploymentPatternVersionsCommand;
919
+ exports.ListDeploymentPatternVersionsInput$ = ListDeploymentPatternVersionsInput$;
920
+ exports.ListDeploymentPatternVersionsOutput$ = ListDeploymentPatternVersionsOutput$;
788
921
  exports.ListDeployments$ = ListDeployments$;
789
922
  exports.ListDeploymentsCommand = ListDeploymentsCommand;
790
923
  exports.ListDeploymentsInput$ = ListDeploymentsInput$;
@@ -813,6 +946,10 @@ exports.UntagResource$ = UntagResource$;
813
946
  exports.UntagResourceCommand = UntagResourceCommand;
814
947
  exports.UntagResourceInput$ = UntagResourceInput$;
815
948
  exports.UntagResourceOutput$ = UntagResourceOutput$;
949
+ exports.UpdateDeployment$ = UpdateDeployment$;
950
+ exports.UpdateDeploymentCommand = UpdateDeploymentCommand;
951
+ exports.UpdateDeploymentInput$ = UpdateDeploymentInput$;
952
+ exports.UpdateDeploymentOutput$ = UpdateDeploymentOutput$;
816
953
  exports.ValidationException = ValidationException;
817
954
  exports.ValidationException$ = ValidationException$;
818
955
  exports.WorkloadData$ = WorkloadData$;
@@ -822,6 +959,7 @@ exports.WorkloadDeploymentPatternDataSummary$ = WorkloadDeploymentPatternDataSum
822
959
  exports.WorkloadDeploymentPatternStatus = WorkloadDeploymentPatternStatus;
823
960
  exports.WorkloadStatus = WorkloadStatus;
824
961
  exports.paginateListDeploymentEvents = paginateListDeploymentEvents;
962
+ exports.paginateListDeploymentPatternVersions = paginateListDeploymentPatternVersions;
825
963
  exports.paginateListDeployments = paginateListDeployments;
826
964
  exports.paginateListWorkloadDeploymentPatterns = paginateListWorkloadDeploymentPatterns;
827
965
  exports.paginateListWorkloads = paginateListWorkloads;
@@ -2,29 +2,35 @@ import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { CreateDeploymentCommand, } from "./commands/CreateDeploymentCommand";
3
3
  import { DeleteDeploymentCommand, } from "./commands/DeleteDeploymentCommand";
4
4
  import { GetDeploymentCommand, } from "./commands/GetDeploymentCommand";
5
+ import { GetDeploymentPatternVersionCommand, } from "./commands/GetDeploymentPatternVersionCommand";
5
6
  import { GetWorkloadCommand } from "./commands/GetWorkloadCommand";
6
7
  import { GetWorkloadDeploymentPatternCommand, } from "./commands/GetWorkloadDeploymentPatternCommand";
7
8
  import { ListDeploymentEventsCommand, } from "./commands/ListDeploymentEventsCommand";
9
+ import { ListDeploymentPatternVersionsCommand, } from "./commands/ListDeploymentPatternVersionsCommand";
8
10
  import { ListDeploymentsCommand, } from "./commands/ListDeploymentsCommand";
9
11
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
10
12
  import { ListWorkloadDeploymentPatternsCommand, } from "./commands/ListWorkloadDeploymentPatternsCommand";
11
13
  import { ListWorkloadsCommand, } from "./commands/ListWorkloadsCommand";
12
14
  import { TagResourceCommand } from "./commands/TagResourceCommand";
13
15
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
16
+ import { UpdateDeploymentCommand, } from "./commands/UpdateDeploymentCommand";
14
17
  import { LaunchWizardClient } from "./LaunchWizardClient";
15
18
  const commands = {
16
19
  CreateDeploymentCommand,
17
20
  DeleteDeploymentCommand,
18
21
  GetDeploymentCommand,
22
+ GetDeploymentPatternVersionCommand,
19
23
  GetWorkloadCommand,
20
24
  GetWorkloadDeploymentPatternCommand,
21
25
  ListDeploymentEventsCommand,
26
+ ListDeploymentPatternVersionsCommand,
22
27
  ListDeploymentsCommand,
23
28
  ListTagsForResourceCommand,
24
29
  ListWorkloadDeploymentPatternsCommand,
25
30
  ListWorkloadsCommand,
26
31
  TagResourceCommand,
27
32
  UntagResourceCommand,
33
+ UpdateDeploymentCommand,
28
34
  };
29
35
  export class LaunchWizard extends LaunchWizardClient {
30
36
  }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetDeploymentPatternVersion$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetDeploymentPatternVersionCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("LaunchWizard", "GetDeploymentPatternVersion", {})
13
+ .n("LaunchWizardClient", "GetDeploymentPatternVersionCommand")
14
+ .sc(GetDeploymentPatternVersion$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListDeploymentPatternVersions$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListDeploymentPatternVersionsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("LaunchWizard", "ListDeploymentPatternVersions", {})
13
+ .n("LaunchWizardClient", "ListDeploymentPatternVersionsCommand")
14
+ .sc(ListDeploymentPatternVersions$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { UpdateDeployment$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class UpdateDeploymentCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("LaunchWizard", "UpdateDeployment", {})
13
+ .n("LaunchWizardClient", "UpdateDeploymentCommand")
14
+ .sc(UpdateDeployment$)
15
+ .build() {
16
+ }
@@ -1,12 +1,15 @@
1
1
  export * from "./CreateDeploymentCommand";
2
2
  export * from "./DeleteDeploymentCommand";
3
3
  export * from "./GetDeploymentCommand";
4
+ export * from "./GetDeploymentPatternVersionCommand";
4
5
  export * from "./GetWorkloadCommand";
5
6
  export * from "./GetWorkloadDeploymentPatternCommand";
6
7
  export * from "./ListDeploymentEventsCommand";
8
+ export * from "./ListDeploymentPatternVersionsCommand";
7
9
  export * from "./ListDeploymentsCommand";
8
10
  export * from "./ListTagsForResourceCommand";
9
11
  export * from "./ListWorkloadDeploymentPatternsCommand";
10
12
  export * from "./ListWorkloadsCommand";
11
13
  export * from "./TagResourceCommand";
12
14
  export * from "./UntagResourceCommand";
15
+ export * from "./UpdateDeploymentCommand";
@@ -7,6 +7,11 @@ export const DeploymentStatus = {
7
7
  DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
8
8
  FAILED: "FAILED",
9
9
  IN_PROGRESS: "IN_PROGRESS",
10
+ UPDATE_COMPLETED: "UPDATE_COMPLETED",
11
+ UPDATE_FAILED: "UPDATE_FAILED",
12
+ UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
13
+ UPDATE_ROLLBACK_COMPLETED: "UPDATE_ROLLBACK_COMPLETED",
14
+ UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED",
10
15
  VALIDATING: "VALIDATING",
11
16
  };
12
17
  export const EventStatus = {
@@ -23,6 +28,9 @@ export const DeploymentFilterKey = {
23
28
  DEPLOYMENT_STATUS: "DEPLOYMENT_STATUS",
24
29
  WORKLOAD_NAME: "WORKLOAD_NAME",
25
30
  };
31
+ export const DeploymentPatternVersionFilterKey = {
32
+ DEPLOYMENT_PATTERN_VERSION_NAME: "updateFromVersion",
33
+ };
26
34
  export const WorkloadStatus = {
27
35
  ACTIVE: "ACTIVE",
28
36
  DELETED: "DELETED",
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListDeploymentPatternVersionsCommand, } from "../commands/ListDeploymentPatternVersionsCommand";
3
+ import { LaunchWizardClient } from "../LaunchWizardClient";
4
+ export const paginateListDeploymentPatternVersions = createPaginator(LaunchWizardClient, ListDeploymentPatternVersionsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,5 +1,6 @@
1
1
  export * from "./Interfaces";
2
2
  export * from "./ListDeploymentEventsPaginator";
3
+ export * from "./ListDeploymentPatternVersionsPaginator";
3
4
  export * from "./ListDeploymentsPaginator";
4
5
  export * from "./ListWorkloadDeploymentPatternsPaginator";
5
6
  export * from "./ListWorkloadsPaginator";