123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621 |
- {
- "version": "2.0",
- "metadata": {
- "apiVersion": "2022-10-28",
- "endpointPrefix": "simspaceweaver",
- "jsonVersion": "1.1",
- "protocol": "rest-json",
- "serviceFullName": "AWS SimSpace Weaver",
- "serviceId": "SimSpaceWeaver",
- "signatureVersion": "v4",
- "signingName": "simspaceweaver",
- "uid": "simspaceweaver-2022-10-28"
- },
- "operations": {
- "CreateSnapshot": {
- "http": {
- "requestUri": "/createsnapshot",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "Destination",
- "Simulation"
- ],
- "members": {
- "Destination": {
- "type": "structure",
- "required": [
- "BucketName"
- ],
- "members": {
- "BucketName": {},
- "ObjectKeyPrefix": {}
- }
- },
- "Simulation": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "DeleteApp": {
- "http": {
- "method": "DELETE",
- "requestUri": "/deleteapp",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "App",
- "Domain",
- "Simulation"
- ],
- "members": {
- "App": {
- "location": "querystring",
- "locationName": "app"
- },
- "Domain": {
- "location": "querystring",
- "locationName": "domain"
- },
- "Simulation": {
- "location": "querystring",
- "locationName": "simulation"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- },
- "idempotent": true
- },
- "DeleteSimulation": {
- "http": {
- "method": "DELETE",
- "requestUri": "/deletesimulation",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "Simulation"
- ],
- "members": {
- "Simulation": {
- "location": "querystring",
- "locationName": "simulation"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- },
- "idempotent": true
- },
- "DescribeApp": {
- "http": {
- "method": "GET",
- "requestUri": "/describeapp",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "App",
- "Domain",
- "Simulation"
- ],
- "members": {
- "App": {
- "location": "querystring",
- "locationName": "app"
- },
- "Domain": {
- "location": "querystring",
- "locationName": "domain"
- },
- "Simulation": {
- "location": "querystring",
- "locationName": "simulation"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "Description": {},
- "Domain": {},
- "EndpointInfo": {
- "type": "structure",
- "members": {
- "Address": {},
- "IngressPortMappings": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "Actual": {
- "type": "integer"
- },
- "Declared": {
- "type": "integer"
- }
- }
- }
- }
- }
- },
- "LaunchOverrides": {
- "shape": "Sk"
- },
- "Name": {},
- "Simulation": {},
- "Status": {},
- "TargetStatus": {}
- }
- }
- },
- "DescribeSimulation": {
- "http": {
- "method": "GET",
- "requestUri": "/describesimulation",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "Simulation"
- ],
- "members": {
- "Simulation": {
- "location": "querystring",
- "locationName": "simulation"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "Arn": {},
- "CreationTime": {
- "type": "timestamp"
- },
- "Description": {},
- "ExecutionId": {},
- "LiveSimulationState": {
- "type": "structure",
- "members": {
- "Clocks": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "Status": {},
- "TargetStatus": {}
- }
- }
- },
- "Domains": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "Lifecycle": {},
- "Name": {}
- }
- }
- }
- }
- },
- "LoggingConfiguration": {
- "type": "structure",
- "members": {
- "Destinations": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "CloudWatchLogsLogGroup": {
- "type": "structure",
- "members": {
- "LogGroupArn": {}
- }
- }
- }
- }
- }
- }
- },
- "MaximumDuration": {},
- "Name": {},
- "RoleArn": {},
- "SchemaError": {
- "deprecated": true,
- "deprecatedMessage": "SchemaError is no longer used, check StartError instead."
- },
- "SchemaS3Location": {
- "shape": "S19"
- },
- "SnapshotS3Location": {
- "shape": "S19"
- },
- "StartError": {},
- "Status": {},
- "TargetStatus": {}
- }
- }
- },
- "ListApps": {
- "http": {
- "method": "GET",
- "requestUri": "/listapps",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "Simulation"
- ],
- "members": {
- "Domain": {
- "location": "querystring",
- "locationName": "domain"
- },
- "MaxResults": {
- "location": "querystring",
- "locationName": "maxResults",
- "type": "integer"
- },
- "NextToken": {
- "location": "querystring",
- "locationName": "nextToken"
- },
- "Simulation": {
- "location": "querystring",
- "locationName": "simulation"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "Apps": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "Domain": {},
- "Name": {},
- "Simulation": {},
- "Status": {},
- "TargetStatus": {}
- }
- }
- },
- "NextToken": {}
- }
- }
- },
- "ListSimulations": {
- "http": {
- "method": "GET",
- "requestUri": "/listsimulations",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "MaxResults": {
- "location": "querystring",
- "locationName": "maxResults",
- "type": "integer"
- },
- "NextToken": {
- "location": "querystring",
- "locationName": "nextToken"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "NextToken": {},
- "Simulations": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "Arn": {},
- "CreationTime": {
- "type": "timestamp"
- },
- "Name": {},
- "Status": {},
- "TargetStatus": {}
- }
- }
- }
- }
- }
- },
- "ListTagsForResource": {
- "http": {
- "method": "GET",
- "requestUri": "/tags/{ResourceArn}",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "ResourceArn"
- ],
- "members": {
- "ResourceArn": {
- "location": "uri",
- "locationName": "ResourceArn"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "Tags": {
- "shape": "S1o"
- }
- }
- }
- },
- "StartApp": {
- "http": {
- "requestUri": "/startapp",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "Domain",
- "Name",
- "Simulation"
- ],
- "members": {
- "ClientToken": {
- "shape": "S1s",
- "idempotencyToken": true
- },
- "Description": {},
- "Domain": {},
- "LaunchOverrides": {
- "shape": "Sk"
- },
- "Name": {},
- "Simulation": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "Domain": {},
- "Name": {},
- "Simulation": {}
- }
- }
- },
- "StartClock": {
- "http": {
- "requestUri": "/startclock",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "Simulation"
- ],
- "members": {
- "Simulation": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "StartSimulation": {
- "http": {
- "requestUri": "/startsimulation",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "Name",
- "RoleArn"
- ],
- "members": {
- "ClientToken": {
- "shape": "S1s",
- "idempotencyToken": true
- },
- "Description": {},
- "MaximumDuration": {},
- "Name": {},
- "RoleArn": {},
- "SchemaS3Location": {
- "shape": "S19"
- },
- "SnapshotS3Location": {
- "shape": "S19"
- },
- "Tags": {
- "shape": "S1o"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "Arn": {},
- "CreationTime": {
- "type": "timestamp"
- },
- "ExecutionId": {}
- }
- }
- },
- "StopApp": {
- "http": {
- "requestUri": "/stopapp",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "App",
- "Domain",
- "Simulation"
- ],
- "members": {
- "App": {},
- "Domain": {},
- "Simulation": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "StopClock": {
- "http": {
- "requestUri": "/stopclock",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "Simulation"
- ],
- "members": {
- "Simulation": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "StopSimulation": {
- "http": {
- "requestUri": "/stopsimulation",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "Simulation"
- ],
- "members": {
- "Simulation": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "TagResource": {
- "http": {
- "requestUri": "/tags/{ResourceArn}",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "ResourceArn",
- "Tags"
- ],
- "members": {
- "ResourceArn": {
- "location": "uri",
- "locationName": "ResourceArn"
- },
- "Tags": {
- "shape": "S1o"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "UntagResource": {
- "http": {
- "method": "DELETE",
- "requestUri": "/tags/{ResourceArn}",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "ResourceArn",
- "TagKeys"
- ],
- "members": {
- "ResourceArn": {
- "location": "uri",
- "locationName": "ResourceArn"
- },
- "TagKeys": {
- "location": "querystring",
- "locationName": "tagKeys",
- "type": "list",
- "member": {}
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- }
- },
- "shapes": {
- "Sk": {
- "type": "structure",
- "members": {
- "LaunchCommands": {
- "type": "list",
- "member": {}
- }
- }
- },
- "S19": {
- "type": "structure",
- "required": [
- "BucketName",
- "ObjectKey"
- ],
- "members": {
- "BucketName": {},
- "ObjectKey": {}
- }
- },
- "S1o": {
- "type": "map",
- "key": {},
- "value": {}
- },
- "S1s": {
- "type": "string",
- "sensitive": true
- }
- }
- }
|