@alma-cdk/cross-region-parameter
Version:
Store AWS SSM Parameter Store Parameters into another AWS Region with AWS CDK
162 lines • 3.72 kB
JSON
{
"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": {}
}
}
},
"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": {}
}
}
}
}
}