1{
2  "version":"2.0",
3  "metadata":{
4    "apiVersion":"2018-05-10",
5    "endpointPrefix":"launchwizard",
6    "jsonVersion":"1.1",
7    "protocol":"rest-json",
8    "serviceFullName":"AWS Launch Wizard",
9    "serviceId":"Launch Wizard",
10    "signatureVersion":"v4",
11    "signingName":"launchwizard",
12    "uid":"launch-wizard-2018-05-10"
13  },
14  "operations":{
15    "CreateDeployment":{
16      "name":"CreateDeployment",
17      "http":{
18        "method":"POST",
19        "requestUri":"/createDeployment",
20        "responseCode":200
21      },
22      "input":{"shape":"CreateDeploymentInput"},
23      "output":{"shape":"CreateDeploymentOutput"},
24      "errors":[
25        {"shape":"ResourceLimitException"},
26        {"shape":"InternalServerException"},
27        {"shape":"ValidationException"},
28        {"shape":"ResourceNotFoundException"}
29      ],
30      "documentation":"<p>Creates a deployment for the given workload. Deployments created by this operation are not available in the Launch Wizard console to use the <code>Clone deployment</code> action on.</p>"
31    },
32    "DeleteDeployment":{
33      "name":"DeleteDeployment",
34      "http":{
35        "method":"POST",
36        "requestUri":"/deleteDeployment",
37        "responseCode":200
38      },
39      "input":{"shape":"DeleteDeploymentInput"},
40      "output":{"shape":"DeleteDeploymentOutput"},
41      "errors":[
42        {"shape":"InternalServerException"},
43        {"shape":"ValidationException"},
44        {"shape":"ResourceNotFoundException"}
45      ],
46      "documentation":"<p>Deletes a deployment.</p>",
47      "idempotent":true
48    },
49    "GetDeployment":{
50      "name":"GetDeployment",
51      "http":{
52        "method":"POST",
53        "requestUri":"/getDeployment",
54        "responseCode":200
55      },
56      "input":{"shape":"GetDeploymentInput"},
57      "output":{"shape":"GetDeploymentOutput"},
58      "errors":[
59        {"shape":"InternalServerException"},
60        {"shape":"ValidationException"},
61        {"shape":"ResourceNotFoundException"}
62      ],
63      "documentation":"<p>Returns information about the deployment.</p>"
64    },
65    "GetWorkload":{
66      "name":"GetWorkload",
67      "http":{
68        "method":"POST",
69        "requestUri":"/getWorkload",
70        "responseCode":200
71      },
72      "input":{"shape":"GetWorkloadInput"},
73      "output":{"shape":"GetWorkloadOutput"},
74      "errors":[
75        {"shape":"InternalServerException"},
76        {"shape":"ValidationException"},
77        {"shape":"ResourceNotFoundException"}
78      ],
79      "documentation":"<p>Returns information about a workload.</p>"
80    },
81    "ListDeploymentEvents":{
82      "name":"ListDeploymentEvents",
83      "http":{
84        "method":"POST",
85        "requestUri":"/listDeploymentEvents",
86        "responseCode":200
87      },
88      "input":{"shape":"ListDeploymentEventsInput"},
89      "output":{"shape":"ListDeploymentEventsOutput"},
90      "errors":[
91        {"shape":"InternalServerException"},
92        {"shape":"ValidationException"},
93        {"shape":"ResourceNotFoundException"}
94      ],
95      "documentation":"<p>Lists the events of a deployment.</p>"
96    },
97    "ListDeployments":{
98      "name":"ListDeployments",
99      "http":{
100        "method":"POST",
101        "requestUri":"/listDeployments",
102        "responseCode":200
103      },
104      "input":{"shape":"ListDeploymentsInput"},
105      "output":{"shape":"ListDeploymentsOutput"},
106      "errors":[
107        {"shape":"InternalServerException"},
108        {"shape":"ValidationException"}
109      ],
110      "documentation":"<p>Lists the deployments that have been created.</p>"
111    },
112    "ListWorkloadDeploymentPatterns":{
113      "name":"ListWorkloadDeploymentPatterns",
114      "http":{
115        "method":"POST",
116        "requestUri":"/listWorkloadDeploymentPatterns",
117        "responseCode":200
118      },
119      "input":{"shape":"ListWorkloadDeploymentPatternsInput"},
120      "output":{"shape":"ListWorkloadDeploymentPatternsOutput"},
121      "errors":[
122        {"shape":"InternalServerException"},
123        {"shape":"ValidationException"},
124        {"shape":"ResourceNotFoundException"}
125      ],
126      "documentation":"<p>Lists the workload deployment patterns.</p>"
127    },
128    "ListWorkloads":{
129      "name":"ListWorkloads",
130      "http":{
131        "method":"POST",
132        "requestUri":"/listWorkloads",
133        "responseCode":200
134      },
135      "input":{"shape":"ListWorkloadsInput"},
136      "output":{"shape":"ListWorkloadsOutput"},
137      "errors":[
138        {"shape":"InternalServerException"},
139        {"shape":"ValidationException"}
140      ],
141      "documentation":"<p>Lists the workloads.</p>"
142    }
143  },
144  "shapes":{
145    "Boolean":{
146      "type":"boolean",
147      "box":true
148    },
149    "CreateDeploymentInput":{
150      "type":"structure",
151      "required":[
152        "deploymentPatternName",
153        "name",
154        "specifications",
155        "workloadName"
156      ],
157      "members":{
158        "deploymentPatternName":{
159          "shape":"DeploymentPatternName",
160          "documentation":"<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>"
161        },
162        "dryRun":{
163          "shape":"Boolean",
164          "documentation":"<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>"
165        },
166        "name":{
167          "shape":"DeploymentName",
168          "documentation":"<p>The name of the deployment.</p>"
169        },
170        "specifications":{
171          "shape":"DeploymentSpecifications",
172          "documentation":"<p>The settings specified for the deployment. For more information on the specifications required for creating a deployment, see <a href=\"https://docs.aws.amazon.com/launchwizard/latest/APIReference/launch-wizard-specifications.html\">Workload specifications</a>.</p>"
173        },
174        "workloadName":{
175          "shape":"WorkloadName",
176          "documentation":"<p>The name of the 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>"
177        }
178      }
179    },
180    "CreateDeploymentOutput":{
181      "type":"structure",
182      "members":{
183        "deploymentId":{
184          "shape":"DeploymentId",
185          "documentation":"<p>The ID of the deployment.</p>"
186        }
187      }
188    },
189    "DeleteDeploymentInput":{
190      "type":"structure",
191      "required":["deploymentId"],
192      "members":{
193        "deploymentId":{
194          "shape":"DeploymentId",
195          "documentation":"<p>The ID of the deployment.</p>"
196        }
197      }
198    },
199    "DeleteDeploymentOutput":{
200      "type":"structure",
201      "members":{
202        "status":{
203          "shape":"DeploymentStatus",
204          "documentation":"<p>The status of the deployment.</p>"
205        },
206        "statusReason":{
207          "shape":"String",
208          "documentation":"<p>The reason for the deployment status.</p>"
209        }
210      }
211    },
212    "DeploymentData":{
213      "type":"structure",
214      "members":{
215        "createdAt":{
216          "shape":"Timestamp",
217          "documentation":"<p>The time the deployment was created.</p>"
218        },
219        "deletedAt":{
220          "shape":"Timestamp",
221          "documentation":"<p>The time the deployment was deleted.</p>"
222        },
223        "id":{
224          "shape":"DeploymentId",
225          "documentation":"<p>The ID of the deployment.</p>"
226        },
227        "name":{
228          "shape":"String",
229          "documentation":"<p>The name of the deployment.</p>"
230        },
231        "patternName":{
232          "shape":"DeploymentPatternName",
233          "documentation":"<p>The pattern name of the deployment.</p>"
234        },
235        "resourceGroup":{
236          "shape":"String",
237          "documentation":"<p>The resource group of the deployment.</p>"
238        },
239        "specifications":{
240          "shape":"DeploymentSpecifications",
241          "documentation":"<p>The specifications of the deployment. For more information on specifications for each deployment, see <a href=\"https://docs.aws.amazon.com/launchwizard/latest/APIReference/launch-wizard-specifications.html\">Workload specifications</a>.</p>"
242        },
243        "status":{
244          "shape":"DeploymentStatus",
245          "documentation":"<p>The status of the deployment.</p>"
246        },
247        "workloadName":{
248          "shape":"WorkloadName",
249          "documentation":"<p>The name of the workload.</p>"
250        }
251      },
252      "documentation":"<p>The data associated with a deployment.</p>"
253    },
254    "DeploymentDataSummary":{
255      "type":"structure",
256      "members":{
257        "createdAt":{
258          "shape":"Timestamp",
259          "documentation":"<p>The time the deployment was created.</p>"
260        },
261        "id":{
262          "shape":"DeploymentId",
263          "documentation":"<p>The ID of the deployment.</p>"
264        },
265        "name":{
266          "shape":"String",
267          "documentation":"<p>The name of the deployment</p>"
268        },
269        "patternName":{
270          "shape":"DeploymentPatternName",
271          "documentation":"<p>The name of the workload deployment pattern.</p>"
272        },
273        "status":{
274          "shape":"DeploymentStatus",
275          "documentation":"<p>The status of the deployment.</p>"
276        },
277        "workloadName":{
278          "shape":"WorkloadName",
279          "documentation":"<p>The name of the workload.</p>"
280        }
281      },
282      "documentation":"<p>A summary of the deployment data.</p>"
283    },
284    "DeploymentDataSummaryList":{
285      "type":"list",
286      "member":{"shape":"DeploymentDataSummary"}
287    },
288    "DeploymentEventDataSummary":{
289      "type":"structure",
290      "members":{
291        "description":{
292          "shape":"String",
293          "documentation":"<p>The description of the deployment event.</p>"
294        },
295        "name":{
296          "shape":"String",
297          "documentation":"<p>The name of the deployment event.</p>"
298        },
299        "status":{
300          "shape":"EventStatus",
301          "documentation":"<p>The status of the deployment event.</p>"
302        },
303        "statusReason":{
304          "shape":"String",
305          "documentation":"<p>The reason of the deployment event status.</p>"
306        },
307        "timestamp":{
308          "shape":"Timestamp",
309          "documentation":"<p>The timestamp of the deployment event.</p>"
310        }
311      },
312      "documentation":"<p>A summary of the deployment event data.</p>"
313    },
314    "DeploymentEventDataSummaryList":{
315      "type":"list",
316      "member":{"shape":"DeploymentEventDataSummary"}
317    },
318    "DeploymentFilter":{
319      "type":"structure",
320      "members":{
321        "name":{
322          "shape":"DeploymentFilterKey",
323          "documentation":"<p>The name of the filter. Filter names are case-sensitive.</p>"
324        },
325        "values":{
326          "shape":"DeploymentFilterValues",
327          "documentation":"<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>"
328        }
329      },
330      "documentation":"<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>"
331    },
332    "DeploymentFilterKey":{
333      "type":"string",
334      "enum":[
335        "WORKLOAD_NAME",
336        "DEPLOYMENT_STATUS"
337      ]
338    },
339    "DeploymentFilterList":{
340      "type":"list",
341      "member":{"shape":"DeploymentFilter"},
342      "min":1
343    },
344    "DeploymentFilterValues":{
345      "type":"list",
346      "member":{"shape":"DeploymentFilterValuesMemberString"}
347    },
348    "DeploymentFilterValuesMemberString":{
349      "type":"string",
350      "max":100,
351      "min":1
352    },
353    "DeploymentId":{
354      "type":"string",
355      "max":128,
356      "min":2,
357      "pattern":"^[a-zA-Z0-9-]+$"
358    },
359    "DeploymentName":{
360      "type":"string",
361      "max":25,
362      "min":1,
363      "pattern":"^[A-Za-z0-9_\\s\\.-]+$"
364    },
365    "DeploymentPatternName":{
366      "type":"string",
367      "max":256,
368      "min":1,
369      "pattern":"^[a-zA-Z0-9-]+$"
370    },
371    "DeploymentSpecifications":{
372      "type":"map",
373      "key":{"shape":"KeyString"},
374      "value":{"shape":"ValueString"},
375      "max":100,
376      "min":1,
377      "sensitive":true
378    },
379    "DeploymentStatus":{
380      "type":"string",
381      "enum":[
382        "COMPLETED",
383        "CREATING",
384        "DELETE_IN_PROGRESS",
385        "DELETE_INITIATING",
386        "DELETE_FAILED",
387        "DELETED",
388        "FAILED",
389        "IN_PROGRESS",
390        "VALIDATING"
391      ]
392    },
393    "EventStatus":{
394      "type":"string",
395      "enum":[
396        "CANCELED",
397        "CANCELING",
398        "COMPLETED",
399        "CREATED",
400        "FAILED",
401        "IN_PROGRESS",
402        "PENDING",
403        "TIMED_OUT"
404      ]
405    },
406    "GetDeploymentInput":{
407      "type":"structure",
408      "required":["deploymentId"],
409      "members":{
410        "deploymentId":{
411          "shape":"DeploymentId",
412          "documentation":"<p>The ID of the deployment.</p>"
413        }
414      }
415    },
416    "GetDeploymentOutput":{
417      "type":"structure",
418      "members":{
419        "deployment":{
420          "shape":"DeploymentData",
421          "documentation":"<p>An object that details the deployment.</p>"
422        }
423      }
424    },
425    "GetWorkloadInput":{
426      "type":"structure",
427      "required":["workloadName"],
428      "members":{
429        "workloadName":{
430          "shape":"WorkloadName",
431          "documentation":"<p>The name of the workload.</p>"
432        }
433      }
434    },
435    "GetWorkloadOutput":{
436      "type":"structure",
437      "members":{
438        "workload":{
439          "shape":"WorkloadData",
440          "documentation":"<p>Information about the workload.</p>"
441        }
442      }
443    },
444    "InternalServerException":{
445      "type":"structure",
446      "members":{
447        "message":{"shape":"String"}
448      },
449      "documentation":"<p>An internal error has occurred. Retry your request, but if the problem persists, contact us with details by posting a question on <a href=\"https://repost.aws/\">re:Post</a>.</p>",
450      "error":{"httpStatusCode":500},
451      "exception":true,
452      "fault":true
453    },
454    "KeyString":{
455      "type":"string",
456      "max":256,
457      "min":3,
458      "pattern":"^[a-zA-Z0-9-:]+$"
459    },
460    "ListDeploymentEventsInput":{
461      "type":"structure",
462      "required":["deploymentId"],
463      "members":{
464        "deploymentId":{
465          "shape":"DeploymentId",
466          "documentation":"<p>The ID of the deployment.</p>"
467        },
468        "maxResults":{
469          "shape":"MaxDeploymentEventResults",
470          "documentation":"<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>"
471        },
472        "nextToken":{
473          "shape":"NextToken",
474          "documentation":"<p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>"
475        }
476      }
477    },
478    "ListDeploymentEventsOutput":{
479      "type":"structure",
480      "members":{
481        "deploymentEvents":{
482          "shape":"DeploymentEventDataSummaryList",
483          "documentation":"<p>Lists the deployment events.</p>"
484        },
485        "nextToken":{
486          "shape":"NextToken",
487          "documentation":"<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>"
488        }
489      }
490    },
491    "ListDeploymentsInput":{
492      "type":"structure",
493      "members":{
494        "filters":{
495          "shape":"DeploymentFilterList",
496          "documentation":"<p>Filters to scope the results. The following filters are supported:</p> <ul> <li> <p> <code>WORKLOAD_NAME</code> </p> </li> <li> <p> <code>DEPLOYMENT_STATUS</code> </p> </li> </ul>"
497        },
498        "maxResults":{
499          "shape":"MaxDeploymentResults",
500          "documentation":"<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>"
501        },
502        "nextToken":{
503          "shape":"NextToken",
504          "documentation":"<p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>"
505        }
506      }
507    },
508    "ListDeploymentsOutput":{
509      "type":"structure",
510      "members":{
511        "deployments":{
512          "shape":"DeploymentDataSummaryList",
513          "documentation":"<p>Lists the deployments.</p>"
514        },
515        "nextToken":{
516          "shape":"NextToken",
517          "documentation":"<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>"
518        }
519      }
520    },
521    "ListWorkloadDeploymentPatternsInput":{
522      "type":"structure",
523      "required":["workloadName"],
524      "members":{
525        "maxResults":{
526          "shape":"MaxWorkloadDeploymentPatternResults",
527          "documentation":"<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>"
528        },
529        "nextToken":{
530          "shape":"NextToken",
531          "documentation":"<p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>"
532        },
533        "workloadName":{
534          "shape":"WorkloadName",
535          "documentation":"<p>The name of the workload.</p>"
536        }
537      }
538    },
539    "ListWorkloadDeploymentPatternsOutput":{
540      "type":"structure",
541      "members":{
542        "nextToken":{
543          "shape":"NextToken",
544          "documentation":"<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>"
545        },
546        "workloadDeploymentPatterns":{
547          "shape":"WorkloadDeploymentPatternDataSummaryList",
548          "documentation":"<p>Describes the workload deployment patterns.</p>"
549        }
550      }
551    },
552    "ListWorkloadsInput":{
553      "type":"structure",
554      "members":{
555        "maxResults":{
556          "shape":"MaxWorkloadResults",
557          "documentation":"<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>"
558        },
559        "nextToken":{
560          "shape":"NextToken",
561          "documentation":"<p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>"
562        }
563      }
564    },
565    "ListWorkloadsOutput":{
566      "type":"structure",
567      "members":{
568        "nextToken":{
569          "shape":"NextToken",
570          "documentation":"<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>"
571        },
572        "workloads":{
573          "shape":"WorkloadDataSummaryList",
574          "documentation":"<p>Information about the workloads.</p>"
575        }
576      }
577    },
578    "MaxDeploymentEventResults":{
579      "type":"integer",
580      "box":true,
581      "max":100,
582      "min":1
583    },
584    "MaxDeploymentResults":{
585      "type":"integer",
586      "box":true,
587      "max":100,
588      "min":1
589    },
590    "MaxWorkloadDeploymentPatternResults":{
591      "type":"integer",
592      "box":true,
593      "max":100,
594      "min":1
595    },
596    "MaxWorkloadResults":{
597      "type":"integer",
598      "box":true,
599      "max":100,
600      "min":1
601    },
602    "NextToken":{
603      "type":"string",
604      "max":1024,
605      "min":1
606    },
607    "ResourceLimitException":{
608      "type":"structure",
609      "members":{
610        "message":{"shape":"String"}
611      },
612      "documentation":"<p>You have exceeded an Launch Wizard resource limit. For example, you might have too many deployments in progress.</p>",
613      "error":{
614        "httpStatusCode":400,
615        "senderFault":true
616      },
617      "exception":true
618    },
619    "ResourceNotFoundException":{
620      "type":"structure",
621      "members":{
622        "message":{"shape":"String"}
623      },
624      "documentation":"<p>The specified workload or deployment resource can't be found.</p>",
625      "error":{
626        "httpStatusCode":404,
627        "senderFault":true
628      },
629      "exception":true
630    },
631    "String":{"type":"string"},
632    "Timestamp":{"type":"timestamp"},
633    "ValidationException":{
634      "type":"structure",
635      "members":{
636        "message":{"shape":"String"}
637      },
638      "documentation":"<p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>",
639      "error":{
640        "httpStatusCode":400,
641        "senderFault":true
642      },
643      "exception":true
644    },
645    "ValueString":{
646      "type":"string",
647      "max":1500,
648      "min":1
649    },
650    "WorkloadData":{
651      "type":"structure",
652      "members":{
653        "description":{
654          "shape":"String",
655          "documentation":"<p>The description of a workload.</p>"
656        },
657        "displayName":{
658          "shape":"String",
659          "documentation":"<p>The display name of a workload.</p>"
660        },
661        "documentationUrl":{
662          "shape":"String",
663          "documentation":"<p>The URL of a workload document.</p>"
664        },
665        "iconUrl":{
666          "shape":"String",
667          "documentation":"<p>The URL of a workload icon.</p>"
668        },
669        "status":{
670          "shape":"WorkloadStatus",
671          "documentation":"<p>The status of a workload.</p>"
672        },
673        "statusMessage":{
674          "shape":"String",
675          "documentation":"<p>The message about a workload's status.</p>"
676        },
677        "workloadName":{
678          "shape":"WorkloadName",
679          "documentation":"<p>The name of the workload.</p>"
680        }
681      },
682      "documentation":"<p>Describes a workload.</p>"
683    },
684    "WorkloadDataSummary":{
685      "type":"structure",
686      "members":{
687        "displayName":{
688          "shape":"String",
689          "documentation":"<p>The display name of the workload data.</p>"
690        },
691        "workloadName":{
692          "shape":"WorkloadName",
693          "documentation":"<p>The name of the workload.</p>"
694        }
695      },
696      "documentation":"<p>Describes workload data.</p>"
697    },
698    "WorkloadDataSummaryList":{
699      "type":"list",
700      "member":{"shape":"WorkloadDataSummary"}
701    },
702    "WorkloadDeploymentPatternDataSummary":{
703      "type":"structure",
704      "members":{
705        "deploymentPatternName":{
706          "shape":"DeploymentPatternName",
707          "documentation":"<p>The name of a workload deployment pattern.</p>"
708        },
709        "description":{
710          "shape":"String",
711          "documentation":"<p>The description of a workload deployment pattern.</p>"
712        },
713        "displayName":{
714          "shape":"String",
715          "documentation":"<p>The display name of a workload deployment pattern.</p>"
716        },
717        "status":{
718          "shape":"WorkloadDeploymentPatternStatus",
719          "documentation":"<p>The status of a workload deployment pattern.</p>"
720        },
721        "statusMessage":{
722          "shape":"String",
723          "documentation":"<p>A message about a workload deployment pattern's status.</p>"
724        },
725        "workloadName":{
726          "shape":"WorkloadName",
727          "documentation":"<p>The name of the workload.</p>"
728        },
729        "workloadVersionName":{
730          "shape":"WorkloadVersionName",
731          "documentation":"<p>The name of the workload deployment pattern version.</p>"
732        }
733      },
734      "documentation":"<p>Describes a workload deployment pattern.</p>"
735    },
736    "WorkloadDeploymentPatternDataSummaryList":{
737      "type":"list",
738      "member":{"shape":"WorkloadDeploymentPatternDataSummary"}
739    },
740    "WorkloadDeploymentPatternStatus":{
741      "type":"string",
742      "enum":[
743        "ACTIVE",
744        "INACTIVE",
745        "DISABLED",
746        "DELETED"
747      ]
748    },
749    "WorkloadName":{
750      "type":"string",
751      "max":256,
752      "min":1,
753      "pattern":"^[a-zA-Z0-9-]+$"
754    },
755    "WorkloadStatus":{
756      "type":"string",
757      "enum":[
758        "ACTIVE",
759        "INACTIVE",
760        "DISABLED",
761        "DELETED"
762      ]
763    },
764    "WorkloadVersionName":{
765      "type":"string",
766      "max":30,
767      "min":5,
768      "pattern":"^[a-zA-Z0-9-]+$"
769    }
770  },
771  "documentation":"<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>"
772}
773