marketplacecommerceanalytics-2015-07-01.min.json (1954B)
1 { 2 "version": "2.0", 3 "metadata": { 4 "apiVersion": "2015-07-01", 5 "endpointPrefix": "marketplacecommerceanalytics", 6 "jsonVersion": "1.1", 7 "protocol": "json", 8 "serviceFullName": "AWS Marketplace Commerce Analytics", 9 "signatureVersion": "v4", 10 "signingName": "marketplacecommerceanalytics", 11 "targetPrefix": "MarketplaceCommerceAnalytics20150701" 12 }, 13 "operations": { 14 "GenerateDataSet": { 15 "input": { 16 "type": "structure", 17 "required": [ 18 "dataSetType", 19 "dataSetPublicationDate", 20 "roleNameArn", 21 "destinationS3BucketName", 22 "snsTopicArn" 23 ], 24 "members": { 25 "dataSetType": {}, 26 "dataSetPublicationDate": { 27 "type": "timestamp" 28 }, 29 "roleNameArn": {}, 30 "destinationS3BucketName": {}, 31 "destinationS3Prefix": {}, 32 "snsTopicArn": {}, 33 "customerDefinedValues": { 34 "shape": "S8" 35 } 36 } 37 }, 38 "output": { 39 "type": "structure", 40 "members": { 41 "dataSetRequestId": {} 42 } 43 } 44 }, 45 "StartSupportDataExport": { 46 "input": { 47 "type": "structure", 48 "required": [ 49 "dataSetType", 50 "fromDate", 51 "roleNameArn", 52 "destinationS3BucketName", 53 "snsTopicArn" 54 ], 55 "members": { 56 "dataSetType": {}, 57 "fromDate": { 58 "type": "timestamp" 59 }, 60 "roleNameArn": {}, 61 "destinationS3BucketName": {}, 62 "destinationS3Prefix": {}, 63 "snsTopicArn": {}, 64 "customerDefinedValues": { 65 "shape": "S8" 66 } 67 } 68 }, 69 "output": { 70 "type": "structure", 71 "members": { 72 "dataSetRequestId": {} 73 } 74 } 75 } 76 }, 77 "shapes": { 78 "S8": { 79 "type": "map", 80 "key": {}, 81 "value": {} 82 } 83 } 84 }