/api/vendor/aws/aws-sdk-php/src/Aws/Sns/Resources/sns-2010-03-31.php
https://gitlab.com/x33n/respond · PHP · 1238 lines · 1223 code · 1 blank · 14 comment · 0 complexity · 9cd59084a14947a40d6dbe116d86590e 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' => '2010-03-31',
- 'endpointPrefix' => 'sns',
- 'serviceFullName' => 'Amazon Simple Notification Service',
- 'serviceAbbreviation' => 'Amazon SNS',
- 'serviceType' => 'query',
- 'resultWrapped' => true,
- 'signatureVersion' => 'v4',
- 'namespace' => 'Sns',
- 'regions' => array(
- 'us-east-1' => array(
- 'http' => true,
- 'https' => true,
- 'hostname' => 'sns.us-east-1.amazonaws.com',
- ),
- 'us-west-1' => array(
- 'http' => true,
- 'https' => true,
- 'hostname' => 'sns.us-west-1.amazonaws.com',
- ),
- 'us-west-2' => array(
- 'http' => true,
- 'https' => true,
- 'hostname' => 'sns.us-west-2.amazonaws.com',
- ),
- 'eu-west-1' => array(
- 'http' => true,
- 'https' => true,
- 'hostname' => 'sns.eu-west-1.amazonaws.com',
- ),
- 'ap-northeast-1' => array(
- 'http' => true,
- 'https' => true,
- 'hostname' => 'sns.ap-northeast-1.amazonaws.com',
- ),
- 'ap-southeast-1' => array(
- 'http' => true,
- 'https' => true,
- 'hostname' => 'sns.ap-southeast-1.amazonaws.com',
- ),
- 'ap-southeast-2' => array(
- 'http' => true,
- 'https' => true,
- 'hostname' => 'sns.ap-southeast-2.amazonaws.com',
- ),
- 'sa-east-1' => array(
- 'http' => true,
- 'https' => true,
- 'hostname' => 'sns.sa-east-1.amazonaws.com',
- ),
- 'cn-north-1' => array(
- 'http' => true,
- 'https' => true,
- 'hostname' => 'sns.cn-north-1.amazonaws.com.cn',
- ),
- 'us-gov-west-1' => array(
- 'http' => true,
- 'https' => true,
- 'hostname' => 'sns.us-gov-west-1.amazonaws.com',
- ),
- ),
- 'operations' => array(
- 'AddPermission' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'AddPermission',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'TopicArn' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Label' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'AWSAccountId' => array(
- 'required' => true,
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'AWSAccountId.member',
- 'items' => array(
- 'name' => 'delegate',
- 'type' => 'string',
- ),
- ),
- 'ActionName' => array(
- 'required' => true,
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'ActionName.member',
- 'items' => array(
- 'name' => 'action',
- 'type' => 'string',
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- array(
- 'reason' => 'Indicates that the requested resource does not exist.',
- 'class' => 'NotFoundException',
- ),
- ),
- ),
- 'ConfirmSubscription' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'ConfirmSubscriptionResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'ConfirmSubscription',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'TopicArn' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Token' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'AuthenticateOnUnsubscribe' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that the customer already owns the maximum allowed number of subscriptions.',
- 'class' => 'SubscriptionLimitExceededException',
- ),
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates that the requested resource does not exist.',
- 'class' => 'NotFoundException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- ),
- ),
- 'CreatePlatformApplication' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'CreatePlatformApplicationResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreatePlatformApplication',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'Name' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Platform' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Attributes' => array(
- 'required' => true,
- 'type' => 'object',
- 'location' => 'aws.query',
- 'sentAs' => 'Attributes.entry',
- 'additionalProperties' => array(
- 'type' => 'string',
- 'data' => array(
- 'shape_name' => 'String',
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- ),
- ),
- 'CreatePlatformEndpoint' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'CreateEndpointResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreatePlatformEndpoint',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'PlatformApplicationArn' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Token' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'CustomUserData' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Attributes' => array(
- 'type' => 'object',
- 'location' => 'aws.query',
- 'sentAs' => 'Attributes.entry',
- 'additionalProperties' => array(
- 'type' => 'string',
- 'data' => array(
- 'shape_name' => 'String',
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- array(
- 'reason' => 'Indicates that the requested resource does not exist.',
- 'class' => 'NotFoundException',
- ),
- ),
- ),
- 'CreateTopic' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'CreateTopicResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreateTopic',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'Name' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates that the customer already owns the maximum allowed number of topics.',
- 'class' => 'TopicLimitExceededException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- ),
- ),
- 'DeleteEndpoint' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'DeleteEndpoint',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'EndpointArn' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- ),
- ),
- 'DeletePlatformApplication' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'DeletePlatformApplication',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'PlatformApplicationArn' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- ),
- ),
- 'DeleteTopic' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'DeleteTopic',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'TopicArn' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- array(
- 'reason' => 'Indicates that the requested resource does not exist.',
- 'class' => 'NotFoundException',
- ),
- ),
- ),
- 'GetEndpointAttributes' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'GetEndpointAttributesResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'GetEndpointAttributes',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'EndpointArn' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- array(
- 'reason' => 'Indicates that the requested resource does not exist.',
- 'class' => 'NotFoundException',
- ),
- ),
- ),
- 'GetPlatformApplicationAttributes' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'GetPlatformApplicationAttributesResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'GetPlatformApplicationAttributes',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'PlatformApplicationArn' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- array(
- 'reason' => 'Indicates that the requested resource does not exist.',
- 'class' => 'NotFoundException',
- ),
- ),
- ),
- 'GetSubscriptionAttributes' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'GetSubscriptionAttributesResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'GetSubscriptionAttributes',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'SubscriptionArn' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the requested resource does not exist.',
- 'class' => 'NotFoundException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- ),
- ),
- 'GetTopicAttributes' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'GetTopicAttributesResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'GetTopicAttributes',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'TopicArn' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the requested resource does not exist.',
- 'class' => 'NotFoundException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- ),
- ),
- 'ListEndpointsByPlatformApplication' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'ListEndpointsByPlatformApplicationResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'ListEndpointsByPlatformApplication',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'PlatformApplicationArn' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'NextToken' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- array(
- 'reason' => 'Indicates that the requested resource does not exist.',
- 'class' => 'NotFoundException',
- ),
- ),
- ),
- 'ListPlatformApplications' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'ListPlatformApplicationsResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'ListPlatformApplications',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'NextToken' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- ),
- ),
- 'ListSubscriptions' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'ListSubscriptionsResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'ListSubscriptions',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'NextToken' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- ),
- ),
- 'ListSubscriptionsByTopic' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'ListSubscriptionsByTopicResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'ListSubscriptionsByTopic',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'TopicArn' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'NextToken' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the requested resource does not exist.',
- 'class' => 'NotFoundException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- ),
- ),
- 'ListTopics' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'ListTopicsResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'ListTopics',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'NextToken' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- ),
- ),
- 'Publish' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'PublishResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'Publish',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'TopicArn' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'TargetArn' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Message' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Subject' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'MessageStructure' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'MessageAttributes' => array(
- 'type' => 'object',
- 'location' => 'aws.query',
- 'sentAs' => 'MessageAttributes.entry',
- 'data' => array(
- 'keyName' => 'Name',
- 'valueName' => 'Value',
- ),
- 'additionalProperties' => array(
- 'type' => 'object',
- 'data' => array(
- 'shape_name' => 'String',
- ),
- 'properties' => array(
- 'DataType' => array(
- 'required' => true,
- 'type' => 'string',
- ),
- 'StringValue' => array(
- 'type' => 'string',
- ),
- 'BinaryValue' => array(
- 'type' => 'string',
- ),
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterValueException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the requested resource does not exist.',
- 'class' => 'NotFoundException',
- ),
- array(
- 'reason' => 'Exception error indicating endpoint disabled.',
- 'class' => 'EndpointDisabledException',
- ),
- array(
- 'reason' => 'Exception error indicating platform application disabled.',
- 'class' => 'PlatformApplicationDisabledException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- ),
- ),
- 'RemovePermission' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'RemovePermission',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'TopicArn' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Label' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- array(
- 'reason' => 'Indicates that the requested resource does not exist.',
- 'class' => 'NotFoundException',
- ),
- ),
- ),
- 'SetEndpointAttributes' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'SetEndpointAttributes',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'EndpointArn' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Attributes' => array(
- 'required' => true,
- 'type' => 'object',
- 'location' => 'aws.query',
- 'sentAs' => 'Attributes.entry',
- 'additionalProperties' => array(
- 'type' => 'string',
- 'data' => array(
- 'shape_name' => 'String',
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- array(
- 'reason' => 'Indicates that the requested resource does not exist.',
- 'class' => 'NotFoundException',
- ),
- ),
- ),
- 'SetPlatformApplicationAttributes' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'SetPlatformApplicationAttributes',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'PlatformApplicationArn' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Attributes' => array(
- 'required' => true,
- 'type' => 'object',
- 'location' => 'aws.query',
- 'sentAs' => 'Attributes.entry',
- 'additionalProperties' => array(
- 'type' => 'string',
- 'data' => array(
- 'shape_name' => 'String',
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- array(
- 'reason' => 'Indicates that the requested resource does not exist.',
- 'class' => 'NotFoundException',
- ),
- ),
- ),
- 'SetSubscriptionAttributes' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'SetSubscriptionAttributes',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'SubscriptionArn' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'AttributeName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'AttributeValue' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the requested resource does not exist.',
- 'class' => 'NotFoundException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- ),
- ),
- 'SetTopicAttributes' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'SetTopicAttributes',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'TopicArn' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'AttributeName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'AttributeValue' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that a request parameter does not comply with the associated constraints.',
- 'class' => 'InvalidParameterException',
- ),
- array(
- 'reason' => 'Indicates an internal service error.',
- 'class' => 'InternalErrorException',
- ),
- array(
- 'reason' => 'Indicates that the requested resource does not exist.',
- 'class' => 'NotFoundException',
- ),
- array(
- 'reason' => 'Indicates that the user has been denied access to the requested resource.',
- 'class' => 'AuthorizationErrorException',
- ),
- ),
- ),
- 'Subscribe' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'SubscribeResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'Subscribe',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2010-03-31',
- ),
- 'TopicArn' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Protocol' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- 'Endpoint' => array(
- 'type' => 'string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Indicates that the customer already owns the maximum allowed number of subscriptions.',
- 'class' => 'Subscripti