UNPKG

prowler-sdk-poc

Version:
123 lines 2.62 kB
{ "version": "2.0", "metadata": { "apiVersion": "2021-02-01", "endpointPrefix": "account", "jsonVersion": "1.1", "protocol": "rest-json", "serviceFullName": "AWS Account", "serviceId": "Account", "signatureVersion": "v4", "signingName": "account", "uid": "account-2021-02-01" }, "operations": { "DeleteAlternateContact": { "http": { "requestUri": "/deleteAlternateContact", "responseCode": 200 }, "input": { "type": "structure", "required": [ "AlternateContactType" ], "members": { "AccountId": {}, "AlternateContactType": {} } }, "idempotent": true }, "GetAlternateContact": { "http": { "requestUri": "/getAlternateContact", "responseCode": 200 }, "input": { "type": "structure", "required": [ "AlternateContactType" ], "members": { "AccountId": {}, "AlternateContactType": {} } }, "output": { "type": "structure", "members": { "AlternateContact": { "type": "structure", "members": { "AlternateContactType": {}, "EmailAddress": { "shape": "S7" }, "Name": { "shape": "S8" }, "PhoneNumber": { "shape": "S9" }, "Title": { "shape": "Sa" } } } } } }, "PutAlternateContact": { "http": { "requestUri": "/putAlternateContact", "responseCode": 200 }, "input": { "type": "structure", "required": [ "AlternateContactType", "EmailAddress", "Name", "PhoneNumber", "Title" ], "members": { "AccountId": {}, "AlternateContactType": {}, "EmailAddress": { "shape": "S7" }, "Name": { "shape": "S8" }, "PhoneNumber": { "shape": "S9" }, "Title": { "shape": "Sa" } } }, "idempotent": true } }, "shapes": { "S7": { "type": "string", "sensitive": true }, "S8": { "type": "string", "sensitive": true }, "S9": { "type": "string", "sensitive": true }, "Sa": { "type": "string", "sensitive": true } } }