123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258 |
- {
- "version": "2.0",
- "metadata": {
- "apiVersion": "2018-05-10",
- "endpointPrefix": "artifact",
- "jsonVersion": "1.1",
- "protocol": "rest-json",
- "serviceFullName": "AWS Artifact",
- "serviceId": "Artifact",
- "signatureVersion": "v4",
- "signingName": "artifact",
- "uid": "artifact-2018-05-10"
- },
- "operations": {
- "GetAccountSettings": {
- "http": {
- "method": "GET",
- "requestUri": "/v1/account-settings/get",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {}
- },
- "output": {
- "type": "structure",
- "members": {
- "accountSettings": {
- "shape": "S3"
- }
- }
- }
- },
- "GetReport": {
- "http": {
- "method": "GET",
- "requestUri": "/v1/report/get",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "reportId",
- "termToken"
- ],
- "members": {
- "reportId": {
- "location": "querystring",
- "locationName": "reportId"
- },
- "reportVersion": {
- "location": "querystring",
- "locationName": "reportVersion",
- "type": "long"
- },
- "termToken": {
- "location": "querystring",
- "locationName": "termToken"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "documentPresignedUrl": {}
- }
- }
- },
- "GetReportMetadata": {
- "http": {
- "method": "GET",
- "requestUri": "/v1/report/getMetadata",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "reportId"
- ],
- "members": {
- "reportId": {
- "location": "querystring",
- "locationName": "reportId"
- },
- "reportVersion": {
- "location": "querystring",
- "locationName": "reportVersion",
- "type": "long"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "reportDetails": {
- "type": "structure",
- "members": {
- "acceptanceType": {},
- "arn": {},
- "category": {},
- "companyName": {},
- "createdAt": {
- "shape": "Sg"
- },
- "deletedAt": {
- "shape": "Sg"
- },
- "description": {},
- "id": {},
- "lastModifiedAt": {
- "shape": "Sg"
- },
- "name": {},
- "periodEnd": {
- "shape": "Sg"
- },
- "periodStart": {
- "shape": "Sg"
- },
- "productName": {},
- "sequenceNumber": {
- "type": "long"
- },
- "series": {},
- "state": {},
- "statusMessage": {},
- "termArn": {},
- "uploadState": {},
- "version": {
- "type": "long"
- }
- }
- }
- }
- }
- },
- "GetTermForReport": {
- "http": {
- "method": "GET",
- "requestUri": "/v1/report/getTermForReport",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "reportId"
- ],
- "members": {
- "reportId": {
- "location": "querystring",
- "locationName": "reportId"
- },
- "reportVersion": {
- "location": "querystring",
- "locationName": "reportVersion",
- "type": "long"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "documentPresignedUrl": {},
- "termToken": {}
- }
- }
- },
- "ListReports": {
- "http": {
- "method": "GET",
- "requestUri": "/v1/report/list",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "maxResults": {
- "location": "querystring",
- "locationName": "maxResults",
- "type": "integer"
- },
- "nextToken": {
- "location": "querystring",
- "locationName": "nextToken"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "nextToken": {},
- "reports": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "arn": {},
- "category": {},
- "companyName": {},
- "description": {},
- "id": {},
- "name": {},
- "periodEnd": {
- "shape": "Sg"
- },
- "periodStart": {
- "shape": "Sg"
- },
- "productName": {},
- "series": {},
- "state": {},
- "statusMessage": {},
- "uploadState": {},
- "version": {
- "type": "long"
- }
- }
- }
- }
- }
- }
- },
- "PutAccountSettings": {
- "http": {
- "method": "PUT",
- "requestUri": "/v1/account-settings/put",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "notificationSubscriptionStatus": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "accountSettings": {
- "shape": "S3"
- }
- }
- },
- "idempotent": true
- }
- },
- "shapes": {
- "S3": {
- "type": "structure",
- "members": {
- "notificationSubscriptionStatus": {}
- }
- },
- "Sg": {
- "type": "timestamp",
- "timestampFormat": "iso8601"
- }
- }
- }
|