123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 |
- {
- "version": "2.0",
- "metadata": {
- "apiVersion": "2017-07-25",
- "endpointPrefix": "s3-outposts",
- "jsonVersion": "1.1",
- "protocol": "rest-json",
- "serviceAbbreviation": "Amazon S3 Outposts",
- "serviceFullName": "Amazon S3 on Outposts",
- "serviceId": "S3Outposts",
- "signatureVersion": "v4",
- "signingName": "s3-outposts",
- "uid": "s3outposts-2017-07-25"
- },
- "operations": {
- "CreateEndpoint": {
- "http": {
- "requestUri": "/S3Outposts/CreateEndpoint"
- },
- "input": {
- "type": "structure",
- "required": [
- "OutpostId",
- "SubnetId",
- "SecurityGroupId"
- ],
- "members": {
- "OutpostId": {},
- "SubnetId": {},
- "SecurityGroupId": {},
- "AccessType": {},
- "CustomerOwnedIpv4Pool": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "EndpointArn": {}
- }
- }
- },
- "DeleteEndpoint": {
- "http": {
- "method": "DELETE",
- "requestUri": "/S3Outposts/DeleteEndpoint"
- },
- "input": {
- "type": "structure",
- "required": [
- "EndpointId",
- "OutpostId"
- ],
- "members": {
- "EndpointId": {
- "location": "querystring",
- "locationName": "endpointId"
- },
- "OutpostId": {
- "location": "querystring",
- "locationName": "outpostId"
- }
- }
- }
- },
- "ListEndpoints": {
- "http": {
- "method": "GET",
- "requestUri": "/S3Outposts/ListEndpoints"
- },
- "input": {
- "type": "structure",
- "members": {
- "NextToken": {
- "location": "querystring",
- "locationName": "nextToken"
- },
- "MaxResults": {
- "location": "querystring",
- "locationName": "maxResults",
- "type": "integer"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "Endpoints": {
- "shape": "Sf"
- },
- "NextToken": {}
- }
- }
- },
- "ListOutpostsWithS3": {
- "http": {
- "method": "GET",
- "requestUri": "/S3Outposts/ListOutpostsWithS3"
- },
- "input": {
- "type": "structure",
- "members": {
- "NextToken": {
- "location": "querystring",
- "locationName": "nextToken"
- },
- "MaxResults": {
- "location": "querystring",
- "locationName": "maxResults",
- "type": "integer"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "Outposts": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "OutpostArn": {},
- "S3OutpostArn": {},
- "OutpostId": {},
- "OwnerId": {},
- "CapacityInBytes": {
- "type": "long"
- }
- }
- }
- },
- "NextToken": {}
- }
- }
- },
- "ListSharedEndpoints": {
- "http": {
- "method": "GET",
- "requestUri": "/S3Outposts/ListSharedEndpoints"
- },
- "input": {
- "type": "structure",
- "required": [
- "OutpostId"
- ],
- "members": {
- "NextToken": {
- "location": "querystring",
- "locationName": "nextToken"
- },
- "MaxResults": {
- "location": "querystring",
- "locationName": "maxResults",
- "type": "integer"
- },
- "OutpostId": {
- "location": "querystring",
- "locationName": "outpostId"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "Endpoints": {
- "shape": "Sf"
- },
- "NextToken": {}
- }
- }
- }
- },
- "shapes": {
- "Sf": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "EndpointArn": {},
- "OutpostsId": {},
- "CidrBlock": {},
- "Status": {},
- "CreationTime": {
- "type": "timestamp"
- },
- "NetworkInterfaces": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "NetworkInterfaceId": {}
- }
- }
- },
- "VpcId": {},
- "SubnetId": {},
- "SecurityGroupId": {},
- "AccessType": {},
- "CustomerOwnedIpv4Pool": {},
- "FailedReason": {
- "type": "structure",
- "members": {
- "ErrorCode": {},
- "Message": {}
- }
- }
- }
- }
- }
- }
- }
|