'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' => 'SubscriptionLimitExceededException', ), 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', ), ), ), 'Unsubscribe' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\QueryCommand', 'responseClass' => 'EmptyOutput', 'responseType' => 'model', 'parameters' => array( 'Action' => array( 'static' => true, 'location' => 'aws.query', 'default' => 'Unsubscribe', ), '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 user has been denied access to the requested resource.', 'class' => 'AuthorizationErrorException', ), array( 'reason' => 'Indicates that the requested resource does not exist.', 'class' => 'NotFoundException', ), ), ), ), 'models' => array( 'EmptyOutput' => array( 'type' => 'object', 'additionalProperties' => true, ), 'ConfirmSubscriptionResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'SubscriptionArn' => array( 'type' => 'string', 'location' => 'xml', ), ), ), 'CreatePlatformApplicationResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'PlatformApplicationArn' => array( 'type' => 'string', 'location' => 'xml', ), ), ), 'CreateEndpointResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'EndpointArn' => array( 'type' => 'string', 'location' => 'xml', ), ), ), 'CreateTopicResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'TopicArn' => array( 'type' => 'string', 'location' => 'xml', ), ), ), 'GetEndpointAttributesResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'Attributes' => array( 'type' => 'array', 'location' => 'xml', 'filters' => array( array( 'method' => 'Aws\\Common\\Command\\XmlResponseLocationVisitor::xmlMap', 'args' => array( '@value', 'entry', 'key', 'value', ), ), ), 'items' => array( 'name' => 'entry', 'type' => 'object', 'sentAs' => 'entry', 'additionalProperties' => true, 'properties' => array( 'key' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), 'additionalProperties' => false, ), ), ), 'GetPlatformApplicationAttributesResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'Attributes' => array( 'type' => 'array', 'location' => 'xml', 'filters' => array( array( 'method' => 'Aws\\Common\\Command\\XmlResponseLocationVisitor::xmlMap', 'args' => array( '@value', 'entry', 'key', 'value', ), ), ), 'items' => array( 'name' => 'entry', 'type' => 'object', 'sentAs' => 'entry', 'additionalProperties' => true, 'properties' => array( 'key' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), 'additionalProperties' => false, ), ), ), 'GetSubscriptionAttributesResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'Attributes' => array( 'type' => 'array', 'location' => 'xml', 'filters' => array( array( 'method' => 'Aws\\Common\\Command\\XmlResponseLocationVisitor::xmlMap', 'args' => array( '@value', 'entry', 'key', 'value', ), ), ), 'items' => array( 'name' => 'entry', 'type' => 'object', 'sentAs' => 'entry', 'additionalProperties' => true, 'properties' => array( 'key' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), 'additionalProperties' => false, ), ), ), 'GetTopicAttributesResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'Attributes' => array( 'type' => 'array', 'location' => 'xml', 'filters' => array( array( 'method' => 'Aws\\Common\\Command\\XmlResponseLocationVisitor::xmlMap', 'args' => array( '@value', 'entry', 'key', 'value', ), ), ), 'items' => array( 'name' => 'entry', 'type' => 'object', 'sentAs' => 'entry', 'additionalProperties' => true, 'properties' => array( 'key' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), 'additionalProperties' => false, ), ), ), 'ListEndpointsByPlatformApplicationResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'Endpoints' => array( 'type' => 'array', 'location' => 'xml', 'items' => array( 'name' => 'Endpoint', 'type' => 'object', 'sentAs' => 'member', 'properties' => array( 'EndpointArn' => array( 'type' => 'string', ), 'Attributes' => array( 'type' => 'array', 'filters' => array( array( 'method' => 'Aws\\Common\\Command\\XmlResponseLocationVisitor::xmlMap', 'args' => array( '@value', 'entry', 'key', 'value', ), ), ), 'items' => array( 'name' => 'entry', 'type' => 'object', 'sentAs' => 'entry', 'additionalProperties' => true, 'properties' => array( 'key' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), 'additionalProperties' => false, ), ), ), ), 'NextToken' => array( 'type' => 'string', 'location' => 'xml', ), ), ), 'ListPlatformApplicationsResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'PlatformApplications' => array( 'type' => 'array', 'location' => 'xml', 'items' => array( 'name' => 'PlatformApplication', 'type' => 'object', 'sentAs' => 'member', 'properties' => array( 'PlatformApplicationArn' => array( 'type' => 'string', ), 'Attributes' => array( 'type' => 'array', 'filters' => array( array( 'method' => 'Aws\\Common\\Command\\XmlResponseLocationVisitor::xmlMap', 'args' => array( '@value', 'entry', 'key', 'value', ), ), ), 'items' => array( 'name' => 'entry', 'type' => 'object', 'sentAs' => 'entry', 'additionalProperties' => true, 'properties' => array( 'key' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), 'additionalProperties' => false, ), ), ), ), 'NextToken' => array( 'type' => 'string', 'location' => 'xml', ), ), ), 'ListSubscriptionsResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'Subscriptions' => array( 'type' => 'array', 'location' => 'xml', 'items' => array( 'name' => 'Subscription', 'type' => 'object', 'sentAs' => 'member', 'properties' => array( 'SubscriptionArn' => array( 'type' => 'string', ), 'Owner' => array( 'type' => 'string', ), 'Protocol' => array( 'type' => 'string', ), 'Endpoint' => array( 'type' => 'string', ), 'TopicArn' => array( 'type' => 'string', ), ), ), ), 'NextToken' => array( 'type' => 'string', 'location' => 'xml', ), ), ), 'ListSubscriptionsByTopicResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'Subscriptions' => array( 'type' => 'array', 'location' => 'xml', 'items' => array( 'name' => 'Subscription', 'type' => 'object', 'sentAs' => 'member', 'properties' => array( 'SubscriptionArn' => array( 'type' => 'string', ), 'Owner' => array( 'type' => 'string', ), 'Protocol' => array( 'type' => 'string', ), 'Endpoint' => array( 'type' => 'string', ), 'TopicArn' => array( 'type' => 'string', ), ), ), ), 'NextToken' => array( 'type' => 'string', 'location' => 'xml', ), ), ), 'ListTopicsResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'Topics' => array( 'type' => 'array', 'location' => 'xml', 'items' => array( 'name' => 'Topic', 'type' => 'object', 'sentAs' => 'member', 'properties' => array( 'TopicArn' => array( 'type' => 'string', ), ), ), ), 'NextToken' => array( 'type' => 'string', 'location' => 'xml', ), ), ), 'PublishResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'MessageId' => array( 'type' => 'string', 'location' => 'xml', ), ), ), 'SubscribeResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'SubscriptionArn' => array( 'type' => 'string', 'location' => 'xml', ), ), ), ), 'iterators' => array( 'ListEndpointsByPlatformApplication' => array( 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'Endpoints', ), 'ListPlatformApplications' => array( 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'PlatformApplications', ), 'ListSubscriptions' => array( 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'Subscriptions', ), 'ListSubscriptionsByTopic' => array( 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'Subscriptions', ), 'ListTopics' => array( 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'Topics/*/TopicArn', ), ), );