123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312 |
- {
- "version": "2.0",
- "metadata": {
- "apiVersion": "2018-05-10",
- "endpointPrefix": "launchwizard",
- "jsonVersion": "1.1",
- "protocol": "rest-json",
- "serviceFullName": "AWS Launch Wizard",
- "serviceId": "Launch Wizard",
- "signatureVersion": "v4",
- "signingName": "launchwizard",
- "uid": "launch-wizard-2018-05-10"
- },
- "operations": {
- "CreateDeployment": {
- "http": {
- "requestUri": "/createDeployment",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "deploymentPatternName",
- "name",
- "specifications",
- "workloadName"
- ],
- "members": {
- "deploymentPatternName": {},
- "dryRun": {
- "type": "boolean"
- },
- "name": {},
- "specifications": {
- "shape": "S5"
- },
- "workloadName": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "deploymentId": {}
- }
- }
- },
- "DeleteDeployment": {
- "http": {
- "requestUri": "/deleteDeployment",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "deploymentId"
- ],
- "members": {
- "deploymentId": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "status": {},
- "statusReason": {}
- }
- },
- "idempotent": true
- },
- "GetDeployment": {
- "http": {
- "requestUri": "/getDeployment",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "deploymentId"
- ],
- "members": {
- "deploymentId": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "deployment": {
- "type": "structure",
- "members": {
- "createdAt": {
- "type": "timestamp"
- },
- "deletedAt": {
- "type": "timestamp"
- },
- "id": {},
- "name": {},
- "patternName": {},
- "resourceGroup": {},
- "specifications": {
- "shape": "S5"
- },
- "status": {},
- "workloadName": {}
- }
- }
- }
- }
- },
- "GetWorkload": {
- "http": {
- "requestUri": "/getWorkload",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "workloadName"
- ],
- "members": {
- "workloadName": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "workload": {
- "type": "structure",
- "members": {
- "description": {},
- "displayName": {},
- "documentationUrl": {},
- "iconUrl": {},
- "status": {},
- "statusMessage": {},
- "workloadName": {}
- }
- }
- }
- }
- },
- "ListDeploymentEvents": {
- "http": {
- "requestUri": "/listDeploymentEvents",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "deploymentId"
- ],
- "members": {
- "deploymentId": {},
- "maxResults": {
- "type": "integer"
- },
- "nextToken": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "deploymentEvents": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "description": {},
- "name": {},
- "status": {},
- "statusReason": {},
- "timestamp": {
- "type": "timestamp"
- }
- }
- }
- },
- "nextToken": {}
- }
- }
- },
- "ListDeployments": {
- "http": {
- "requestUri": "/listDeployments",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "filters": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "name": {},
- "values": {
- "type": "list",
- "member": {}
- }
- }
- }
- },
- "maxResults": {
- "type": "integer"
- },
- "nextToken": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "deployments": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "createdAt": {
- "type": "timestamp"
- },
- "id": {},
- "name": {},
- "patternName": {},
- "status": {},
- "workloadName": {}
- }
- }
- },
- "nextToken": {}
- }
- }
- },
- "ListWorkloadDeploymentPatterns": {
- "http": {
- "requestUri": "/listWorkloadDeploymentPatterns",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "workloadName"
- ],
- "members": {
- "maxResults": {
- "type": "integer"
- },
- "nextToken": {},
- "workloadName": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "nextToken": {},
- "workloadDeploymentPatterns": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "deploymentPatternName": {},
- "description": {},
- "displayName": {},
- "status": {},
- "statusMessage": {},
- "workloadName": {},
- "workloadVersionName": {}
- }
- }
- }
- }
- }
- },
- "ListWorkloads": {
- "http": {
- "requestUri": "/listWorkloads",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "maxResults": {
- "type": "integer"
- },
- "nextToken": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "nextToken": {},
- "workloads": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "displayName": {},
- "workloadName": {}
- }
- }
- }
- }
- }
- }
- },
- "shapes": {
- "S5": {
- "type": "map",
- "key": {},
- "value": {},
- "sensitive": true
- }
- }
- }
|