@aws-sdk/client-launch-wizard 3.970.0 → 3.971.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 +3 -3
@@ -1,21 +1,15 @@
1
- import { DeploymentFilterKey, DeploymentStatus, EventStatus, WorkloadDeploymentPatternStatus, WorkloadStatus } from "./enums";
1
+ import { DeploymentFilterKey, DeploymentPatternVersionFilterKey, DeploymentStatus, EventStatus, WorkloadDeploymentPatternStatus, WorkloadStatus } from "./enums";
2
2
  /**
3
3
  * @public
4
4
  */
5
5
  export interface CreateDeploymentInput {
6
6
  /**
7
- * <p>The name of the workload. You can use the <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_ListWorkloads.html">
8
- * <code>ListWorkloads</code>
9
- * </a> operation to discover supported
10
- * values for this parameter.</p>
7
+ * <p>The name of the workload. You can use the <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_ListWorkloads.html"> <code>ListWorkloads</code> </a> operation to discover supported values for this parameter.</p>
11
8
  * @public
12
9
  */
13
10
  workloadName: string | undefined;
14
11
  /**
15
- * <p>The name of the deployment pattern supported by a given workload. You can use the <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_ListWorkloadDeploymentPatterns.html">
16
- * <code>ListWorkloadDeploymentPatterns</code>
17
- * </a> operation to discover supported
18
- * values for this parameter. </p>
12
+ * <p>The name of the deployment pattern supported by a given workload. You can use the <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_ListWorkloadDeploymentPatterns.html"> <code>ListWorkloadDeploymentPatterns</code> </a> operation to discover supported values for this parameter. </p>
19
13
  * @public
20
14
  */
21
15
  deploymentPatternName: string | undefined;
@@ -25,21 +19,12 @@ export interface CreateDeploymentInput {
25
19
  */
26
20
  name: string | undefined;
27
21
  /**
28
- * <p>The settings specified for the deployment. These settings define how to deploy and configure your
29
- * resources created by the deployment. For more information about the specifications
30
- * required for creating a deployment for a SAP workload, see <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/launch-wizard-specifications-sap.html">SAP deployment
31
- * specifications</a>. To retrieve the specifications required to create a deployment for other workloads,
32
- * use the <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_GetWorkloadDeploymentPattern.html">
33
- * <code>GetWorkloadDeploymentPattern</code>
34
- * </a> operation.</p>
22
+ * <p>The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/launch-wizard-specifications-sap.html">SAP deployment specifications</a>. To retrieve the specifications required to create a deployment for other workloads, use the <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_GetWorkloadDeploymentPattern.html"> <code>GetWorkloadDeploymentPattern</code> </a> operation.</p>
35
23
  * @public
36
24
  */
37
25
  specifications: Record<string, string> | undefined;
38
26
  /**
39
- * <p>Checks whether you have the required permissions for the action, without actually making
40
- * the request, and provides an error response. If you have the required permissions, the
41
- * error response is <code>DryRunOperation</code>. Otherwise, it is
42
- * <code>UnauthorizedOperation</code>.</p>
27
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
43
28
  * @public
44
29
  */
45
30
  dryRun?: boolean | undefined;
@@ -94,14 +79,12 @@ export interface ListDeploymentEventsInput {
94
79
  */
95
80
  deploymentId: string | undefined;
96
81
  /**
97
- * <p>The maximum number of items to return for this request. To get the next page of items,
98
- * make another request with the token returned in the output.</p>
82
+ * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.</p>
99
83
  * @public
100
84
  */
101
85
  maxResults?: number | undefined;
102
86
  /**
103
- * <p>The token returned from a previous paginated request. Pagination continues from the end
104
- * of the items returned by the previous request.</p>
87
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
105
88
  * @public
106
89
  */
107
90
  nextToken?: string | undefined;
@@ -147,8 +130,7 @@ export interface ListDeploymentEventsOutput {
147
130
  */
148
131
  deploymentEvents?: DeploymentEventDataSummary[] | undefined;
149
132
  /**
150
- * <p>The token to include in another request to get the next page of items. This value is
151
- * <code>null</code> when there are no more items to return.</p>
133
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
152
134
  * @public
153
135
  */
154
136
  nextToken?: string | undefined;
@@ -199,13 +181,12 @@ export interface DeploymentData {
199
181
  */
200
182
  createdAt?: Date | undefined;
201
183
  /**
202
- * <p>The settings specified for the deployment. These settings define how to deploy and configure your
203
- * resources created by the deployment. For more information about the specifications
204
- * required for creating a deployment for a SAP workload, see <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/launch-wizard-specifications-sap.html">SAP deployment
205
- * specifications</a>. To retrieve the specifications required to create a deployment for other workloads,
206
- * use the <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_GetWorkloadDeploymentPattern.html">
207
- * <code>GetWorkloadDeploymentPattern</code>
208
- * </a> operation.</p>
184
+ * <p>The time the deployment was last modified.</p>
185
+ * @public
186
+ */
187
+ modifiedAt?: Date | undefined;
188
+ /**
189
+ * <p>The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/launch-wizard-specifications-sap.html">SAP deployment specifications</a>. To retrieve the specifications required to create a deployment for other workloads, use the <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_GetWorkloadDeploymentPattern.html"> <code>GetWorkloadDeploymentPattern</code> </a> operation.</p>
209
190
  * @public
210
191
  */
211
192
  specifications?: Record<string, string> | undefined;
@@ -241,9 +222,7 @@ export interface GetDeploymentOutput {
241
222
  deployment?: DeploymentData | undefined;
242
223
  }
243
224
  /**
244
- * <p>A filter name and value pair that is used to return more specific results from a
245
- * describe operation. Filters can be used to match a set of resources by specific
246
- * criteria.</p>
225
+ * <p>A filter name and value pair that is used to return more specific results from a describe operation. Filters can be used to match a set of resources by specific criteria.</p>
247
226
  * @public
248
227
  */
249
228
  export interface DeploymentFilter {
@@ -253,9 +232,7 @@ export interface DeploymentFilter {
253
232
  */
254
233
  name?: DeploymentFilterKey | undefined;
255
234
  /**
256
- * <p>The filter values. Filter values are case-sensitive. If you specify multiple values for
257
- * a filter, the values are joined with an <code>OR</code>, and the request returns all
258
- * results that match any of the specified values.</p>
235
+ * <p>The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are joined with an <code>OR</code>, and the request returns all results that match any of the specified values.</p>
259
236
  * @public
260
237
  */
261
238
  values?: string[] | undefined;
@@ -265,33 +242,17 @@ export interface DeploymentFilter {
265
242
  */
266
243
  export interface ListDeploymentsInput {
267
244
  /**
268
- * <p>Filters to scope the results. The following filters are supported:</p>
269
- * <ul>
270
- * <li>
271
- * <p>
272
- * <code>WORKLOAD_NAME</code> - The name used in deployments.</p>
273
- * </li>
274
- * <li>
275
- * <p>
276
- * <code>DEPLOYMENT_STATUS</code> - <code>COMPLETED</code> | <code>CREATING</code> |
277
- * <code>DELETE_IN_PROGRESS</code> | <code>DELETE_INITIATING</code> |
278
- * <code>DELETE_FAILED</code> | <code>DELETED</code> | <code>FAILED</code> |
279
- * <code>IN_PROGRESS</code> | <code>VALIDATING</code>
280
- * </p>
281
- * </li>
282
- * </ul>
245
+ * <p>Filters to scope the results. The following filters are supported:</p> <ul> <li> <p> <code>WORKLOAD_NAME</code> - The name used in deployments.</p> </li> <li> <p> <code>DEPLOYMENT_STATUS</code> - <code>COMPLETED</code> | <code>CREATING</code> | <code>DELETE_IN_PROGRESS</code> | <code>DELETE_INITIATING</code> | <code>DELETE_FAILED</code> | <code>DELETED</code> | <code>FAILED</code> | <code>IN_PROGRESS</code> | <code>VALIDATING</code> </p> </li> </ul>
283
246
  * @public
284
247
  */
285
248
  filters?: DeploymentFilter[] | undefined;
286
249
  /**
287
- * <p>The maximum number of items to return for this request. To get the next page of items,
288
- * make another request with the token returned in the output.</p>
250
+ * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.</p>
289
251
  * @public
290
252
  */
291
253
  maxResults?: number | undefined;
292
254
  /**
293
- * <p>The token returned from a previous paginated request. Pagination continues from the end
294
- * of the items returned by the previous request.</p>
255
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
295
256
  * @public
296
257
  */
297
258
  nextToken?: string | undefined;
@@ -331,6 +292,11 @@ export interface DeploymentDataSummary {
331
292
  * @public
332
293
  */
333
294
  createdAt?: Date | undefined;
295
+ /**
296
+ * <p>The time the deployment was last modified.</p>
297
+ * @public
298
+ */
299
+ modifiedAt?: Date | undefined;
334
300
  }
335
301
  /**
336
302
  * @public
@@ -342,12 +308,56 @@ export interface ListDeploymentsOutput {
342
308
  */
343
309
  deployments?: DeploymentDataSummary[] | undefined;
344
310
  /**
345
- * <p>The token to include in another request to get the next page of items. This value is
346
- * <code>null</code> when there are no more items to return.</p>
311
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
347
312
  * @public
348
313
  */
349
314
  nextToken?: string | undefined;
350
315
  }
316
+ /**
317
+ * @public
318
+ */
319
+ export interface UpdateDeploymentInput {
320
+ /**
321
+ * <p>The ID of the deployment.</p>
322
+ * @public
323
+ */
324
+ deploymentId: string | undefined;
325
+ /**
326
+ * <p>The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/launch-wizard-specifications-sap.html">SAP deployment specifications</a>. To retrieve the specifications required to create a deployment for other workloads, use the <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_GetWorkloadDeploymentPattern.html"> <code>GetWorkloadDeploymentPattern</code> </a> operation.</p>
327
+ * @public
328
+ */
329
+ specifications: Record<string, string> | undefined;
330
+ /**
331
+ * <p>The name of the workload version.</p>
332
+ * @public
333
+ */
334
+ workloadVersionName?: string | undefined;
335
+ /**
336
+ * <p>The name of the deployment pattern version.</p>
337
+ * @public
338
+ */
339
+ deploymentPatternVersionName?: string | undefined;
340
+ /**
341
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
342
+ * @public
343
+ */
344
+ dryRun?: boolean | undefined;
345
+ /**
346
+ * <p>Forces the update even if validation warnings are present.</p>
347
+ * @public
348
+ */
349
+ force?: boolean | undefined;
350
+ }
351
+ /**
352
+ * @public
353
+ */
354
+ export interface UpdateDeploymentOutput {
355
+ /**
356
+ * <p>The deployment.</p>
357
+ * @public
358
+ */
359
+ deployment?: DeploymentDataSummary | undefined;
360
+ }
351
361
  /**
352
362
  * <p>A field that details a condition of the specifications for a deployment.</p>
353
363
  * @public
@@ -364,13 +374,133 @@ export interface DeploymentConditionalField {
364
374
  */
365
375
  value?: string | undefined;
366
376
  /**
367
- * <p>The comparator of the condition.</p>
368
- * <p>Valid values: <code>Equal | NotEqual</code>
369
- * </p>
377
+ * <p>The comparator of the condition.</p> <p>Valid values: <code>Equal | NotEqual</code> </p>
370
378
  * @public
371
379
  */
372
380
  comparator?: string | undefined;
373
381
  }
382
+ /**
383
+ * @public
384
+ */
385
+ export interface GetDeploymentPatternVersionInput {
386
+ /**
387
+ * <p>The name of the workload. You can use the <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_ListWorkloads.html"> <code>ListWorkloads</code> </a> operation to discover supported values for this parameter.</p>
388
+ * @public
389
+ */
390
+ workloadName: string | undefined;
391
+ /**
392
+ * <p>The name of the deployment pattern. You can use the <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_ListWorkloadDeploymentPatterns.html"> <code>ListWorkloadDeploymentPatterns</code> </a> operation to discover supported values for this parameter.</p>
393
+ * @public
394
+ */
395
+ deploymentPatternName: string | undefined;
396
+ /**
397
+ * <p>The name of the deployment pattern version.</p>
398
+ * @public
399
+ */
400
+ deploymentPatternVersionName: string | undefined;
401
+ }
402
+ /**
403
+ * <p>Describes a deployment pattern version summary.</p>
404
+ * @public
405
+ */
406
+ export interface DeploymentPatternVersionDataSummary {
407
+ /**
408
+ * <p>The name of the deployment pattern version.</p>
409
+ * @public
410
+ */
411
+ deploymentPatternVersionName?: string | undefined;
412
+ /**
413
+ * <p>The description of the deployment pattern version.</p>
414
+ * @public
415
+ */
416
+ description?: string | undefined;
417
+ /**
418
+ * <p>The URL of the documentation for the deployment pattern version.</p>
419
+ * @public
420
+ */
421
+ documentationUrl?: string | undefined;
422
+ /**
423
+ * <p>The name of the workload.</p>
424
+ * @public
425
+ */
426
+ workloadName?: string | undefined;
427
+ /**
428
+ * <p>The name of the deployment pattern.</p>
429
+ * @public
430
+ */
431
+ deploymentPatternName?: string | undefined;
432
+ }
433
+ /**
434
+ * @public
435
+ */
436
+ export interface GetDeploymentPatternVersionOutput {
437
+ /**
438
+ * <p>The deployment pattern version.</p>
439
+ * @public
440
+ */
441
+ deploymentPatternVersion?: DeploymentPatternVersionDataSummary | undefined;
442
+ }
443
+ /**
444
+ * <p>A filter for deployment pattern versions. Use this filter to specify criteria for querying deployment pattern versions in Launch Wizard.</p>
445
+ * @public
446
+ */
447
+ export interface DeploymentPatternVersionFilter {
448
+ /**
449
+ * <p>The name of the filter attribute. Specifies which attribute to filter on when querying deployment pattern versions.</p>
450
+ * @public
451
+ */
452
+ name: DeploymentPatternVersionFilterKey | undefined;
453
+ /**
454
+ * <p>The values to filter by. Contains the specific values to match against when filtering deployment pattern versions.</p>
455
+ * @public
456
+ */
457
+ values: string[] | undefined;
458
+ }
459
+ /**
460
+ * @public
461
+ */
462
+ export interface ListDeploymentPatternVersionsInput {
463
+ /**
464
+ * <p>The name of the workload. You can use the <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_ListWorkloads.html"> <code>ListWorkloads</code> </a> operation to discover supported values for this parameter.</p>
465
+ * @public
466
+ */
467
+ workloadName: string | undefined;
468
+ /**
469
+ * <p>The name of the deployment pattern. You can use the <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_ListWorkloadDeploymentPatterns.html"> <code>ListWorkloadDeploymentPatterns</code> </a> operation to discover supported values for this parameter.</p>
470
+ * @public
471
+ */
472
+ deploymentPatternName: string | undefined;
473
+ /**
474
+ * <p>The maximum number of deployment pattern versions to list.</p>
475
+ * @public
476
+ */
477
+ maxResults?: number | undefined;
478
+ /**
479
+ * <p>The token for the next set of results.</p>
480
+ * @public
481
+ */
482
+ nextToken?: string | undefined;
483
+ /**
484
+ * <p>Filters to apply when listing deployment pattern versions.</p>
485
+ * @public
486
+ */
487
+ filters?: DeploymentPatternVersionFilter[] | undefined;
488
+ }
489
+ /**
490
+ * @public
491
+ */
492
+ export interface ListDeploymentPatternVersionsOutput {
493
+ /**
494
+ * <p>The deployment pattern versions.</p>
495
+ * @public
496
+ */
497
+ deploymentPatternVersions?: DeploymentPatternVersionDataSummary[] | undefined;
498
+ /**
499
+ * <p>The token for the next set of results.</p>
500
+ * @public
501
+ */
502
+ nextToken?: string | undefined;
503
+ }
374
504
  /**
375
505
  * <p>A field that details a specification of a deployment pattern.</p>
376
506
  * @public
@@ -427,6 +557,11 @@ export interface WorkloadData {
427
557
  * @public
428
558
  */
429
559
  displayName?: string | undefined;
560
+ /**
561
+ * <p>The status of a workload.</p> <p> <i>You can list deployments in the <code>DISABLED</code> status.</i> </p>
562
+ * @public
563
+ */
564
+ status?: WorkloadStatus | undefined;
430
565
  /**
431
566
  * <p>The description of a workload.</p>
432
567
  * @public
@@ -442,11 +577,6 @@ export interface WorkloadData {
442
577
  * @public
443
578
  */
444
579
  iconUrl?: string | undefined;
445
- /**
446
- * <p>The status of a workload.</p>
447
- * @public
448
- */
449
- status?: WorkloadStatus | undefined;
450
580
  /**
451
581
  * <p>The message about a workload's status.</p>
452
582
  * @public
@@ -498,6 +628,11 @@ export interface WorkloadDeploymentPatternData {
498
628
  * @public
499
629
  */
500
630
  workloadVersionName?: string | undefined;
631
+ /**
632
+ * <p>The version name of the deployment pattern.</p>
633
+ * @public
634
+ */
635
+ deploymentPatternVersionName?: string | undefined;
501
636
  /**
502
637
  * <p>The display name of the deployment pattern.</p>
503
638
  * @public
@@ -519,13 +654,7 @@ export interface WorkloadDeploymentPatternData {
519
654
  */
520
655
  statusMessage?: string | undefined;
521
656
  /**
522
- * <p>The settings specified for the deployment. These settings define how to deploy and configure your
523
- * resources created by the deployment. For more information about the specifications
524
- * required for creating a deployment for a SAP workload, see <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/launch-wizard-specifications-sap.html">SAP deployment
525
- * specifications</a>. To retrieve the specifications required to create a deployment for other workloads,
526
- * use the <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_GetWorkloadDeploymentPattern.html">
527
- * <code>GetWorkloadDeploymentPattern</code>
528
- * </a> operation.</p>
657
+ * <p>The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/launch-wizard-specifications-sap.html">SAP deployment specifications</a>. To retrieve the specifications required to create a deployment for other workloads, use the <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_GetWorkloadDeploymentPattern.html"> <code>GetWorkloadDeploymentPattern</code> </a> operation.</p>
529
658
  * @public
530
659
  */
531
660
  specifications?: DeploymentSpecificationsField[] | undefined;
@@ -605,14 +734,12 @@ export interface UntagResourceOutput {
605
734
  */
606
735
  export interface ListWorkloadsInput {
607
736
  /**
608
- * <p>The maximum number of items to return for this request. To get the next page of items,
609
- * make another request with the token returned in the output.</p>
737
+ * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.</p>
610
738
  * @public
611
739
  */
612
740
  maxResults?: number | undefined;
613
741
  /**
614
- * <p>The token returned from a previous paginated request. Pagination continues from the end
615
- * of the items returned by the previous request.</p>
742
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
616
743
  * @public
617
744
  */
618
745
  nextToken?: string | undefined;
@@ -632,6 +759,11 @@ export interface WorkloadDataSummary {
632
759
  * @public
633
760
  */
634
761
  displayName?: string | undefined;
762
+ /**
763
+ * <p>The status of the workload.</p>
764
+ * @public
765
+ */
766
+ status?: WorkloadStatus | undefined;
635
767
  }
636
768
  /**
637
769
  * @public
@@ -643,8 +775,7 @@ export interface ListWorkloadsOutput {
643
775
  */
644
776
  workloads?: WorkloadDataSummary[] | undefined;
645
777
  /**
646
- * <p>The token to include in another request to get the next page of items. This value is
647
- * <code>null</code> when there are no more items to return.</p>
778
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
648
779
  * @public
649
780
  */
650
781
  nextToken?: string | undefined;
@@ -659,14 +790,12 @@ export interface ListWorkloadDeploymentPatternsInput {
659
790
  */
660
791
  workloadName: string | undefined;
661
792
  /**
662
- * <p>The maximum number of items to return for this request. To get the next page of items,
663
- * make another request with the token returned in the output.</p>
793
+ * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.</p>
664
794
  * @public
665
795
  */
666
796
  maxResults?: number | undefined;
667
797
  /**
668
- * <p>The token returned from a previous paginated request. Pagination continues from the end
669
- * of the items returned by the previous request.</p>
798
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
670
799
  * @public
671
800
  */
672
801
  nextToken?: string | undefined;
@@ -691,6 +820,11 @@ export interface WorkloadDeploymentPatternDataSummary {
691
820
  * @public
692
821
  */
693
822
  workloadVersionName?: string | undefined;
823
+ /**
824
+ * <p>The version name of a workload deployment pattern.</p>
825
+ * @public
826
+ */
827
+ deploymentPatternVersionName?: string | undefined;
694
828
  /**
695
829
  * <p>The display name of a workload deployment pattern.</p>
696
830
  * @public
@@ -722,8 +856,7 @@ export interface ListWorkloadDeploymentPatternsOutput {
722
856
  */
723
857
  workloadDeploymentPatterns?: WorkloadDeploymentPatternDataSummary[] | undefined;
724
858
  /**
725
- * <p>The token to include in another request to get the next page of items. This value is
726
- * <code>null</code> when there are no more items to return.</p>
859
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
727
860
  * @public
728
861
  */
729
862
  nextToken?: string | undefined;
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListDeploymentPatternVersionsCommandInput, ListDeploymentPatternVersionsCommandOutput } from "../commands/ListDeploymentPatternVersionsCommand";
3
+ import { LaunchWizardPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListDeploymentPatternVersions: (config: LaunchWizardPaginationConfiguration, input: ListDeploymentPatternVersionsCommandInput, ...rest: any[]) => Paginator<ListDeploymentPatternVersionsCommandOutput>;
@@ -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";
@@ -8,9 +8,13 @@ export declare var DeploymentData$: StaticStructureSchema;
8
8
  export declare var DeploymentDataSummary$: StaticStructureSchema;
9
9
  export declare var DeploymentEventDataSummary$: StaticStructureSchema;
10
10
  export declare var DeploymentFilter$: StaticStructureSchema;
11
+ export declare var DeploymentPatternVersionDataSummary$: StaticStructureSchema;
12
+ export declare var DeploymentPatternVersionFilter$: StaticStructureSchema;
11
13
  export declare var DeploymentSpecificationsField$: StaticStructureSchema;
12
14
  export declare var GetDeploymentInput$: StaticStructureSchema;
13
15
  export declare var GetDeploymentOutput$: StaticStructureSchema;
16
+ export declare var GetDeploymentPatternVersionInput$: StaticStructureSchema;
17
+ export declare var GetDeploymentPatternVersionOutput$: StaticStructureSchema;
14
18
  export declare var GetWorkloadDeploymentPatternInput$: StaticStructureSchema;
15
19
  export declare var GetWorkloadDeploymentPatternOutput$: StaticStructureSchema;
16
20
  export declare var GetWorkloadInput$: StaticStructureSchema;
@@ -18,6 +22,8 @@ export declare var GetWorkloadOutput$: StaticStructureSchema;
18
22
  export declare var InternalServerException$: StaticErrorSchema;
19
23
  export declare var ListDeploymentEventsInput$: StaticStructureSchema;
20
24
  export declare var ListDeploymentEventsOutput$: StaticStructureSchema;
25
+ export declare var ListDeploymentPatternVersionsInput$: StaticStructureSchema;
26
+ export declare var ListDeploymentPatternVersionsOutput$: StaticStructureSchema;
21
27
  export declare var ListDeploymentsInput$: StaticStructureSchema;
22
28
  export declare var ListDeploymentsOutput$: StaticStructureSchema;
23
29
  export declare var ListTagsForResourceInput$: StaticStructureSchema;
@@ -32,6 +38,8 @@ export declare var TagResourceInput$: StaticStructureSchema;
32
38
  export declare var TagResourceOutput$: StaticStructureSchema;
33
39
  export declare var UntagResourceInput$: StaticStructureSchema;
34
40
  export declare var UntagResourceOutput$: StaticStructureSchema;
41
+ export declare var UpdateDeploymentInput$: StaticStructureSchema;
42
+ export declare var UpdateDeploymentOutput$: StaticStructureSchema;
35
43
  export declare var ValidationException$: StaticErrorSchema;
36
44
  export declare var WorkloadData$: StaticStructureSchema;
37
45
  export declare var WorkloadDataSummary$: StaticStructureSchema;
@@ -41,12 +49,15 @@ export declare var LaunchWizardServiceException$: StaticErrorSchema;
41
49
  export declare var CreateDeployment$: StaticOperationSchema;
42
50
  export declare var DeleteDeployment$: StaticOperationSchema;
43
51
  export declare var GetDeployment$: StaticOperationSchema;
52
+ export declare var GetDeploymentPatternVersion$: StaticOperationSchema;
44
53
  export declare var GetWorkload$: StaticOperationSchema;
45
54
  export declare var GetWorkloadDeploymentPattern$: StaticOperationSchema;
46
55
  export declare var ListDeploymentEvents$: StaticOperationSchema;
56
+ export declare var ListDeploymentPatternVersions$: StaticOperationSchema;
47
57
  export declare var ListDeployments$: StaticOperationSchema;
48
58
  export declare var ListTagsForResource$: StaticOperationSchema;
49
59
  export declare var ListWorkloadDeploymentPatterns$: StaticOperationSchema;
50
60
  export declare var ListWorkloads$: StaticOperationSchema;
51
61
  export declare var TagResource$: StaticOperationSchema;
52
62
  export declare var UntagResource$: StaticOperationSchema;
63
+ export declare var UpdateDeployment$: StaticOperationSchema;
@@ -11,6 +11,10 @@ import {
11
11
  GetDeploymentCommandInput,
12
12
  GetDeploymentCommandOutput,
13
13
  } from "./commands/GetDeploymentCommand";
14
+ import {
15
+ GetDeploymentPatternVersionCommandInput,
16
+ GetDeploymentPatternVersionCommandOutput,
17
+ } from "./commands/GetDeploymentPatternVersionCommand";
14
18
  import {
15
19
  GetWorkloadCommandInput,
16
20
  GetWorkloadCommandOutput,
@@ -23,6 +27,10 @@ import {
23
27
  ListDeploymentEventsCommandInput,
24
28
  ListDeploymentEventsCommandOutput,
25
29
  } from "./commands/ListDeploymentEventsCommand";
30
+ import {
31
+ ListDeploymentPatternVersionsCommandInput,
32
+ ListDeploymentPatternVersionsCommandOutput,
33
+ } from "./commands/ListDeploymentPatternVersionsCommand";
26
34
  import {
27
35
  ListDeploymentsCommandInput,
28
36
  ListDeploymentsCommandOutput,
@@ -47,6 +55,10 @@ import {
47
55
  UntagResourceCommandInput,
48
56
  UntagResourceCommandOutput,
49
57
  } from "./commands/UntagResourceCommand";
58
+ import {
59
+ UpdateDeploymentCommandInput,
60
+ UpdateDeploymentCommandOutput,
61
+ } from "./commands/UpdateDeploymentCommand";
50
62
  import { LaunchWizardClient } from "./LaunchWizardClient";
51
63
  export interface LaunchWizard {
52
64
  createDeployment(
@@ -88,6 +100,19 @@ export interface LaunchWizard {
88
100
  options: __HttpHandlerOptions,
89
101
  cb: (err: any, data?: GetDeploymentCommandOutput) => void
90
102
  ): void;
103
+ getDeploymentPatternVersion(
104
+ args: GetDeploymentPatternVersionCommandInput,
105
+ options?: __HttpHandlerOptions
106
+ ): Promise<GetDeploymentPatternVersionCommandOutput>;
107
+ getDeploymentPatternVersion(
108
+ args: GetDeploymentPatternVersionCommandInput,
109
+ cb: (err: any, data?: GetDeploymentPatternVersionCommandOutput) => void
110
+ ): void;
111
+ getDeploymentPatternVersion(
112
+ args: GetDeploymentPatternVersionCommandInput,
113
+ options: __HttpHandlerOptions,
114
+ cb: (err: any, data?: GetDeploymentPatternVersionCommandOutput) => void
115
+ ): void;
91
116
  getWorkload(
92
117
  args: GetWorkloadCommandInput,
93
118
  options?: __HttpHandlerOptions
@@ -127,6 +152,19 @@ export interface LaunchWizard {
127
152
  options: __HttpHandlerOptions,
128
153
  cb: (err: any, data?: ListDeploymentEventsCommandOutput) => void
129
154
  ): void;
155
+ listDeploymentPatternVersions(
156
+ args: ListDeploymentPatternVersionsCommandInput,
157
+ options?: __HttpHandlerOptions
158
+ ): Promise<ListDeploymentPatternVersionsCommandOutput>;
159
+ listDeploymentPatternVersions(
160
+ args: ListDeploymentPatternVersionsCommandInput,
161
+ cb: (err: any, data?: ListDeploymentPatternVersionsCommandOutput) => void
162
+ ): void;
163
+ listDeploymentPatternVersions(
164
+ args: ListDeploymentPatternVersionsCommandInput,
165
+ options: __HttpHandlerOptions,
166
+ cb: (err: any, data?: ListDeploymentPatternVersionsCommandOutput) => void
167
+ ): void;
130
168
  listDeployments(): Promise<ListDeploymentsCommandOutput>;
131
169
  listDeployments(
132
170
  args: ListDeploymentsCommandInput,
@@ -207,6 +245,19 @@ export interface LaunchWizard {
207
245
  options: __HttpHandlerOptions,
208
246
  cb: (err: any, data?: UntagResourceCommandOutput) => void
209
247
  ): void;
248
+ updateDeployment(
249
+ args: UpdateDeploymentCommandInput,
250
+ options?: __HttpHandlerOptions
251
+ ): Promise<UpdateDeploymentCommandOutput>;
252
+ updateDeployment(
253
+ args: UpdateDeploymentCommandInput,
254
+ cb: (err: any, data?: UpdateDeploymentCommandOutput) => void
255
+ ): void;
256
+ updateDeployment(
257
+ args: UpdateDeploymentCommandInput,
258
+ options: __HttpHandlerOptions,
259
+ cb: (err: any, data?: UpdateDeploymentCommandOutput) => void
260
+ ): void;
210
261
  }
211
262
  export declare class LaunchWizard
212
263
  extends LaunchWizardClient