/api/vendor/aws/aws-sdk-php/src/Aws/Redshift/Resources/redshift-2012-12-01.php
https://gitlab.com/x33n/respond · PHP · 1162 lines · 1147 code · 1 blank · 14 comment · 0 complexity · 8e8d1b1ab66b0871ef39c1ef0bc5ba31 MD5 · raw file
- <?php
- /**
- * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License").
- * You may not use this file except in compliance with the License.
- * A copy of the License is located at
- *
- * http://aws.amazon.com/apache2.0
- *
- * or in the "license" file accompanying this file. This file is distributed
- * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing
- * permissions and limitations under the License.
- */
- return array (
- 'apiVersion' => '2012-12-01',
- 'endpointPrefix' => 'redshift',
- 'serviceFullName' => 'Amazon Redshift',
- 'serviceType' => 'query',
- 'resultWrapped' => true,
- 'signatureVersion' => 'v4',
- 'namespace' => 'Redshift',
- 'regions' => array(
- 'us-east-1' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'redshift.us-east-1.amazonaws.com',
- ),
- 'us-west-2' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'redshift.us-west-2.amazonaws.com',
- ),
- 'eu-west-1' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'redshift.eu-west-1.amazonaws.com',
- ),
- 'ap-southeast-1' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'redshift.ap-southeast-1.amazonaws.com',
- ),
- 'ap-southeast-2' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'redshift.ap-southeast-2.amazonaws.com',
- ),
- 'ap-northeast-1' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'redshift.ap-northeast-1.amazonaws.com',
- ),
- ),
- 'operations' => array(
- 'AuthorizeClusterSecurityGroupIngress' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'ClusterSecurityGroupWrapper',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'AuthorizeClusterSecurityGroupIngress',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2012-12-01',
- ),
- 'ClusterSecurityGroupName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'CIDRIP' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'EC2SecurityGroupName' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'EC2SecurityGroupOwnerId' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'The cluster security group name does not refer to an existing cluster security group.',
- 'class' => 'ClusterSecurityGroupNotFoundException',
- ),
- array(
- 'reason' => 'The state of the cluster security group is not available.',
- 'class' => 'InvalidClusterSecurityGroupStateException',
- ),
- array(
- 'reason' => 'The specified CIDR block or EC2 security group is already authorized for the specified cluster security group.',
- 'class' => 'AuthorizationAlreadyExistsException',
- ),
- array(
- 'reason' => 'The authorization quota for the cluster security group has been reached.',
- 'class' => 'AuthorizationQuotaExceededException',
- ),
- ),
- ),
- 'AuthorizeSnapshotAccess' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'SnapshotWrapper',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'AuthorizeSnapshotAccess',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2012-12-01',
- ),
- 'SnapshotIdentifier' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'SnapshotClusterIdentifier' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'AccountWithRestoreAccess' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'The snapshot identifier does not refer to an existing cluster snapshot.',
- 'class' => 'ClusterSnapshotNotFoundException',
- ),
- array(
- 'reason' => 'The specified CIDR block or EC2 security group is already authorized for the specified cluster security group.',
- 'class' => 'AuthorizationAlreadyExistsException',
- ),
- array(
- 'reason' => 'The authorization quota for the cluster security group has been reached.',
- 'class' => 'AuthorizationQuotaExceededException',
- ),
- ),
- ),
- 'CopyClusterSnapshot' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'SnapshotWrapper',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CopyClusterSnapshot',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2012-12-01',
- ),
- 'SourceSnapshotIdentifier' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'SourceSnapshotClusterIdentifier' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'TargetSnapshotIdentifier' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'The value specified as a snapshot identifier is already used by an existing snapshot.',
- 'class' => 'ClusterSnapshotAlreadyExistsException',
- ),
- array(
- 'reason' => 'The snapshot identifier does not refer to an existing cluster snapshot.',
- 'class' => 'ClusterSnapshotNotFoundException',
- ),
- array(
- 'reason' => 'The state of the cluster snapshot is not available, or other accounts are authorized to access the snapshot.',
- 'class' => 'InvalidClusterSnapshotStateException',
- ),
- array(
- 'reason' => 'The request would result in the user exceeding the allowed number of cluster snapshots.',
- 'class' => 'ClusterSnapshotQuotaExceededException',
- ),
- ),
- ),
- 'CreateCluster' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'ClusterWrapper',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreateCluster',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2012-12-01',
- ),
- 'DBName' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'ClusterIdentifier' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'ClusterType' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'NodeType' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'MasterUsername' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'MasterUserPassword' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'ClusterSecurityGroups' => array(
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'ClusterSecurityGroups.member',
- 'items' => array(
- 'name' => 'ClusterSecurityGroupName',
- 'type' => 'string',
- ),
- ),
- 'VpcSecurityGroupIds' => array(
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'VpcSecurityGroupIds.member',
- 'items' => array(
- 'name' => 'VpcSecurityGroupId',
- 'type' => 'string',
- ),
- ),
- 'ClusterSubnetGroupName' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'AvailabilityZone' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'PreferredMaintenanceWindow' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'ClusterParameterGroupName' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'AutomatedSnapshotRetentionPeriod' => array(
- 'type' => 'numeric',
- 'location' => 'aws.query',
- ),
- 'Port' => array(
- 'type' => 'numeric',
- 'location' => 'aws.query',
- ),
- 'ClusterVersion' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'AllowVersionUpgrade' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'NumberOfNodes' => array(
- 'type' => 'numeric',
- 'location' => 'aws.query',
- ),
- 'PubliclyAccessible' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'Encrypted' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'HsmClientCertificateIdentifier' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'HsmConfigurationIdentifier' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'ElasticIp' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Tags' => array(
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'Tags.member',
- 'items' => array(
- 'name' => 'Tag',
- 'type' => 'object',
- 'properties' => array(
- 'Key' => array(
- 'type' => 'string',
- ),
- 'Value' => array(
- 'type' => 'string',
- ),
- ),
- ),
- ),
- 'KmsKeyId' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'The account already has a cluster with the given identifier.',
- 'class' => 'ClusterAlreadyExistsException',
- ),
- array(
- 'reason' => 'The number of nodes specified exceeds the allotted capacity of the cluster.',
- 'class' => 'InsufficientClusterCapacityException',
- ),
- array(
- 'reason' => 'The parameter group name does not refer to an existing parameter group.',
- 'class' => 'ClusterParameterGroupNotFoundException',
- ),
- array(
- 'reason' => 'The cluster security group name does not refer to an existing cluster security group.',
- 'class' => 'ClusterSecurityGroupNotFoundException',
- ),
- array(
- 'reason' => 'The request would exceed the allowed number of cluster instances for this account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.',
- 'class' => 'ClusterQuotaExceededException',
- ),
- array(
- 'reason' => 'The operation would exceed the number of nodes allotted to the account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.',
- 'class' => 'NumberOfNodesQuotaExceededException',
- ),
- array(
- 'reason' => 'The operation would exceed the number of nodes allowed for a cluster.',
- 'class' => 'NumberOfNodesPerClusterLimitExceededException',
- ),
- array(
- 'reason' => 'The cluster subnet group name does not refer to an existing cluster subnet group.',
- 'class' => 'ClusterSubnetGroupNotFoundException',
- ),
- array(
- 'reason' => 'The cluster subnet group does not cover all Availability Zones.',
- 'class' => 'InvalidVPCNetworkStateException',
- ),
- array(
- 'reason' => 'The cluster subnet group cannot be deleted because it is in use.',
- 'class' => 'InvalidClusterSubnetGroupStateException',
- ),
- array(
- 'reason' => 'The requested subnet is not valid, or not all of the subnets are in the same VPC.',
- 'class' => 'InvalidSubnetException',
- ),
- array(
- 'reason' => 'Your account is not authorized to perform the requested operation.',
- 'class' => 'UnauthorizedOperationException',
- ),
- array(
- 'reason' => 'There is no Amazon Redshift HSM client certificate with the specified identifier.',
- 'class' => 'HsmClientCertificateNotFoundException',
- ),
- array(
- 'reason' => 'There is no Amazon Redshift HSM configuration with the specified identifier.',
- 'class' => 'HsmConfigurationNotFoundException',
- ),
- array(
- 'reason' => 'The Elastic IP (EIP) is invalid or cannot be found.',
- 'class' => 'InvalidElasticIpException',
- ),
- array(
- 'reason' => 'The request exceeds the limit of 10 tags for the resource.',
- 'class' => 'TagLimitExceededException',
- ),
- array(
- 'reason' => 'The tag is invalid.',
- 'class' => 'InvalidTagException',
- ),
- ),
- ),
- 'CreateClusterParameterGroup' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'ClusterParameterGroupWrapper',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreateClusterParameterGroup',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2012-12-01',
- ),
- 'ParameterGroupName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'ParameterGroupFamily' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Description' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Tags' => array(
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'Tags.member',
- 'items' => array(
- 'name' => 'Tag',
- 'type' => 'object',
- 'properties' => array(
- 'Key' => array(
- 'type' => 'string',
- ),
- 'Value' => array(
- 'type' => 'string',
- ),
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'The request would result in the user exceeding the allowed number of cluster parameter groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.',
- 'class' => 'ClusterParameterGroupQuotaExceededException',
- ),
- array(
- 'reason' => 'A cluster parameter group with the same name already exists.',
- 'class' => 'ClusterParameterGroupAlreadyExistsException',
- ),
- array(
- 'reason' => 'The request exceeds the limit of 10 tags for the resource.',
- 'class' => 'TagLimitExceededException',
- ),
- array(
- 'reason' => 'The tag is invalid.',
- 'class' => 'InvalidTagException',
- ),
- ),
- ),
- 'CreateClusterSecurityGroup' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'ClusterSecurityGroupWrapper',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreateClusterSecurityGroup',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2012-12-01',
- ),
- 'ClusterSecurityGroupName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Description' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Tags' => array(
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'Tags.member',
- 'items' => array(
- 'name' => 'Tag',
- 'type' => 'object',
- 'properties' => array(
- 'Key' => array(
- 'type' => 'string',
- ),
- 'Value' => array(
- 'type' => 'string',
- ),
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'A cluster security group with the same name already exists.',
- 'class' => 'ClusterSecurityGroupAlreadyExistsException',
- ),
- array(
- 'reason' => 'The request would result in the user exceeding the allowed number of cluster security groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.',
- 'class' => 'ClusterSecurityGroupQuotaExceededException',
- ),
- array(
- 'reason' => 'The request exceeds the limit of 10 tags for the resource.',
- 'class' => 'TagLimitExceededException',
- ),
- array(
- 'reason' => 'The tag is invalid.',
- 'class' => 'InvalidTagException',
- ),
- ),
- ),
- 'CreateClusterSnapshot' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'SnapshotWrapper',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreateClusterSnapshot',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2012-12-01',
- ),
- 'SnapshotIdentifier' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'ClusterIdentifier' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Tags' => array(
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'Tags.member',
- 'items' => array(
- 'name' => 'Tag',
- 'type' => 'object',
- 'properties' => array(
- 'Key' => array(
- 'type' => 'string',
- ),
- 'Value' => array(
- 'type' => 'string',
- ),
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'The value specified as a snapshot identifier is already used by an existing snapshot.',
- 'class' => 'ClusterSnapshotAlreadyExistsException',
- ),
- array(
- 'reason' => 'The specified cluster is not in the available state.',
- 'class' => 'InvalidClusterStateException',
- ),
- array(
- 'reason' => 'The ClusterIdentifier parameter does not refer to an existing cluster.',
- 'class' => 'ClusterNotFoundException',
- ),
- array(
- 'reason' => 'The request would result in the user exceeding the allowed number of cluster snapshots.',
- 'class' => 'ClusterSnapshotQuotaExceededException',
- ),
- array(
- 'reason' => 'The request exceeds the limit of 10 tags for the resource.',
- 'class' => 'TagLimitExceededException',
- ),
- array(
- 'reason' => 'The tag is invalid.',
- 'class' => 'InvalidTagException',
- ),
- ),
- ),
- 'CreateClusterSubnetGroup' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'ClusterSubnetGroupWrapper',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreateClusterSubnetGroup',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2012-12-01',
- ),
- 'ClusterSubnetGroupName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Description' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'SubnetIds' => array(
- 'required' => true,
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'SubnetIds.member',
- 'items' => array(
- 'name' => 'SubnetIdentifier',
- 'type' => 'string',
- ),
- ),
- 'Tags' => array(
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'Tags.member',
- 'items' => array(
- 'name' => 'Tag',
- 'type' => 'object',
- 'properties' => array(
- 'Key' => array(
- 'type' => 'string',
- ),
- 'Value' => array(
- 'type' => 'string',
- ),
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'A ClusterSubnetGroupName is already used by an existing cluster subnet group.',
- 'class' => 'ClusterSubnetGroupAlreadyExistsException',
- ),
- array(
- 'reason' => 'The request would result in user exceeding the allowed number of cluster subnet groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.',
- 'class' => 'ClusterSubnetGroupQuotaExceededException',
- ),
- array(
- 'reason' => 'The request would result in user exceeding the allowed number of subnets in a cluster subnet groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.',
- 'class' => 'ClusterSubnetQuotaExceededException',
- ),
- array(
- 'reason' => 'The requested subnet is not valid, or not all of the subnets are in the same VPC.',
- 'class' => 'InvalidSubnetException',
- ),
- array(
- 'reason' => 'Your account is not authorized to perform the requested operation.',
- 'class' => 'UnauthorizedOperationException',
- ),
- array(
- 'reason' => 'The request exceeds the limit of 10 tags for the resource.',
- 'class' => 'TagLimitExceededException',
- ),
- array(
- 'reason' => 'The tag is invalid.',
- 'class' => 'InvalidTagException',
- ),
- ),
- ),
- 'CreateEventSubscription' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EventSubscriptionWrapper',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreateEventSubscription',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2012-12-01',
- ),
- 'SubscriptionName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'SnsTopicArn' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'SourceType' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'SourceIds' => array(
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'SourceIds.member',
- 'items' => array(
- 'name' => 'SourceId',
- 'type' => 'string',
- ),
- ),
- 'EventCategories' => array(
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'EventCategories.member',
- 'items' => array(
- 'name' => 'EventCategory',
- 'type' => 'string',
- ),
- ),
- 'Severity' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Enabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'Tags' => array(
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'Tags.member',
- 'items' => array(
- 'name' => 'Tag',
- 'type' => 'object',
- 'properties' => array(
- 'Key' => array(
- 'type' => 'string',
- ),
- 'Value' => array(
- 'type' => 'string',
- ),
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'The request would exceed the allowed number of event subscriptions for this account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.',
- 'class' => 'EventSubscriptionQuotaExceededException',
- ),
- array(
- 'reason' => 'There is already an existing event notification subscription with the specified name.',
- 'class' => 'SubscriptionAlreadyExistException',
- ),
- array(
- 'reason' => 'Amazon SNS has responded that there is a problem with the specified Amazon SNS topic.',
- 'class' => 'SNSInvalidTopicException',
- ),
- array(
- 'reason' => 'You do not have permission to publish to the specified Amazon SNS topic.',
- 'class' => 'SNSNoAuthorizationException',
- ),
- array(
- 'reason' => 'An Amazon SNS topic with the specified Amazon Resource Name (ARN) does not exist.',
- 'class' => 'SNSTopicArnNotFoundException',
- ),
- array(
- 'reason' => 'An Amazon Redshift event with the specified event ID does not exist.',
- 'class' => 'SubscriptionEventIdNotFoundException',
- ),
- array(
- 'reason' => 'The value specified for the event category was not one of the allowed values, or it specified a category that does not apply to the specified source type. The allowed values are Configuration, Management, Monitoring, and Security.',
- 'class' => 'SubscriptionCategoryNotFoundException',
- ),
- array(
- 'reason' => 'The value specified for the event severity was not one of the allowed values, or it specified a severity that does not apply to the specified source type. The allowed values are ERROR and INFO.',
- 'class' => 'SubscriptionSeverityNotFoundException',
- ),
- array(
- 'reason' => 'The specified Amazon Redshift event source could not be found.',
- 'class' => 'SourceNotFoundException',
- ),
- array(
- 'reason' => 'The request exceeds the limit of 10 tags for the resource.',
- 'class' => 'TagLimitExceededException',
- ),
- array(
- 'reason' => 'The tag is invalid.',
- 'class' => 'InvalidTagException',
- ),
- ),
- ),
- 'CreateHsmClientCertificate' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'HsmClientCertificateWrapper',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreateHsmClientCertificate',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2012-12-01',
- ),
- 'HsmClientCertificateIdentifier' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Tags' => array(
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'Tags.member',
- 'items' => array(
- 'name' => 'Tag',
- 'type' => 'object',
- 'properties' => array(
- 'Key' => array(
- 'type' => 'string',
- ),
- 'Value' => array(
- 'type' => 'string',
- ),
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'There is already an existing Amazon Redshift HSM client certificate with the specified identifier.',
- 'class' => 'HsmClientCertificateAlreadyExistsException',
- ),
- array(
- 'reason' => 'The quota for HSM client certificates has been reached. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.',
- 'class' => 'HsmClientCertificateQuotaExceededException',
- ),
- array(
- 'reason' => 'The request exceeds the limit of 10 tags for the resource.',
- 'class' => 'TagLimitExceededException',
- ),
- array(
- 'reason' => 'The tag is invalid.',
- 'class' => 'InvalidTagException',
- ),
- ),
- ),
- 'CreateHsmConfiguration' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'HsmConfigurationWrapper',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreateHsmConfiguration',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2012-12-01',
- ),
- 'HsmConfigurationIdentifier' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Description' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'HsmIpAddress' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'HsmPartitionName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'HsmPartitionPassword' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'HsmServerPublicCertificate' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Tags' => array(
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'Tags.member',
- 'items' => array(
- 'name' => 'Tag',
- 'type' => 'object',
- 'properties' => array(
- 'Key' => array(
- 'type' => 'string',
- ),
- 'Value' => array(
- 'type' => 'string',
- ),
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'There is already an existing Amazon Redshift HSM configuration with the specified identifier.',
- 'class' => 'HsmConfigurationAlreadyExistsException',
- ),
- array(
- 'reason' => 'The quota for HSM configurations has been reached. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.',
- 'class' => 'HsmConfigurationQuotaExceededException',
- ),
- array(
- 'reason' => 'The request exceeds the limit of 10 tags for the resource.',
- 'class' => 'TagLimitExceededException',
- ),
- array(
- 'reason' => 'The tag is invalid.',
- 'class' => 'InvalidTagException',
- ),
- ),
- ),
- 'CreateTags' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreateTags',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2012-12-01',
- ),
- 'ResourceName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Tags' => array(
- 'required' => true,
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'Tags.member',
- 'items' => array(
- 'name' => 'Tag',
- 'type' => 'object',
- 'properties' => array(
- 'Key' => array(
- 'type' => 'string',
- ),
- 'Value' => array(
- 'type' => 'string',
- ),
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'The request exceeds the limit of 10 tags for the resource.',
- 'class' => 'TagLimitExceededException',
- ),
- array(
- 'reason' => 'The resource could not be found.',
- 'class' => 'ResourceNotFoundException',
- ),
- array(
- 'reason' => 'The tag is invalid.',
- 'class' => 'InvalidTagException',
- ),
- ),
- ),
- 'DeleteCluster' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'ClusterWrapper',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'DeleteCluster',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2012-12-01',
- ),
- 'ClusterIdentifier' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'SkipFinalClusterSnapshot' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- 'FinalClusterSnapshotIdentifier' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'The ClusterIdentifier parameter does not refer to an existing cluster.',
- 'class' => 'ClusterNotFoundException',
- ),
- array(
- 'reason' => 'The specified cluster is not in the available state.',
- 'class' => 'InvalidClusterStateException',
- ),
- array(
- 'reason' => 'The value specified as a snapshot identifier is already used by an existing snapshot.',
- 'class' => 'ClusterSnapshotAlreadyExistsException',
- ),
- array(
- 'reason' => 'The request would result in the user exceeding the allowed number of cluster snapshots.',
- 'class' => 'ClusterSnapshotQuotaExceededException',
- ),
- ),
- ),
- 'DeleteClusterParameterGroup' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'DeleteClusterParameterGroup',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2012-12-01',
- ),
- 'ParameterGroupName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'The cluster parameter group action can not be completed because another task is in progress that involves the parameter group. Wait a few moments and try the operation again.',
- 'class' => 'InvalidClusterParameterGroupStateException',
- ),
- array(
- 'reason' => 'The parameter group name does not refer to an existing parameter group.',
- 'class' => 'ClusterParameterGroupNotFoundException',
- ),
- ),
- ),
- 'DeleteClusterSecurityGroup' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'DeleteClusterSecurityGroup',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2012-12-01',
- ),
- 'ClusterSecurityGroupName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'The state of the cluster security group is not available.',
- 'class' => 'InvalidClusterSecurityGroupStateException',
- ),
- array(
- 'reason' => 'The cluster security group name does not refer to an existing cluster security group.',
- 'class' => 'ClusterSecurityGroupNotFoundException',
- ),
- ),
- ),
- 'DeleteClusterSnapshot' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'SnapshotWrapper',
- 'responseType' =>