123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294 |
- {
- "version": "2.0",
- "metadata": {
- "apiVersion": "2021-08-20",
- "endpointPrefix": "supportapp",
- "jsonVersion": "1.1",
- "protocol": "rest-json",
- "serviceAbbreviation": "SupportApp",
- "serviceFullName": "AWS Support App",
- "serviceId": "Support App",
- "signatureVersion": "v4",
- "signingName": "supportapp",
- "uid": "support-app-2021-08-20"
- },
- "operations": {
- "CreateSlackChannelConfiguration": {
- "http": {
- "requestUri": "/control/create-slack-channel-configuration",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "channelId",
- "channelRoleArn",
- "notifyOnCaseSeverity",
- "teamId"
- ],
- "members": {
- "channelId": {},
- "channelName": {},
- "channelRoleArn": {},
- "notifyOnAddCorrespondenceToCase": {
- "type": "boolean"
- },
- "notifyOnCaseSeverity": {},
- "notifyOnCreateOrReopenCase": {
- "type": "boolean"
- },
- "notifyOnResolveCase": {
- "type": "boolean"
- },
- "teamId": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "DeleteAccountAlias": {
- "http": {
- "requestUri": "/control/delete-account-alias",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {}
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "DeleteSlackChannelConfiguration": {
- "http": {
- "requestUri": "/control/delete-slack-channel-configuration",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "channelId",
- "teamId"
- ],
- "members": {
- "channelId": {},
- "teamId": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "DeleteSlackWorkspaceConfiguration": {
- "http": {
- "requestUri": "/control/delete-slack-workspace-configuration",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "teamId"
- ],
- "members": {
- "teamId": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "GetAccountAlias": {
- "http": {
- "requestUri": "/control/get-account-alias",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {}
- },
- "output": {
- "type": "structure",
- "members": {
- "accountAlias": {}
- }
- }
- },
- "ListSlackChannelConfigurations": {
- "http": {
- "requestUri": "/control/list-slack-channel-configurations",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "nextToken": {}
- }
- },
- "output": {
- "type": "structure",
- "required": [
- "slackChannelConfigurations"
- ],
- "members": {
- "nextToken": {},
- "slackChannelConfigurations": {
- "type": "list",
- "member": {
- "type": "structure",
- "required": [
- "channelId",
- "teamId"
- ],
- "members": {
- "channelId": {},
- "channelName": {},
- "channelRoleArn": {},
- "notifyOnAddCorrespondenceToCase": {
- "type": "boolean"
- },
- "notifyOnCaseSeverity": {},
- "notifyOnCreateOrReopenCase": {
- "type": "boolean"
- },
- "notifyOnResolveCase": {
- "type": "boolean"
- },
- "teamId": {}
- }
- }
- }
- }
- }
- },
- "ListSlackWorkspaceConfigurations": {
- "http": {
- "requestUri": "/control/list-slack-workspace-configurations",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "nextToken": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "nextToken": {},
- "slackWorkspaceConfigurations": {
- "type": "list",
- "member": {
- "type": "structure",
- "required": [
- "teamId"
- ],
- "members": {
- "allowOrganizationMemberAccount": {
- "type": "boolean"
- },
- "teamId": {},
- "teamName": {}
- }
- }
- }
- }
- }
- },
- "PutAccountAlias": {
- "http": {
- "requestUri": "/control/put-account-alias",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "accountAlias"
- ],
- "members": {
- "accountAlias": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "RegisterSlackWorkspaceForOrganization": {
- "http": {
- "requestUri": "/control/register-slack-workspace-for-organization",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "teamId"
- ],
- "members": {
- "teamId": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "accountType": {},
- "teamId": {},
- "teamName": {}
- }
- }
- },
- "UpdateSlackChannelConfiguration": {
- "http": {
- "requestUri": "/control/update-slack-channel-configuration",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "channelId",
- "teamId"
- ],
- "members": {
- "channelId": {},
- "channelName": {},
- "channelRoleArn": {},
- "notifyOnAddCorrespondenceToCase": {
- "type": "boolean"
- },
- "notifyOnCaseSeverity": {},
- "notifyOnCreateOrReopenCase": {
- "type": "boolean"
- },
- "notifyOnResolveCase": {
- "type": "boolean"
- },
- "teamId": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "channelId": {},
- "channelName": {},
- "channelRoleArn": {},
- "notifyOnAddCorrespondenceToCase": {
- "type": "boolean"
- },
- "notifyOnCaseSeverity": {},
- "notifyOnCreateOrReopenCase": {
- "type": "boolean"
- },
- "notifyOnResolveCase": {
- "type": "boolean"
- },
- "teamId": {}
- }
- }
- }
- },
- "shapes": {}
- }
|