summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/data/support-app
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
committerAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
commit0c8af4992cb0f7589dcafaad65ada12753c64594 (patch)
tree18e83d068c3e7dd2499331de977782b382279396 /vendor/aws/aws-sdk-php/src/data/support-app
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/data/support-app')
-rw-r--r--vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/api-2.json.php3
-rw-r--r--vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/endpoint-rule-set-1.json.php3
-rw-r--r--vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/paginators-1.json.php3
3 files changed, 9 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/api-2.json.php
new file mode 100644
index 0000000..86abbd0
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/api-2.json.php
@@ -0,0 +1,3 @@
+<?php
+// This file was auto-generated from sdk-root/src/data/support-app/2021-08-20/api-2.json
+return [ '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' => [ 'name' => 'CreateSlackChannelConfiguration', 'http' => [ 'method' => 'POST', 'requestUri' => '/control/create-slack-channel-configuration', 'responseCode' => 200, ], 'input' => [ 'shape' => 'CreateSlackChannelConfigurationRequest', ], 'output' => [ 'shape' => 'CreateSlackChannelConfigurationResult', ], 'errors' => [ [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ValidationException', ], ], ], 'DeleteAccountAlias' => [ 'name' => 'DeleteAccountAlias', 'http' => [ 'method' => 'POST', 'requestUri' => '/control/delete-account-alias', 'responseCode' => 200, ], 'input' => [ 'shape' => 'DeleteAccountAliasRequest', ], 'output' => [ 'shape' => 'DeleteAccountAliasResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServerException', ], ], ], 'DeleteSlackChannelConfiguration' => [ 'name' => 'DeleteSlackChannelConfiguration', 'http' => [ 'method' => 'POST', 'requestUri' => '/control/delete-slack-channel-configuration', 'responseCode' => 200, ], 'input' => [ 'shape' => 'DeleteSlackChannelConfigurationRequest', ], 'output' => [ 'shape' => 'DeleteSlackChannelConfigurationResult', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ValidationException', ], ], ], 'DeleteSlackWorkspaceConfiguration' => [ 'name' => 'DeleteSlackWorkspaceConfiguration', 'http' => [ 'method' => 'POST', 'requestUri' => '/control/delete-slack-workspace-configuration', 'responseCode' => 200, ], 'input' => [ 'shape' => 'DeleteSlackWorkspaceConfigurationRequest', ], 'output' => [ 'shape' => 'DeleteSlackWorkspaceConfigurationResult', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ValidationException', ], ], ], 'GetAccountAlias' => [ 'name' => 'GetAccountAlias', 'http' => [ 'method' => 'POST', 'requestUri' => '/control/get-account-alias', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetAccountAliasRequest', ], 'output' => [ 'shape' => 'GetAccountAliasResult', ], 'errors' => [ [ 'shape' => 'InternalServerException', ], ], ], 'ListSlackChannelConfigurations' => [ 'name' => 'ListSlackChannelConfigurations', 'http' => [ 'method' => 'POST', 'requestUri' => '/control/list-slack-channel-configurations', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListSlackChannelConfigurationsRequest', ], 'output' => [ 'shape' => 'ListSlackChannelConfigurationsResult', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServerException', ], ], ], 'ListSlackWorkspaceConfigurations' => [ 'name' => 'ListSlackWorkspaceConfigurations', 'http' => [ 'method' => 'POST', 'requestUri' => '/control/list-slack-workspace-configurations', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListSlackWorkspaceConfigurationsRequest', ], 'output' => [ 'shape' => 'ListSlackWorkspaceConfigurationsResult', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServerException', ], ], ], 'PutAccountAlias' => [ 'name' => 'PutAccountAlias', 'http' => [ 'method' => 'POST', 'requestUri' => '/control/put-account-alias', 'responseCode' => 200, ], 'input' => [ 'shape' => 'PutAccountAliasRequest', ], 'output' => [ 'shape' => 'PutAccountAliasResult', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ValidationException', ], ], ], 'RegisterSlackWorkspaceForOrganization' => [ 'name' => 'RegisterSlackWorkspaceForOrganization', 'http' => [ 'method' => 'POST', 'requestUri' => '/control/register-slack-workspace-for-organization', 'responseCode' => 200, ], 'input' => [ 'shape' => 'RegisterSlackWorkspaceForOrganizationRequest', ], 'output' => [ 'shape' => 'RegisterSlackWorkspaceForOrganizationResult', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ValidationException', ], ], ], 'UpdateSlackChannelConfiguration' => [ 'name' => 'UpdateSlackChannelConfiguration', 'http' => [ 'method' => 'POST', 'requestUri' => '/control/update-slack-channel-configuration', 'responseCode' => 200, ], 'input' => [ 'shape' => 'UpdateSlackChannelConfigurationRequest', ], 'output' => [ 'shape' => 'UpdateSlackChannelConfigurationResult', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ValidationException', ], ], ], ], 'shapes' => [ 'AccessDeniedException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'errorMessage', ], ], 'error' => [ 'httpStatusCode' => 403, 'senderFault' => true, ], 'exception' => true, ], 'AccountType' => [ 'type' => 'string', 'enum' => [ 'management', 'member', ], ], 'ConflictException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'errorMessage', ], ], 'error' => [ 'httpStatusCode' => 409, 'senderFault' => true, ], 'exception' => true, ], 'CreateSlackChannelConfigurationRequest' => [ 'type' => 'structure', 'required' => [ 'channelId', 'channelRoleArn', 'notifyOnCaseSeverity', 'teamId', ], 'members' => [ 'channelId' => [ 'shape' => 'channelId', ], 'channelName' => [ 'shape' => 'channelName', ], 'channelRoleArn' => [ 'shape' => 'roleArn', ], 'notifyOnAddCorrespondenceToCase' => [ 'shape' => 'booleanValue', ], 'notifyOnCaseSeverity' => [ 'shape' => 'NotificationSeverityLevel', ], 'notifyOnCreateOrReopenCase' => [ 'shape' => 'booleanValue', ], 'notifyOnResolveCase' => [ 'shape' => 'booleanValue', ], 'teamId' => [ 'shape' => 'teamId', ], ], ], 'CreateSlackChannelConfigurationResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteAccountAliasRequest' => [ 'type' => 'structure', 'members' => [], ], 'DeleteAccountAliasResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteSlackChannelConfigurationRequest' => [ 'type' => 'structure', 'required' => [ 'channelId', 'teamId', ], 'members' => [ 'channelId' => [ 'shape' => 'channelId', ], 'teamId' => [ 'shape' => 'teamId', ], ], ], 'DeleteSlackChannelConfigurationResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteSlackWorkspaceConfigurationRequest' => [ 'type' => 'structure', 'required' => [ 'teamId', ], 'members' => [ 'teamId' => [ 'shape' => 'teamId', ], ], ], 'DeleteSlackWorkspaceConfigurationResult' => [ 'type' => 'structure', 'members' => [], ], 'GetAccountAliasRequest' => [ 'type' => 'structure', 'members' => [], ], 'GetAccountAliasResult' => [ 'type' => 'structure', 'members' => [ 'accountAlias' => [ 'shape' => 'awsAccountAlias', ], ], ], 'InternalServerException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'errorMessage', ], ], 'error' => [ 'httpStatusCode' => 500, ], 'exception' => true, 'fault' => true, ], 'ListSlackChannelConfigurationsRequest' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'paginationToken', ], ], ], 'ListSlackChannelConfigurationsResult' => [ 'type' => 'structure', 'required' => [ 'slackChannelConfigurations', ], 'members' => [ 'nextToken' => [ 'shape' => 'paginationToken', ], 'slackChannelConfigurations' => [ 'shape' => 'slackChannelConfigurationList', ], ], ], 'ListSlackWorkspaceConfigurationsRequest' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'paginationToken', ], ], ], 'ListSlackWorkspaceConfigurationsResult' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'paginationToken', ], 'slackWorkspaceConfigurations' => [ 'shape' => 'SlackWorkspaceConfigurationList', ], ], ], 'NotificationSeverityLevel' => [ 'type' => 'string', 'enum' => [ 'none', 'all', 'high', ], ], 'PutAccountAliasRequest' => [ 'type' => 'structure', 'required' => [ 'accountAlias', ], 'members' => [ 'accountAlias' => [ 'shape' => 'awsAccountAlias', ], ], ], 'PutAccountAliasResult' => [ 'type' => 'structure', 'members' => [], ], 'RegisterSlackWorkspaceForOrganizationRequest' => [ 'type' => 'structure', 'required' => [ 'teamId', ], 'members' => [ 'teamId' => [ 'shape' => 'teamId', ], ], ], 'RegisterSlackWorkspaceForOrganizationResult' => [ 'type' => 'structure', 'members' => [ 'accountType' => [ 'shape' => 'AccountType', ], 'teamId' => [ 'shape' => 'teamId', ], 'teamName' => [ 'shape' => 'teamName', ], ], ], 'ResourceNotFoundException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'errorMessage', ], ], 'error' => [ 'httpStatusCode' => 404, 'senderFault' => true, ], 'exception' => true, ], 'ServiceQuotaExceededException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'errorMessage', ], ], 'error' => [ 'httpStatusCode' => 402, 'senderFault' => true, ], 'exception' => true, ], 'SlackChannelConfiguration' => [ 'type' => 'structure', 'required' => [ 'channelId', 'teamId', ], 'members' => [ 'channelId' => [ 'shape' => 'channelId', ], 'channelName' => [ 'shape' => 'channelName', ], 'channelRoleArn' => [ 'shape' => 'roleArn', ], 'notifyOnAddCorrespondenceToCase' => [ 'shape' => 'booleanValue', ], 'notifyOnCaseSeverity' => [ 'shape' => 'NotificationSeverityLevel', ], 'notifyOnCreateOrReopenCase' => [ 'shape' => 'booleanValue', ], 'notifyOnResolveCase' => [ 'shape' => 'booleanValue', ], 'teamId' => [ 'shape' => 'teamId', ], ], ], 'SlackWorkspaceConfiguration' => [ 'type' => 'structure', 'required' => [ 'teamId', ], 'members' => [ 'allowOrganizationMemberAccount' => [ 'shape' => 'booleanValue', ], 'teamId' => [ 'shape' => 'teamId', ], 'teamName' => [ 'shape' => 'teamName', ], ], ], 'SlackWorkspaceConfigurationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SlackWorkspaceConfiguration', ], ], 'UpdateSlackChannelConfigurationRequest' => [ 'type' => 'structure', 'required' => [ 'channelId', 'teamId', ], 'members' => [ 'channelId' => [ 'shape' => 'channelId', ], 'channelName' => [ 'shape' => 'channelName', ], 'channelRoleArn' => [ 'shape' => 'roleArn', ], 'notifyOnAddCorrespondenceToCase' => [ 'shape' => 'booleanValue', ], 'notifyOnCaseSeverity' => [ 'shape' => 'NotificationSeverityLevel', ], 'notifyOnCreateOrReopenCase' => [ 'shape' => 'booleanValue', ], 'notifyOnResolveCase' => [ 'shape' => 'booleanValue', ], 'teamId' => [ 'shape' => 'teamId', ], ], ], 'UpdateSlackChannelConfigurationResult' => [ 'type' => 'structure', 'members' => [ 'channelId' => [ 'shape' => 'channelId', ], 'channelName' => [ 'shape' => 'channelName', ], 'channelRoleArn' => [ 'shape' => 'roleArn', ], 'notifyOnAddCorrespondenceToCase' => [ 'shape' => 'booleanValue', ], 'notifyOnCaseSeverity' => [ 'shape' => 'NotificationSeverityLevel', ], 'notifyOnCreateOrReopenCase' => [ 'shape' => 'booleanValue', ], 'notifyOnResolveCase' => [ 'shape' => 'booleanValue', ], 'teamId' => [ 'shape' => 'teamId', ], ], ], 'ValidationException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'errorMessage', ], ], 'error' => [ 'httpStatusCode' => 400, 'senderFault' => true, ], 'exception' => true, ], 'awsAccountAlias' => [ 'type' => 'string', 'max' => 30, 'min' => 1, 'pattern' => '^[\\w\\- ]+$', ], 'booleanValue' => [ 'type' => 'boolean', 'box' => true, ], 'channelId' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^\\S+$', ], 'channelName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^.+$', ], 'errorMessage' => [ 'type' => 'string', ], 'paginationToken' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^\\S+$', ], 'roleArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 31, 'pattern' => '^arn:aws:iam::[0-9]{12}:role/(.+)$', ], 'slackChannelConfigurationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SlackChannelConfiguration', ], ], 'teamId' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^\\S+$', ], 'teamName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^.+$', ], ],];
diff --git a/vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/endpoint-rule-set-1.json.php
new file mode 100644
index 0000000..6b636da
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/endpoint-rule-set-1.json.php
@@ -0,0 +1,3 @@
+<?php
+// This file was auto-generated from sdk-root/src/data/support-app/2021-08-20/endpoint-rule-set-1.json
+return [ 'version' => '1.0', 'parameters' => [ 'Region' => [ 'builtIn' => 'AWS::Region', 'required' => false, 'documentation' => 'The AWS region used to dispatch the request.', 'type' => 'String', ], 'UseDualStack' => [ 'builtIn' => 'AWS::UseDualStack', 'required' => true, 'default' => false, 'documentation' => 'When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.', 'type' => 'Boolean', ], 'UseFIPS' => [ 'builtIn' => 'AWS::UseFIPS', 'required' => true, 'default' => false, 'documentation' => 'When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.', 'type' => 'Boolean', ], 'Endpoint' => [ 'builtIn' => 'SDK::Endpoint', 'required' => false, 'documentation' => 'Override the endpoint used to send this request', 'type' => 'String', ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'aws.partition', 'argv' => [ [ 'ref' => 'Region', ], ], 'assign' => 'PartitionResult', ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Endpoint', ], ], ], [ 'fn' => 'parseURL', 'argv' => [ [ 'ref' => 'Endpoint', ], ], 'assign' => 'url', ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'error' => 'Invalid Configuration: FIPS and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'error' => 'Invalid Configuration: Dualstack and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [], 'endpoint' => [ 'url' => [ 'ref' => 'Endpoint', ], 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], ], ], [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://supportapp-fips.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], [ 'conditions' => [], 'error' => 'FIPS and DualStack are enabled, but this partition does not support one or both', 'type' => 'error', ], ], ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://supportapp-fips.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], [ 'conditions' => [], 'error' => 'FIPS is enabled but this partition does not support FIPS', 'type' => 'error', ], ], ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://supportapp.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], [ 'conditions' => [], 'error' => 'DualStack is enabled but this partition does not support DualStack', 'type' => 'error', ], ], ], [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://supportapp.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ],];
diff --git a/vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/paginators-1.json.php
new file mode 100644
index 0000000..0efdcaf
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/data/support-app/2021-08-20/paginators-1.json.php
@@ -0,0 +1,3 @@
+<?php
+// This file was auto-generated from sdk-root/src/data/support-app/2021-08-20/paginators-1.json
+return [ 'pagination' => [ 'ListSlackChannelConfigurations' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', ], 'ListSlackWorkspaceConfigurations' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', ], ],];