123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "metadata": {
- "apiVersion": "2018-11-29",
- "endpointPrefix": "execute-api",
- "signingName": "execute-api",
- "serviceFullName": "AmazonApiGatewayManagementApi",
- "serviceId": "ApiGatewayManagementApi",
- "protocol": "rest-json",
- "jsonVersion": "1.1",
- "uid": "apigatewaymanagementapi-2018-11-29",
- "signatureVersion": "v4"
- },
- "operations": {
- "DeleteConnection": {
- "http": {
- "method": "DELETE",
- "requestUri": "/@connections/{connectionId}",
- "responseCode": 204
- },
- "input": {
- "type": "structure",
- "members": {
- "ConnectionId": {
- "location": "uri",
- "locationName": "connectionId"
- }
- },
- "required": [
- "ConnectionId"
- ]
- }
- },
- "GetConnection": {
- "http": {
- "method": "GET",
- "requestUri": "/@connections/{connectionId}",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "ConnectionId": {
- "location": "uri",
- "locationName": "connectionId"
- }
- },
- "required": [
- "ConnectionId"
- ]
- },
- "output": {
- "type": "structure",
- "members": {
- "ConnectedAt": {
- "shape": "S5",
- "locationName": "connectedAt"
- },
- "Identity": {
- "locationName": "identity",
- "type": "structure",
- "members": {
- "SourceIp": {
- "locationName": "sourceIp"
- },
- "UserAgent": {
- "locationName": "userAgent"
- }
- },
- "required": [
- "SourceIp",
- "UserAgent"
- ]
- },
- "LastActiveAt": {
- "shape": "S5",
- "locationName": "lastActiveAt"
- }
- }
- }
- },
- "PostToConnection": {
- "http": {
- "requestUri": "/@connections/{connectionId}",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "Data": {
- "type": "blob"
- },
- "ConnectionId": {
- "location": "uri",
- "locationName": "connectionId"
- }
- },
- "required": [
- "ConnectionId",
- "Data"
- ],
- "payload": "Data"
- }
- }
- },
- "shapes": {
- "S5": {
- "type": "timestamp",
- "timestampFormat": "iso8601"
- }
- }
- }
|