123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470 |
- {
- "version": "2.0",
- "metadata": {
- "apiVersion": "2023-11-26",
- "endpointPrefix": "bcm-data-exports",
- "jsonVersion": "1.1",
- "protocol": "json",
- "serviceFullName": "AWS Billing and Cost Management Data Exports",
- "serviceId": "BCM Data Exports",
- "signatureVersion": "v4",
- "signingName": "bcm-data-exports",
- "targetPrefix": "AWSBillingAndCostManagementDataExports",
- "uid": "bcm-data-exports-2023-11-26"
- },
- "operations": {
- "CreateExport": {
- "input": {
- "type": "structure",
- "required": [
- "Export"
- ],
- "members": {
- "Export": {
- "shape": "S2"
- },
- "ResourceTags": {
- "shape": "Sl"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "ExportArn": {}
- }
- }
- },
- "DeleteExport": {
- "input": {
- "type": "structure",
- "required": [
- "ExportArn"
- ],
- "members": {
- "ExportArn": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "ExportArn": {}
- }
- },
- "idempotent": true
- },
- "GetExecution": {
- "input": {
- "type": "structure",
- "required": [
- "ExecutionId",
- "ExportArn"
- ],
- "members": {
- "ExecutionId": {},
- "ExportArn": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "ExecutionId": {},
- "ExecutionStatus": {
- "shape": "Su"
- },
- "Export": {
- "shape": "S2"
- }
- }
- }
- },
- "GetExport": {
- "input": {
- "type": "structure",
- "required": [
- "ExportArn"
- ],
- "members": {
- "ExportArn": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "Export": {
- "shape": "S2"
- },
- "ExportStatus": {
- "shape": "S10"
- }
- }
- }
- },
- "GetTable": {
- "input": {
- "type": "structure",
- "required": [
- "TableName"
- ],
- "members": {
- "TableName": {},
- "TableProperties": {
- "shape": "S7"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "Description": {},
- "Schema": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "Description": {},
- "Name": {},
- "Type": {}
- }
- }
- },
- "TableName": {},
- "TableProperties": {
- "shape": "S7"
- }
- }
- }
- },
- "ListExecutions": {
- "input": {
- "type": "structure",
- "required": [
- "ExportArn"
- ],
- "members": {
- "ExportArn": {},
- "MaxResults": {
- "type": "integer"
- },
- "NextToken": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "Executions": {
- "type": "list",
- "member": {
- "type": "structure",
- "required": [
- "ExecutionId",
- "ExecutionStatus"
- ],
- "members": {
- "ExecutionId": {},
- "ExecutionStatus": {
- "shape": "Su"
- }
- }
- }
- },
- "NextToken": {}
- }
- }
- },
- "ListExports": {
- "input": {
- "type": "structure",
- "members": {
- "MaxResults": {
- "type": "integer"
- },
- "NextToken": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "Exports": {
- "type": "list",
- "member": {
- "type": "structure",
- "required": [
- "ExportArn",
- "ExportName",
- "ExportStatus"
- ],
- "members": {
- "ExportArn": {},
- "ExportName": {},
- "ExportStatus": {
- "shape": "S10"
- }
- }
- }
- },
- "NextToken": {}
- }
- }
- },
- "ListTables": {
- "input": {
- "type": "structure",
- "members": {
- "MaxResults": {
- "type": "integer"
- },
- "NextToken": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "NextToken": {},
- "Tables": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "Description": {},
- "TableName": {},
- "TableProperties": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "DefaultValue": {},
- "Description": {},
- "Name": {},
- "ValidValues": {
- "type": "list",
- "member": {}
- }
- }
- }
- }
- }
- }
- }
- }
- }
- },
- "ListTagsForResource": {
- "input": {
- "type": "structure",
- "required": [
- "ResourceArn"
- ],
- "members": {
- "MaxResults": {
- "type": "integer"
- },
- "NextToken": {},
- "ResourceArn": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "NextToken": {},
- "ResourceTags": {
- "shape": "Sl"
- }
- }
- }
- },
- "TagResource": {
- "input": {
- "type": "structure",
- "required": [
- "ResourceArn",
- "ResourceTags"
- ],
- "members": {
- "ResourceArn": {},
- "ResourceTags": {
- "shape": "Sl"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "UntagResource": {
- "input": {
- "type": "structure",
- "required": [
- "ResourceArn",
- "ResourceTagKeys"
- ],
- "members": {
- "ResourceArn": {},
- "ResourceTagKeys": {
- "type": "list",
- "member": {}
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "UpdateExport": {
- "input": {
- "type": "structure",
- "required": [
- "Export",
- "ExportArn"
- ],
- "members": {
- "Export": {
- "shape": "S2"
- },
- "ExportArn": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "ExportArn": {}
- }
- }
- }
- },
- "shapes": {
- "S2": {
- "type": "structure",
- "required": [
- "DataQuery",
- "DestinationConfigurations",
- "Name",
- "RefreshCadence"
- ],
- "members": {
- "DataQuery": {
- "type": "structure",
- "required": [
- "QueryStatement"
- ],
- "members": {
- "QueryStatement": {},
- "TableConfigurations": {
- "type": "map",
- "key": {},
- "value": {
- "shape": "S7"
- }
- }
- }
- },
- "Description": {},
- "DestinationConfigurations": {
- "type": "structure",
- "required": [
- "S3Destination"
- ],
- "members": {
- "S3Destination": {
- "type": "structure",
- "required": [
- "S3Bucket",
- "S3OutputConfigurations",
- "S3Prefix",
- "S3Region"
- ],
- "members": {
- "S3Bucket": {},
- "S3OutputConfigurations": {
- "type": "structure",
- "required": [
- "Compression",
- "Format",
- "OutputType",
- "Overwrite"
- ],
- "members": {
- "Compression": {},
- "Format": {},
- "OutputType": {},
- "Overwrite": {}
- }
- },
- "S3Prefix": {},
- "S3Region": {}
- }
- }
- }
- },
- "ExportArn": {},
- "Name": {},
- "RefreshCadence": {
- "type": "structure",
- "required": [
- "Frequency"
- ],
- "members": {
- "Frequency": {}
- }
- }
- }
- },
- "S7": {
- "type": "map",
- "key": {},
- "value": {}
- },
- "Sl": {
- "type": "list",
- "member": {
- "type": "structure",
- "required": [
- "Key",
- "Value"
- ],
- "members": {
- "Key": {},
- "Value": {}
- }
- }
- },
- "Su": {
- "type": "structure",
- "members": {
- "CompletedAt": {
- "shape": "Sv"
- },
- "CreatedAt": {
- "shape": "Sv"
- },
- "LastUpdatedAt": {
- "shape": "Sv"
- },
- "StatusCode": {},
- "StatusReason": {}
- }
- },
- "Sv": {
- "type": "timestamp",
- "timestampFormat": "iso8601"
- },
- "S10": {
- "type": "structure",
- "members": {
- "CreatedAt": {
- "shape": "Sv"
- },
- "LastRefreshedAt": {
- "shape": "Sv"
- },
- "LastUpdatedAt": {
- "shape": "Sv"
- },
- "StatusCode": {},
- "StatusReason": {}
- }
- }
- }
- }
|