All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.sns-2010-03-31-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon SNS module holds the client classes that are used for communicating with Amazon Simple Notification Service

There is a newer version: 1.12.780
Show newest version
{
  "metadata" : {
    "apiVersion" : "2010-03-31",
    "protocol" : "query",
    "checksumFormat" : null,
    "documentation" : "Amazon Simple Notification Service 

Amazon Simple Notification Service (Amazon SNS) is a web service that enables you to build distributed web-enabled applications. Applications can use Amazon SNS to easily push real-time notification messages to interested subscribers over multiple delivery protocols. For more information about this product see http://aws.amazon.com/sns. For detailed information about Amazon SNS features and their associated API calls, see the Amazon SNS Developer Guide.

We also provide SDKs that enable you to access Amazon SNS from your preferred programming language. The SDKs contain functionality that automatically takes care of tasks such as: cryptographically signing your service requests, retrying requests, and handling error responses. For a list of available SDKs, go to Tools for Amazon Web Services.

", "defaultEndpoint" : "https://sns.us-east-1.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "sns.us-east-1.amazonaws.com", "syncInterface" : "AmazonSNS", "syncClient" : "AmazonSNSClient", "asyncInterface" : "AmazonSNSAsync", "asyncClient" : "AmazonSNSAsyncClient", "packageName" : "com.amazonaws.services.sns", "packagePath" : "com/amazonaws/services/sns", "serviceAbbreviation" : "Amazon SNS", "serviceFullName" : "Amazon Simple Notification Service", "hasApiWithStreamInput" : false, "contentType" : null, "jsonVersion" : null, "endpointPrefix" : "sns", "signingName" : "sns", "protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller", "jsonProtocol" : false, "xmlProtocol" : true, "cborProtocol" : false, "unmarshallerContextClassName" : "StaxUnmarshallerContext", "unmarshallerClassSuffix" : "StaxUnmarshaller", "syncClientBuilderClassName" : "AmazonSNSClientBuilder", "asyncClientBuilderClassName" : "AmazonSNSAsyncClientBuilder", "cucumberModuleInjectorClassName" : "AmazonSNSModuleInjector", "smokeTestsPackageName" : "com.amazonaws.services.sns.smoketests", "serviceName" : "Amazon SNS" }, "operations" : { "AddPermission" : { "documentation" : "

Adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.

", "operationName" : "AddPermission", "deprecated" : false, "input" : { "variableName" : "addPermissionRequest", "variableType" : "AddPermissionRequest", "variableDeclarationType" : "AddPermissionRequest", "documentation" : "", "simpleType" : "AddPermissionRequest", "variableSetterType" : "AddPermissionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AddPermissionResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" }, { "exceptionName" : "NotFoundException", "documentation" : "

Indicates that the requested resource does not exist.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "addPermission", "authenticated" : true, "syncReturnType" : "AddPermissionResult", "asyncReturnType" : "AddPermissionResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "CheckIfPhoneNumberIsOptedOut" : { "documentation" : "

Accepts a phone number and indicates whether the phone holder has opted out of receiving SMS messages from your account. You cannot send SMS messages to a number that is opted out.

To resume sending messages, you can opt in the number by using the OptInPhoneNumber action.

", "operationName" : "CheckIfPhoneNumberIsOptedOut", "deprecated" : false, "input" : { "variableName" : "checkIfPhoneNumberIsOptedOutRequest", "variableType" : "CheckIfPhoneNumberIsOptedOutRequest", "variableDeclarationType" : "CheckIfPhoneNumberIsOptedOutRequest", "documentation" : "

The input for the CheckIfPhoneNumberIsOptedOut action.

", "simpleType" : "CheckIfPhoneNumberIsOptedOutRequest", "variableSetterType" : "CheckIfPhoneNumberIsOptedOutRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CheckIfPhoneNumberIsOptedOutResult", "documentation" : "

The response from the CheckIfPhoneNumberIsOptedOut action.

" }, "exceptions" : [ { "exceptionName" : "ThrottledException", "documentation" : "

Indicates that the rate at which requests have been submitted for this action exceeds the limit for your account.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "checkIfPhoneNumberIsOptedOut", "authenticated" : true, "syncReturnType" : "CheckIfPhoneNumberIsOptedOutResult", "asyncReturnType" : "CheckIfPhoneNumberIsOptedOutResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "ConfirmSubscription" : { "documentation" : "

Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier Subscribe action. If the token is valid, the action creates a new subscription and returns its Amazon Resource Name (ARN). This call requires an AWS signature only when the AuthenticateOnUnsubscribe flag is set to \"true\".

", "operationName" : "ConfirmSubscription", "deprecated" : false, "input" : { "variableName" : "confirmSubscriptionRequest", "variableType" : "ConfirmSubscriptionRequest", "variableDeclarationType" : "ConfirmSubscriptionRequest", "documentation" : "

Input for ConfirmSubscription action.

", "simpleType" : "ConfirmSubscriptionRequest", "variableSetterType" : "ConfirmSubscriptionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ConfirmSubscriptionResult", "documentation" : "

Response for ConfirmSubscriptions action.

" }, "exceptions" : [ { "exceptionName" : "SubscriptionLimitExceededException", "documentation" : "

Indicates that the customer already owns the maximum allowed number of subscriptions.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "NotFoundException", "documentation" : "

Indicates that the requested resource does not exist.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "confirmSubscription", "authenticated" : true, "syncReturnType" : "ConfirmSubscriptionResult", "asyncReturnType" : "ConfirmSubscriptionResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "CreatePlatformApplication" : { "documentation" : "

Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register. You must specify PlatformPrincipal and PlatformCredential attributes when using the CreatePlatformApplication action. The PlatformPrincipal is received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is \"SSL certificate\". For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\". The PlatformCredential is also received from the notification service. For WNS, PlatformPrincipal is \"Package Security Identifier\". For MPNS, PlatformPrincipal is \"TLS certificate\". For Baidu, PlatformPrincipal is \"API key\".

For APNS/APNS_SANDBOX, PlatformCredential is \"private key\". For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\". For WNS, PlatformCredential is \"secret key\". For MPNS, PlatformCredential is \"private key\". For Baidu, PlatformCredential is \"secret key\". The PlatformApplicationArn that is returned when using CreatePlatformApplication is then used as an attribute for the CreatePlatformEndpoint action. For more information, see Using Amazon SNS Mobile Push Notifications. For more information about obtaining the PlatformPrincipal and PlatformCredential for each of the supported push notification services, see Getting Started with Apple Push Notification Service, Getting Started with Amazon Device Messaging, Getting Started with Baidu Cloud Push, Getting Started with Google Cloud Messaging for Android, Getting Started with MPNS, or Getting Started with WNS.

", "operationName" : "CreatePlatformApplication", "deprecated" : false, "input" : { "variableName" : "createPlatformApplicationRequest", "variableType" : "CreatePlatformApplicationRequest", "variableDeclarationType" : "CreatePlatformApplicationRequest", "documentation" : "

Input for CreatePlatformApplication action.

", "simpleType" : "CreatePlatformApplicationRequest", "variableSetterType" : "CreatePlatformApplicationRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreatePlatformApplicationResult", "documentation" : "

Response from CreatePlatformApplication action.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "createPlatformApplication", "authenticated" : true, "syncReturnType" : "CreatePlatformApplicationResult", "asyncReturnType" : "CreatePlatformApplicationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "CreatePlatformEndpoint" : { "documentation" : "

Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS. CreatePlatformEndpoint requires the PlatformApplicationArn that is returned from CreatePlatformApplication. The EndpointArn that is returned when using CreatePlatformEndpoint can then be used by the Publish action to send a message to a mobile app or by the Subscribe action for subscription to a topic. The CreatePlatformEndpoint action is idempotent, so if the requester already owns an endpoint with the same device token and attributes, that endpoint's ARN is returned without creating a new endpoint. For more information, see Using Amazon SNS Mobile Push Notifications.

When using CreatePlatformEndpoint with Baidu, two attributes must be provided: ChannelId and UserId. The token field must also contain the ChannelId. For more information, see Creating an Amazon SNS Endpoint for Baidu.

", "operationName" : "CreatePlatformEndpoint", "deprecated" : false, "input" : { "variableName" : "createPlatformEndpointRequest", "variableType" : "CreatePlatformEndpointRequest", "variableDeclarationType" : "CreatePlatformEndpointRequest", "documentation" : "

Input for CreatePlatformEndpoint action.

", "simpleType" : "CreatePlatformEndpointRequest", "variableSetterType" : "CreatePlatformEndpointRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreatePlatformEndpointResult", "documentation" : "

Response from CreateEndpoint action.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" }, { "exceptionName" : "NotFoundException", "documentation" : "

Indicates that the requested resource does not exist.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "createPlatformEndpoint", "authenticated" : true, "syncReturnType" : "CreatePlatformEndpointResult", "asyncReturnType" : "CreatePlatformEndpointResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "CreateTopic" : { "documentation" : "

Creates a topic to which notifications can be published. Users can create at most 100,000 topics. For more information, see http://aws.amazon.com/sns. This action is idempotent, so if the requester already owns a topic with the specified name, that topic's ARN is returned without creating a new topic.

", "operationName" : "CreateTopic", "deprecated" : false, "input" : { "variableName" : "createTopicRequest", "variableType" : "CreateTopicRequest", "variableDeclarationType" : "CreateTopicRequest", "documentation" : "

Input for CreateTopic action.

", "simpleType" : "CreateTopicRequest", "variableSetterType" : "CreateTopicRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateTopicResult", "documentation" : "

Response from CreateTopic action.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "TopicLimitExceededException", "documentation" : "

Indicates that the customer already owns the maximum allowed number of topics.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "createTopic", "authenticated" : true, "syncReturnType" : "CreateTopicResult", "asyncReturnType" : "CreateTopicResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DeleteEndpoint" : { "documentation" : "

Deletes the endpoint for a device and mobile app from Amazon SNS. This action is idempotent. For more information, see Using Amazon SNS Mobile Push Notifications.

When you delete an endpoint that is also subscribed to a topic, then you must also unsubscribe the endpoint from the topic.

", "operationName" : "DeleteEndpoint", "deprecated" : false, "input" : { "variableName" : "deleteEndpointRequest", "variableType" : "DeleteEndpointRequest", "variableDeclarationType" : "DeleteEndpointRequest", "documentation" : "

Input for DeleteEndpoint action.

", "simpleType" : "DeleteEndpointRequest", "variableSetterType" : "DeleteEndpointRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteEndpointResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deleteEndpoint", "authenticated" : true, "syncReturnType" : "DeleteEndpointResult", "asyncReturnType" : "DeleteEndpointResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DeletePlatformApplication" : { "documentation" : "

Deletes a platform application object for one of the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications.

", "operationName" : "DeletePlatformApplication", "deprecated" : false, "input" : { "variableName" : "deletePlatformApplicationRequest", "variableType" : "DeletePlatformApplicationRequest", "variableDeclarationType" : "DeletePlatformApplicationRequest", "documentation" : "

Input for DeletePlatformApplication action.

", "simpleType" : "DeletePlatformApplicationRequest", "variableSetterType" : "DeletePlatformApplicationRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeletePlatformApplicationResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deletePlatformApplication", "authenticated" : true, "syncReturnType" : "DeletePlatformApplicationResult", "asyncReturnType" : "DeletePlatformApplicationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DeleteTopic" : { "documentation" : "

Deletes a topic and all its subscriptions. Deleting a topic might prevent some messages previously sent to the topic from being delivered to subscribers. This action is idempotent, so deleting a topic that does not exist does not result in an error.

", "operationName" : "DeleteTopic", "deprecated" : false, "input" : { "variableName" : "deleteTopicRequest", "variableType" : "DeleteTopicRequest", "variableDeclarationType" : "DeleteTopicRequest", "documentation" : "", "simpleType" : "DeleteTopicRequest", "variableSetterType" : "DeleteTopicRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteTopicResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" }, { "exceptionName" : "NotFoundException", "documentation" : "

Indicates that the requested resource does not exist.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deleteTopic", "authenticated" : true, "syncReturnType" : "DeleteTopicResult", "asyncReturnType" : "DeleteTopicResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "GetEndpointAttributes" : { "documentation" : "

Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM and APNS. For more information, see Using Amazon SNS Mobile Push Notifications.

", "operationName" : "GetEndpointAttributes", "deprecated" : false, "input" : { "variableName" : "getEndpointAttributesRequest", "variableType" : "GetEndpointAttributesRequest", "variableDeclarationType" : "GetEndpointAttributesRequest", "documentation" : "

Input for GetEndpointAttributes action.

", "simpleType" : "GetEndpointAttributesRequest", "variableSetterType" : "GetEndpointAttributesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetEndpointAttributesResult", "documentation" : "

Response from GetEndpointAttributes of the EndpointArn.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" }, { "exceptionName" : "NotFoundException", "documentation" : "

Indicates that the requested resource does not exist.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "getEndpointAttributes", "authenticated" : true, "syncReturnType" : "GetEndpointAttributesResult", "asyncReturnType" : "GetEndpointAttributesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "GetPlatformApplicationAttributes" : { "documentation" : "

Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications.

", "operationName" : "GetPlatformApplicationAttributes", "deprecated" : false, "input" : { "variableName" : "getPlatformApplicationAttributesRequest", "variableType" : "GetPlatformApplicationAttributesRequest", "variableDeclarationType" : "GetPlatformApplicationAttributesRequest", "documentation" : "

Input for GetPlatformApplicationAttributes action.

", "simpleType" : "GetPlatformApplicationAttributesRequest", "variableSetterType" : "GetPlatformApplicationAttributesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetPlatformApplicationAttributesResult", "documentation" : "

Response for GetPlatformApplicationAttributes action.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" }, { "exceptionName" : "NotFoundException", "documentation" : "

Indicates that the requested resource does not exist.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "getPlatformApplicationAttributes", "authenticated" : true, "syncReturnType" : "GetPlatformApplicationAttributesResult", "asyncReturnType" : "GetPlatformApplicationAttributesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "GetSMSAttributes" : { "documentation" : "

Returns the settings for sending SMS messages from your account.

These settings are set with the SetSMSAttributes action.

", "operationName" : "GetSMSAttributes", "deprecated" : false, "input" : { "variableName" : "getSMSAttributesRequest", "variableType" : "GetSMSAttributesRequest", "variableDeclarationType" : "GetSMSAttributesRequest", "documentation" : "

The input for the GetSMSAttributes request.

", "simpleType" : "GetSMSAttributesRequest", "variableSetterType" : "GetSMSAttributesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetSMSAttributesResult", "documentation" : "

The response from the GetSMSAttributes request.

" }, "exceptions" : [ { "exceptionName" : "ThrottledException", "documentation" : "

Indicates that the rate at which requests have been submitted for this action exceeds the limit for your account.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "getSMSAttributes", "authenticated" : true, "syncReturnType" : "GetSMSAttributesResult", "asyncReturnType" : "GetSMSAttributesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "GetSubscriptionAttributes" : { "documentation" : "

Returns all of the properties of a subscription.

", "operationName" : "GetSubscriptionAttributes", "deprecated" : false, "input" : { "variableName" : "getSubscriptionAttributesRequest", "variableType" : "GetSubscriptionAttributesRequest", "variableDeclarationType" : "GetSubscriptionAttributesRequest", "documentation" : "

Input for GetSubscriptionAttributes.

", "simpleType" : "GetSubscriptionAttributesRequest", "variableSetterType" : "GetSubscriptionAttributesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetSubscriptionAttributesResult", "documentation" : "

Response for GetSubscriptionAttributes action.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "NotFoundException", "documentation" : "

Indicates that the requested resource does not exist.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "getSubscriptionAttributes", "authenticated" : true, "syncReturnType" : "GetSubscriptionAttributesResult", "asyncReturnType" : "GetSubscriptionAttributesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "GetTopicAttributes" : { "documentation" : "

Returns all of the properties of a topic. Topic properties returned might differ based on the authorization of the user.

", "operationName" : "GetTopicAttributes", "deprecated" : false, "input" : { "variableName" : "getTopicAttributesRequest", "variableType" : "GetTopicAttributesRequest", "variableDeclarationType" : "GetTopicAttributesRequest", "documentation" : "

Input for GetTopicAttributes action.

", "simpleType" : "GetTopicAttributesRequest", "variableSetterType" : "GetTopicAttributesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetTopicAttributesResult", "documentation" : "

Response for GetTopicAttributes action.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "NotFoundException", "documentation" : "

Indicates that the requested resource does not exist.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "getTopicAttributes", "authenticated" : true, "syncReturnType" : "GetTopicAttributesResult", "asyncReturnType" : "GetTopicAttributesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "ListEndpointsByPlatformApplication" : { "documentation" : "

Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS. The results for ListEndpointsByPlatformApplication are paginated and return a limited list of endpoints, up to 100. If additional records are available after the first page results, then a NextToken string will be returned. To receive the next page, you call ListEndpointsByPlatformApplication again using the NextToken string received from the previous call. When there are no more records to return, NextToken will be null. For more information, see Using Amazon SNS Mobile Push Notifications.

", "operationName" : "ListEndpointsByPlatformApplication", "deprecated" : false, "input" : { "variableName" : "listEndpointsByPlatformApplicationRequest", "variableType" : "ListEndpointsByPlatformApplicationRequest", "variableDeclarationType" : "ListEndpointsByPlatformApplicationRequest", "documentation" : "

Input for ListEndpointsByPlatformApplication action.

", "simpleType" : "ListEndpointsByPlatformApplicationRequest", "variableSetterType" : "ListEndpointsByPlatformApplicationRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListEndpointsByPlatformApplicationResult", "documentation" : "

Response for ListEndpointsByPlatformApplication action.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" }, { "exceptionName" : "NotFoundException", "documentation" : "

Indicates that the requested resource does not exist.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "listEndpointsByPlatformApplication", "authenticated" : true, "syncReturnType" : "ListEndpointsByPlatformApplicationResult", "asyncReturnType" : "ListEndpointsByPlatformApplicationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "ListPhoneNumbersOptedOut" : { "documentation" : "

Returns a list of phone numbers that are opted out, meaning you cannot send SMS messages to them.

The results for ListPhoneNumbersOptedOut are paginated, and each page returns up to 100 phone numbers. If additional phone numbers are available after the first page of results, then a NextToken string will be returned. To receive the next page, you call ListPhoneNumbersOptedOut again using the NextToken string received from the previous call. When there are no more records to return, NextToken will be null.

", "operationName" : "ListPhoneNumbersOptedOut", "deprecated" : false, "input" : { "variableName" : "listPhoneNumbersOptedOutRequest", "variableType" : "ListPhoneNumbersOptedOutRequest", "variableDeclarationType" : "ListPhoneNumbersOptedOutRequest", "documentation" : "

The input for the ListPhoneNumbersOptedOut action.

", "simpleType" : "ListPhoneNumbersOptedOutRequest", "variableSetterType" : "ListPhoneNumbersOptedOutRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListPhoneNumbersOptedOutResult", "documentation" : "

The response from the ListPhoneNumbersOptedOut action.

" }, "exceptions" : [ { "exceptionName" : "ThrottledException", "documentation" : "

Indicates that the rate at which requests have been submitted for this action exceeds the limit for your account.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "listPhoneNumbersOptedOut", "authenticated" : true, "syncReturnType" : "ListPhoneNumbersOptedOutResult", "asyncReturnType" : "ListPhoneNumbersOptedOutResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "ListPlatformApplications" : { "documentation" : "

Lists the platform application objects for the supported push notification services, such as APNS and GCM. The results for ListPlatformApplications are paginated and return a limited list of applications, up to 100. If additional records are available after the first page results, then a NextToken string will be returned. To receive the next page, you call ListPlatformApplications using the NextToken string received from the previous call. When there are no more records to return, NextToken will be null. For more information, see Using Amazon SNS Mobile Push Notifications.

", "operationName" : "ListPlatformApplications", "deprecated" : false, "input" : { "variableName" : "listPlatformApplicationsRequest", "variableType" : "ListPlatformApplicationsRequest", "variableDeclarationType" : "ListPlatformApplicationsRequest", "documentation" : "

Input for ListPlatformApplications action.

", "simpleType" : "ListPlatformApplicationsRequest", "variableSetterType" : "ListPlatformApplicationsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListPlatformApplicationsResult", "documentation" : "

Response for ListPlatformApplications action.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "listPlatformApplications", "authenticated" : true, "syncReturnType" : "ListPlatformApplicationsResult", "asyncReturnType" : "ListPlatformApplicationsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "ListSubscriptions" : { "documentation" : "

Returns a list of the requester's subscriptions. Each call returns a limited list of subscriptions, up to 100. If there are more subscriptions, a NextToken is also returned. Use the NextToken parameter in a new ListSubscriptions call to get further results.

", "operationName" : "ListSubscriptions", "deprecated" : false, "input" : { "variableName" : "listSubscriptionsRequest", "variableType" : "ListSubscriptionsRequest", "variableDeclarationType" : "ListSubscriptionsRequest", "documentation" : "

Input for ListSubscriptions action.

", "simpleType" : "ListSubscriptionsRequest", "variableSetterType" : "ListSubscriptionsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListSubscriptionsResult", "documentation" : "

Response for ListSubscriptions action

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "listSubscriptions", "authenticated" : true, "syncReturnType" : "ListSubscriptionsResult", "asyncReturnType" : "ListSubscriptionsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "ListSubscriptionsByTopic" : { "documentation" : "

Returns a list of the subscriptions to a specific topic. Each call returns a limited list of subscriptions, up to 100. If there are more subscriptions, a NextToken is also returned. Use the NextToken parameter in a new ListSubscriptionsByTopic call to get further results.

", "operationName" : "ListSubscriptionsByTopic", "deprecated" : false, "input" : { "variableName" : "listSubscriptionsByTopicRequest", "variableType" : "ListSubscriptionsByTopicRequest", "variableDeclarationType" : "ListSubscriptionsByTopicRequest", "documentation" : "

Input for ListSubscriptionsByTopic action.

", "simpleType" : "ListSubscriptionsByTopicRequest", "variableSetterType" : "ListSubscriptionsByTopicRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListSubscriptionsByTopicResult", "documentation" : "

Response for ListSubscriptionsByTopic action.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "NotFoundException", "documentation" : "

Indicates that the requested resource does not exist.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "listSubscriptionsByTopic", "authenticated" : true, "syncReturnType" : "ListSubscriptionsByTopicResult", "asyncReturnType" : "ListSubscriptionsByTopicResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "ListTopics" : { "documentation" : "

Returns a list of the requester's topics. Each call returns a limited list of topics, up to 100. If there are more topics, a NextToken is also returned. Use the NextToken parameter in a new ListTopics call to get further results.

", "operationName" : "ListTopics", "deprecated" : false, "input" : { "variableName" : "listTopicsRequest", "variableType" : "ListTopicsRequest", "variableDeclarationType" : "ListTopicsRequest", "documentation" : "", "simpleType" : "ListTopicsRequest", "variableSetterType" : "ListTopicsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListTopicsResult", "documentation" : "

Response for ListTopics action.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "listTopics", "authenticated" : true, "syncReturnType" : "ListTopicsResult", "asyncReturnType" : "ListTopicsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "OptInPhoneNumber" : { "documentation" : "

Use this request to opt in a phone number that is opted out, which enables you to resume sending SMS messages to the number.

You can opt in a phone number only once every 30 days.

", "operationName" : "OptInPhoneNumber", "deprecated" : false, "input" : { "variableName" : "optInPhoneNumberRequest", "variableType" : "OptInPhoneNumberRequest", "variableDeclarationType" : "OptInPhoneNumberRequest", "documentation" : "

Input for the OptInPhoneNumber action.

", "simpleType" : "OptInPhoneNumberRequest", "variableSetterType" : "OptInPhoneNumberRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "OptInPhoneNumberResult", "documentation" : "

The response for the OptInPhoneNumber action.

" }, "exceptions" : [ { "exceptionName" : "ThrottledException", "documentation" : "

Indicates that the rate at which requests have been submitted for this action exceeds the limit for your account.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "optInPhoneNumber", "authenticated" : true, "syncReturnType" : "OptInPhoneNumberResult", "asyncReturnType" : "OptInPhoneNumberResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "Publish" : { "documentation" : "

Sends a message to all of a topic's subscribed endpoints. When a messageId is returned, the message has been saved and Amazon SNS will attempt to deliver it to the topic's subscribers shortly. The format of the outgoing message to each subscribed endpoint depends on the notification protocol.

To use the Publish action for sending a message to a mobile endpoint, such as an app on a Kindle device or mobile phone, you must specify the EndpointArn for the TargetArn parameter. The EndpointArn is returned when making a call with the CreatePlatformEndpoint action. The second example below shows a request and response for publishing to a mobile endpoint.

For more information about formatting messages, see Send Custom Platform-Specific Payloads in Messages to Mobile Devices.

", "operationName" : "Publish", "deprecated" : false, "input" : { "variableName" : "publishRequest", "variableType" : "PublishRequest", "variableDeclarationType" : "PublishRequest", "documentation" : "

Input for Publish action.

", "simpleType" : "PublishRequest", "variableSetterType" : "PublishRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "PublishResult", "documentation" : "

Response for Publish action.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "NotFoundException", "documentation" : "

Indicates that the requested resource does not exist.

" }, { "exceptionName" : "EndpointDisabledException", "documentation" : "

Exception error indicating endpoint disabled.

" }, { "exceptionName" : "PlatformApplicationDisabledException", "documentation" : "

Exception error indicating platform application disabled.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "publish", "authenticated" : true, "syncReturnType" : "PublishResult", "asyncReturnType" : "PublishResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "RemovePermission" : { "documentation" : "

Removes a statement from a topic's access control policy.

", "operationName" : "RemovePermission", "deprecated" : false, "input" : { "variableName" : "removePermissionRequest", "variableType" : "RemovePermissionRequest", "variableDeclarationType" : "RemovePermissionRequest", "documentation" : "

Input for RemovePermission action.

", "simpleType" : "RemovePermissionRequest", "variableSetterType" : "RemovePermissionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RemovePermissionResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" }, { "exceptionName" : "NotFoundException", "documentation" : "

Indicates that the requested resource does not exist.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "removePermission", "authenticated" : true, "syncReturnType" : "RemovePermissionResult", "asyncReturnType" : "RemovePermissionResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "SetEndpointAttributes" : { "documentation" : "

Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM and APNS. For more information, see Using Amazon SNS Mobile Push Notifications.

", "operationName" : "SetEndpointAttributes", "deprecated" : false, "input" : { "variableName" : "setEndpointAttributesRequest", "variableType" : "SetEndpointAttributesRequest", "variableDeclarationType" : "SetEndpointAttributesRequest", "documentation" : "

Input for SetEndpointAttributes action.

", "simpleType" : "SetEndpointAttributesRequest", "variableSetterType" : "SetEndpointAttributesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetEndpointAttributesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" }, { "exceptionName" : "NotFoundException", "documentation" : "

Indicates that the requested resource does not exist.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "setEndpointAttributes", "authenticated" : true, "syncReturnType" : "SetEndpointAttributesResult", "asyncReturnType" : "SetEndpointAttributesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "SetPlatformApplicationAttributes" : { "documentation" : "

Sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications. For information on configuring attributes for message delivery status, see Using Amazon SNS Application Attributes for Message Delivery Status.

", "operationName" : "SetPlatformApplicationAttributes", "deprecated" : false, "input" : { "variableName" : "setPlatformApplicationAttributesRequest", "variableType" : "SetPlatformApplicationAttributesRequest", "variableDeclarationType" : "SetPlatformApplicationAttributesRequest", "documentation" : "

Input for SetPlatformApplicationAttributes action.

", "simpleType" : "SetPlatformApplicationAttributesRequest", "variableSetterType" : "SetPlatformApplicationAttributesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetPlatformApplicationAttributesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" }, { "exceptionName" : "NotFoundException", "documentation" : "

Indicates that the requested resource does not exist.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "setPlatformApplicationAttributes", "authenticated" : true, "syncReturnType" : "SetPlatformApplicationAttributesResult", "asyncReturnType" : "SetPlatformApplicationAttributesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "SetSMSAttributes" : { "documentation" : "

Use this request to set the default settings for sending SMS messages and receiving daily SMS usage reports.

You can override some of these settings for a single message when you use the Publish action with the MessageAttributes.entry.N parameter. For more information, see Sending an SMS Message in the Amazon SNS Developer Guide.

", "operationName" : "SetSMSAttributes", "deprecated" : false, "input" : { "variableName" : "setSMSAttributesRequest", "variableType" : "SetSMSAttributesRequest", "variableDeclarationType" : "SetSMSAttributesRequest", "documentation" : "

The input for the SetSMSAttributes action.

", "simpleType" : "SetSMSAttributesRequest", "variableSetterType" : "SetSMSAttributesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetSMSAttributesResult", "documentation" : "

The response for the SetSMSAttributes action.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "ThrottledException", "documentation" : "

Indicates that the rate at which requests have been submitted for this action exceeds the limit for your account.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "setSMSAttributes", "authenticated" : true, "syncReturnType" : "SetSMSAttributesResult", "asyncReturnType" : "SetSMSAttributesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "SetSubscriptionAttributes" : { "documentation" : "

Allows a subscription owner to set an attribute of the topic to a new value.

", "operationName" : "SetSubscriptionAttributes", "deprecated" : false, "input" : { "variableName" : "setSubscriptionAttributesRequest", "variableType" : "SetSubscriptionAttributesRequest", "variableDeclarationType" : "SetSubscriptionAttributesRequest", "documentation" : "

Input for SetSubscriptionAttributes action.

", "simpleType" : "SetSubscriptionAttributesRequest", "variableSetterType" : "SetSubscriptionAttributesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetSubscriptionAttributesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "NotFoundException", "documentation" : "

Indicates that the requested resource does not exist.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "setSubscriptionAttributes", "authenticated" : true, "syncReturnType" : "SetSubscriptionAttributesResult", "asyncReturnType" : "SetSubscriptionAttributesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "SetTopicAttributes" : { "documentation" : "

Allows a topic owner to set an attribute of the topic to a new value.

", "operationName" : "SetTopicAttributes", "deprecated" : false, "input" : { "variableName" : "setTopicAttributesRequest", "variableType" : "SetTopicAttributesRequest", "variableDeclarationType" : "SetTopicAttributesRequest", "documentation" : "

Input for SetTopicAttributes action.

", "simpleType" : "SetTopicAttributesRequest", "variableSetterType" : "SetTopicAttributesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetTopicAttributesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "NotFoundException", "documentation" : "

Indicates that the requested resource does not exist.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "setTopicAttributes", "authenticated" : true, "syncReturnType" : "SetTopicAttributesResult", "asyncReturnType" : "SetTopicAttributesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "Subscribe" : { "documentation" : "

Prepares to subscribe an endpoint by sending the endpoint a confirmation message. To actually create a subscription, the endpoint owner must call the ConfirmSubscription action with the token from the confirmation message. Confirmation tokens are valid for three days.

", "operationName" : "Subscribe", "deprecated" : false, "input" : { "variableName" : "subscribeRequest", "variableType" : "SubscribeRequest", "variableDeclarationType" : "SubscribeRequest", "documentation" : "

Input for Subscribe action.

", "simpleType" : "SubscribeRequest", "variableSetterType" : "SubscribeRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SubscribeResult", "documentation" : "

Response for Subscribe action.

" }, "exceptions" : [ { "exceptionName" : "SubscriptionLimitExceededException", "documentation" : "

Indicates that the customer already owns the maximum allowed number of subscriptions.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "NotFoundException", "documentation" : "

Indicates that the requested resource does not exist.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "subscribe", "authenticated" : true, "syncReturnType" : "SubscribeResult", "asyncReturnType" : "SubscribeResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "Unsubscribe" : { "documentation" : "

Deletes a subscription. If the subscription requires authentication for deletion, only the owner of the subscription or the topic's owner can unsubscribe, and an AWS signature is required. If the Unsubscribe call does not require authentication and the requester is not the subscription owner, a final cancellation message is delivered to the endpoint, so that the endpoint owner can easily resubscribe to the topic if the Unsubscribe request was unintended.

", "operationName" : "Unsubscribe", "deprecated" : false, "input" : { "variableName" : "unsubscribeRequest", "variableType" : "UnsubscribeRequest", "variableDeclarationType" : "UnsubscribeRequest", "documentation" : "

Input for Unsubscribe action.

", "simpleType" : "UnsubscribeRequest", "variableSetterType" : "UnsubscribeRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UnsubscribeResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "

Indicates an internal service error.

" }, { "exceptionName" : "AuthorizationErrorException", "documentation" : "

Indicates that the user has been denied access to the requested resource.

" }, { "exceptionName" : "NotFoundException", "documentation" : "

Indicates that the requested resource does not exist.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "unsubscribe", "authenticated" : true, "syncReturnType" : "UnsubscribeResult", "asyncReturnType" : "UnsubscribeResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" } }, "shapes" : { "SubscriptionLimitExceededException" : { "c2jName" : "SubscriptionLimitExceededException", "documentation" : "

Indicates that the customer already owns the maximum allowed number of subscriptions.

", "shapeName" : "SubscriptionLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "subscriptionLimitExceededException", "variableType" : "SubscriptionLimitExceededException", "variableDeclarationType" : "SubscriptionLimitExceededException", "documentation" : null, "simpleType" : "SubscriptionLimitExceededException", "variableSetterType" : "SubscriptionLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SubscriptionLimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetSMSAttributesResult" : { "c2jName" : "GetSMSAttributesResponse", "documentation" : "

The response from the GetSMSAttributes request.

", "shapeName" : "GetSMSAttributesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The SMS attribute names and their values.

", "name" : "Attributes", "c2jName" : "attributes", "c2jShape" : "MapStringToString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

The SMS attribute names and their values.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "attributes", "marshallLocationName" : "attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The SMS attribute names and their values.

\n@param attributes The SMS attribute names and their values.*/", "getterDocumentation" : "/**

The SMS attribute names and their values.

\n@return The SMS attribute names and their values.*/", "fluentSetterDocumentation" : "/**

The SMS attribute names and their values.

\n@param attributes The SMS attribute names and their values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SMS attribute names and their values.

\n@param attributes The SMS attribute names and their values.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getSMSAttributesResult", "variableType" : "GetSMSAttributesResult", "variableDeclarationType" : "GetSMSAttributesResult", "documentation" : null, "simpleType" : "GetSMSAttributesResult", "variableSetterType" : "GetSMSAttributesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "GetSMSAttributesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Attributes" : { "documentation" : "

The SMS attribute names and their values.

", "name" : "Attributes", "c2jName" : "attributes", "c2jShape" : "MapStringToString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

The SMS attribute names and their values.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "attributes", "marshallLocationName" : "attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The SMS attribute names and their values.

\n@param attributes The SMS attribute names and their values.*/", "getterDocumentation" : "/**

The SMS attribute names and their values.

\n@return The SMS attribute names and their values.*/", "fluentSetterDocumentation" : "/**

The SMS attribute names and their values.

\n@param attributes The SMS attribute names and their values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SMS attribute names and their values.

\n@param attributes The SMS attribute names and their values.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTopicsRequest" : { "c2jName" : "ListTopicsInput", "documentation" : "", "shapeName" : "ListTopicsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Token returned by the previous ListTopics request.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "nextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Token returned by the previous ListTopics request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Token returned by the previous ListTopics request.

\n@param nextToken Token returned by the previous ListTopics request.*/", "getterDocumentation" : "/**

Token returned by the previous ListTopics request.

\n@return Token returned by the previous ListTopics request.*/", "fluentSetterDocumentation" : "/**

Token returned by the previous ListTopics request.

\n@param nextToken Token returned by the previous ListTopics request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Token returned by the previous ListTopics request.

\n@param nextToken Token returned by the previous ListTopics request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTopicsRequest", "variableType" : "ListTopicsRequest", "variableDeclarationType" : "ListTopicsRequest", "documentation" : null, "simpleType" : "ListTopicsRequest", "variableSetterType" : "ListTopicsRequest" }, "marshaller" : { "action" : "ListTopics", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

Token returned by the previous ListTopics request.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "nextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Token returned by the previous ListTopics request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Token returned by the previous ListTopics request.

\n@param nextToken Token returned by the previous ListTopics request.*/", "getterDocumentation" : "/**

Token returned by the previous ListTopics request.

\n@return Token returned by the previous ListTopics request.*/", "fluentSetterDocumentation" : "/**

Token returned by the previous ListTopics request.

\n@param nextToken Token returned by the previous ListTopics request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Token returned by the previous ListTopics request.

\n@param nextToken Token returned by the previous ListTopics request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreatePlatformEndpointRequest" : { "c2jName" : "CreatePlatformEndpointInput", "documentation" : "

Input for CreatePlatformEndpoint action.

", "shapeName" : "CreatePlatformEndpointRequest", "deprecated" : false, "required" : [ "PlatformApplicationArn", "Token" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.

", "name" : "PlatformApplicationArn", "c2jName" : "PlatformApplicationArn", "c2jShape" : "String", "variable" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformApplicationArn", "marshallLocationName" : "PlatformApplicationArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.

\n@param platformApplicationArn PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.*/", "getterDocumentation" : "/**

PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.

\n@return PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.*/", "fluentSetterDocumentation" : "/**

PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.

\n@param platformApplicationArn PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.

\n@param platformApplicationArn PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.

", "name" : "Token", "c2jName" : "Token", "c2jShape" : "String", "variable" : { "variableName" : "token", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "token", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Token", "marshallLocationName" : "Token", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.

\n@param token Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.*/", "getterDocumentation" : "/**

Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.

\n@return Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.*/", "fluentSetterDocumentation" : "/**

Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.

\n@param token Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.

\n@param token Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

", "name" : "CustomUserData", "c2jName" : "CustomUserData", "c2jShape" : "String", "variable" : { "variableName" : "customUserData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "customUserData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomUserData", "marshallLocationName" : "CustomUserData", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

\n@param customUserData Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.*/", "getterDocumentation" : "/**

Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

\n@return Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.*/", "fluentSetterDocumentation" : "/**

Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

\n@param customUserData Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

\n@param customUserData Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

For a list of attributes, see SetEndpointAttributes.

", "name" : "Attributes", "c2jName" : "Attributes", "c2jShape" : "MapStringToString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

For a list of attributes, see SetEndpointAttributes.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Attributes", "marshallLocationName" : "Attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

For a list of attributes, see SetEndpointAttributes.

\n@param attributes For a list of attributes, see SetEndpointAttributes.*/", "getterDocumentation" : "/**

For a list of attributes, see SetEndpointAttributes.

\n@return For a list of attributes, see SetEndpointAttributes.*/", "fluentSetterDocumentation" : "/**

For a list of attributes, see SetEndpointAttributes.

\n@param attributes For a list of attributes, see SetEndpointAttributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For a list of attributes, see SetEndpointAttributes.

\n@param attributes For a list of attributes, see SetEndpointAttributes.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createPlatformEndpointRequest", "variableType" : "CreatePlatformEndpointRequest", "variableDeclarationType" : "CreatePlatformEndpointRequest", "documentation" : null, "simpleType" : "CreatePlatformEndpointRequest", "variableSetterType" : "CreatePlatformEndpointRequest" }, "marshaller" : { "action" : "CreatePlatformEndpoint", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Attributes" : { "documentation" : "

For a list of attributes, see SetEndpointAttributes.

", "name" : "Attributes", "c2jName" : "Attributes", "c2jShape" : "MapStringToString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

For a list of attributes, see SetEndpointAttributes.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Attributes", "marshallLocationName" : "Attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

For a list of attributes, see SetEndpointAttributes.

\n@param attributes For a list of attributes, see SetEndpointAttributes.*/", "getterDocumentation" : "/**

For a list of attributes, see SetEndpointAttributes.

\n@return For a list of attributes, see SetEndpointAttributes.*/", "fluentSetterDocumentation" : "/**

For a list of attributes, see SetEndpointAttributes.

\n@param attributes For a list of attributes, see SetEndpointAttributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For a list of attributes, see SetEndpointAttributes.

\n@param attributes For a list of attributes, see SetEndpointAttributes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Token" : { "documentation" : "

Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.

", "name" : "Token", "c2jName" : "Token", "c2jShape" : "String", "variable" : { "variableName" : "token", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "token", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Token", "marshallLocationName" : "Token", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.

\n@param token Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.*/", "getterDocumentation" : "/**

Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.

\n@return Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.*/", "fluentSetterDocumentation" : "/**

Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.

\n@param token Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.

\n@param token Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PlatformApplicationArn" : { "documentation" : "

PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.

", "name" : "PlatformApplicationArn", "c2jName" : "PlatformApplicationArn", "c2jShape" : "String", "variable" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformApplicationArn", "marshallLocationName" : "PlatformApplicationArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.

\n@param platformApplicationArn PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.*/", "getterDocumentation" : "/**

PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.

\n@return PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.*/", "fluentSetterDocumentation" : "/**

PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.

\n@param platformApplicationArn PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.

\n@param platformApplicationArn PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CustomUserData" : { "documentation" : "

Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

", "name" : "CustomUserData", "c2jName" : "CustomUserData", "c2jShape" : "String", "variable" : { "variableName" : "customUserData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "customUserData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomUserData", "marshallLocationName" : "CustomUserData", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

\n@param customUserData Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.*/", "getterDocumentation" : "/**

Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

\n@return Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.*/", "fluentSetterDocumentation" : "/**

Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

\n@param customUserData Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

\n@param customUserData Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetSMSAttributesRequest" : { "c2jName" : "SetSMSAttributesInput", "documentation" : "

The input for the SetSMSAttributes action.

", "shapeName" : "SetSMSAttributesRequest", "deprecated" : false, "required" : [ "attributes" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The default settings for sending SMS messages from your account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – (Default) Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principle to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Viewing Statistics About SMS Message Delivery in the Amazon SNS Developer Guide.

", "name" : "Attributes", "c2jName" : "attributes", "c2jShape" : "MapStringToString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

The default settings for sending SMS messages from your account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – (Default) Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principle to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Viewing Statistics About SMS Message Delivery in the Amazon SNS Developer Guide.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "attributes", "marshallLocationName" : "attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The default settings for sending SMS messages from your account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – (Default) Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principle to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Viewing Statistics About SMS Message Delivery in the Amazon SNS Developer Guide.

\n@param attributes The default settings for sending SMS messages from your account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – (Default) Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principle to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Viewing Statistics About SMS Message Delivery in the Amazon SNS Developer Guide.*/", "getterDocumentation" : "/**

The default settings for sending SMS messages from your account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – (Default) Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principle to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Viewing Statistics About SMS Message Delivery in the Amazon SNS Developer Guide.

\n@return The default settings for sending SMS messages from your account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – (Default) Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principle to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Viewing Statistics About SMS Message Delivery in the Amazon SNS Developer Guide.*/", "fluentSetterDocumentation" : "/**

The default settings for sending SMS messages from your account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – (Default) Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principle to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Viewing Statistics About SMS Message Delivery in the Amazon SNS Developer Guide.

\n@param attributes The default settings for sending SMS messages from your account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – (Default) Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principle to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Viewing Statistics About SMS Message Delivery in the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The default settings for sending SMS messages from your account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – (Default) Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principle to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Viewing Statistics About SMS Message Delivery in the Amazon SNS Developer Guide.

\n@param attributes The default settings for sending SMS messages from your account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – (Default) Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principle to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Viewing Statistics About SMS Message Delivery in the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setSMSAttributesRequest", "variableType" : "SetSMSAttributesRequest", "variableDeclarationType" : "SetSMSAttributesRequest", "documentation" : null, "simpleType" : "SetSMSAttributesRequest", "variableSetterType" : "SetSMSAttributesRequest" }, "marshaller" : { "action" : "SetSMSAttributes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Attributes" : { "documentation" : "

The default settings for sending SMS messages from your account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – (Default) Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principle to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Viewing Statistics About SMS Message Delivery in the Amazon SNS Developer Guide.

", "name" : "Attributes", "c2jName" : "attributes", "c2jShape" : "MapStringToString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

The default settings for sending SMS messages from your account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – (Default) Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principle to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Viewing Statistics About SMS Message Delivery in the Amazon SNS Developer Guide.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "attributes", "marshallLocationName" : "attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The default settings for sending SMS messages from your account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – (Default) Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principle to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Viewing Statistics About SMS Message Delivery in the Amazon SNS Developer Guide.

\n@param attributes The default settings for sending SMS messages from your account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – (Default) Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principle to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Viewing Statistics About SMS Message Delivery in the Amazon SNS Developer Guide.*/", "getterDocumentation" : "/**

The default settings for sending SMS messages from your account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – (Default) Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principle to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Viewing Statistics About SMS Message Delivery in the Amazon SNS Developer Guide.

\n@return The default settings for sending SMS messages from your account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – (Default) Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principle to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Viewing Statistics About SMS Message Delivery in the Amazon SNS Developer Guide.*/", "fluentSetterDocumentation" : "/**

The default settings for sending SMS messages from your account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – (Default) Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principle to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Viewing Statistics About SMS Message Delivery in the Amazon SNS Developer Guide.

\n@param attributes The default settings for sending SMS messages from your account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – (Default) Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principle to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Viewing Statistics About SMS Message Delivery in the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The default settings for sending SMS messages from your account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – (Default) Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principle to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Viewing Statistics About SMS Message Delivery in the Amazon SNS Developer Guide.

\n@param attributes The default settings for sending SMS messages from your account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – (Default) Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principle to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Viewing Statistics About SMS Message Delivery in the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SubscribeResult" : { "c2jName" : "SubscribeResponse", "documentation" : "

Response for Subscribe action.

", "shapeName" : "SubscribeResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).

", "name" : "SubscriptionArn", "c2jName" : "SubscriptionArn", "c2jShape" : "subscriptionARN", "variable" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionArn", "marshallLocationName" : "SubscriptionArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).

\n@param subscriptionArn The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).*/", "getterDocumentation" : "/**

The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).

\n@return The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).*/", "fluentSetterDocumentation" : "/**

The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).

\n@param subscriptionArn The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).

\n@param subscriptionArn The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "subscribeResult", "variableType" : "SubscribeResult", "variableDeclarationType" : "SubscribeResult", "documentation" : null, "simpleType" : "SubscribeResult", "variableSetterType" : "SubscribeResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "SubscribeResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SubscriptionArn" : { "documentation" : "

The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).

", "name" : "SubscriptionArn", "c2jName" : "SubscriptionArn", "c2jShape" : "subscriptionARN", "variable" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionArn", "marshallLocationName" : "SubscriptionArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).

\n@param subscriptionArn The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).*/", "getterDocumentation" : "/**

The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).

\n@return The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).*/", "fluentSetterDocumentation" : "/**

The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).

\n@param subscriptionArn The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).

\n@param subscriptionArn The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidParameterException" : { "c2jName" : "InvalidParameterException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

", "shapeName" : "InvalidParameterException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidParameterException", "variableType" : "InvalidParameterException", "variableDeclarationType" : "InvalidParameterException", "documentation" : null, "simpleType" : "InvalidParameterException", "variableSetterType" : "InvalidParameterException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidParameter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ConfirmSubscriptionRequest" : { "c2jName" : "ConfirmSubscriptionInput", "documentation" : "

Input for ConfirmSubscription action.

", "shapeName" : "ConfirmSubscriptionRequest", "deprecated" : false, "required" : [ "TopicArn", "Token" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ARN of the topic for which you wish to confirm a subscription.

", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the topic for which you wish to confirm a subscription.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ARN of the topic for which you wish to confirm a subscription.

\n@param topicArn The ARN of the topic for which you wish to confirm a subscription.*/", "getterDocumentation" : "/**

The ARN of the topic for which you wish to confirm a subscription.

\n@return The ARN of the topic for which you wish to confirm a subscription.*/", "fluentSetterDocumentation" : "/**

The ARN of the topic for which you wish to confirm a subscription.

\n@param topicArn The ARN of the topic for which you wish to confirm a subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the topic for which you wish to confirm a subscription.

\n@param topicArn The ARN of the topic for which you wish to confirm a subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Short-lived token sent to an endpoint during the Subscribe action.

", "name" : "Token", "c2jName" : "Token", "c2jShape" : "token", "variable" : { "variableName" : "token", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Short-lived token sent to an endpoint during the Subscribe action.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "token", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Token", "marshallLocationName" : "Token", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Short-lived token sent to an endpoint during the Subscribe action.

\n@param token Short-lived token sent to an endpoint during the Subscribe action.*/", "getterDocumentation" : "/**

Short-lived token sent to an endpoint during the Subscribe action.

\n@return Short-lived token sent to an endpoint during the Subscribe action.*/", "fluentSetterDocumentation" : "/**

Short-lived token sent to an endpoint during the Subscribe action.

\n@param token Short-lived token sent to an endpoint during the Subscribe action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Short-lived token sent to an endpoint during the Subscribe action.

\n@param token Short-lived token sent to an endpoint during the Subscribe action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.

", "name" : "AuthenticateOnUnsubscribe", "c2jName" : "AuthenticateOnUnsubscribe", "c2jShape" : "authenticateOnUnsubscribe", "variable" : { "variableName" : "authenticateOnUnsubscribe", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authenticateOnUnsubscribe", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AuthenticateOnUnsubscribe", "marshallLocationName" : "AuthenticateOnUnsubscribe", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.

\n@param authenticateOnUnsubscribe Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.*/", "getterDocumentation" : "/**

Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.

\n@return Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.*/", "fluentSetterDocumentation" : "/**

Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.

\n@param authenticateOnUnsubscribe Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.

\n@param authenticateOnUnsubscribe Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "confirmSubscriptionRequest", "variableType" : "ConfirmSubscriptionRequest", "variableDeclarationType" : "ConfirmSubscriptionRequest", "documentation" : null, "simpleType" : "ConfirmSubscriptionRequest", "variableSetterType" : "ConfirmSubscriptionRequest" }, "marshaller" : { "action" : "ConfirmSubscription", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TopicArn" : { "documentation" : "

The ARN of the topic for which you wish to confirm a subscription.

", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the topic for which you wish to confirm a subscription.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ARN of the topic for which you wish to confirm a subscription.

\n@param topicArn The ARN of the topic for which you wish to confirm a subscription.*/", "getterDocumentation" : "/**

The ARN of the topic for which you wish to confirm a subscription.

\n@return The ARN of the topic for which you wish to confirm a subscription.*/", "fluentSetterDocumentation" : "/**

The ARN of the topic for which you wish to confirm a subscription.

\n@param topicArn The ARN of the topic for which you wish to confirm a subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the topic for which you wish to confirm a subscription.

\n@param topicArn The ARN of the topic for which you wish to confirm a subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthenticateOnUnsubscribe" : { "documentation" : "

Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.

", "name" : "AuthenticateOnUnsubscribe", "c2jName" : "AuthenticateOnUnsubscribe", "c2jShape" : "authenticateOnUnsubscribe", "variable" : { "variableName" : "authenticateOnUnsubscribe", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authenticateOnUnsubscribe", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AuthenticateOnUnsubscribe", "marshallLocationName" : "AuthenticateOnUnsubscribe", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.

\n@param authenticateOnUnsubscribe Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.*/", "getterDocumentation" : "/**

Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.

\n@return Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.*/", "fluentSetterDocumentation" : "/**

Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.

\n@param authenticateOnUnsubscribe Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.

\n@param authenticateOnUnsubscribe Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Token" : { "documentation" : "

Short-lived token sent to an endpoint during the Subscribe action.

", "name" : "Token", "c2jName" : "Token", "c2jShape" : "token", "variable" : { "variableName" : "token", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Short-lived token sent to an endpoint during the Subscribe action.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "token", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Token", "marshallLocationName" : "Token", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Short-lived token sent to an endpoint during the Subscribe action.

\n@param token Short-lived token sent to an endpoint during the Subscribe action.*/", "getterDocumentation" : "/**

Short-lived token sent to an endpoint during the Subscribe action.

\n@return Short-lived token sent to an endpoint during the Subscribe action.*/", "fluentSetterDocumentation" : "/**

Short-lived token sent to an endpoint during the Subscribe action.

\n@param token Short-lived token sent to an endpoint during the Subscribe action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Short-lived token sent to an endpoint during the Subscribe action.

\n@param token Short-lived token sent to an endpoint during the Subscribe action.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateTopicResult" : { "c2jName" : "CreateTopicResponse", "documentation" : "

Response from CreateTopic action.

", "shapeName" : "CreateTopicResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Amazon Resource Name (ARN) assigned to the created topic.

", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) assigned to the created topic.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the created topic.

\n@param topicArn The Amazon Resource Name (ARN) assigned to the created topic.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the created topic.

\n@return The Amazon Resource Name (ARN) assigned to the created topic.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the created topic.

\n@param topicArn The Amazon Resource Name (ARN) assigned to the created topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the created topic.

\n@param topicArn The Amazon Resource Name (ARN) assigned to the created topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createTopicResult", "variableType" : "CreateTopicResult", "variableDeclarationType" : "CreateTopicResult", "documentation" : null, "simpleType" : "CreateTopicResult", "variableSetterType" : "CreateTopicResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "CreateTopicResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TopicArn" : { "documentation" : "

The Amazon Resource Name (ARN) assigned to the created topic.

", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) assigned to the created topic.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the created topic.

\n@param topicArn The Amazon Resource Name (ARN) assigned to the created topic.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the created topic.

\n@return The Amazon Resource Name (ARN) assigned to the created topic.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the created topic.

\n@param topicArn The Amazon Resource Name (ARN) assigned to the created topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the created topic.

\n@param topicArn The Amazon Resource Name (ARN) assigned to the created topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Endpoint" : { "c2jName" : "Endpoint", "documentation" : "

Endpoint for mobile app and device.

", "shapeName" : "Endpoint", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

EndpointArn for mobile app and device.

", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

EndpointArn for mobile app and device.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

EndpointArn for mobile app and device.

\n@param endpointArn EndpointArn for mobile app and device.*/", "getterDocumentation" : "/**

EndpointArn for mobile app and device.

\n@return EndpointArn for mobile app and device.*/", "fluentSetterDocumentation" : "/**

EndpointArn for mobile app and device.

\n@param endpointArn EndpointArn for mobile app and device.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

EndpointArn for mobile app and device.

\n@param endpointArn EndpointArn for mobile app and device.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Attributes for endpoint.

", "name" : "Attributes", "c2jName" : "Attributes", "c2jShape" : "MapStringToString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

Attributes for endpoint.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Attributes", "marshallLocationName" : "Attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Attributes for endpoint.

\n@param attributes Attributes for endpoint.*/", "getterDocumentation" : "/**

Attributes for endpoint.

\n@return Attributes for endpoint.*/", "fluentSetterDocumentation" : "/**

Attributes for endpoint.

\n@param attributes Attributes for endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Attributes for endpoint.

\n@param attributes Attributes for endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Attributes" : { "documentation" : "

Attributes for endpoint.

", "name" : "Attributes", "c2jName" : "Attributes", "c2jShape" : "MapStringToString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

Attributes for endpoint.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Attributes", "marshallLocationName" : "Attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Attributes for endpoint.

\n@param attributes Attributes for endpoint.*/", "getterDocumentation" : "/**

Attributes for endpoint.

\n@return Attributes for endpoint.*/", "fluentSetterDocumentation" : "/**

Attributes for endpoint.

\n@param attributes Attributes for endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Attributes for endpoint.

\n@param attributes Attributes for endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndpointArn" : { "documentation" : "

EndpointArn for mobile app and device.

", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

EndpointArn for mobile app and device.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

EndpointArn for mobile app and device.

\n@param endpointArn EndpointArn for mobile app and device.*/", "getterDocumentation" : "/**

EndpointArn for mobile app and device.

\n@return EndpointArn for mobile app and device.*/", "fluentSetterDocumentation" : "/**

EndpointArn for mobile app and device.

\n@param endpointArn EndpointArn for mobile app and device.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

EndpointArn for mobile app and device.

\n@param endpointArn EndpointArn for mobile app and device.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidParameterValueException" : { "c2jName" : "InvalidParameterValueException", "documentation" : "

Indicates that a request parameter does not comply with the associated constraints.

", "shapeName" : "InvalidParameterValueException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidParameterValueException", "variableType" : "InvalidParameterValueException", "variableDeclarationType" : "InvalidParameterValueException", "documentation" : null, "simpleType" : "InvalidParameterValueException", "variableSetterType" : "InvalidParameterValueException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ParameterValueInvalid", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SubscribeRequest" : { "c2jName" : "SubscribeInput", "documentation" : "

Input for Subscribe action.

", "shapeName" : "SubscribeRequest", "deprecated" : false, "required" : [ "TopicArn", "Protocol" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ARN of the topic you want to subscribe to.

", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the topic you want to subscribe to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ARN of the topic you want to subscribe to.

\n@param topicArn The ARN of the topic you want to subscribe to.*/", "getterDocumentation" : "/**

The ARN of the topic you want to subscribe to.

\n@return The ARN of the topic you want to subscribe to.*/", "fluentSetterDocumentation" : "/**

The ARN of the topic you want to subscribe to.

\n@param topicArn The ARN of the topic you want to subscribe to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the topic you want to subscribe to.

\n@param topicArn The ARN of the topic you want to subscribe to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The protocol you want to use. Supported protocols include:

  • http -- delivery of JSON-encoded message via HTTP POST

  • https -- delivery of JSON-encoded message via HTTPS POST

  • email -- delivery of message via SMTP

  • email-json -- delivery of JSON-encoded message via SMTP

  • sms -- delivery of message via SMS

  • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

  • application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

  • lambda -- delivery of JSON-encoded message to an AWS Lambda function.

", "name" : "Protocol", "c2jName" : "Protocol", "c2jShape" : "protocol", "variable" : { "variableName" : "protocol", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The protocol you want to use. Supported protocols include:

  • http -- delivery of JSON-encoded message via HTTP POST

  • https -- delivery of JSON-encoded message via HTTPS POST

  • email -- delivery of message via SMTP

  • email-json -- delivery of JSON-encoded message via SMTP

  • sms -- delivery of message via SMS

  • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

  • application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

  • lambda -- delivery of JSON-encoded message to an AWS Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "protocol", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Protocol", "marshallLocationName" : "Protocol", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The protocol you want to use. Supported protocols include:

  • http -- delivery of JSON-encoded message via HTTP POST

  • https -- delivery of JSON-encoded message via HTTPS POST

  • email -- delivery of message via SMTP

  • email-json -- delivery of JSON-encoded message via SMTP

  • sms -- delivery of message via SMS

  • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

  • application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

  • lambda -- delivery of JSON-encoded message to an AWS Lambda function.

\n@param protocol The protocol you want to use. Supported protocols include:

  • http -- delivery of JSON-encoded message via HTTP POST

  • https -- delivery of JSON-encoded message via HTTPS POST

  • email -- delivery of message via SMTP

  • email-json -- delivery of JSON-encoded message via SMTP

  • sms -- delivery of message via SMS

  • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

  • application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

  • lambda -- delivery of JSON-encoded message to an AWS Lambda function.

  • */", "getterDocumentation" : "/**

    The protocol you want to use. Supported protocols include:

    • http -- delivery of JSON-encoded message via HTTP POST

    • https -- delivery of JSON-encoded message via HTTPS POST

    • email -- delivery of message via SMTP

    • email-json -- delivery of JSON-encoded message via SMTP

    • sms -- delivery of message via SMS

    • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

    • application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

    • lambda -- delivery of JSON-encoded message to an AWS Lambda function.

    \n@return The protocol you want to use. Supported protocols include:

    • http -- delivery of JSON-encoded message via HTTP POST

    • https -- delivery of JSON-encoded message via HTTPS POST

    • email -- delivery of message via SMTP

    • email-json -- delivery of JSON-encoded message via SMTP

    • sms -- delivery of message via SMS

    • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

    • application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

    • lambda -- delivery of JSON-encoded message to an AWS Lambda function.

    • */", "fluentSetterDocumentation" : "/**

      The protocol you want to use. Supported protocols include:

      • http -- delivery of JSON-encoded message via HTTP POST

      • https -- delivery of JSON-encoded message via HTTPS POST

      • email -- delivery of message via SMTP

      • email-json -- delivery of JSON-encoded message via SMTP

      • sms -- delivery of message via SMS

      • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

      • application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

      • lambda -- delivery of JSON-encoded message to an AWS Lambda function.

      \n@param protocol The protocol you want to use. Supported protocols include:

      • http -- delivery of JSON-encoded message via HTTP POST

      • https -- delivery of JSON-encoded message via HTTPS POST

      • email -- delivery of message via SMTP

      • email-json -- delivery of JSON-encoded message via SMTP

      • sms -- delivery of message via SMS

      • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

      • application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

      • lambda -- delivery of JSON-encoded message to an AWS Lambda function.

      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

        The protocol you want to use. Supported protocols include:

        • http -- delivery of JSON-encoded message via HTTP POST

        • https -- delivery of JSON-encoded message via HTTPS POST

        • email -- delivery of message via SMTP

        • email-json -- delivery of JSON-encoded message via SMTP

        • sms -- delivery of message via SMS

        • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

        • application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

        • lambda -- delivery of JSON-encoded message to an AWS Lambda function.

        \n@param protocol The protocol you want to use. Supported protocols include:

        • http -- delivery of JSON-encoded message via HTTP POST

        • https -- delivery of JSON-encoded message via HTTPS POST

        • email -- delivery of message via SMTP

        • email-json -- delivery of JSON-encoded message via SMTP

        • sms -- delivery of message via SMS

        • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

        • application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

        • lambda -- delivery of JSON-encoded message to an AWS Lambda function.

        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          The endpoint that you want to receive notifications. Endpoints vary by protocol:

          • For the http protocol, the endpoint is an URL beginning with \"http://\"

          • For the https protocol, the endpoint is a URL beginning with \"https://\"

          • For the email protocol, the endpoint is an email address

          • For the email-json protocol, the endpoint is an email address

          • For the sms protocol, the endpoint is a phone number of an SMS-enabled device

          • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue

          • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

          • For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.

          ", "name" : "Endpoint", "c2jName" : "Endpoint", "c2jShape" : "endpoint", "variable" : { "variableName" : "endpoint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The endpoint that you want to receive notifications. Endpoints vary by protocol:

          • For the http protocol, the endpoint is an URL beginning with \"http://\"

          • For the https protocol, the endpoint is a URL beginning with \"https://\"

          • For the email protocol, the endpoint is an email address

          • For the email-json protocol, the endpoint is an email address

          • For the sms protocol, the endpoint is a phone number of an SMS-enabled device

          • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue

          • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

          • For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpoint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Endpoint", "marshallLocationName" : "Endpoint", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

          The endpoint that you want to receive notifications. Endpoints vary by protocol:

          • For the http protocol, the endpoint is an URL beginning with \"http://\"

          • For the https protocol, the endpoint is a URL beginning with \"https://\"

          • For the email protocol, the endpoint is an email address

          • For the email-json protocol, the endpoint is an email address

          • For the sms protocol, the endpoint is a phone number of an SMS-enabled device

          • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue

          • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

          • For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.

          \n@param endpoint The endpoint that you want to receive notifications. Endpoints vary by protocol:

          • For the http protocol, the endpoint is an URL beginning with \"http://\"

          • For the https protocol, the endpoint is a URL beginning with \"https://\"

          • For the email protocol, the endpoint is an email address

          • For the email-json protocol, the endpoint is an email address

          • For the sms protocol, the endpoint is a phone number of an SMS-enabled device

          • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue

          • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

          • For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.

          • */", "getterDocumentation" : "/**

            The endpoint that you want to receive notifications. Endpoints vary by protocol:

            • For the http protocol, the endpoint is an URL beginning with \"http://\"

            • For the https protocol, the endpoint is a URL beginning with \"https://\"

            • For the email protocol, the endpoint is an email address

            • For the email-json protocol, the endpoint is an email address

            • For the sms protocol, the endpoint is a phone number of an SMS-enabled device

            • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue

            • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

            • For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.

            \n@return The endpoint that you want to receive notifications. Endpoints vary by protocol:

            • For the http protocol, the endpoint is an URL beginning with \"http://\"

            • For the https protocol, the endpoint is a URL beginning with \"https://\"

            • For the email protocol, the endpoint is an email address

            • For the email-json protocol, the endpoint is an email address

            • For the sms protocol, the endpoint is a phone number of an SMS-enabled device

            • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue

            • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

            • For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.

            • */", "fluentSetterDocumentation" : "/**

              The endpoint that you want to receive notifications. Endpoints vary by protocol:

              • For the http protocol, the endpoint is an URL beginning with \"http://\"

              • For the https protocol, the endpoint is a URL beginning with \"https://\"

              • For the email protocol, the endpoint is an email address

              • For the email-json protocol, the endpoint is an email address

              • For the sms protocol, the endpoint is a phone number of an SMS-enabled device

              • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue

              • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

              • For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.

              \n@param endpoint The endpoint that you want to receive notifications. Endpoints vary by protocol:

              • For the http protocol, the endpoint is an URL beginning with \"http://\"

              • For the https protocol, the endpoint is a URL beginning with \"https://\"

              • For the email protocol, the endpoint is an email address

              • For the email-json protocol, the endpoint is an email address

              • For the sms protocol, the endpoint is a phone number of an SMS-enabled device

              • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue

              • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

              • For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.

              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                The endpoint that you want to receive notifications. Endpoints vary by protocol:

                • For the http protocol, the endpoint is an URL beginning with \"http://\"

                • For the https protocol, the endpoint is a URL beginning with \"https://\"

                • For the email protocol, the endpoint is an email address

                • For the email-json protocol, the endpoint is an email address

                • For the sms protocol, the endpoint is a phone number of an SMS-enabled device

                • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue

                • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

                • For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.

                \n@param endpoint The endpoint that you want to receive notifications. Endpoints vary by protocol:

                • For the http protocol, the endpoint is an URL beginning with \"http://\"

                • For the https protocol, the endpoint is a URL beginning with \"https://\"

                • For the email protocol, the endpoint is an email address

                • For the email-json protocol, the endpoint is an email address

                • For the sms protocol, the endpoint is a phone number of an SMS-enabled device

                • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue

                • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

                • For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.

                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "subscribeRequest", "variableType" : "SubscribeRequest", "variableDeclarationType" : "SubscribeRequest", "documentation" : null, "simpleType" : "SubscribeRequest", "variableSetterType" : "SubscribeRequest" }, "marshaller" : { "action" : "Subscribe", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TopicArn" : { "documentation" : "

                  The ARN of the topic you want to subscribe to.

                  ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ARN of the topic you want to subscribe to.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The ARN of the topic you want to subscribe to.

                  \n@param topicArn The ARN of the topic you want to subscribe to.*/", "getterDocumentation" : "/**

                  The ARN of the topic you want to subscribe to.

                  \n@return The ARN of the topic you want to subscribe to.*/", "fluentSetterDocumentation" : "/**

                  The ARN of the topic you want to subscribe to.

                  \n@param topicArn The ARN of the topic you want to subscribe to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ARN of the topic you want to subscribe to.

                  \n@param topicArn The ARN of the topic you want to subscribe to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Endpoint" : { "documentation" : "

                  The endpoint that you want to receive notifications. Endpoints vary by protocol:

                  • For the http protocol, the endpoint is an URL beginning with \"http://\"

                  • For the https protocol, the endpoint is a URL beginning with \"https://\"

                  • For the email protocol, the endpoint is an email address

                  • For the email-json protocol, the endpoint is an email address

                  • For the sms protocol, the endpoint is a phone number of an SMS-enabled device

                  • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue

                  • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

                  • For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.

                  ", "name" : "Endpoint", "c2jName" : "Endpoint", "c2jShape" : "endpoint", "variable" : { "variableName" : "endpoint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The endpoint that you want to receive notifications. Endpoints vary by protocol:

                  • For the http protocol, the endpoint is an URL beginning with \"http://\"

                  • For the https protocol, the endpoint is a URL beginning with \"https://\"

                  • For the email protocol, the endpoint is an email address

                  • For the email-json protocol, the endpoint is an email address

                  • For the sms protocol, the endpoint is a phone number of an SMS-enabled device

                  • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue

                  • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

                  • For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpoint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Endpoint", "marshallLocationName" : "Endpoint", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The endpoint that you want to receive notifications. Endpoints vary by protocol:

                  • For the http protocol, the endpoint is an URL beginning with \"http://\"

                  • For the https protocol, the endpoint is a URL beginning with \"https://\"

                  • For the email protocol, the endpoint is an email address

                  • For the email-json protocol, the endpoint is an email address

                  • For the sms protocol, the endpoint is a phone number of an SMS-enabled device

                  • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue

                  • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

                  • For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.

                  \n@param endpoint The endpoint that you want to receive notifications. Endpoints vary by protocol:

                  • For the http protocol, the endpoint is an URL beginning with \"http://\"

                  • For the https protocol, the endpoint is a URL beginning with \"https://\"

                  • For the email protocol, the endpoint is an email address

                  • For the email-json protocol, the endpoint is an email address

                  • For the sms protocol, the endpoint is a phone number of an SMS-enabled device

                  • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue

                  • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

                  • For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.

                  • */", "getterDocumentation" : "/**

                    The endpoint that you want to receive notifications. Endpoints vary by protocol:

                    • For the http protocol, the endpoint is an URL beginning with \"http://\"

                    • For the https protocol, the endpoint is a URL beginning with \"https://\"

                    • For the email protocol, the endpoint is an email address

                    • For the email-json protocol, the endpoint is an email address

                    • For the sms protocol, the endpoint is a phone number of an SMS-enabled device

                    • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue

                    • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

                    • For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.

                    \n@return The endpoint that you want to receive notifications. Endpoints vary by protocol:

                    • For the http protocol, the endpoint is an URL beginning with \"http://\"

                    • For the https protocol, the endpoint is a URL beginning with \"https://\"

                    • For the email protocol, the endpoint is an email address

                    • For the email-json protocol, the endpoint is an email address

                    • For the sms protocol, the endpoint is a phone number of an SMS-enabled device

                    • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue

                    • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

                    • For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.

                    • */", "fluentSetterDocumentation" : "/**

                      The endpoint that you want to receive notifications. Endpoints vary by protocol:

                      • For the http protocol, the endpoint is an URL beginning with \"http://\"

                      • For the https protocol, the endpoint is a URL beginning with \"https://\"

                      • For the email protocol, the endpoint is an email address

                      • For the email-json protocol, the endpoint is an email address

                      • For the sms protocol, the endpoint is a phone number of an SMS-enabled device

                      • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue

                      • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

                      • For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.

                      \n@param endpoint The endpoint that you want to receive notifications. Endpoints vary by protocol:

                      • For the http protocol, the endpoint is an URL beginning with \"http://\"

                      • For the https protocol, the endpoint is a URL beginning with \"https://\"

                      • For the email protocol, the endpoint is an email address

                      • For the email-json protocol, the endpoint is an email address

                      • For the sms protocol, the endpoint is a phone number of an SMS-enabled device

                      • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue

                      • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

                      • For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.

                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                        The endpoint that you want to receive notifications. Endpoints vary by protocol:

                        • For the http protocol, the endpoint is an URL beginning with \"http://\"

                        • For the https protocol, the endpoint is a URL beginning with \"https://\"

                        • For the email protocol, the endpoint is an email address

                        • For the email-json protocol, the endpoint is an email address

                        • For the sms protocol, the endpoint is a phone number of an SMS-enabled device

                        • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue

                        • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

                        • For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.

                        \n@param endpoint The endpoint that you want to receive notifications. Endpoints vary by protocol:

                        • For the http protocol, the endpoint is an URL beginning with \"http://\"

                        • For the https protocol, the endpoint is a URL beginning with \"https://\"

                        • For the email protocol, the endpoint is an email address

                        • For the email-json protocol, the endpoint is an email address

                        • For the sms protocol, the endpoint is a phone number of an SMS-enabled device

                        • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue

                        • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

                        • For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.

                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Protocol" : { "documentation" : "

                          The protocol you want to use. Supported protocols include:

                          • http -- delivery of JSON-encoded message via HTTP POST

                          • https -- delivery of JSON-encoded message via HTTPS POST

                          • email -- delivery of message via SMTP

                          • email-json -- delivery of JSON-encoded message via SMTP

                          • sms -- delivery of message via SMS

                          • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

                          • application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

                          • lambda -- delivery of JSON-encoded message to an AWS Lambda function.

                          ", "name" : "Protocol", "c2jName" : "Protocol", "c2jShape" : "protocol", "variable" : { "variableName" : "protocol", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The protocol you want to use. Supported protocols include:

                          • http -- delivery of JSON-encoded message via HTTP POST

                          • https -- delivery of JSON-encoded message via HTTPS POST

                          • email -- delivery of message via SMTP

                          • email-json -- delivery of JSON-encoded message via SMTP

                          • sms -- delivery of message via SMS

                          • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

                          • application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

                          • lambda -- delivery of JSON-encoded message to an AWS Lambda function.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "protocol", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Protocol", "marshallLocationName" : "Protocol", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The protocol you want to use. Supported protocols include:

                          • http -- delivery of JSON-encoded message via HTTP POST

                          • https -- delivery of JSON-encoded message via HTTPS POST

                          • email -- delivery of message via SMTP

                          • email-json -- delivery of JSON-encoded message via SMTP

                          • sms -- delivery of message via SMS

                          • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

                          • application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

                          • lambda -- delivery of JSON-encoded message to an AWS Lambda function.

                          \n@param protocol The protocol you want to use. Supported protocols include:

                          • http -- delivery of JSON-encoded message via HTTP POST

                          • https -- delivery of JSON-encoded message via HTTPS POST

                          • email -- delivery of message via SMTP

                          • email-json -- delivery of JSON-encoded message via SMTP

                          • sms -- delivery of message via SMS

                          • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

                          • application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

                          • lambda -- delivery of JSON-encoded message to an AWS Lambda function.

                          • */", "getterDocumentation" : "/**

                            The protocol you want to use. Supported protocols include:

                            • http -- delivery of JSON-encoded message via HTTP POST

                            • https -- delivery of JSON-encoded message via HTTPS POST

                            • email -- delivery of message via SMTP

                            • email-json -- delivery of JSON-encoded message via SMTP

                            • sms -- delivery of message via SMS

                            • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

                            • application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

                            • lambda -- delivery of JSON-encoded message to an AWS Lambda function.

                            \n@return The protocol you want to use. Supported protocols include:

                            • http -- delivery of JSON-encoded message via HTTP POST

                            • https -- delivery of JSON-encoded message via HTTPS POST

                            • email -- delivery of message via SMTP

                            • email-json -- delivery of JSON-encoded message via SMTP

                            • sms -- delivery of message via SMS

                            • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

                            • application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

                            • lambda -- delivery of JSON-encoded message to an AWS Lambda function.

                            • */", "fluentSetterDocumentation" : "/**

                              The protocol you want to use. Supported protocols include:

                              • http -- delivery of JSON-encoded message via HTTP POST

                              • https -- delivery of JSON-encoded message via HTTPS POST

                              • email -- delivery of message via SMTP

                              • email-json -- delivery of JSON-encoded message via SMTP

                              • sms -- delivery of message via SMS

                              • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

                              • application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

                              • lambda -- delivery of JSON-encoded message to an AWS Lambda function.

                              \n@param protocol The protocol you want to use. Supported protocols include:

                              • http -- delivery of JSON-encoded message via HTTP POST

                              • https -- delivery of JSON-encoded message via HTTPS POST

                              • email -- delivery of message via SMTP

                              • email-json -- delivery of JSON-encoded message via SMTP

                              • sms -- delivery of message via SMS

                              • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

                              • application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

                              • lambda -- delivery of JSON-encoded message to an AWS Lambda function.

                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                The protocol you want to use. Supported protocols include:

                                • http -- delivery of JSON-encoded message via HTTP POST

                                • https -- delivery of JSON-encoded message via HTTPS POST

                                • email -- delivery of message via SMTP

                                • email-json -- delivery of JSON-encoded message via SMTP

                                • sms -- delivery of message via SMS

                                • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

                                • application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

                                • lambda -- delivery of JSON-encoded message to an AWS Lambda function.

                                \n@param protocol The protocol you want to use. Supported protocols include:

                                • http -- delivery of JSON-encoded message via HTTP POST

                                • https -- delivery of JSON-encoded message via HTTPS POST

                                • email -- delivery of message via SMTP

                                • email-json -- delivery of JSON-encoded message via SMTP

                                • sms -- delivery of message via SMS

                                • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

                                • application -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

                                • lambda -- delivery of JSON-encoded message to an AWS Lambda function.

                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EndpointDisabledException" : { "c2jName" : "EndpointDisabledException", "documentation" : "

                                  Exception error indicating endpoint disabled.

                                  ", "shapeName" : "EndpointDisabledException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "endpointDisabledException", "variableType" : "EndpointDisabledException", "variableDeclarationType" : "EndpointDisabledException", "documentation" : null, "simpleType" : "EndpointDisabledException", "variableSetterType" : "EndpointDisabledException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "EndpointDisabled", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SetSubscriptionAttributesRequest" : { "c2jName" : "SetSubscriptionAttributesInput", "documentation" : "

                                  Input for SetSubscriptionAttributes action.

                                  ", "shapeName" : "SetSubscriptionAttributesRequest", "deprecated" : false, "required" : [ "SubscriptionArn", "AttributeName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The ARN of the subscription to modify.

                                  ", "name" : "SubscriptionArn", "c2jName" : "SubscriptionArn", "c2jShape" : "subscriptionARN", "variable" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The ARN of the subscription to modify.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionArn", "marshallLocationName" : "SubscriptionArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The ARN of the subscription to modify.

                                  \n@param subscriptionArn The ARN of the subscription to modify.*/", "getterDocumentation" : "/**

                                  The ARN of the subscription to modify.

                                  \n@return The ARN of the subscription to modify.*/", "fluentSetterDocumentation" : "/**

                                  The ARN of the subscription to modify.

                                  \n@param subscriptionArn The ARN of the subscription to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The ARN of the subscription to modify.

                                  \n@param subscriptionArn The ARN of the subscription to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

                                  Valid values: DeliveryPolicy | RawMessageDelivery

                                  ", "name" : "AttributeName", "c2jName" : "AttributeName", "c2jShape" : "attributeName", "variable" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

                                  Valid values: DeliveryPolicy | RawMessageDelivery

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeName", "marshallLocationName" : "AttributeName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

                                  Valid values: DeliveryPolicy | RawMessageDelivery

                                  \n@param attributeName The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

                                  Valid values: DeliveryPolicy | RawMessageDelivery*/", "getterDocumentation" : "/**

                                  The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

                                  Valid values: DeliveryPolicy | RawMessageDelivery

                                  \n@return The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

                                  Valid values: DeliveryPolicy | RawMessageDelivery*/", "fluentSetterDocumentation" : "/**

                                  The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

                                  Valid values: DeliveryPolicy | RawMessageDelivery

                                  \n@param attributeName The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

                                  Valid values: DeliveryPolicy | RawMessageDelivery\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

                                  Valid values: DeliveryPolicy | RawMessageDelivery

                                  \n@param attributeName The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

                                  Valid values: DeliveryPolicy | RawMessageDelivery\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The new value for the attribute in JSON format.

                                  ", "name" : "AttributeValue", "c2jName" : "AttributeValue", "c2jShape" : "attributeValue", "variable" : { "variableName" : "attributeValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The new value for the attribute in JSON format.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "attributeValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeValue", "marshallLocationName" : "AttributeValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The new value for the attribute in JSON format.

                                  \n@param attributeValue The new value for the attribute in JSON format.*/", "getterDocumentation" : "/**

                                  The new value for the attribute in JSON format.

                                  \n@return The new value for the attribute in JSON format.*/", "fluentSetterDocumentation" : "/**

                                  The new value for the attribute in JSON format.

                                  \n@param attributeValue The new value for the attribute in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The new value for the attribute in JSON format.

                                  \n@param attributeValue The new value for the attribute in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setSubscriptionAttributesRequest", "variableType" : "SetSubscriptionAttributesRequest", "variableDeclarationType" : "SetSubscriptionAttributesRequest", "documentation" : null, "simpleType" : "SetSubscriptionAttributesRequest", "variableSetterType" : "SetSubscriptionAttributesRequest" }, "marshaller" : { "action" : "SetSubscriptionAttributes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AttributeValue" : { "documentation" : "

                                  The new value for the attribute in JSON format.

                                  ", "name" : "AttributeValue", "c2jName" : "AttributeValue", "c2jShape" : "attributeValue", "variable" : { "variableName" : "attributeValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The new value for the attribute in JSON format.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "attributeValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeValue", "marshallLocationName" : "AttributeValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The new value for the attribute in JSON format.

                                  \n@param attributeValue The new value for the attribute in JSON format.*/", "getterDocumentation" : "/**

                                  The new value for the attribute in JSON format.

                                  \n@return The new value for the attribute in JSON format.*/", "fluentSetterDocumentation" : "/**

                                  The new value for the attribute in JSON format.

                                  \n@param attributeValue The new value for the attribute in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The new value for the attribute in JSON format.

                                  \n@param attributeValue The new value for the attribute in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AttributeName" : { "documentation" : "

                                  The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

                                  Valid values: DeliveryPolicy | RawMessageDelivery

                                  ", "name" : "AttributeName", "c2jName" : "AttributeName", "c2jShape" : "attributeName", "variable" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

                                  Valid values: DeliveryPolicy | RawMessageDelivery

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeName", "marshallLocationName" : "AttributeName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

                                  Valid values: DeliveryPolicy | RawMessageDelivery

                                  \n@param attributeName The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

                                  Valid values: DeliveryPolicy | RawMessageDelivery*/", "getterDocumentation" : "/**

                                  The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

                                  Valid values: DeliveryPolicy | RawMessageDelivery

                                  \n@return The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

                                  Valid values: DeliveryPolicy | RawMessageDelivery*/", "fluentSetterDocumentation" : "/**

                                  The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

                                  Valid values: DeliveryPolicy | RawMessageDelivery

                                  \n@param attributeName The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

                                  Valid values: DeliveryPolicy | RawMessageDelivery\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

                                  Valid values: DeliveryPolicy | RawMessageDelivery

                                  \n@param attributeName The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

                                  Valid values: DeliveryPolicy | RawMessageDelivery\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubscriptionArn" : { "documentation" : "

                                  The ARN of the subscription to modify.

                                  ", "name" : "SubscriptionArn", "c2jName" : "SubscriptionArn", "c2jShape" : "subscriptionARN", "variable" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The ARN of the subscription to modify.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionArn", "marshallLocationName" : "SubscriptionArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The ARN of the subscription to modify.

                                  \n@param subscriptionArn The ARN of the subscription to modify.*/", "getterDocumentation" : "/**

                                  The ARN of the subscription to modify.

                                  \n@return The ARN of the subscription to modify.*/", "fluentSetterDocumentation" : "/**

                                  The ARN of the subscription to modify.

                                  \n@param subscriptionArn The ARN of the subscription to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The ARN of the subscription to modify.

                                  \n@param subscriptionArn The ARN of the subscription to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CheckIfPhoneNumberIsOptedOutResult" : { "c2jName" : "CheckIfPhoneNumberIsOptedOutResponse", "documentation" : "

                                  The response from the CheckIfPhoneNumberIsOptedOut action.

                                  ", "shapeName" : "CheckIfPhoneNumberIsOptedOutResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  Indicates whether the phone number is opted out:

                                  • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

                                  • false – The phone number is opted in, meaning you can publish SMS messages to it.

                                  ", "name" : "IsOptedOut", "c2jName" : "isOptedOut", "c2jShape" : "boolean", "variable" : { "variableName" : "isOptedOut", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Indicates whether the phone number is opted out:

                                  • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

                                  • false – The phone number is opted in, meaning you can publish SMS messages to it.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "isOptedOut", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "isOptedOut", "marshallLocationName" : "isOptedOut", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Indicates whether the phone number is opted out:

                                  • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

                                  • false – The phone number is opted in, meaning you can publish SMS messages to it.

                                  \n@param isOptedOut Indicates whether the phone number is opted out:

                                  • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

                                  • false – The phone number is opted in, meaning you can publish SMS messages to it.

                                  • */", "getterDocumentation" : "/**

                                    Indicates whether the phone number is opted out:

                                    • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

                                    • false – The phone number is opted in, meaning you can publish SMS messages to it.

                                    \n@return Indicates whether the phone number is opted out:

                                    • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

                                    • false – The phone number is opted in, meaning you can publish SMS messages to it.

                                    • */", "fluentSetterDocumentation" : "/**

                                      Indicates whether the phone number is opted out:

                                      • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

                                      • false – The phone number is opted in, meaning you can publish SMS messages to it.

                                      \n@param isOptedOut Indicates whether the phone number is opted out:

                                      • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

                                      • false – The phone number is opted in, meaning you can publish SMS messages to it.

                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                        Indicates whether the phone number is opted out:

                                        • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

                                        • false – The phone number is opted in, meaning you can publish SMS messages to it.

                                        \n@param isOptedOut Indicates whether the phone number is opted out:

                                        • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

                                        • false – The phone number is opted in, meaning you can publish SMS messages to it.

                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "checkIfPhoneNumberIsOptedOutResult", "variableType" : "CheckIfPhoneNumberIsOptedOutResult", "variableDeclarationType" : "CheckIfPhoneNumberIsOptedOutResult", "documentation" : null, "simpleType" : "CheckIfPhoneNumberIsOptedOutResult", "variableSetterType" : "CheckIfPhoneNumberIsOptedOutResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "CheckIfPhoneNumberIsOptedOutResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IsOptedOut" : { "documentation" : "

                                          Indicates whether the phone number is opted out:

                                          • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

                                          • false – The phone number is opted in, meaning you can publish SMS messages to it.

                                          ", "name" : "IsOptedOut", "c2jName" : "isOptedOut", "c2jShape" : "boolean", "variable" : { "variableName" : "isOptedOut", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                          Indicates whether the phone number is opted out:

                                          • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

                                          • false – The phone number is opted in, meaning you can publish SMS messages to it.

                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "isOptedOut", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "isOptedOut", "marshallLocationName" : "isOptedOut", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                          Indicates whether the phone number is opted out:

                                          • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

                                          • false – The phone number is opted in, meaning you can publish SMS messages to it.

                                          \n@param isOptedOut Indicates whether the phone number is opted out:

                                          • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

                                          • false – The phone number is opted in, meaning you can publish SMS messages to it.

                                          • */", "getterDocumentation" : "/**

                                            Indicates whether the phone number is opted out:

                                            • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

                                            • false – The phone number is opted in, meaning you can publish SMS messages to it.

                                            \n@return Indicates whether the phone number is opted out:

                                            • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

                                            • false – The phone number is opted in, meaning you can publish SMS messages to it.

                                            • */", "fluentSetterDocumentation" : "/**

                                              Indicates whether the phone number is opted out:

                                              • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

                                              • false – The phone number is opted in, meaning you can publish SMS messages to it.

                                              \n@param isOptedOut Indicates whether the phone number is opted out:

                                              • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

                                              • false – The phone number is opted in, meaning you can publish SMS messages to it.

                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                Indicates whether the phone number is opted out:

                                                • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

                                                • false – The phone number is opted in, meaning you can publish SMS messages to it.

                                                \n@param isOptedOut Indicates whether the phone number is opted out:

                                                • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

                                                • false – The phone number is opted in, meaning you can publish SMS messages to it.

                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTopicsResult" : { "c2jName" : "ListTopicsResponse", "documentation" : "

                                                  Response for ListTopics action.

                                                  ", "shapeName" : "ListTopicsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  A list of topic ARNs.

                                                  ", "name" : "Topics", "c2jName" : "Topics", "c2jShape" : "TopicsList", "variable" : { "variableName" : "topics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                  A list of topic ARNs.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "topics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Topics", "marshallLocationName" : "Topics", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Topic", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Topic", "variable" : { "variableName" : "member", "variableType" : "Topic", "variableDeclarationType" : "Topic", "documentation" : "", "simpleType" : "Topic", "variableSetterType" : "Topic" }, "setterModel" : { "variableName" : "member", "variableType" : "Topic", "variableDeclarationType" : "Topic", "documentation" : "", "simpleType" : "Topic", "variableSetterType" : "Topic" }, "getterModel" : { "returnType" : "Topic", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Topic", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                  A list of topic ARNs.

                                                  \n@param topics A list of topic ARNs.*/", "getterDocumentation" : "/**

                                                  A list of topic ARNs.

                                                  \n@return A list of topic ARNs.*/", "fluentSetterDocumentation" : "/**

                                                  A list of topic ARNs.

                                                  \n@param topics A list of topic ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  A list of topic ARNs.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTopics(java.util.Collection)} or {@link #withTopics(java.util.Collection)} if you want to override the existing values.

                                                  \n@param topics A list of topic ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.

                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "nextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.

                                                  \n@param nextToken Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.*/", "getterDocumentation" : "/**

                                                  Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.

                                                  \n@return Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.*/", "fluentSetterDocumentation" : "/**

                                                  Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.

                                                  \n@param nextToken Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.

                                                  \n@param nextToken Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTopicsResult", "variableType" : "ListTopicsResult", "variableDeclarationType" : "ListTopicsResult", "documentation" : null, "simpleType" : "ListTopicsResult", "variableSetterType" : "ListTopicsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ListTopicsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Topics" : { "documentation" : "

                                                  A list of topic ARNs.

                                                  ", "name" : "Topics", "c2jName" : "Topics", "c2jShape" : "TopicsList", "variable" : { "variableName" : "topics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                  A list of topic ARNs.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "topics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Topics", "marshallLocationName" : "Topics", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Topic", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Topic", "variable" : { "variableName" : "member", "variableType" : "Topic", "variableDeclarationType" : "Topic", "documentation" : "", "simpleType" : "Topic", "variableSetterType" : "Topic" }, "setterModel" : { "variableName" : "member", "variableType" : "Topic", "variableDeclarationType" : "Topic", "documentation" : "", "simpleType" : "Topic", "variableSetterType" : "Topic" }, "getterModel" : { "returnType" : "Topic", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Topic", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                  A list of topic ARNs.

                                                  \n@param topics A list of topic ARNs.*/", "getterDocumentation" : "/**

                                                  A list of topic ARNs.

                                                  \n@return A list of topic ARNs.*/", "fluentSetterDocumentation" : "/**

                                                  A list of topic ARNs.

                                                  \n@param topics A list of topic ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  A list of topic ARNs.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTopics(java.util.Collection)} or {@link #withTopics(java.util.Collection)} if you want to override the existing values.

                                                  \n@param topics A list of topic ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

                                                  Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.

                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "nextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.

                                                  \n@param nextToken Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.*/", "getterDocumentation" : "/**

                                                  Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.

                                                  \n@return Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.*/", "fluentSetterDocumentation" : "/**

                                                  Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.

                                                  \n@param nextToken Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.

                                                  \n@param nextToken Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteTopicRequest" : { "c2jName" : "DeleteTopicInput", "documentation" : "", "shapeName" : "DeleteTopicRequest", "deprecated" : false, "required" : [ "TopicArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The ARN of the topic you want to delete.

                                                  ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The ARN of the topic you want to delete.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The ARN of the topic you want to delete.

                                                  \n@param topicArn The ARN of the topic you want to delete.*/", "getterDocumentation" : "/**

                                                  The ARN of the topic you want to delete.

                                                  \n@return The ARN of the topic you want to delete.*/", "fluentSetterDocumentation" : "/**

                                                  The ARN of the topic you want to delete.

                                                  \n@param topicArn The ARN of the topic you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The ARN of the topic you want to delete.

                                                  \n@param topicArn The ARN of the topic you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteTopicRequest", "variableType" : "DeleteTopicRequest", "variableDeclarationType" : "DeleteTopicRequest", "documentation" : null, "simpleType" : "DeleteTopicRequest", "variableSetterType" : "DeleteTopicRequest" }, "marshaller" : { "action" : "DeleteTopic", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TopicArn" : { "documentation" : "

                                                  The ARN of the topic you want to delete.

                                                  ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The ARN of the topic you want to delete.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The ARN of the topic you want to delete.

                                                  \n@param topicArn The ARN of the topic you want to delete.*/", "getterDocumentation" : "/**

                                                  The ARN of the topic you want to delete.

                                                  \n@return The ARN of the topic you want to delete.*/", "fluentSetterDocumentation" : "/**

                                                  The ARN of the topic you want to delete.

                                                  \n@param topicArn The ARN of the topic you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The ARN of the topic you want to delete.

                                                  \n@param topicArn The ARN of the topic you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetTopicAttributesRequest" : { "c2jName" : "SetTopicAttributesInput", "documentation" : "

                                                  Input for SetTopicAttributes action.

                                                  ", "shapeName" : "SetTopicAttributesRequest", "deprecated" : false, "required" : [ "TopicArn", "AttributeName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The ARN of the topic to modify.

                                                  ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The ARN of the topic to modify.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The ARN of the topic to modify.

                                                  \n@param topicArn The ARN of the topic to modify.*/", "getterDocumentation" : "/**

                                                  The ARN of the topic to modify.

                                                  \n@return The ARN of the topic to modify.*/", "fluentSetterDocumentation" : "/**

                                                  The ARN of the topic to modify.

                                                  \n@param topicArn The ARN of the topic to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The ARN of the topic to modify.

                                                  \n@param topicArn The ARN of the topic to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.

                                                  Valid values: Policy | DisplayName | DeliveryPolicy

                                                  ", "name" : "AttributeName", "c2jName" : "AttributeName", "c2jShape" : "attributeName", "variable" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.

                                                  Valid values: Policy | DisplayName | DeliveryPolicy

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeName", "marshallLocationName" : "AttributeName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.

                                                  Valid values: Policy | DisplayName | DeliveryPolicy

                                                  \n@param attributeName The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.

                                                  Valid values: Policy | DisplayName | DeliveryPolicy*/", "getterDocumentation" : "/**

                                                  The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.

                                                  Valid values: Policy | DisplayName | DeliveryPolicy

                                                  \n@return The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.

                                                  Valid values: Policy | DisplayName | DeliveryPolicy*/", "fluentSetterDocumentation" : "/**

                                                  The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.

                                                  Valid values: Policy | DisplayName | DeliveryPolicy

                                                  \n@param attributeName The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.

                                                  Valid values: Policy | DisplayName | DeliveryPolicy\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.

                                                  Valid values: Policy | DisplayName | DeliveryPolicy

                                                  \n@param attributeName The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.

                                                  Valid values: Policy | DisplayName | DeliveryPolicy\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The new value for the attribute.

                                                  ", "name" : "AttributeValue", "c2jName" : "AttributeValue", "c2jShape" : "attributeValue", "variable" : { "variableName" : "attributeValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The new value for the attribute.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "attributeValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeValue", "marshallLocationName" : "AttributeValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The new value for the attribute.

                                                  \n@param attributeValue The new value for the attribute.*/", "getterDocumentation" : "/**

                                                  The new value for the attribute.

                                                  \n@return The new value for the attribute.*/", "fluentSetterDocumentation" : "/**

                                                  The new value for the attribute.

                                                  \n@param attributeValue The new value for the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The new value for the attribute.

                                                  \n@param attributeValue The new value for the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setTopicAttributesRequest", "variableType" : "SetTopicAttributesRequest", "variableDeclarationType" : "SetTopicAttributesRequest", "documentation" : null, "simpleType" : "SetTopicAttributesRequest", "variableSetterType" : "SetTopicAttributesRequest" }, "marshaller" : { "action" : "SetTopicAttributes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AttributeValue" : { "documentation" : "

                                                  The new value for the attribute.

                                                  ", "name" : "AttributeValue", "c2jName" : "AttributeValue", "c2jShape" : "attributeValue", "variable" : { "variableName" : "attributeValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The new value for the attribute.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "attributeValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeValue", "marshallLocationName" : "AttributeValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The new value for the attribute.

                                                  \n@param attributeValue The new value for the attribute.*/", "getterDocumentation" : "/**

                                                  The new value for the attribute.

                                                  \n@return The new value for the attribute.*/", "fluentSetterDocumentation" : "/**

                                                  The new value for the attribute.

                                                  \n@param attributeValue The new value for the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The new value for the attribute.

                                                  \n@param attributeValue The new value for the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TopicArn" : { "documentation" : "

                                                  The ARN of the topic to modify.

                                                  ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The ARN of the topic to modify.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The ARN of the topic to modify.

                                                  \n@param topicArn The ARN of the topic to modify.*/", "getterDocumentation" : "/**

                                                  The ARN of the topic to modify.

                                                  \n@return The ARN of the topic to modify.*/", "fluentSetterDocumentation" : "/**

                                                  The ARN of the topic to modify.

                                                  \n@param topicArn The ARN of the topic to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The ARN of the topic to modify.

                                                  \n@param topicArn The ARN of the topic to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AttributeName" : { "documentation" : "

                                                  The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.

                                                  Valid values: Policy | DisplayName | DeliveryPolicy

                                                  ", "name" : "AttributeName", "c2jName" : "AttributeName", "c2jShape" : "attributeName", "variable" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.

                                                  Valid values: Policy | DisplayName | DeliveryPolicy

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeName", "marshallLocationName" : "AttributeName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.

                                                  Valid values: Policy | DisplayName | DeliveryPolicy

                                                  \n@param attributeName The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.

                                                  Valid values: Policy | DisplayName | DeliveryPolicy*/", "getterDocumentation" : "/**

                                                  The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.

                                                  Valid values: Policy | DisplayName | DeliveryPolicy

                                                  \n@return The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.

                                                  Valid values: Policy | DisplayName | DeliveryPolicy*/", "fluentSetterDocumentation" : "/**

                                                  The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.

                                                  Valid values: Policy | DisplayName | DeliveryPolicy

                                                  \n@param attributeName The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.

                                                  Valid values: Policy | DisplayName | DeliveryPolicy\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.

                                                  Valid values: Policy | DisplayName | DeliveryPolicy

                                                  \n@param attributeName The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.

                                                  Valid values: Policy | DisplayName | DeliveryPolicy\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteEndpointResult" : { "c2jName" : "DeleteEndpointResult", "documentation" : null, "shapeName" : "DeleteEndpointResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteEndpointResult", "variableType" : "DeleteEndpointResult", "variableDeclarationType" : "DeleteEndpointResult", "documentation" : null, "simpleType" : "DeleteEndpointResult", "variableSetterType" : "DeleteEndpointResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Subscription" : { "c2jName" : "Subscription", "documentation" : "

                                                  A wrapper type for the attributes of an Amazon SNS subscription.

                                                  ", "shapeName" : "Subscription", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The subscription's ARN.

                                                  ", "name" : "SubscriptionArn", "c2jName" : "SubscriptionArn", "c2jShape" : "subscriptionARN", "variable" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The subscription's ARN.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionArn", "marshallLocationName" : "SubscriptionArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The subscription's ARN.

                                                  \n@param subscriptionArn The subscription's ARN.*/", "getterDocumentation" : "/**

                                                  The subscription's ARN.

                                                  \n@return The subscription's ARN.*/", "fluentSetterDocumentation" : "/**

                                                  The subscription's ARN.

                                                  \n@param subscriptionArn The subscription's ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The subscription's ARN.

                                                  \n@param subscriptionArn The subscription's ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The subscription's owner.

                                                  ", "name" : "Owner", "c2jName" : "Owner", "c2jShape" : "account", "variable" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The subscription's owner.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Owner", "marshallLocationName" : "Owner", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The subscription's owner.

                                                  \n@param owner The subscription's owner.*/", "getterDocumentation" : "/**

                                                  The subscription's owner.

                                                  \n@return The subscription's owner.*/", "fluentSetterDocumentation" : "/**

                                                  The subscription's owner.

                                                  \n@param owner The subscription's owner.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The subscription's owner.

                                                  \n@param owner The subscription's owner.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The subscription's protocol.

                                                  ", "name" : "Protocol", "c2jName" : "Protocol", "c2jShape" : "protocol", "variable" : { "variableName" : "protocol", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The subscription's protocol.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "protocol", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Protocol", "marshallLocationName" : "Protocol", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The subscription's protocol.

                                                  \n@param protocol The subscription's protocol.*/", "getterDocumentation" : "/**

                                                  The subscription's protocol.

                                                  \n@return The subscription's protocol.*/", "fluentSetterDocumentation" : "/**

                                                  The subscription's protocol.

                                                  \n@param protocol The subscription's protocol.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The subscription's protocol.

                                                  \n@param protocol The subscription's protocol.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The subscription's endpoint (format depends on the protocol).

                                                  ", "name" : "Endpoint", "c2jName" : "Endpoint", "c2jShape" : "endpoint", "variable" : { "variableName" : "endpoint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The subscription's endpoint (format depends on the protocol).

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpoint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Endpoint", "marshallLocationName" : "Endpoint", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The subscription's endpoint (format depends on the protocol).

                                                  \n@param endpoint The subscription's endpoint (format depends on the protocol).*/", "getterDocumentation" : "/**

                                                  The subscription's endpoint (format depends on the protocol).

                                                  \n@return The subscription's endpoint (format depends on the protocol).*/", "fluentSetterDocumentation" : "/**

                                                  The subscription's endpoint (format depends on the protocol).

                                                  \n@param endpoint The subscription's endpoint (format depends on the protocol).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The subscription's endpoint (format depends on the protocol).

                                                  \n@param endpoint The subscription's endpoint (format depends on the protocol).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The ARN of the subscription's topic.

                                                  ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The ARN of the subscription's topic.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The ARN of the subscription's topic.

                                                  \n@param topicArn The ARN of the subscription's topic.*/", "getterDocumentation" : "/**

                                                  The ARN of the subscription's topic.

                                                  \n@return The ARN of the subscription's topic.*/", "fluentSetterDocumentation" : "/**

                                                  The ARN of the subscription's topic.

                                                  \n@param topicArn The ARN of the subscription's topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The ARN of the subscription's topic.

                                                  \n@param topicArn The ARN of the subscription's topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "subscription", "variableType" : "Subscription", "variableDeclarationType" : "Subscription", "documentation" : null, "simpleType" : "Subscription", "variableSetterType" : "Subscription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Owner" : { "documentation" : "

                                                  The subscription's owner.

                                                  ", "name" : "Owner", "c2jName" : "Owner", "c2jShape" : "account", "variable" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The subscription's owner.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Owner", "marshallLocationName" : "Owner", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The subscription's owner.

                                                  \n@param owner The subscription's owner.*/", "getterDocumentation" : "/**

                                                  The subscription's owner.

                                                  \n@return The subscription's owner.*/", "fluentSetterDocumentation" : "/**

                                                  The subscription's owner.

                                                  \n@param owner The subscription's owner.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The subscription's owner.

                                                  \n@param owner The subscription's owner.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Endpoint" : { "documentation" : "

                                                  The subscription's endpoint (format depends on the protocol).

                                                  ", "name" : "Endpoint", "c2jName" : "Endpoint", "c2jShape" : "endpoint", "variable" : { "variableName" : "endpoint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The subscription's endpoint (format depends on the protocol).

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpoint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Endpoint", "marshallLocationName" : "Endpoint", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The subscription's endpoint (format depends on the protocol).

                                                  \n@param endpoint The subscription's endpoint (format depends on the protocol).*/", "getterDocumentation" : "/**

                                                  The subscription's endpoint (format depends on the protocol).

                                                  \n@return The subscription's endpoint (format depends on the protocol).*/", "fluentSetterDocumentation" : "/**

                                                  The subscription's endpoint (format depends on the protocol).

                                                  \n@param endpoint The subscription's endpoint (format depends on the protocol).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The subscription's endpoint (format depends on the protocol).

                                                  \n@param endpoint The subscription's endpoint (format depends on the protocol).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TopicArn" : { "documentation" : "

                                                  The ARN of the subscription's topic.

                                                  ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The ARN of the subscription's topic.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The ARN of the subscription's topic.

                                                  \n@param topicArn The ARN of the subscription's topic.*/", "getterDocumentation" : "/**

                                                  The ARN of the subscription's topic.

                                                  \n@return The ARN of the subscription's topic.*/", "fluentSetterDocumentation" : "/**

                                                  The ARN of the subscription's topic.

                                                  \n@param topicArn The ARN of the subscription's topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The ARN of the subscription's topic.

                                                  \n@param topicArn The ARN of the subscription's topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Protocol" : { "documentation" : "

                                                  The subscription's protocol.

                                                  ", "name" : "Protocol", "c2jName" : "Protocol", "c2jShape" : "protocol", "variable" : { "variableName" : "protocol", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The subscription's protocol.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "protocol", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Protocol", "marshallLocationName" : "Protocol", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The subscription's protocol.

                                                  \n@param protocol The subscription's protocol.*/", "getterDocumentation" : "/**

                                                  The subscription's protocol.

                                                  \n@return The subscription's protocol.*/", "fluentSetterDocumentation" : "/**

                                                  The subscription's protocol.

                                                  \n@param protocol The subscription's protocol.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The subscription's protocol.

                                                  \n@param protocol The subscription's protocol.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubscriptionArn" : { "documentation" : "

                                                  The subscription's ARN.

                                                  ", "name" : "SubscriptionArn", "c2jName" : "SubscriptionArn", "c2jShape" : "subscriptionARN", "variable" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The subscription's ARN.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionArn", "marshallLocationName" : "SubscriptionArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The subscription's ARN.

                                                  \n@param subscriptionArn The subscription's ARN.*/", "getterDocumentation" : "/**

                                                  The subscription's ARN.

                                                  \n@return The subscription's ARN.*/", "fluentSetterDocumentation" : "/**

                                                  The subscription's ARN.

                                                  \n@param subscriptionArn The subscription's ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The subscription's ARN.

                                                  \n@param subscriptionArn The subscription's ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "MessageAttributeValue" : { "c2jName" : "MessageAttributeValue", "documentation" : "

                                                  The user-specified message attribute value. For string data types, the value attribute has the same restrictions on the content as the message body. For more information, see Publish.

                                                  Name, type, and value must not be empty or null. In addition, the message body should not be empty or null. All parts of the message attribute, including name, type, and value, are included in the message size restriction, which is currently 256 KB (262,144 bytes). For more information, see Using Amazon SNS Message Attributes.

                                                  ", "shapeName" : "MessageAttributeValue", "deprecated" : false, "required" : [ "DataType" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types.

                                                  ", "name" : "DataType", "c2jName" : "DataType", "c2jShape" : "String", "variable" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DataType", "marshallLocationName" : "DataType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types.

                                                  \n@param dataType Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types.*/", "getterDocumentation" : "/**

                                                  Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types.

                                                  \n@return Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types.*/", "fluentSetterDocumentation" : "/**

                                                  Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types.

                                                  \n@param dataType Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types.

                                                  \n@param dataType Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                  ", "name" : "StringValue", "c2jName" : "StringValue", "c2jShape" : "String", "variable" : { "variableName" : "stringValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stringValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StringValue", "marshallLocationName" : "StringValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                  \n@param stringValue Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.*/", "getterDocumentation" : "/**

                                                  Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                  \n@return Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.*/", "fluentSetterDocumentation" : "/**

                                                  Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                  \n@param stringValue Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                  \n@param stringValue Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

                                                  ", "name" : "BinaryValue", "c2jName" : "BinaryValue", "c2jShape" : "Binary", "variable" : { "variableName" : "binaryValue", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "

                                                  Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

                                                  ", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "setterModel" : { "variableName" : "binaryValue", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "unmarshallLocationName" : "BinaryValue", "marshallLocationName" : "BinaryValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

                                                  \nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

                                                  \n

                                                  \nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

                                                  \n\n@param binaryValue Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.*/", "getterDocumentation" : "/**

                                                  Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

                                                  \n

                                                  \n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

                                                  \n@return Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.*/", "fluentSetterDocumentation" : "/**

                                                  Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

                                                  \n@param binaryValue Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

                                                  \n@param binaryValue Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "messageAttributeValue", "variableType" : "MessageAttributeValue", "variableDeclarationType" : "MessageAttributeValue", "documentation" : null, "simpleType" : "MessageAttributeValue", "variableSetterType" : "MessageAttributeValue" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DataType" : { "documentation" : "

                                                  Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types.

                                                  ", "name" : "DataType", "c2jName" : "DataType", "c2jShape" : "String", "variable" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DataType", "marshallLocationName" : "DataType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types.

                                                  \n@param dataType Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types.*/", "getterDocumentation" : "/**

                                                  Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types.

                                                  \n@return Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types.*/", "fluentSetterDocumentation" : "/**

                                                  Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types.

                                                  \n@param dataType Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types.

                                                  \n@param dataType Amazon SNS supports the following logical data types: String, Number, and Binary. For more information, see Message Attribute Data Types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BinaryValue" : { "documentation" : "

                                                  Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

                                                  ", "name" : "BinaryValue", "c2jName" : "BinaryValue", "c2jShape" : "Binary", "variable" : { "variableName" : "binaryValue", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "

                                                  Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

                                                  ", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "setterModel" : { "variableName" : "binaryValue", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "unmarshallLocationName" : "BinaryValue", "marshallLocationName" : "BinaryValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

                                                  \nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

                                                  \n

                                                  \nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

                                                  \n\n@param binaryValue Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.*/", "getterDocumentation" : "/**

                                                  Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

                                                  \n

                                                  \n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

                                                  \n@return Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.*/", "fluentSetterDocumentation" : "/**

                                                  Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

                                                  \n@param binaryValue Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

                                                  \n@param binaryValue Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StringValue" : { "documentation" : "

                                                  Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                  ", "name" : "StringValue", "c2jName" : "StringValue", "c2jShape" : "String", "variable" : { "variableName" : "stringValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stringValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StringValue", "marshallLocationName" : "StringValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                  \n@param stringValue Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.*/", "getterDocumentation" : "/**

                                                  Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                  \n@return Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.*/", "fluentSetterDocumentation" : "/**

                                                  Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                  \n@param stringValue Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                  \n@param stringValue Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetSubscriptionAttributesResult" : { "c2jName" : "GetSubscriptionAttributesResponse", "documentation" : "

                                                  Response for GetSubscriptionAttributes action.

                                                  ", "shapeName" : "GetSubscriptionAttributesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  A map of the subscription's attributes. Attributes in this map include the following:

                                                  • SubscriptionArn -- the subscription's ARN

                                                  • TopicArn -- the topic ARN that the subscription is associated with

                                                  • Owner -- the AWS account ID of the subscription's owner

                                                  • ConfirmationWasAuthenticated -- true if the subscription confirmation request was authenticated

                                                  • DeliveryPolicy -- the JSON serialization of the subscription's delivery policy

                                                  • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults

                                                  ", "name" : "Attributes", "c2jName" : "Attributes", "c2jShape" : "SubscriptionAttributesMap", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

                                                  A map of the subscription's attributes. Attributes in this map include the following:

                                                  • SubscriptionArn -- the subscription's ARN

                                                  • TopicArn -- the topic ARN that the subscription is associated with

                                                  • Owner -- the AWS account ID of the subscription's owner

                                                  • ConfirmationWasAuthenticated -- true if the subscription confirmation request was authenticated

                                                  • DeliveryPolicy -- the JSON serialization of the subscription's delivery policy

                                                  • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults

                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Attributes", "marshallLocationName" : "Attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "attributeValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

                                                  A map of the subscription's attributes. Attributes in this map include the following:

                                                  • SubscriptionArn -- the subscription's ARN

                                                  • TopicArn -- the topic ARN that the subscription is associated with

                                                  • Owner -- the AWS account ID of the subscription's owner

                                                  • ConfirmationWasAuthenticated -- true if the subscription confirmation request was authenticated

                                                  • DeliveryPolicy -- the JSON serialization of the subscription's delivery policy

                                                  • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults

                                                  \n@param attributes A map of the subscription's attributes. Attributes in this map include the following:

                                                  • SubscriptionArn -- the subscription's ARN

                                                  • TopicArn -- the topic ARN that the subscription is associated with

                                                  • Owner -- the AWS account ID of the subscription's owner

                                                  • ConfirmationWasAuthenticated -- true if the subscription confirmation request was authenticated

                                                  • DeliveryPolicy -- the JSON serialization of the subscription's delivery policy

                                                  • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults

                                                  • */", "getterDocumentation" : "/**

                                                    A map of the subscription's attributes. Attributes in this map include the following:

                                                    • SubscriptionArn -- the subscription's ARN

                                                    • TopicArn -- the topic ARN that the subscription is associated with

                                                    • Owner -- the AWS account ID of the subscription's owner

                                                    • ConfirmationWasAuthenticated -- true if the subscription confirmation request was authenticated

                                                    • DeliveryPolicy -- the JSON serialization of the subscription's delivery policy

                                                    • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults

                                                    \n@return A map of the subscription's attributes. Attributes in this map include the following:

                                                    • SubscriptionArn -- the subscription's ARN

                                                    • TopicArn -- the topic ARN that the subscription is associated with

                                                    • Owner -- the AWS account ID of the subscription's owner

                                                    • ConfirmationWasAuthenticated -- true if the subscription confirmation request was authenticated

                                                    • DeliveryPolicy -- the JSON serialization of the subscription's delivery policy

                                                    • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults

                                                    • */", "fluentSetterDocumentation" : "/**

                                                      A map of the subscription's attributes. Attributes in this map include the following:

                                                      • SubscriptionArn -- the subscription's ARN

                                                      • TopicArn -- the topic ARN that the subscription is associated with

                                                      • Owner -- the AWS account ID of the subscription's owner

                                                      • ConfirmationWasAuthenticated -- true if the subscription confirmation request was authenticated

                                                      • DeliveryPolicy -- the JSON serialization of the subscription's delivery policy

                                                      • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults

                                                      \n@param attributes A map of the subscription's attributes. Attributes in this map include the following:

                                                      • SubscriptionArn -- the subscription's ARN

                                                      • TopicArn -- the topic ARN that the subscription is associated with

                                                      • Owner -- the AWS account ID of the subscription's owner

                                                      • ConfirmationWasAuthenticated -- true if the subscription confirmation request was authenticated

                                                      • DeliveryPolicy -- the JSON serialization of the subscription's delivery policy

                                                      • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults

                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                        A map of the subscription's attributes. Attributes in this map include the following:

                                                        • SubscriptionArn -- the subscription's ARN

                                                        • TopicArn -- the topic ARN that the subscription is associated with

                                                        • Owner -- the AWS account ID of the subscription's owner

                                                        • ConfirmationWasAuthenticated -- true if the subscription confirmation request was authenticated

                                                        • DeliveryPolicy -- the JSON serialization of the subscription's delivery policy

                                                        • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults

                                                        \n@param attributes A map of the subscription's attributes. Attributes in this map include the following:

                                                        • SubscriptionArn -- the subscription's ARN

                                                        • TopicArn -- the topic ARN that the subscription is associated with

                                                        • Owner -- the AWS account ID of the subscription's owner

                                                        • ConfirmationWasAuthenticated -- true if the subscription confirmation request was authenticated

                                                        • DeliveryPolicy -- the JSON serialization of the subscription's delivery policy

                                                        • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults

                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getSubscriptionAttributesResult", "variableType" : "GetSubscriptionAttributesResult", "variableDeclarationType" : "GetSubscriptionAttributesResult", "documentation" : null, "simpleType" : "GetSubscriptionAttributesResult", "variableSetterType" : "GetSubscriptionAttributesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "GetSubscriptionAttributesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Attributes" : { "documentation" : "

                                                          A map of the subscription's attributes. Attributes in this map include the following:

                                                          • SubscriptionArn -- the subscription's ARN

                                                          • TopicArn -- the topic ARN that the subscription is associated with

                                                          • Owner -- the AWS account ID of the subscription's owner

                                                          • ConfirmationWasAuthenticated -- true if the subscription confirmation request was authenticated

                                                          • DeliveryPolicy -- the JSON serialization of the subscription's delivery policy

                                                          • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults

                                                          ", "name" : "Attributes", "c2jName" : "Attributes", "c2jShape" : "SubscriptionAttributesMap", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

                                                          A map of the subscription's attributes. Attributes in this map include the following:

                                                          • SubscriptionArn -- the subscription's ARN

                                                          • TopicArn -- the topic ARN that the subscription is associated with

                                                          • Owner -- the AWS account ID of the subscription's owner

                                                          • ConfirmationWasAuthenticated -- true if the subscription confirmation request was authenticated

                                                          • DeliveryPolicy -- the JSON serialization of the subscription's delivery policy

                                                          • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults

                                                          ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Attributes", "marshallLocationName" : "Attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "attributeValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

                                                          A map of the subscription's attributes. Attributes in this map include the following:

                                                          • SubscriptionArn -- the subscription's ARN

                                                          • TopicArn -- the topic ARN that the subscription is associated with

                                                          • Owner -- the AWS account ID of the subscription's owner

                                                          • ConfirmationWasAuthenticated -- true if the subscription confirmation request was authenticated

                                                          • DeliveryPolicy -- the JSON serialization of the subscription's delivery policy

                                                          • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults

                                                          \n@param attributes A map of the subscription's attributes. Attributes in this map include the following:

                                                          • SubscriptionArn -- the subscription's ARN

                                                          • TopicArn -- the topic ARN that the subscription is associated with

                                                          • Owner -- the AWS account ID of the subscription's owner

                                                          • ConfirmationWasAuthenticated -- true if the subscription confirmation request was authenticated

                                                          • DeliveryPolicy -- the JSON serialization of the subscription's delivery policy

                                                          • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults

                                                          • */", "getterDocumentation" : "/**

                                                            A map of the subscription's attributes. Attributes in this map include the following:

                                                            • SubscriptionArn -- the subscription's ARN

                                                            • TopicArn -- the topic ARN that the subscription is associated with

                                                            • Owner -- the AWS account ID of the subscription's owner

                                                            • ConfirmationWasAuthenticated -- true if the subscription confirmation request was authenticated

                                                            • DeliveryPolicy -- the JSON serialization of the subscription's delivery policy

                                                            • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults

                                                            \n@return A map of the subscription's attributes. Attributes in this map include the following:

                                                            • SubscriptionArn -- the subscription's ARN

                                                            • TopicArn -- the topic ARN that the subscription is associated with

                                                            • Owner -- the AWS account ID of the subscription's owner

                                                            • ConfirmationWasAuthenticated -- true if the subscription confirmation request was authenticated

                                                            • DeliveryPolicy -- the JSON serialization of the subscription's delivery policy

                                                            • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults

                                                            • */", "fluentSetterDocumentation" : "/**

                                                              A map of the subscription's attributes. Attributes in this map include the following:

                                                              • SubscriptionArn -- the subscription's ARN

                                                              • TopicArn -- the topic ARN that the subscription is associated with

                                                              • Owner -- the AWS account ID of the subscription's owner

                                                              • ConfirmationWasAuthenticated -- true if the subscription confirmation request was authenticated

                                                              • DeliveryPolicy -- the JSON serialization of the subscription's delivery policy

                                                              • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults

                                                              \n@param attributes A map of the subscription's attributes. Attributes in this map include the following:

                                                              • SubscriptionArn -- the subscription's ARN

                                                              • TopicArn -- the topic ARN that the subscription is associated with

                                                              • Owner -- the AWS account ID of the subscription's owner

                                                              • ConfirmationWasAuthenticated -- true if the subscription confirmation request was authenticated

                                                              • DeliveryPolicy -- the JSON serialization of the subscription's delivery policy

                                                              • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults

                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                A map of the subscription's attributes. Attributes in this map include the following:

                                                                • SubscriptionArn -- the subscription's ARN

                                                                • TopicArn -- the topic ARN that the subscription is associated with

                                                                • Owner -- the AWS account ID of the subscription's owner

                                                                • ConfirmationWasAuthenticated -- true if the subscription confirmation request was authenticated

                                                                • DeliveryPolicy -- the JSON serialization of the subscription's delivery policy

                                                                • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults

                                                                \n@param attributes A map of the subscription's attributes. Attributes in this map include the following:

                                                                • SubscriptionArn -- the subscription's ARN

                                                                • TopicArn -- the topic ARN that the subscription is associated with

                                                                • Owner -- the AWS account ID of the subscription's owner

                                                                • ConfirmationWasAuthenticated -- true if the subscription confirmation request was authenticated

                                                                • DeliveryPolicy -- the JSON serialization of the subscription's delivery policy

                                                                • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults

                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetEndpointAttributesRequest" : { "c2jName" : "GetEndpointAttributesInput", "documentation" : "

                                                                  Input for GetEndpointAttributes action.

                                                                  ", "shapeName" : "GetEndpointAttributesRequest", "deprecated" : false, "required" : [ "EndpointArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  EndpointArn for GetEndpointAttributes input.

                                                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  EndpointArn for GetEndpointAttributes input.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  EndpointArn for GetEndpointAttributes input.

                                                                  \n@param endpointArn EndpointArn for GetEndpointAttributes input.*/", "getterDocumentation" : "/**

                                                                  EndpointArn for GetEndpointAttributes input.

                                                                  \n@return EndpointArn for GetEndpointAttributes input.*/", "fluentSetterDocumentation" : "/**

                                                                  EndpointArn for GetEndpointAttributes input.

                                                                  \n@param endpointArn EndpointArn for GetEndpointAttributes input.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  EndpointArn for GetEndpointAttributes input.

                                                                  \n@param endpointArn EndpointArn for GetEndpointAttributes input.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getEndpointAttributesRequest", "variableType" : "GetEndpointAttributesRequest", "variableDeclarationType" : "GetEndpointAttributesRequest", "documentation" : null, "simpleType" : "GetEndpointAttributesRequest", "variableSetterType" : "GetEndpointAttributesRequest" }, "marshaller" : { "action" : "GetEndpointAttributes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EndpointArn" : { "documentation" : "

                                                                  EndpointArn for GetEndpointAttributes input.

                                                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  EndpointArn for GetEndpointAttributes input.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  EndpointArn for GetEndpointAttributes input.

                                                                  \n@param endpointArn EndpointArn for GetEndpointAttributes input.*/", "getterDocumentation" : "/**

                                                                  EndpointArn for GetEndpointAttributes input.

                                                                  \n@return EndpointArn for GetEndpointAttributes input.*/", "fluentSetterDocumentation" : "/**

                                                                  EndpointArn for GetEndpointAttributes input.

                                                                  \n@param endpointArn EndpointArn for GetEndpointAttributes input.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  EndpointArn for GetEndpointAttributes input.

                                                                  \n@param endpointArn EndpointArn for GetEndpointAttributes input.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListSubscriptionsByTopicRequest" : { "c2jName" : "ListSubscriptionsByTopicInput", "documentation" : "

                                                                  Input for ListSubscriptionsByTopic action.

                                                                  ", "shapeName" : "ListSubscriptionsByTopicRequest", "deprecated" : false, "required" : [ "TopicArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The ARN of the topic for which you wish to find subscriptions.

                                                                  ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ARN of the topic for which you wish to find subscriptions.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The ARN of the topic for which you wish to find subscriptions.

                                                                  \n@param topicArn The ARN of the topic for which you wish to find subscriptions.*/", "getterDocumentation" : "/**

                                                                  The ARN of the topic for which you wish to find subscriptions.

                                                                  \n@return The ARN of the topic for which you wish to find subscriptions.*/", "fluentSetterDocumentation" : "/**

                                                                  The ARN of the topic for which you wish to find subscriptions.

                                                                  \n@param topicArn The ARN of the topic for which you wish to find subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ARN of the topic for which you wish to find subscriptions.

                                                                  \n@param topicArn The ARN of the topic for which you wish to find subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  Token returned by the previous ListSubscriptionsByTopic request.

                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "nextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Token returned by the previous ListSubscriptionsByTopic request.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  Token returned by the previous ListSubscriptionsByTopic request.

                                                                  \n@param nextToken Token returned by the previous ListSubscriptionsByTopic request.*/", "getterDocumentation" : "/**

                                                                  Token returned by the previous ListSubscriptionsByTopic request.

                                                                  \n@return Token returned by the previous ListSubscriptionsByTopic request.*/", "fluentSetterDocumentation" : "/**

                                                                  Token returned by the previous ListSubscriptionsByTopic request.

                                                                  \n@param nextToken Token returned by the previous ListSubscriptionsByTopic request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Token returned by the previous ListSubscriptionsByTopic request.

                                                                  \n@param nextToken Token returned by the previous ListSubscriptionsByTopic request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listSubscriptionsByTopicRequest", "variableType" : "ListSubscriptionsByTopicRequest", "variableDeclarationType" : "ListSubscriptionsByTopicRequest", "documentation" : null, "simpleType" : "ListSubscriptionsByTopicRequest", "variableSetterType" : "ListSubscriptionsByTopicRequest" }, "marshaller" : { "action" : "ListSubscriptionsByTopic", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TopicArn" : { "documentation" : "

                                                                  The ARN of the topic for which you wish to find subscriptions.

                                                                  ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ARN of the topic for which you wish to find subscriptions.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The ARN of the topic for which you wish to find subscriptions.

                                                                  \n@param topicArn The ARN of the topic for which you wish to find subscriptions.*/", "getterDocumentation" : "/**

                                                                  The ARN of the topic for which you wish to find subscriptions.

                                                                  \n@return The ARN of the topic for which you wish to find subscriptions.*/", "fluentSetterDocumentation" : "/**

                                                                  The ARN of the topic for which you wish to find subscriptions.

                                                                  \n@param topicArn The ARN of the topic for which you wish to find subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ARN of the topic for which you wish to find subscriptions.

                                                                  \n@param topicArn The ARN of the topic for which you wish to find subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

                                                                  Token returned by the previous ListSubscriptionsByTopic request.

                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "nextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Token returned by the previous ListSubscriptionsByTopic request.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  Token returned by the previous ListSubscriptionsByTopic request.

                                                                  \n@param nextToken Token returned by the previous ListSubscriptionsByTopic request.*/", "getterDocumentation" : "/**

                                                                  Token returned by the previous ListSubscriptionsByTopic request.

                                                                  \n@return Token returned by the previous ListSubscriptionsByTopic request.*/", "fluentSetterDocumentation" : "/**

                                                                  Token returned by the previous ListSubscriptionsByTopic request.

                                                                  \n@param nextToken Token returned by the previous ListSubscriptionsByTopic request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Token returned by the previous ListSubscriptionsByTopic request.

                                                                  \n@param nextToken Token returned by the previous ListSubscriptionsByTopic request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UnsubscribeRequest" : { "c2jName" : "UnsubscribeInput", "documentation" : "

                                                                  Input for Unsubscribe action.

                                                                  ", "shapeName" : "UnsubscribeRequest", "deprecated" : false, "required" : [ "SubscriptionArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The ARN of the subscription to be deleted.

                                                                  ", "name" : "SubscriptionArn", "c2jName" : "SubscriptionArn", "c2jShape" : "subscriptionARN", "variable" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ARN of the subscription to be deleted.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionArn", "marshallLocationName" : "SubscriptionArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The ARN of the subscription to be deleted.

                                                                  \n@param subscriptionArn The ARN of the subscription to be deleted.*/", "getterDocumentation" : "/**

                                                                  The ARN of the subscription to be deleted.

                                                                  \n@return The ARN of the subscription to be deleted.*/", "fluentSetterDocumentation" : "/**

                                                                  The ARN of the subscription to be deleted.

                                                                  \n@param subscriptionArn The ARN of the subscription to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ARN of the subscription to be deleted.

                                                                  \n@param subscriptionArn The ARN of the subscription to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "unsubscribeRequest", "variableType" : "UnsubscribeRequest", "variableDeclarationType" : "UnsubscribeRequest", "documentation" : null, "simpleType" : "UnsubscribeRequest", "variableSetterType" : "UnsubscribeRequest" }, "marshaller" : { "action" : "Unsubscribe", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SubscriptionArn" : { "documentation" : "

                                                                  The ARN of the subscription to be deleted.

                                                                  ", "name" : "SubscriptionArn", "c2jName" : "SubscriptionArn", "c2jShape" : "subscriptionARN", "variable" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ARN of the subscription to be deleted.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionArn", "marshallLocationName" : "SubscriptionArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The ARN of the subscription to be deleted.

                                                                  \n@param subscriptionArn The ARN of the subscription to be deleted.*/", "getterDocumentation" : "/**

                                                                  The ARN of the subscription to be deleted.

                                                                  \n@return The ARN of the subscription to be deleted.*/", "fluentSetterDocumentation" : "/**

                                                                  The ARN of the subscription to be deleted.

                                                                  \n@param subscriptionArn The ARN of the subscription to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ARN of the subscription to be deleted.

                                                                  \n@param subscriptionArn The ARN of the subscription to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CheckIfPhoneNumberIsOptedOutRequest" : { "c2jName" : "CheckIfPhoneNumberIsOptedOutInput", "documentation" : "

                                                                  The input for the CheckIfPhoneNumberIsOptedOut action.

                                                                  ", "shapeName" : "CheckIfPhoneNumberIsOptedOutRequest", "deprecated" : false, "required" : [ "phoneNumber" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The phone number for which you want to check the opt out status.

                                                                  ", "name" : "PhoneNumber", "c2jName" : "phoneNumber", "c2jShape" : "PhoneNumber", "variable" : { "variableName" : "phoneNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The phone number for which you want to check the opt out status.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "phoneNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "phoneNumber", "marshallLocationName" : "phoneNumber", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The phone number for which you want to check the opt out status.

                                                                  \n@param phoneNumber The phone number for which you want to check the opt out status.*/", "getterDocumentation" : "/**

                                                                  The phone number for which you want to check the opt out status.

                                                                  \n@return The phone number for which you want to check the opt out status.*/", "fluentSetterDocumentation" : "/**

                                                                  The phone number for which you want to check the opt out status.

                                                                  \n@param phoneNumber The phone number for which you want to check the opt out status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The phone number for which you want to check the opt out status.

                                                                  \n@param phoneNumber The phone number for which you want to check the opt out status.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "checkIfPhoneNumberIsOptedOutRequest", "variableType" : "CheckIfPhoneNumberIsOptedOutRequest", "variableDeclarationType" : "CheckIfPhoneNumberIsOptedOutRequest", "documentation" : null, "simpleType" : "CheckIfPhoneNumberIsOptedOutRequest", "variableSetterType" : "CheckIfPhoneNumberIsOptedOutRequest" }, "marshaller" : { "action" : "CheckIfPhoneNumberIsOptedOut", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PhoneNumber" : { "documentation" : "

                                                                  The phone number for which you want to check the opt out status.

                                                                  ", "name" : "PhoneNumber", "c2jName" : "phoneNumber", "c2jShape" : "PhoneNumber", "variable" : { "variableName" : "phoneNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The phone number for which you want to check the opt out status.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "phoneNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "phoneNumber", "marshallLocationName" : "phoneNumber", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The phone number for which you want to check the opt out status.

                                                                  \n@param phoneNumber The phone number for which you want to check the opt out status.*/", "getterDocumentation" : "/**

                                                                  The phone number for which you want to check the opt out status.

                                                                  \n@return The phone number for which you want to check the opt out status.*/", "fluentSetterDocumentation" : "/**

                                                                  The phone number for which you want to check the opt out status.

                                                                  \n@param phoneNumber The phone number for which you want to check the opt out status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The phone number for which you want to check the opt out status.

                                                                  \n@param phoneNumber The phone number for which you want to check the opt out status.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetEndpointAttributesResult" : { "c2jName" : "SetEndpointAttributesResult", "documentation" : null, "shapeName" : "SetEndpointAttributesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setEndpointAttributesResult", "variableType" : "SetEndpointAttributesResult", "variableDeclarationType" : "SetEndpointAttributesResult", "documentation" : null, "simpleType" : "SetEndpointAttributesResult", "variableSetterType" : "SetEndpointAttributesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetEndpointAttributesResult" : { "c2jName" : "GetEndpointAttributesResponse", "documentation" : "

                                                                  Response from GetEndpointAttributes of the EndpointArn.

                                                                  ", "shapeName" : "GetEndpointAttributesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  Attributes include the following:

                                                                  • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                  • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                  • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                  ", "name" : "Attributes", "c2jName" : "Attributes", "c2jShape" : "MapStringToString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

                                                                  Attributes include the following:

                                                                  • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                  • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                  • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Attributes", "marshallLocationName" : "Attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

                                                                  Attributes include the following:

                                                                  • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                  • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                  • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                  \n@param attributes Attributes include the following:

                                                                  • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                  • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                  • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                  • */", "getterDocumentation" : "/**

                                                                    Attributes include the following:

                                                                    • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                    • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                    • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                    \n@return Attributes include the following:

                                                                    • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                    • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                    • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                      Attributes include the following:

                                                                      • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                      • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                      • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                      \n@param attributes Attributes include the following:

                                                                      • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                      • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                      • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                        Attributes include the following:

                                                                        • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                        • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                        • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                        \n@param attributes Attributes include the following:

                                                                        • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                        • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                        • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getEndpointAttributesResult", "variableType" : "GetEndpointAttributesResult", "variableDeclarationType" : "GetEndpointAttributesResult", "documentation" : null, "simpleType" : "GetEndpointAttributesResult", "variableSetterType" : "GetEndpointAttributesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "GetEndpointAttributesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Attributes" : { "documentation" : "

                                                                          Attributes include the following:

                                                                          • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                          • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                          • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                          ", "name" : "Attributes", "c2jName" : "Attributes", "c2jShape" : "MapStringToString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

                                                                          Attributes include the following:

                                                                          • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                          • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                          • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                          ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Attributes", "marshallLocationName" : "Attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

                                                                          Attributes include the following:

                                                                          • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                          • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                          • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                          \n@param attributes Attributes include the following:

                                                                          • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                          • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                          • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                          • */", "getterDocumentation" : "/**

                                                                            Attributes include the following:

                                                                            • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                            • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                            • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                            \n@return Attributes include the following:

                                                                            • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                            • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                            • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                              Attributes include the following:

                                                                              • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                              • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                              • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                              \n@param attributes Attributes include the following:

                                                                              • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                              • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                              • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                Attributes include the following:

                                                                                • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                \n@param attributes Attributes include the following:

                                                                                • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeletePlatformApplicationRequest" : { "c2jName" : "DeletePlatformApplicationInput", "documentation" : "

                                                                                  Input for DeletePlatformApplication action.

                                                                                  ", "shapeName" : "DeletePlatformApplicationRequest", "deprecated" : false, "required" : [ "PlatformApplicationArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  PlatformApplicationArn of platform application object to delete.

                                                                                  ", "name" : "PlatformApplicationArn", "c2jName" : "PlatformApplicationArn", "c2jShape" : "String", "variable" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  PlatformApplicationArn of platform application object to delete.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformApplicationArn", "marshallLocationName" : "PlatformApplicationArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  PlatformApplicationArn of platform application object to delete.

                                                                                  \n@param platformApplicationArn PlatformApplicationArn of platform application object to delete.*/", "getterDocumentation" : "/**

                                                                                  PlatformApplicationArn of platform application object to delete.

                                                                                  \n@return PlatformApplicationArn of platform application object to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                  PlatformApplicationArn of platform application object to delete.

                                                                                  \n@param platformApplicationArn PlatformApplicationArn of platform application object to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  PlatformApplicationArn of platform application object to delete.

                                                                                  \n@param platformApplicationArn PlatformApplicationArn of platform application object to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deletePlatformApplicationRequest", "variableType" : "DeletePlatformApplicationRequest", "variableDeclarationType" : "DeletePlatformApplicationRequest", "documentation" : null, "simpleType" : "DeletePlatformApplicationRequest", "variableSetterType" : "DeletePlatformApplicationRequest" }, "marshaller" : { "action" : "DeletePlatformApplication", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PlatformApplicationArn" : { "documentation" : "

                                                                                  PlatformApplicationArn of platform application object to delete.

                                                                                  ", "name" : "PlatformApplicationArn", "c2jName" : "PlatformApplicationArn", "c2jShape" : "String", "variable" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  PlatformApplicationArn of platform application object to delete.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformApplicationArn", "marshallLocationName" : "PlatformApplicationArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  PlatformApplicationArn of platform application object to delete.

                                                                                  \n@param platformApplicationArn PlatformApplicationArn of platform application object to delete.*/", "getterDocumentation" : "/**

                                                                                  PlatformApplicationArn of platform application object to delete.

                                                                                  \n@return PlatformApplicationArn of platform application object to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                  PlatformApplicationArn of platform application object to delete.

                                                                                  \n@param platformApplicationArn PlatformApplicationArn of platform application object to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  PlatformApplicationArn of platform application object to delete.

                                                                                  \n@param platformApplicationArn PlatformApplicationArn of platform application object to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PublishRequest" : { "c2jName" : "PublishInput", "documentation" : "

                                                                                  Input for Publish action.

                                                                                  ", "shapeName" : "PublishRequest", "deprecated" : false, "required" : [ "Message" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The topic you want to publish to.

                                                                                  If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.

                                                                                  ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The topic you want to publish to.

                                                                                  If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The topic you want to publish to.

                                                                                  If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.

                                                                                  \n@param topicArn The topic you want to publish to.

                                                                                  If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.*/", "getterDocumentation" : "/**

                                                                                  The topic you want to publish to.

                                                                                  If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.

                                                                                  \n@return The topic you want to publish to.

                                                                                  If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.*/", "fluentSetterDocumentation" : "/**

                                                                                  The topic you want to publish to.

                                                                                  If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.

                                                                                  \n@param topicArn The topic you want to publish to.

                                                                                  If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The topic you want to publish to.

                                                                                  If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.

                                                                                  \n@param topicArn The topic you want to publish to.

                                                                                  If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  Either TopicArn or EndpointArn, but not both.

                                                                                  If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.

                                                                                  ", "name" : "TargetArn", "c2jName" : "TargetArn", "c2jShape" : "String", "variable" : { "variableName" : "targetArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  Either TopicArn or EndpointArn, but not both.

                                                                                  If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "targetArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetArn", "marshallLocationName" : "TargetArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  Either TopicArn or EndpointArn, but not both.

                                                                                  If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.

                                                                                  \n@param targetArn Either TopicArn or EndpointArn, but not both.

                                                                                  If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.*/", "getterDocumentation" : "/**

                                                                                  Either TopicArn or EndpointArn, but not both.

                                                                                  If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.

                                                                                  \n@return Either TopicArn or EndpointArn, but not both.

                                                                                  If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.*/", "fluentSetterDocumentation" : "/**

                                                                                  Either TopicArn or EndpointArn, but not both.

                                                                                  If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.

                                                                                  \n@param targetArn Either TopicArn or EndpointArn, but not both.

                                                                                  If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  Either TopicArn or EndpointArn, but not both.

                                                                                  If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.

                                                                                  \n@param targetArn Either TopicArn or EndpointArn, but not both.

                                                                                  If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The phone number to which you want to deliver an SMS message. Use E.164 format.

                                                                                  If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.

                                                                                  ", "name" : "PhoneNumber", "c2jName" : "PhoneNumber", "c2jShape" : "String", "variable" : { "variableName" : "phoneNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The phone number to which you want to deliver an SMS message. Use E.164 format.

                                                                                  If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "phoneNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PhoneNumber", "marshallLocationName" : "PhoneNumber", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The phone number to which you want to deliver an SMS message. Use E.164 format.

                                                                                  If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.

                                                                                  \n@param phoneNumber The phone number to which you want to deliver an SMS message. Use E.164 format.

                                                                                  If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.*/", "getterDocumentation" : "/**

                                                                                  The phone number to which you want to deliver an SMS message. Use E.164 format.

                                                                                  If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.

                                                                                  \n@return The phone number to which you want to deliver an SMS message. Use E.164 format.

                                                                                  If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.*/", "fluentSetterDocumentation" : "/**

                                                                                  The phone number to which you want to deliver an SMS message. Use E.164 format.

                                                                                  If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.

                                                                                  \n@param phoneNumber The phone number to which you want to deliver an SMS message. Use E.164 format.

                                                                                  If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The phone number to which you want to deliver an SMS message. Use E.164 format.

                                                                                  If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.

                                                                                  \n@param phoneNumber The phone number to which you want to deliver an SMS message. Use E.164 format.

                                                                                  If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The message you want to send to the topic.

                                                                                  If you want to send the same message to all transport protocols, include the text of the message as a String value.

                                                                                  If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter. See the Examples section for the format of the JSON object.

                                                                                  Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size (262144 bytes, not 262144 characters).

                                                                                  JSON-specific constraints:

                                                                                  • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

                                                                                  • The values will be parsed (unescaped) before they are used in outgoing messages.

                                                                                  • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

                                                                                  • Values have a minimum length of 0 (the empty string, \"\", is allowed).

                                                                                  • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

                                                                                  • Non-string values will cause the key to be ignored.

                                                                                  • Keys that do not correspond to supported transport protocols are ignored.

                                                                                  • Duplicate keys are not allowed.

                                                                                  • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

                                                                                  ", "name" : "Message", "c2jName" : "Message", "c2jShape" : "message", "variable" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The message you want to send to the topic.

                                                                                  If you want to send the same message to all transport protocols, include the text of the message as a String value.

                                                                                  If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter. See the Examples section for the format of the JSON object.

                                                                                  Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size (262144 bytes, not 262144 characters).

                                                                                  JSON-specific constraints:

                                                                                  • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

                                                                                  • The values will be parsed (unescaped) before they are used in outgoing messages.

                                                                                  • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

                                                                                  • Values have a minimum length of 0 (the empty string, \"\", is allowed).

                                                                                  • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

                                                                                  • Non-string values will cause the key to be ignored.

                                                                                  • Keys that do not correspond to supported transport protocols are ignored.

                                                                                  • Duplicate keys are not allowed.

                                                                                  • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Message", "marshallLocationName" : "Message", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The message you want to send to the topic.

                                                                                  If you want to send the same message to all transport protocols, include the text of the message as a String value.

                                                                                  If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter. See the Examples section for the format of the JSON object.

                                                                                  Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size (262144 bytes, not 262144 characters).

                                                                                  JSON-specific constraints:

                                                                                  • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

                                                                                  • The values will be parsed (unescaped) before they are used in outgoing messages.

                                                                                  • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

                                                                                  • Values have a minimum length of 0 (the empty string, \"\", is allowed).

                                                                                  • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

                                                                                  • Non-string values will cause the key to be ignored.

                                                                                  • Keys that do not correspond to supported transport protocols are ignored.

                                                                                  • Duplicate keys are not allowed.

                                                                                  • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

                                                                                  \n@param message The message you want to send to the topic.

                                                                                  If you want to send the same message to all transport protocols, include the text of the message as a String value.

                                                                                  If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter. See the Examples section for the format of the JSON object.

                                                                                  Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size (262144 bytes, not 262144 characters).

                                                                                  JSON-specific constraints:

                                                                                  • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

                                                                                  • The values will be parsed (unescaped) before they are used in outgoing messages.

                                                                                  • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

                                                                                  • Values have a minimum length of 0 (the empty string, \"\", is allowed).

                                                                                  • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

                                                                                  • Non-string values will cause the key to be ignored.

                                                                                  • Keys that do not correspond to supported transport protocols are ignored.

                                                                                  • Duplicate keys are not allowed.

                                                                                  • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

                                                                                  • */", "getterDocumentation" : "/**

                                                                                    The message you want to send to the topic.

                                                                                    If you want to send the same message to all transport protocols, include the text of the message as a String value.

                                                                                    If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter. See the Examples section for the format of the JSON object.

                                                                                    Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size (262144 bytes, not 262144 characters).

                                                                                    JSON-specific constraints:

                                                                                    • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

                                                                                    • The values will be parsed (unescaped) before they are used in outgoing messages.

                                                                                    • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

                                                                                    • Values have a minimum length of 0 (the empty string, \"\", is allowed).

                                                                                    • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

                                                                                    • Non-string values will cause the key to be ignored.

                                                                                    • Keys that do not correspond to supported transport protocols are ignored.

                                                                                    • Duplicate keys are not allowed.

                                                                                    • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

                                                                                    \n@return The message you want to send to the topic.

                                                                                    If you want to send the same message to all transport protocols, include the text of the message as a String value.

                                                                                    If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter. See the Examples section for the format of the JSON object.

                                                                                    Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size (262144 bytes, not 262144 characters).

                                                                                    JSON-specific constraints:

                                                                                    • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

                                                                                    • The values will be parsed (unescaped) before they are used in outgoing messages.

                                                                                    • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

                                                                                    • Values have a minimum length of 0 (the empty string, \"\", is allowed).

                                                                                    • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

                                                                                    • Non-string values will cause the key to be ignored.

                                                                                    • Keys that do not correspond to supported transport protocols are ignored.

                                                                                    • Duplicate keys are not allowed.

                                                                                    • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                      The message you want to send to the topic.

                                                                                      If you want to send the same message to all transport protocols, include the text of the message as a String value.

                                                                                      If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter. See the Examples section for the format of the JSON object.

                                                                                      Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size (262144 bytes, not 262144 characters).

                                                                                      JSON-specific constraints:

                                                                                      • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

                                                                                      • The values will be parsed (unescaped) before they are used in outgoing messages.

                                                                                      • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

                                                                                      • Values have a minimum length of 0 (the empty string, \"\", is allowed).

                                                                                      • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

                                                                                      • Non-string values will cause the key to be ignored.

                                                                                      • Keys that do not correspond to supported transport protocols are ignored.

                                                                                      • Duplicate keys are not allowed.

                                                                                      • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

                                                                                      \n@param message The message you want to send to the topic.

                                                                                      If you want to send the same message to all transport protocols, include the text of the message as a String value.

                                                                                      If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter. See the Examples section for the format of the JSON object.

                                                                                      Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size (262144 bytes, not 262144 characters).

                                                                                      JSON-specific constraints:

                                                                                      • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

                                                                                      • The values will be parsed (unescaped) before they are used in outgoing messages.

                                                                                      • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

                                                                                      • Values have a minimum length of 0 (the empty string, \"\", is allowed).

                                                                                      • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

                                                                                      • Non-string values will cause the key to be ignored.

                                                                                      • Keys that do not correspond to supported transport protocols are ignored.

                                                                                      • Duplicate keys are not allowed.

                                                                                      • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                        The message you want to send to the topic.

                                                                                        If you want to send the same message to all transport protocols, include the text of the message as a String value.

                                                                                        If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter. See the Examples section for the format of the JSON object.

                                                                                        Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size (262144 bytes, not 262144 characters).

                                                                                        JSON-specific constraints:

                                                                                        • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

                                                                                        • The values will be parsed (unescaped) before they are used in outgoing messages.

                                                                                        • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

                                                                                        • Values have a minimum length of 0 (the empty string, \"\", is allowed).

                                                                                        • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

                                                                                        • Non-string values will cause the key to be ignored.

                                                                                        • Keys that do not correspond to supported transport protocols are ignored.

                                                                                        • Duplicate keys are not allowed.

                                                                                        • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

                                                                                        \n@param message The message you want to send to the topic.

                                                                                        If you want to send the same message to all transport protocols, include the text of the message as a String value.

                                                                                        If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter. See the Examples section for the format of the JSON object.

                                                                                        Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size (262144 bytes, not 262144 characters).

                                                                                        JSON-specific constraints:

                                                                                        • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

                                                                                        • The values will be parsed (unescaped) before they are used in outgoing messages.

                                                                                        • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

                                                                                        • Values have a minimum length of 0 (the empty string, \"\", is allowed).

                                                                                        • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

                                                                                        • Non-string values will cause the key to be ignored.

                                                                                        • Keys that do not correspond to supported transport protocols are ignored.

                                                                                        • Duplicate keys are not allowed.

                                                                                        • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                          Optional parameter to be used as the \"Subject\" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

                                                                                          Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.

                                                                                          ", "name" : "Subject", "c2jName" : "Subject", "c2jShape" : "subject", "variable" : { "variableName" : "subject", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                          Optional parameter to be used as the \"Subject\" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

                                                                                          Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.

                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subject", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Subject", "marshallLocationName" : "Subject", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                          Optional parameter to be used as the \"Subject\" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

                                                                                          Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.

                                                                                          \n@param subject Optional parameter to be used as the \"Subject\" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

                                                                                          Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.*/", "getterDocumentation" : "/**

                                                                                          Optional parameter to be used as the \"Subject\" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

                                                                                          Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.

                                                                                          \n@return Optional parameter to be used as the \"Subject\" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

                                                                                          Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.*/", "fluentSetterDocumentation" : "/**

                                                                                          Optional parameter to be used as the \"Subject\" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

                                                                                          Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.

                                                                                          \n@param subject Optional parameter to be used as the \"Subject\" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

                                                                                          Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          Optional parameter to be used as the \"Subject\" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

                                                                                          Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.

                                                                                          \n@param subject Optional parameter to be used as the \"Subject\" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

                                                                                          Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                          Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

                                                                                          • be a syntactically valid JSON object; and

                                                                                          • contain at least a top-level JSON key of \"default\" with a value that is a string.

                                                                                          You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., \"http\").

                                                                                          For information about sending different messages for each protocol using the AWS Management Console, go to Create Different Messages for Each Protocol in the Amazon Simple Notification Service Getting Started Guide.

                                                                                          Valid value: json

                                                                                          ", "name" : "MessageStructure", "c2jName" : "MessageStructure", "c2jShape" : "messageStructure", "variable" : { "variableName" : "messageStructure", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                          Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

                                                                                          • be a syntactically valid JSON object; and

                                                                                          • contain at least a top-level JSON key of \"default\" with a value that is a string.

                                                                                          You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., \"http\").

                                                                                          For information about sending different messages for each protocol using the AWS Management Console, go to Create Different Messages for Each Protocol in the Amazon Simple Notification Service Getting Started Guide.

                                                                                          Valid value: json

                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "messageStructure", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MessageStructure", "marshallLocationName" : "MessageStructure", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                          Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

                                                                                          • be a syntactically valid JSON object; and

                                                                                          • contain at least a top-level JSON key of \"default\" with a value that is a string.

                                                                                          You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., \"http\").

                                                                                          For information about sending different messages for each protocol using the AWS Management Console, go to Create Different Messages for Each Protocol in the Amazon Simple Notification Service Getting Started Guide.

                                                                                          Valid value: json

                                                                                          \n@param messageStructure Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

                                                                                          • be a syntactically valid JSON object; and

                                                                                          • contain at least a top-level JSON key of \"default\" with a value that is a string.

                                                                                          You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., \"http\").

                                                                                          For information about sending different messages for each protocol using the AWS Management Console, go to Create Different Messages for Each Protocol in the Amazon Simple Notification Service Getting Started Guide.

                                                                                          Valid value: json*/", "getterDocumentation" : "/**

                                                                                          Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

                                                                                          • be a syntactically valid JSON object; and

                                                                                          • contain at least a top-level JSON key of \"default\" with a value that is a string.

                                                                                          You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., \"http\").

                                                                                          For information about sending different messages for each protocol using the AWS Management Console, go to Create Different Messages for Each Protocol in the Amazon Simple Notification Service Getting Started Guide.

                                                                                          Valid value: json

                                                                                          \n@return Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

                                                                                          • be a syntactically valid JSON object; and

                                                                                          • contain at least a top-level JSON key of \"default\" with a value that is a string.

                                                                                          You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., \"http\").

                                                                                          For information about sending different messages for each protocol using the AWS Management Console, go to Create Different Messages for Each Protocol in the Amazon Simple Notification Service Getting Started Guide.

                                                                                          Valid value: json*/", "fluentSetterDocumentation" : "/**

                                                                                          Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

                                                                                          • be a syntactically valid JSON object; and

                                                                                          • contain at least a top-level JSON key of \"default\" with a value that is a string.

                                                                                          You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., \"http\").

                                                                                          For information about sending different messages for each protocol using the AWS Management Console, go to Create Different Messages for Each Protocol in the Amazon Simple Notification Service Getting Started Guide.

                                                                                          Valid value: json

                                                                                          \n@param messageStructure Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

                                                                                          • be a syntactically valid JSON object; and

                                                                                          • contain at least a top-level JSON key of \"default\" with a value that is a string.

                                                                                          You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., \"http\").

                                                                                          For information about sending different messages for each protocol using the AWS Management Console, go to Create Different Messages for Each Protocol in the Amazon Simple Notification Service Getting Started Guide.

                                                                                          Valid value: json\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

                                                                                          • be a syntactically valid JSON object; and

                                                                                          • contain at least a top-level JSON key of \"default\" with a value that is a string.

                                                                                          You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., \"http\").

                                                                                          For information about sending different messages for each protocol using the AWS Management Console, go to Create Different Messages for Each Protocol in the Amazon Simple Notification Service Getting Started Guide.

                                                                                          Valid value: json

                                                                                          \n@param messageStructure Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

                                                                                          • be a syntactically valid JSON object; and

                                                                                          • contain at least a top-level JSON key of \"default\" with a value that is a string.

                                                                                          You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., \"http\").

                                                                                          For information about sending different messages for each protocol using the AWS Management Console, go to Create Different Messages for Each Protocol in the Amazon Simple Notification Service Getting Started Guide.

                                                                                          Valid value: json\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                          Message attributes for Publish action.

                                                                                          ", "name" : "MessageAttributes", "c2jName" : "MessageAttributes", "c2jShape" : "MessageAttributeMap", "variable" : { "variableName" : "messageAttributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

                                                                                          Message attributes for Publish action.

                                                                                          ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "messageAttributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "MessageAttributes", "marshallLocationName" : "MessageAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "Name", "keyModel" : null, "valueType" : "MessageAttributeValue", "valueLocationName" : "Value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MessageAttributeValue", "variable" : { "variableName" : "value", "variableType" : "MessageAttributeValue", "variableDeclarationType" : "MessageAttributeValue", "documentation" : "", "simpleType" : "MessageAttributeValue", "variableSetterType" : "MessageAttributeValue" }, "setterModel" : { "variableName" : "value", "variableType" : "MessageAttributeValue", "variableDeclarationType" : "MessageAttributeValue", "documentation" : "", "simpleType" : "MessageAttributeValue", "variableSetterType" : "MessageAttributeValue" }, "getterModel" : { "returnType" : "MessageAttributeValue", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

                                                                                          Message attributes for Publish action.

                                                                                          \n@param messageAttributes Message attributes for Publish action.*/", "getterDocumentation" : "/**

                                                                                          Message attributes for Publish action.

                                                                                          \n@return Message attributes for Publish action.*/", "fluentSetterDocumentation" : "/**

                                                                                          Message attributes for Publish action.

                                                                                          \n@param messageAttributes Message attributes for Publish action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          Message attributes for Publish action.

                                                                                          \n@param messageAttributes Message attributes for Publish action.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "publishRequest", "variableType" : "PublishRequest", "variableDeclarationType" : "PublishRequest", "documentation" : null, "simpleType" : "PublishRequest", "variableSetterType" : "PublishRequest" }, "marshaller" : { "action" : "Publish", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MessageAttributes" : { "documentation" : "

                                                                                          Message attributes for Publish action.

                                                                                          ", "name" : "MessageAttributes", "c2jName" : "MessageAttributes", "c2jShape" : "MessageAttributeMap", "variable" : { "variableName" : "messageAttributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

                                                                                          Message attributes for Publish action.

                                                                                          ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "messageAttributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "MessageAttributes", "marshallLocationName" : "MessageAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "Name", "keyModel" : null, "valueType" : "MessageAttributeValue", "valueLocationName" : "Value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MessageAttributeValue", "variable" : { "variableName" : "value", "variableType" : "MessageAttributeValue", "variableDeclarationType" : "MessageAttributeValue", "documentation" : "", "simpleType" : "MessageAttributeValue", "variableSetterType" : "MessageAttributeValue" }, "setterModel" : { "variableName" : "value", "variableType" : "MessageAttributeValue", "variableDeclarationType" : "MessageAttributeValue", "documentation" : "", "simpleType" : "MessageAttributeValue", "variableSetterType" : "MessageAttributeValue" }, "getterModel" : { "returnType" : "MessageAttributeValue", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

                                                                                          Message attributes for Publish action.

                                                                                          \n@param messageAttributes Message attributes for Publish action.*/", "getterDocumentation" : "/**

                                                                                          Message attributes for Publish action.

                                                                                          \n@return Message attributes for Publish action.*/", "fluentSetterDocumentation" : "/**

                                                                                          Message attributes for Publish action.

                                                                                          \n@param messageAttributes Message attributes for Publish action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          Message attributes for Publish action.

                                                                                          \n@param messageAttributes Message attributes for Publish action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TopicArn" : { "documentation" : "

                                                                                          The topic you want to publish to.

                                                                                          If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.

                                                                                          ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                          The topic you want to publish to.

                                                                                          If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.

                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                          The topic you want to publish to.

                                                                                          If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.

                                                                                          \n@param topicArn The topic you want to publish to.

                                                                                          If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.*/", "getterDocumentation" : "/**

                                                                                          The topic you want to publish to.

                                                                                          If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.

                                                                                          \n@return The topic you want to publish to.

                                                                                          If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.*/", "fluentSetterDocumentation" : "/**

                                                                                          The topic you want to publish to.

                                                                                          If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.

                                                                                          \n@param topicArn The topic you want to publish to.

                                                                                          If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          The topic you want to publish to.

                                                                                          If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.

                                                                                          \n@param topicArn The topic you want to publish to.

                                                                                          If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Message" : { "documentation" : "

                                                                                          The message you want to send to the topic.

                                                                                          If you want to send the same message to all transport protocols, include the text of the message as a String value.

                                                                                          If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter. See the Examples section for the format of the JSON object.

                                                                                          Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size (262144 bytes, not 262144 characters).

                                                                                          JSON-specific constraints:

                                                                                          • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

                                                                                          • The values will be parsed (unescaped) before they are used in outgoing messages.

                                                                                          • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

                                                                                          • Values have a minimum length of 0 (the empty string, \"\", is allowed).

                                                                                          • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

                                                                                          • Non-string values will cause the key to be ignored.

                                                                                          • Keys that do not correspond to supported transport protocols are ignored.

                                                                                          • Duplicate keys are not allowed.

                                                                                          • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

                                                                                          ", "name" : "Message", "c2jName" : "Message", "c2jShape" : "message", "variable" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                          The message you want to send to the topic.

                                                                                          If you want to send the same message to all transport protocols, include the text of the message as a String value.

                                                                                          If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter. See the Examples section for the format of the JSON object.

                                                                                          Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size (262144 bytes, not 262144 characters).

                                                                                          JSON-specific constraints:

                                                                                          • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

                                                                                          • The values will be parsed (unescaped) before they are used in outgoing messages.

                                                                                          • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

                                                                                          • Values have a minimum length of 0 (the empty string, \"\", is allowed).

                                                                                          • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

                                                                                          • Non-string values will cause the key to be ignored.

                                                                                          • Keys that do not correspond to supported transport protocols are ignored.

                                                                                          • Duplicate keys are not allowed.

                                                                                          • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Message", "marshallLocationName" : "Message", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                          The message you want to send to the topic.

                                                                                          If you want to send the same message to all transport protocols, include the text of the message as a String value.

                                                                                          If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter. See the Examples section for the format of the JSON object.

                                                                                          Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size (262144 bytes, not 262144 characters).

                                                                                          JSON-specific constraints:

                                                                                          • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

                                                                                          • The values will be parsed (unescaped) before they are used in outgoing messages.

                                                                                          • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

                                                                                          • Values have a minimum length of 0 (the empty string, \"\", is allowed).

                                                                                          • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

                                                                                          • Non-string values will cause the key to be ignored.

                                                                                          • Keys that do not correspond to supported transport protocols are ignored.

                                                                                          • Duplicate keys are not allowed.

                                                                                          • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

                                                                                          \n@param message The message you want to send to the topic.

                                                                                          If you want to send the same message to all transport protocols, include the text of the message as a String value.

                                                                                          If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter. See the Examples section for the format of the JSON object.

                                                                                          Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size (262144 bytes, not 262144 characters).

                                                                                          JSON-specific constraints:

                                                                                          • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

                                                                                          • The values will be parsed (unescaped) before they are used in outgoing messages.

                                                                                          • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

                                                                                          • Values have a minimum length of 0 (the empty string, \"\", is allowed).

                                                                                          • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

                                                                                          • Non-string values will cause the key to be ignored.

                                                                                          • Keys that do not correspond to supported transport protocols are ignored.

                                                                                          • Duplicate keys are not allowed.

                                                                                          • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

                                                                                          • */", "getterDocumentation" : "/**

                                                                                            The message you want to send to the topic.

                                                                                            If you want to send the same message to all transport protocols, include the text of the message as a String value.

                                                                                            If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter. See the Examples section for the format of the JSON object.

                                                                                            Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size (262144 bytes, not 262144 characters).

                                                                                            JSON-specific constraints:

                                                                                            • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

                                                                                            • The values will be parsed (unescaped) before they are used in outgoing messages.

                                                                                            • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

                                                                                            • Values have a minimum length of 0 (the empty string, \"\", is allowed).

                                                                                            • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

                                                                                            • Non-string values will cause the key to be ignored.

                                                                                            • Keys that do not correspond to supported transport protocols are ignored.

                                                                                            • Duplicate keys are not allowed.

                                                                                            • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

                                                                                            \n@return The message you want to send to the topic.

                                                                                            If you want to send the same message to all transport protocols, include the text of the message as a String value.

                                                                                            If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter. See the Examples section for the format of the JSON object.

                                                                                            Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size (262144 bytes, not 262144 characters).

                                                                                            JSON-specific constraints:

                                                                                            • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

                                                                                            • The values will be parsed (unescaped) before they are used in outgoing messages.

                                                                                            • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

                                                                                            • Values have a minimum length of 0 (the empty string, \"\", is allowed).

                                                                                            • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

                                                                                            • Non-string values will cause the key to be ignored.

                                                                                            • Keys that do not correspond to supported transport protocols are ignored.

                                                                                            • Duplicate keys are not allowed.

                                                                                            • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                              The message you want to send to the topic.

                                                                                              If you want to send the same message to all transport protocols, include the text of the message as a String value.

                                                                                              If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter. See the Examples section for the format of the JSON object.

                                                                                              Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size (262144 bytes, not 262144 characters).

                                                                                              JSON-specific constraints:

                                                                                              • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

                                                                                              • The values will be parsed (unescaped) before they are used in outgoing messages.

                                                                                              • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

                                                                                              • Values have a minimum length of 0 (the empty string, \"\", is allowed).

                                                                                              • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

                                                                                              • Non-string values will cause the key to be ignored.

                                                                                              • Keys that do not correspond to supported transport protocols are ignored.

                                                                                              • Duplicate keys are not allowed.

                                                                                              • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

                                                                                              \n@param message The message you want to send to the topic.

                                                                                              If you want to send the same message to all transport protocols, include the text of the message as a String value.

                                                                                              If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter. See the Examples section for the format of the JSON object.

                                                                                              Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size (262144 bytes, not 262144 characters).

                                                                                              JSON-specific constraints:

                                                                                              • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

                                                                                              • The values will be parsed (unescaped) before they are used in outgoing messages.

                                                                                              • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

                                                                                              • Values have a minimum length of 0 (the empty string, \"\", is allowed).

                                                                                              • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

                                                                                              • Non-string values will cause the key to be ignored.

                                                                                              • Keys that do not correspond to supported transport protocols are ignored.

                                                                                              • Duplicate keys are not allowed.

                                                                                              • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                The message you want to send to the topic.

                                                                                                If you want to send the same message to all transport protocols, include the text of the message as a String value.

                                                                                                If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter. See the Examples section for the format of the JSON object.

                                                                                                Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size (262144 bytes, not 262144 characters).

                                                                                                JSON-specific constraints:

                                                                                                • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

                                                                                                • The values will be parsed (unescaped) before they are used in outgoing messages.

                                                                                                • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

                                                                                                • Values have a minimum length of 0 (the empty string, \"\", is allowed).

                                                                                                • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

                                                                                                • Non-string values will cause the key to be ignored.

                                                                                                • Keys that do not correspond to supported transport protocols are ignored.

                                                                                                • Duplicate keys are not allowed.

                                                                                                • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

                                                                                                \n@param message The message you want to send to the topic.

                                                                                                If you want to send the same message to all transport protocols, include the text of the message as a String value.

                                                                                                If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter. See the Examples section for the format of the JSON object.

                                                                                                Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size (262144 bytes, not 262144 characters).

                                                                                                JSON-specific constraints:

                                                                                                • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

                                                                                                • The values will be parsed (unescaped) before they are used in outgoing messages.

                                                                                                • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

                                                                                                • Values have a minimum length of 0 (the empty string, \"\", is allowed).

                                                                                                • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

                                                                                                • Non-string values will cause the key to be ignored.

                                                                                                • Keys that do not correspond to supported transport protocols are ignored.

                                                                                                • Duplicate keys are not allowed.

                                                                                                • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MessageStructure" : { "documentation" : "

                                                                                                  Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

                                                                                                  • be a syntactically valid JSON object; and

                                                                                                  • contain at least a top-level JSON key of \"default\" with a value that is a string.

                                                                                                  You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., \"http\").

                                                                                                  For information about sending different messages for each protocol using the AWS Management Console, go to Create Different Messages for Each Protocol in the Amazon Simple Notification Service Getting Started Guide.

                                                                                                  Valid value: json

                                                                                                  ", "name" : "MessageStructure", "c2jName" : "MessageStructure", "c2jShape" : "messageStructure", "variable" : { "variableName" : "messageStructure", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

                                                                                                  • be a syntactically valid JSON object; and

                                                                                                  • contain at least a top-level JSON key of \"default\" with a value that is a string.

                                                                                                  You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., \"http\").

                                                                                                  For information about sending different messages for each protocol using the AWS Management Console, go to Create Different Messages for Each Protocol in the Amazon Simple Notification Service Getting Started Guide.

                                                                                                  Valid value: json

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "messageStructure", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MessageStructure", "marshallLocationName" : "MessageStructure", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

                                                                                                  • be a syntactically valid JSON object; and

                                                                                                  • contain at least a top-level JSON key of \"default\" with a value that is a string.

                                                                                                  You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., \"http\").

                                                                                                  For information about sending different messages for each protocol using the AWS Management Console, go to Create Different Messages for Each Protocol in the Amazon Simple Notification Service Getting Started Guide.

                                                                                                  Valid value: json

                                                                                                  \n@param messageStructure Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

                                                                                                  • be a syntactically valid JSON object; and

                                                                                                  • contain at least a top-level JSON key of \"default\" with a value that is a string.

                                                                                                  You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., \"http\").

                                                                                                  For information about sending different messages for each protocol using the AWS Management Console, go to Create Different Messages for Each Protocol in the Amazon Simple Notification Service Getting Started Guide.

                                                                                                  Valid value: json*/", "getterDocumentation" : "/**

                                                                                                  Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

                                                                                                  • be a syntactically valid JSON object; and

                                                                                                  • contain at least a top-level JSON key of \"default\" with a value that is a string.

                                                                                                  You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., \"http\").

                                                                                                  For information about sending different messages for each protocol using the AWS Management Console, go to Create Different Messages for Each Protocol in the Amazon Simple Notification Service Getting Started Guide.

                                                                                                  Valid value: json

                                                                                                  \n@return Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

                                                                                                  • be a syntactically valid JSON object; and

                                                                                                  • contain at least a top-level JSON key of \"default\" with a value that is a string.

                                                                                                  You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., \"http\").

                                                                                                  For information about sending different messages for each protocol using the AWS Management Console, go to Create Different Messages for Each Protocol in the Amazon Simple Notification Service Getting Started Guide.

                                                                                                  Valid value: json*/", "fluentSetterDocumentation" : "/**

                                                                                                  Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

                                                                                                  • be a syntactically valid JSON object; and

                                                                                                  • contain at least a top-level JSON key of \"default\" with a value that is a string.

                                                                                                  You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., \"http\").

                                                                                                  For information about sending different messages for each protocol using the AWS Management Console, go to Create Different Messages for Each Protocol in the Amazon Simple Notification Service Getting Started Guide.

                                                                                                  Valid value: json

                                                                                                  \n@param messageStructure Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

                                                                                                  • be a syntactically valid JSON object; and

                                                                                                  • contain at least a top-level JSON key of \"default\" with a value that is a string.

                                                                                                  You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., \"http\").

                                                                                                  For information about sending different messages for each protocol using the AWS Management Console, go to Create Different Messages for Each Protocol in the Amazon Simple Notification Service Getting Started Guide.

                                                                                                  Valid value: json\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

                                                                                                  • be a syntactically valid JSON object; and

                                                                                                  • contain at least a top-level JSON key of \"default\" with a value that is a string.

                                                                                                  You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., \"http\").

                                                                                                  For information about sending different messages for each protocol using the AWS Management Console, go to Create Different Messages for Each Protocol in the Amazon Simple Notification Service Getting Started Guide.

                                                                                                  Valid value: json

                                                                                                  \n@param messageStructure Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

                                                                                                  • be a syntactically valid JSON object; and

                                                                                                  • contain at least a top-level JSON key of \"default\" with a value that is a string.

                                                                                                  You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., \"http\").

                                                                                                  For information about sending different messages for each protocol using the AWS Management Console, go to Create Different Messages for Each Protocol in the Amazon Simple Notification Service Getting Started Guide.

                                                                                                  Valid value: json\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TargetArn" : { "documentation" : "

                                                                                                  Either TopicArn or EndpointArn, but not both.

                                                                                                  If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.

                                                                                                  ", "name" : "TargetArn", "c2jName" : "TargetArn", "c2jShape" : "String", "variable" : { "variableName" : "targetArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Either TopicArn or EndpointArn, but not both.

                                                                                                  If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "targetArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetArn", "marshallLocationName" : "TargetArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Either TopicArn or EndpointArn, but not both.

                                                                                                  If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.

                                                                                                  \n@param targetArn Either TopicArn or EndpointArn, but not both.

                                                                                                  If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.*/", "getterDocumentation" : "/**

                                                                                                  Either TopicArn or EndpointArn, but not both.

                                                                                                  If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.

                                                                                                  \n@return Either TopicArn or EndpointArn, but not both.

                                                                                                  If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Either TopicArn or EndpointArn, but not both.

                                                                                                  If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.

                                                                                                  \n@param targetArn Either TopicArn or EndpointArn, but not both.

                                                                                                  If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Either TopicArn or EndpointArn, but not both.

                                                                                                  If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.

                                                                                                  \n@param targetArn Either TopicArn or EndpointArn, but not both.

                                                                                                  If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PhoneNumber" : { "documentation" : "

                                                                                                  The phone number to which you want to deliver an SMS message. Use E.164 format.

                                                                                                  If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.

                                                                                                  ", "name" : "PhoneNumber", "c2jName" : "PhoneNumber", "c2jShape" : "String", "variable" : { "variableName" : "phoneNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The phone number to which you want to deliver an SMS message. Use E.164 format.

                                                                                                  If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "phoneNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PhoneNumber", "marshallLocationName" : "PhoneNumber", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The phone number to which you want to deliver an SMS message. Use E.164 format.

                                                                                                  If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.

                                                                                                  \n@param phoneNumber The phone number to which you want to deliver an SMS message. Use E.164 format.

                                                                                                  If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.*/", "getterDocumentation" : "/**

                                                                                                  The phone number to which you want to deliver an SMS message. Use E.164 format.

                                                                                                  If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.

                                                                                                  \n@return The phone number to which you want to deliver an SMS message. Use E.164 format.

                                                                                                  If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The phone number to which you want to deliver an SMS message. Use E.164 format.

                                                                                                  If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.

                                                                                                  \n@param phoneNumber The phone number to which you want to deliver an SMS message. Use E.164 format.

                                                                                                  If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The phone number to which you want to deliver an SMS message. Use E.164 format.

                                                                                                  If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.

                                                                                                  \n@param phoneNumber The phone number to which you want to deliver an SMS message. Use E.164 format.

                                                                                                  If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Subject" : { "documentation" : "

                                                                                                  Optional parameter to be used as the \"Subject\" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

                                                                                                  Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.

                                                                                                  ", "name" : "Subject", "c2jName" : "Subject", "c2jShape" : "subject", "variable" : { "variableName" : "subject", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Optional parameter to be used as the \"Subject\" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

                                                                                                  Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subject", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Subject", "marshallLocationName" : "Subject", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Optional parameter to be used as the \"Subject\" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

                                                                                                  Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.

                                                                                                  \n@param subject Optional parameter to be used as the \"Subject\" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

                                                                                                  Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.*/", "getterDocumentation" : "/**

                                                                                                  Optional parameter to be used as the \"Subject\" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

                                                                                                  Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.

                                                                                                  \n@return Optional parameter to be used as the \"Subject\" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

                                                                                                  Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Optional parameter to be used as the \"Subject\" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

                                                                                                  Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.

                                                                                                  \n@param subject Optional parameter to be used as the \"Subject\" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

                                                                                                  Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Optional parameter to be used as the \"Subject\" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

                                                                                                  Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.

                                                                                                  \n@param subject Optional parameter to be used as the \"Subject\" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

                                                                                                  Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetSubscriptionAttributesRequest" : { "c2jName" : "GetSubscriptionAttributesInput", "documentation" : "

                                                                                                  Input for GetSubscriptionAttributes.

                                                                                                  ", "shapeName" : "GetSubscriptionAttributesRequest", "deprecated" : false, "required" : [ "SubscriptionArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ARN of the subscription whose properties you want to get.

                                                                                                  ", "name" : "SubscriptionArn", "c2jName" : "SubscriptionArn", "c2jShape" : "subscriptionARN", "variable" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ARN of the subscription whose properties you want to get.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionArn", "marshallLocationName" : "SubscriptionArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ARN of the subscription whose properties you want to get.

                                                                                                  \n@param subscriptionArn The ARN of the subscription whose properties you want to get.*/", "getterDocumentation" : "/**

                                                                                                  The ARN of the subscription whose properties you want to get.

                                                                                                  \n@return The ARN of the subscription whose properties you want to get.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ARN of the subscription whose properties you want to get.

                                                                                                  \n@param subscriptionArn The ARN of the subscription whose properties you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ARN of the subscription whose properties you want to get.

                                                                                                  \n@param subscriptionArn The ARN of the subscription whose properties you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getSubscriptionAttributesRequest", "variableType" : "GetSubscriptionAttributesRequest", "variableDeclarationType" : "GetSubscriptionAttributesRequest", "documentation" : null, "simpleType" : "GetSubscriptionAttributesRequest", "variableSetterType" : "GetSubscriptionAttributesRequest" }, "marshaller" : { "action" : "GetSubscriptionAttributes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SubscriptionArn" : { "documentation" : "

                                                                                                  The ARN of the subscription whose properties you want to get.

                                                                                                  ", "name" : "SubscriptionArn", "c2jName" : "SubscriptionArn", "c2jShape" : "subscriptionARN", "variable" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The ARN of the subscription whose properties you want to get.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionArn", "marshallLocationName" : "SubscriptionArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The ARN of the subscription whose properties you want to get.

                                                                                                  \n@param subscriptionArn The ARN of the subscription whose properties you want to get.*/", "getterDocumentation" : "/**

                                                                                                  The ARN of the subscription whose properties you want to get.

                                                                                                  \n@return The ARN of the subscription whose properties you want to get.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ARN of the subscription whose properties you want to get.

                                                                                                  \n@param subscriptionArn The ARN of the subscription whose properties you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ARN of the subscription whose properties you want to get.

                                                                                                  \n@param subscriptionArn The ARN of the subscription whose properties you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListSubscriptionsByTopicResult" : { "c2jName" : "ListSubscriptionsByTopicResponse", "documentation" : "

                                                                                                  Response for ListSubscriptionsByTopic action.

                                                                                                  ", "shapeName" : "ListSubscriptionsByTopicResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A list of subscriptions.

                                                                                                  ", "name" : "Subscriptions", "c2jName" : "Subscriptions", "c2jShape" : "SubscriptionsList", "variable" : { "variableName" : "subscriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list of subscriptions.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subscriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Subscriptions", "marshallLocationName" : "Subscriptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Subscription", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Subscription", "variable" : { "variableName" : "member", "variableType" : "Subscription", "variableDeclarationType" : "Subscription", "documentation" : "", "simpleType" : "Subscription", "variableSetterType" : "Subscription" }, "setterModel" : { "variableName" : "member", "variableType" : "Subscription", "variableDeclarationType" : "Subscription", "documentation" : "", "simpleType" : "Subscription", "variableSetterType" : "Subscription" }, "getterModel" : { "returnType" : "Subscription", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Subscription", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  A list of subscriptions.

                                                                                                  \n@param subscriptions A list of subscriptions.*/", "getterDocumentation" : "/**

                                                                                                  A list of subscriptions.

                                                                                                  \n@return A list of subscriptions.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list of subscriptions.

                                                                                                  \n@param subscriptions A list of subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A list of subscriptions.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubscriptions(java.util.Collection)} or {@link #withSubscriptions(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param subscriptions A list of subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.

                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "nextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.

                                                                                                  \n@param nextToken Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.*/", "getterDocumentation" : "/**

                                                                                                  Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.

                                                                                                  \n@return Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.

                                                                                                  \n@param nextToken Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.

                                                                                                  \n@param nextToken Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listSubscriptionsByTopicResult", "variableType" : "ListSubscriptionsByTopicResult", "variableDeclarationType" : "ListSubscriptionsByTopicResult", "documentation" : null, "simpleType" : "ListSubscriptionsByTopicResult", "variableSetterType" : "ListSubscriptionsByTopicResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ListSubscriptionsByTopicResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                                                  Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.

                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "nextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.

                                                                                                  \n@param nextToken Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.*/", "getterDocumentation" : "/**

                                                                                                  Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.

                                                                                                  \n@return Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.

                                                                                                  \n@param nextToken Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.

                                                                                                  \n@param nextToken Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Subscriptions" : { "documentation" : "

                                                                                                  A list of subscriptions.

                                                                                                  ", "name" : "Subscriptions", "c2jName" : "Subscriptions", "c2jShape" : "SubscriptionsList", "variable" : { "variableName" : "subscriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list of subscriptions.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subscriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Subscriptions", "marshallLocationName" : "Subscriptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Subscription", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Subscription", "variable" : { "variableName" : "member", "variableType" : "Subscription", "variableDeclarationType" : "Subscription", "documentation" : "", "simpleType" : "Subscription", "variableSetterType" : "Subscription" }, "setterModel" : { "variableName" : "member", "variableType" : "Subscription", "variableDeclarationType" : "Subscription", "documentation" : "", "simpleType" : "Subscription", "variableSetterType" : "Subscription" }, "getterModel" : { "returnType" : "Subscription", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Subscription", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  A list of subscriptions.

                                                                                                  \n@param subscriptions A list of subscriptions.*/", "getterDocumentation" : "/**

                                                                                                  A list of subscriptions.

                                                                                                  \n@return A list of subscriptions.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list of subscriptions.

                                                                                                  \n@param subscriptions A list of subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A list of subscriptions.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubscriptions(java.util.Collection)} or {@link #withSubscriptions(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param subscriptions A list of subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListPhoneNumbersOptedOutRequest" : { "c2jName" : "ListPhoneNumbersOptedOutInput", "documentation" : "

                                                                                                  The input for the ListPhoneNumbersOptedOut action.

                                                                                                  ", "shapeName" : "ListPhoneNumbersOptedOutRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.

                                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "string", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.

                                                                                                  \n@param nextToken A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.*/", "getterDocumentation" : "/**

                                                                                                  A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.

                                                                                                  \n@return A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.

                                                                                                  \n@param nextToken A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.

                                                                                                  \n@param nextToken A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listPhoneNumbersOptedOutRequest", "variableType" : "ListPhoneNumbersOptedOutRequest", "variableDeclarationType" : "ListPhoneNumbersOptedOutRequest", "documentation" : null, "simpleType" : "ListPhoneNumbersOptedOutRequest", "variableSetterType" : "ListPhoneNumbersOptedOutRequest" }, "marshaller" : { "action" : "ListPhoneNumbersOptedOut", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                                                  A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.

                                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "string", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.

                                                                                                  \n@param nextToken A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.*/", "getterDocumentation" : "/**

                                                                                                  A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.

                                                                                                  \n@return A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.

                                                                                                  \n@param nextToken A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.

                                                                                                  \n@param nextToken A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListPlatformApplicationsRequest" : { "c2jName" : "ListPlatformApplicationsInput", "documentation" : "

                                                                                                  Input for ListPlatformApplications action.

                                                                                                  ", "shapeName" : "ListPlatformApplicationsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.

                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.

                                                                                                  \n@param nextToken NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.*/", "getterDocumentation" : "/**

                                                                                                  NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.

                                                                                                  \n@return NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.

                                                                                                  \n@param nextToken NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.

                                                                                                  \n@param nextToken NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listPlatformApplicationsRequest", "variableType" : "ListPlatformApplicationsRequest", "variableDeclarationType" : "ListPlatformApplicationsRequest", "documentation" : null, "simpleType" : "ListPlatformApplicationsRequest", "variableSetterType" : "ListPlatformApplicationsRequest" }, "marshaller" : { "action" : "ListPlatformApplications", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                                                  NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.

                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.

                                                                                                  \n@param nextToken NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.*/", "getterDocumentation" : "/**

                                                                                                  NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.

                                                                                                  \n@return NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.

                                                                                                  \n@param nextToken NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.

                                                                                                  \n@param nextToken NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListPhoneNumbersOptedOutResult" : { "c2jName" : "ListPhoneNumbersOptedOutResponse", "documentation" : "

                                                                                                  The response from the ListPhoneNumbersOptedOut action.

                                                                                                  ", "shapeName" : "ListPhoneNumbersOptedOutResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.

                                                                                                  ", "name" : "PhoneNumbers", "c2jName" : "phoneNumbers", "c2jShape" : "PhoneNumberList", "variable" : { "variableName" : "phoneNumbers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "phoneNumbers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "phoneNumbers", "marshallLocationName" : "phoneNumbers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PhoneNumber", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.

                                                                                                  \n@param phoneNumbers A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.*/", "getterDocumentation" : "/**

                                                                                                  A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.

                                                                                                  \n@return A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.

                                                                                                  \n@param phoneNumbers A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setPhoneNumbers(java.util.Collection)} or {@link #withPhoneNumbers(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param phoneNumbers A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.

                                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "string", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.

                                                                                                  \n@param nextToken A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.*/", "getterDocumentation" : "/**

                                                                                                  A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.

                                                                                                  \n@return A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.

                                                                                                  \n@param nextToken A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.

                                                                                                  \n@param nextToken A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listPhoneNumbersOptedOutResult", "variableType" : "ListPhoneNumbersOptedOutResult", "variableDeclarationType" : "ListPhoneNumbersOptedOutResult", "documentation" : null, "simpleType" : "ListPhoneNumbersOptedOutResult", "variableSetterType" : "ListPhoneNumbersOptedOutResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ListPhoneNumbersOptedOutResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PhoneNumbers" : { "documentation" : "

                                                                                                  A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.

                                                                                                  ", "name" : "PhoneNumbers", "c2jName" : "phoneNumbers", "c2jShape" : "PhoneNumberList", "variable" : { "variableName" : "phoneNumbers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "phoneNumbers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "phoneNumbers", "marshallLocationName" : "phoneNumbers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PhoneNumber", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.

                                                                                                  \n@param phoneNumbers A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.*/", "getterDocumentation" : "/**

                                                                                                  A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.

                                                                                                  \n@return A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.

                                                                                                  \n@param phoneNumbers A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setPhoneNumbers(java.util.Collection)} or {@link #withPhoneNumbers(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param phoneNumbers A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

                                                                                                  A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.

                                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "string", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.

                                                                                                  \n@param nextToken A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.*/", "getterDocumentation" : "/**

                                                                                                  A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.

                                                                                                  \n@return A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.

                                                                                                  \n@param nextToken A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.

                                                                                                  \n@param nextToken A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeletePlatformApplicationResult" : { "c2jName" : "DeletePlatformApplicationResult", "documentation" : null, "shapeName" : "DeletePlatformApplicationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deletePlatformApplicationResult", "variableType" : "DeletePlatformApplicationResult", "variableDeclarationType" : "DeletePlatformApplicationResult", "documentation" : null, "simpleType" : "DeletePlatformApplicationResult", "variableSetterType" : "DeletePlatformApplicationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListSubscriptionsRequest" : { "c2jName" : "ListSubscriptionsInput", "documentation" : "

                                                                                                  Input for ListSubscriptions action.

                                                                                                  ", "shapeName" : "ListSubscriptionsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  Token returned by the previous ListSubscriptions request.

                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "nextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Token returned by the previous ListSubscriptions request.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Token returned by the previous ListSubscriptions request.

                                                                                                  \n@param nextToken Token returned by the previous ListSubscriptions request.*/", "getterDocumentation" : "/**

                                                                                                  Token returned by the previous ListSubscriptions request.

                                                                                                  \n@return Token returned by the previous ListSubscriptions request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Token returned by the previous ListSubscriptions request.

                                                                                                  \n@param nextToken Token returned by the previous ListSubscriptions request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Token returned by the previous ListSubscriptions request.

                                                                                                  \n@param nextToken Token returned by the previous ListSubscriptions request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listSubscriptionsRequest", "variableType" : "ListSubscriptionsRequest", "variableDeclarationType" : "ListSubscriptionsRequest", "documentation" : null, "simpleType" : "ListSubscriptionsRequest", "variableSetterType" : "ListSubscriptionsRequest" }, "marshaller" : { "action" : "ListSubscriptions", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                                                  Token returned by the previous ListSubscriptions request.

                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "nextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Token returned by the previous ListSubscriptions request.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Token returned by the previous ListSubscriptions request.

                                                                                                  \n@param nextToken Token returned by the previous ListSubscriptions request.*/", "getterDocumentation" : "/**

                                                                                                  Token returned by the previous ListSubscriptions request.

                                                                                                  \n@return Token returned by the previous ListSubscriptions request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Token returned by the previous ListSubscriptions request.

                                                                                                  \n@param nextToken Token returned by the previous ListSubscriptions request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Token returned by the previous ListSubscriptions request.

                                                                                                  \n@param nextToken Token returned by the previous ListSubscriptions request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UnsubscribeResult" : { "c2jName" : "UnsubscribeResult", "documentation" : null, "shapeName" : "UnsubscribeResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "unsubscribeResult", "variableType" : "UnsubscribeResult", "variableDeclarationType" : "UnsubscribeResult", "documentation" : null, "simpleType" : "UnsubscribeResult", "variableSetterType" : "UnsubscribeResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "NotFoundException" : { "c2jName" : "NotFoundException", "documentation" : "

                                                                                                  Indicates that the requested resource does not exist.

                                                                                                  ", "shapeName" : "NotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "notFoundException", "variableType" : "NotFoundException", "variableDeclarationType" : "NotFoundException", "documentation" : null, "simpleType" : "NotFoundException", "variableSetterType" : "NotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RemovePermissionResult" : { "c2jName" : "RemovePermissionResult", "documentation" : null, "shapeName" : "RemovePermissionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "removePermissionResult", "variableType" : "RemovePermissionResult", "variableDeclarationType" : "RemovePermissionResult", "documentation" : null, "simpleType" : "RemovePermissionResult", "variableSetterType" : "RemovePermissionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetTopicAttributesResult" : { "c2jName" : "GetTopicAttributesResponse", "documentation" : "

                                                                                                  Response for GetTopicAttributes action.

                                                                                                  ", "shapeName" : "GetTopicAttributesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  A map of the topic's attributes. Attributes in this map include the following:

                                                                                                  • TopicArn -- the topic's ARN

                                                                                                  • Owner -- the AWS account ID of the topic's owner

                                                                                                  • Policy -- the JSON serialization of the topic's access control policy

                                                                                                  • DisplayName -- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints

                                                                                                  • SubscriptionsPending -- the number of subscriptions pending confirmation on this topic

                                                                                                  • SubscriptionsConfirmed -- the number of confirmed subscriptions on this topic

                                                                                                  • SubscriptionsDeleted -- the number of deleted subscriptions on this topic

                                                                                                  • DeliveryPolicy -- the JSON serialization of the topic's delivery policy

                                                                                                  • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account system defaults

                                                                                                  ", "name" : "Attributes", "c2jName" : "Attributes", "c2jShape" : "TopicAttributesMap", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

                                                                                                  A map of the topic's attributes. Attributes in this map include the following:

                                                                                                  • TopicArn -- the topic's ARN

                                                                                                  • Owner -- the AWS account ID of the topic's owner

                                                                                                  • Policy -- the JSON serialization of the topic's access control policy

                                                                                                  • DisplayName -- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints

                                                                                                  • SubscriptionsPending -- the number of subscriptions pending confirmation on this topic

                                                                                                  • SubscriptionsConfirmed -- the number of confirmed subscriptions on this topic

                                                                                                  • SubscriptionsDeleted -- the number of deleted subscriptions on this topic

                                                                                                  • DeliveryPolicy -- the JSON serialization of the topic's delivery policy

                                                                                                  • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account system defaults

                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Attributes", "marshallLocationName" : "Attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "attributeValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

                                                                                                  A map of the topic's attributes. Attributes in this map include the following:

                                                                                                  • TopicArn -- the topic's ARN

                                                                                                  • Owner -- the AWS account ID of the topic's owner

                                                                                                  • Policy -- the JSON serialization of the topic's access control policy

                                                                                                  • DisplayName -- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints

                                                                                                  • SubscriptionsPending -- the number of subscriptions pending confirmation on this topic

                                                                                                  • SubscriptionsConfirmed -- the number of confirmed subscriptions on this topic

                                                                                                  • SubscriptionsDeleted -- the number of deleted subscriptions on this topic

                                                                                                  • DeliveryPolicy -- the JSON serialization of the topic's delivery policy

                                                                                                  • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account system defaults

                                                                                                  \n@param attributes A map of the topic's attributes. Attributes in this map include the following:

                                                                                                  • TopicArn -- the topic's ARN

                                                                                                  • Owner -- the AWS account ID of the topic's owner

                                                                                                  • Policy -- the JSON serialization of the topic's access control policy

                                                                                                  • DisplayName -- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints

                                                                                                  • SubscriptionsPending -- the number of subscriptions pending confirmation on this topic

                                                                                                  • SubscriptionsConfirmed -- the number of confirmed subscriptions on this topic

                                                                                                  • SubscriptionsDeleted -- the number of deleted subscriptions on this topic

                                                                                                  • DeliveryPolicy -- the JSON serialization of the topic's delivery policy

                                                                                                  • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account system defaults

                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                    A map of the topic's attributes. Attributes in this map include the following:

                                                                                                    • TopicArn -- the topic's ARN

                                                                                                    • Owner -- the AWS account ID of the topic's owner

                                                                                                    • Policy -- the JSON serialization of the topic's access control policy

                                                                                                    • DisplayName -- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints

                                                                                                    • SubscriptionsPending -- the number of subscriptions pending confirmation on this topic

                                                                                                    • SubscriptionsConfirmed -- the number of confirmed subscriptions on this topic

                                                                                                    • SubscriptionsDeleted -- the number of deleted subscriptions on this topic

                                                                                                    • DeliveryPolicy -- the JSON serialization of the topic's delivery policy

                                                                                                    • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account system defaults

                                                                                                    \n@return A map of the topic's attributes. Attributes in this map include the following:

                                                                                                    • TopicArn -- the topic's ARN

                                                                                                    • Owner -- the AWS account ID of the topic's owner

                                                                                                    • Policy -- the JSON serialization of the topic's access control policy

                                                                                                    • DisplayName -- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints

                                                                                                    • SubscriptionsPending -- the number of subscriptions pending confirmation on this topic

                                                                                                    • SubscriptionsConfirmed -- the number of confirmed subscriptions on this topic

                                                                                                    • SubscriptionsDeleted -- the number of deleted subscriptions on this topic

                                                                                                    • DeliveryPolicy -- the JSON serialization of the topic's delivery policy

                                                                                                    • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account system defaults

                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                      A map of the topic's attributes. Attributes in this map include the following:

                                                                                                      • TopicArn -- the topic's ARN

                                                                                                      • Owner -- the AWS account ID of the topic's owner

                                                                                                      • Policy -- the JSON serialization of the topic's access control policy

                                                                                                      • DisplayName -- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints

                                                                                                      • SubscriptionsPending -- the number of subscriptions pending confirmation on this topic

                                                                                                      • SubscriptionsConfirmed -- the number of confirmed subscriptions on this topic

                                                                                                      • SubscriptionsDeleted -- the number of deleted subscriptions on this topic

                                                                                                      • DeliveryPolicy -- the JSON serialization of the topic's delivery policy

                                                                                                      • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account system defaults

                                                                                                      \n@param attributes A map of the topic's attributes. Attributes in this map include the following:

                                                                                                      • TopicArn -- the topic's ARN

                                                                                                      • Owner -- the AWS account ID of the topic's owner

                                                                                                      • Policy -- the JSON serialization of the topic's access control policy

                                                                                                      • DisplayName -- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints

                                                                                                      • SubscriptionsPending -- the number of subscriptions pending confirmation on this topic

                                                                                                      • SubscriptionsConfirmed -- the number of confirmed subscriptions on this topic

                                                                                                      • SubscriptionsDeleted -- the number of deleted subscriptions on this topic

                                                                                                      • DeliveryPolicy -- the JSON serialization of the topic's delivery policy

                                                                                                      • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account system defaults

                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                        A map of the topic's attributes. Attributes in this map include the following:

                                                                                                        • TopicArn -- the topic's ARN

                                                                                                        • Owner -- the AWS account ID of the topic's owner

                                                                                                        • Policy -- the JSON serialization of the topic's access control policy

                                                                                                        • DisplayName -- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints

                                                                                                        • SubscriptionsPending -- the number of subscriptions pending confirmation on this topic

                                                                                                        • SubscriptionsConfirmed -- the number of confirmed subscriptions on this topic

                                                                                                        • SubscriptionsDeleted -- the number of deleted subscriptions on this topic

                                                                                                        • DeliveryPolicy -- the JSON serialization of the topic's delivery policy

                                                                                                        • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account system defaults

                                                                                                        \n@param attributes A map of the topic's attributes. Attributes in this map include the following:

                                                                                                        • TopicArn -- the topic's ARN

                                                                                                        • Owner -- the AWS account ID of the topic's owner

                                                                                                        • Policy -- the JSON serialization of the topic's access control policy

                                                                                                        • DisplayName -- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints

                                                                                                        • SubscriptionsPending -- the number of subscriptions pending confirmation on this topic

                                                                                                        • SubscriptionsConfirmed -- the number of confirmed subscriptions on this topic

                                                                                                        • SubscriptionsDeleted -- the number of deleted subscriptions on this topic

                                                                                                        • DeliveryPolicy -- the JSON serialization of the topic's delivery policy

                                                                                                        • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account system defaults

                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getTopicAttributesResult", "variableType" : "GetTopicAttributesResult", "variableDeclarationType" : "GetTopicAttributesResult", "documentation" : null, "simpleType" : "GetTopicAttributesResult", "variableSetterType" : "GetTopicAttributesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "GetTopicAttributesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Attributes" : { "documentation" : "

                                                                                                          A map of the topic's attributes. Attributes in this map include the following:

                                                                                                          • TopicArn -- the topic's ARN

                                                                                                          • Owner -- the AWS account ID of the topic's owner

                                                                                                          • Policy -- the JSON serialization of the topic's access control policy

                                                                                                          • DisplayName -- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints

                                                                                                          • SubscriptionsPending -- the number of subscriptions pending confirmation on this topic

                                                                                                          • SubscriptionsConfirmed -- the number of confirmed subscriptions on this topic

                                                                                                          • SubscriptionsDeleted -- the number of deleted subscriptions on this topic

                                                                                                          • DeliveryPolicy -- the JSON serialization of the topic's delivery policy

                                                                                                          • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account system defaults

                                                                                                          ", "name" : "Attributes", "c2jName" : "Attributes", "c2jShape" : "TopicAttributesMap", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

                                                                                                          A map of the topic's attributes. Attributes in this map include the following:

                                                                                                          • TopicArn -- the topic's ARN

                                                                                                          • Owner -- the AWS account ID of the topic's owner

                                                                                                          • Policy -- the JSON serialization of the topic's access control policy

                                                                                                          • DisplayName -- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints

                                                                                                          • SubscriptionsPending -- the number of subscriptions pending confirmation on this topic

                                                                                                          • SubscriptionsConfirmed -- the number of confirmed subscriptions on this topic

                                                                                                          • SubscriptionsDeleted -- the number of deleted subscriptions on this topic

                                                                                                          • DeliveryPolicy -- the JSON serialization of the topic's delivery policy

                                                                                                          • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account system defaults

                                                                                                          ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Attributes", "marshallLocationName" : "Attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "attributeValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

                                                                                                          A map of the topic's attributes. Attributes in this map include the following:

                                                                                                          • TopicArn -- the topic's ARN

                                                                                                          • Owner -- the AWS account ID of the topic's owner

                                                                                                          • Policy -- the JSON serialization of the topic's access control policy

                                                                                                          • DisplayName -- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints

                                                                                                          • SubscriptionsPending -- the number of subscriptions pending confirmation on this topic

                                                                                                          • SubscriptionsConfirmed -- the number of confirmed subscriptions on this topic

                                                                                                          • SubscriptionsDeleted -- the number of deleted subscriptions on this topic

                                                                                                          • DeliveryPolicy -- the JSON serialization of the topic's delivery policy

                                                                                                          • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account system defaults

                                                                                                          \n@param attributes A map of the topic's attributes. Attributes in this map include the following:

                                                                                                          • TopicArn -- the topic's ARN

                                                                                                          • Owner -- the AWS account ID of the topic's owner

                                                                                                          • Policy -- the JSON serialization of the topic's access control policy

                                                                                                          • DisplayName -- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints

                                                                                                          • SubscriptionsPending -- the number of subscriptions pending confirmation on this topic

                                                                                                          • SubscriptionsConfirmed -- the number of confirmed subscriptions on this topic

                                                                                                          • SubscriptionsDeleted -- the number of deleted subscriptions on this topic

                                                                                                          • DeliveryPolicy -- the JSON serialization of the topic's delivery policy

                                                                                                          • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account system defaults

                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                            A map of the topic's attributes. Attributes in this map include the following:

                                                                                                            • TopicArn -- the topic's ARN

                                                                                                            • Owner -- the AWS account ID of the topic's owner

                                                                                                            • Policy -- the JSON serialization of the topic's access control policy

                                                                                                            • DisplayName -- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints

                                                                                                            • SubscriptionsPending -- the number of subscriptions pending confirmation on this topic

                                                                                                            • SubscriptionsConfirmed -- the number of confirmed subscriptions on this topic

                                                                                                            • SubscriptionsDeleted -- the number of deleted subscriptions on this topic

                                                                                                            • DeliveryPolicy -- the JSON serialization of the topic's delivery policy

                                                                                                            • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account system defaults

                                                                                                            \n@return A map of the topic's attributes. Attributes in this map include the following:

                                                                                                            • TopicArn -- the topic's ARN

                                                                                                            • Owner -- the AWS account ID of the topic's owner

                                                                                                            • Policy -- the JSON serialization of the topic's access control policy

                                                                                                            • DisplayName -- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints

                                                                                                            • SubscriptionsPending -- the number of subscriptions pending confirmation on this topic

                                                                                                            • SubscriptionsConfirmed -- the number of confirmed subscriptions on this topic

                                                                                                            • SubscriptionsDeleted -- the number of deleted subscriptions on this topic

                                                                                                            • DeliveryPolicy -- the JSON serialization of the topic's delivery policy

                                                                                                            • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account system defaults

                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                              A map of the topic's attributes. Attributes in this map include the following:

                                                                                                              • TopicArn -- the topic's ARN

                                                                                                              • Owner -- the AWS account ID of the topic's owner

                                                                                                              • Policy -- the JSON serialization of the topic's access control policy

                                                                                                              • DisplayName -- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints

                                                                                                              • SubscriptionsPending -- the number of subscriptions pending confirmation on this topic

                                                                                                              • SubscriptionsConfirmed -- the number of confirmed subscriptions on this topic

                                                                                                              • SubscriptionsDeleted -- the number of deleted subscriptions on this topic

                                                                                                              • DeliveryPolicy -- the JSON serialization of the topic's delivery policy

                                                                                                              • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account system defaults

                                                                                                              \n@param attributes A map of the topic's attributes. Attributes in this map include the following:

                                                                                                              • TopicArn -- the topic's ARN

                                                                                                              • Owner -- the AWS account ID of the topic's owner

                                                                                                              • Policy -- the JSON serialization of the topic's access control policy

                                                                                                              • DisplayName -- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints

                                                                                                              • SubscriptionsPending -- the number of subscriptions pending confirmation on this topic

                                                                                                              • SubscriptionsConfirmed -- the number of confirmed subscriptions on this topic

                                                                                                              • SubscriptionsDeleted -- the number of deleted subscriptions on this topic

                                                                                                              • DeliveryPolicy -- the JSON serialization of the topic's delivery policy

                                                                                                              • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account system defaults

                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                A map of the topic's attributes. Attributes in this map include the following:

                                                                                                                • TopicArn -- the topic's ARN

                                                                                                                • Owner -- the AWS account ID of the topic's owner

                                                                                                                • Policy -- the JSON serialization of the topic's access control policy

                                                                                                                • DisplayName -- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints

                                                                                                                • SubscriptionsPending -- the number of subscriptions pending confirmation on this topic

                                                                                                                • SubscriptionsConfirmed -- the number of confirmed subscriptions on this topic

                                                                                                                • SubscriptionsDeleted -- the number of deleted subscriptions on this topic

                                                                                                                • DeliveryPolicy -- the JSON serialization of the topic's delivery policy

                                                                                                                • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account system defaults

                                                                                                                \n@param attributes A map of the topic's attributes. Attributes in this map include the following:

                                                                                                                • TopicArn -- the topic's ARN

                                                                                                                • Owner -- the AWS account ID of the topic's owner

                                                                                                                • Policy -- the JSON serialization of the topic's access control policy

                                                                                                                • DisplayName -- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints

                                                                                                                • SubscriptionsPending -- the number of subscriptions pending confirmation on this topic

                                                                                                                • SubscriptionsConfirmed -- the number of confirmed subscriptions on this topic

                                                                                                                • SubscriptionsDeleted -- the number of deleted subscriptions on this topic

                                                                                                                • DeliveryPolicy -- the JSON serialization of the topic's delivery policy

                                                                                                                • EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy that takes into account system defaults

                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetSMSAttributesRequest" : { "c2jName" : "GetSMSAttributesInput", "documentation" : "

                                                                                                                  The input for the GetSMSAttributes request.

                                                                                                                  ", "shapeName" : "GetSMSAttributesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

                                                                                                                  For all attribute names, see SetSMSAttributes.

                                                                                                                  If you don't use this parameter, Amazon SNS returns all SMS attributes.

                                                                                                                  ", "name" : "Attributes", "c2jName" : "attributes", "c2jShape" : "ListString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                  A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

                                                                                                                  For all attribute names, see SetSMSAttributes.

                                                                                                                  If you don't use this parameter, Amazon SNS returns all SMS attributes.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "attributes", "marshallLocationName" : "attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                  A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

                                                                                                                  For all attribute names, see SetSMSAttributes.

                                                                                                                  If you don't use this parameter, Amazon SNS returns all SMS attributes.

                                                                                                                  \n@param attributes A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

                                                                                                                  For all attribute names, see SetSMSAttributes.

                                                                                                                  If you don't use this parameter, Amazon SNS returns all SMS attributes.*/", "getterDocumentation" : "/**

                                                                                                                  A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

                                                                                                                  For all attribute names, see SetSMSAttributes.

                                                                                                                  If you don't use this parameter, Amazon SNS returns all SMS attributes.

                                                                                                                  \n@return A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

                                                                                                                  For all attribute names, see SetSMSAttributes.

                                                                                                                  If you don't use this parameter, Amazon SNS returns all SMS attributes.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

                                                                                                                  For all attribute names, see SetSMSAttributes.

                                                                                                                  If you don't use this parameter, Amazon SNS returns all SMS attributes.

                                                                                                                  \n@param attributes A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

                                                                                                                  For all attribute names, see SetSMSAttributes.

                                                                                                                  If you don't use this parameter, Amazon SNS returns all SMS attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

                                                                                                                  For all attribute names, see SetSMSAttributes.

                                                                                                                  If you don't use this parameter, Amazon SNS returns all SMS attributes.

                                                                                                                  \n

                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributes(java.util.Collection)} or {@link #withAttributes(java.util.Collection)} if you want to override the existing values.

                                                                                                                  \n@param attributes A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

                                                                                                                  For all attribute names, see SetSMSAttributes.

                                                                                                                  If you don't use this parameter, Amazon SNS returns all SMS attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getSMSAttributesRequest", "variableType" : "GetSMSAttributesRequest", "variableDeclarationType" : "GetSMSAttributesRequest", "documentation" : null, "simpleType" : "GetSMSAttributesRequest", "variableSetterType" : "GetSMSAttributesRequest" }, "marshaller" : { "action" : "GetSMSAttributes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Attributes" : { "documentation" : "

                                                                                                                  A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

                                                                                                                  For all attribute names, see SetSMSAttributes.

                                                                                                                  If you don't use this parameter, Amazon SNS returns all SMS attributes.

                                                                                                                  ", "name" : "Attributes", "c2jName" : "attributes", "c2jShape" : "ListString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                  A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

                                                                                                                  For all attribute names, see SetSMSAttributes.

                                                                                                                  If you don't use this parameter, Amazon SNS returns all SMS attributes.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "attributes", "marshallLocationName" : "attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                  A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

                                                                                                                  For all attribute names, see SetSMSAttributes.

                                                                                                                  If you don't use this parameter, Amazon SNS returns all SMS attributes.

                                                                                                                  \n@param attributes A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

                                                                                                                  For all attribute names, see SetSMSAttributes.

                                                                                                                  If you don't use this parameter, Amazon SNS returns all SMS attributes.*/", "getterDocumentation" : "/**

                                                                                                                  A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

                                                                                                                  For all attribute names, see SetSMSAttributes.

                                                                                                                  If you don't use this parameter, Amazon SNS returns all SMS attributes.

                                                                                                                  \n@return A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

                                                                                                                  For all attribute names, see SetSMSAttributes.

                                                                                                                  If you don't use this parameter, Amazon SNS returns all SMS attributes.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

                                                                                                                  For all attribute names, see SetSMSAttributes.

                                                                                                                  If you don't use this parameter, Amazon SNS returns all SMS attributes.

                                                                                                                  \n@param attributes A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

                                                                                                                  For all attribute names, see SetSMSAttributes.

                                                                                                                  If you don't use this parameter, Amazon SNS returns all SMS attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

                                                                                                                  For all attribute names, see SetSMSAttributes.

                                                                                                                  If you don't use this parameter, Amazon SNS returns all SMS attributes.

                                                                                                                  \n

                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributes(java.util.Collection)} or {@link #withAttributes(java.util.Collection)} if you want to override the existing values.

                                                                                                                  \n@param attributes A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

                                                                                                                  For all attribute names, see SetSMSAttributes.

                                                                                                                  If you don't use this parameter, Amazon SNS returns all SMS attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetSMSAttributesResult" : { "c2jName" : "SetSMSAttributesResponse", "documentation" : "

                                                                                                                  The response for the SetSMSAttributes action.

                                                                                                                  ", "shapeName" : "SetSMSAttributesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setSMSAttributesResult", "variableType" : "SetSMSAttributesResult", "variableDeclarationType" : "SetSMSAttributesResult", "documentation" : null, "simpleType" : "SetSMSAttributesResult", "variableSetterType" : "SetSMSAttributesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "SetSMSAttributesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TopicLimitExceededException" : { "c2jName" : "TopicLimitExceededException", "documentation" : "

                                                                                                                  Indicates that the customer already owns the maximum allowed number of topics.

                                                                                                                  ", "shapeName" : "TopicLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "topicLimitExceededException", "variableType" : "TopicLimitExceededException", "variableDeclarationType" : "TopicLimitExceededException", "documentation" : null, "simpleType" : "TopicLimitExceededException", "variableSetterType" : "TopicLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TopicLimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AddPermissionResult" : { "c2jName" : "AddPermissionResult", "documentation" : null, "shapeName" : "AddPermissionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "addPermissionResult", "variableType" : "AddPermissionResult", "variableDeclarationType" : "AddPermissionResult", "documentation" : null, "simpleType" : "AddPermissionResult", "variableSetterType" : "AddPermissionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RemovePermissionRequest" : { "c2jName" : "RemovePermissionInput", "documentation" : "

                                                                                                                  Input for RemovePermission action.

                                                                                                                  ", "shapeName" : "RemovePermissionRequest", "deprecated" : false, "required" : [ "TopicArn", "Label" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                  ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                  \n@param topicArn The ARN of the topic whose access control policy you wish to modify.*/", "getterDocumentation" : "/**

                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                  \n@return The ARN of the topic whose access control policy you wish to modify.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                  \n@param topicArn The ARN of the topic whose access control policy you wish to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                  \n@param topicArn The ARN of the topic whose access control policy you wish to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The unique label of the statement you want to remove.

                                                                                                                  ", "name" : "Label", "c2jName" : "Label", "c2jShape" : "label", "variable" : { "variableName" : "label", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The unique label of the statement you want to remove.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "label", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Label", "marshallLocationName" : "Label", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  The unique label of the statement you want to remove.

                                                                                                                  \n@param label The unique label of the statement you want to remove.*/", "getterDocumentation" : "/**

                                                                                                                  The unique label of the statement you want to remove.

                                                                                                                  \n@return The unique label of the statement you want to remove.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The unique label of the statement you want to remove.

                                                                                                                  \n@param label The unique label of the statement you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The unique label of the statement you want to remove.

                                                                                                                  \n@param label The unique label of the statement you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "removePermissionRequest", "variableType" : "RemovePermissionRequest", "variableDeclarationType" : "RemovePermissionRequest", "documentation" : null, "simpleType" : "RemovePermissionRequest", "variableSetterType" : "RemovePermissionRequest" }, "marshaller" : { "action" : "RemovePermission", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TopicArn" : { "documentation" : "

                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                  ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                  \n@param topicArn The ARN of the topic whose access control policy you wish to modify.*/", "getterDocumentation" : "/**

                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                  \n@return The ARN of the topic whose access control policy you wish to modify.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                  \n@param topicArn The ARN of the topic whose access control policy you wish to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                  \n@param topicArn The ARN of the topic whose access control policy you wish to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Label" : { "documentation" : "

                                                                                                                  The unique label of the statement you want to remove.

                                                                                                                  ", "name" : "Label", "c2jName" : "Label", "c2jShape" : "label", "variable" : { "variableName" : "label", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The unique label of the statement you want to remove.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "label", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Label", "marshallLocationName" : "Label", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  The unique label of the statement you want to remove.

                                                                                                                  \n@param label The unique label of the statement you want to remove.*/", "getterDocumentation" : "/**

                                                                                                                  The unique label of the statement you want to remove.

                                                                                                                  \n@return The unique label of the statement you want to remove.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The unique label of the statement you want to remove.

                                                                                                                  \n@param label The unique label of the statement you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The unique label of the statement you want to remove.

                                                                                                                  \n@param label The unique label of the statement you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetTopicAttributesResult" : { "c2jName" : "SetTopicAttributesResult", "documentation" : null, "shapeName" : "SetTopicAttributesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setTopicAttributesResult", "variableType" : "SetTopicAttributesResult", "variableDeclarationType" : "SetTopicAttributesResult", "documentation" : null, "simpleType" : "SetTopicAttributesResult", "variableSetterType" : "SetTopicAttributesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetPlatformApplicationAttributesResult" : { "c2jName" : "GetPlatformApplicationAttributesResponse", "documentation" : "

                                                                                                                  Response for GetPlatformApplicationAttributes action.

                                                                                                                  ", "shapeName" : "GetPlatformApplicationAttributesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  Attributes include the following:

                                                                                                                  • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                  • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                  • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                  • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                  ", "name" : "Attributes", "c2jName" : "Attributes", "c2jShape" : "MapStringToString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

                                                                                                                  Attributes include the following:

                                                                                                                  • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                  • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                  • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                  • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Attributes", "marshallLocationName" : "Attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

                                                                                                                  Attributes include the following:

                                                                                                                  • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                  • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                  • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                  • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                  \n@param attributes Attributes include the following:

                                                                                                                  • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                  • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                  • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                  • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                    Attributes include the following:

                                                                                                                    • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                    • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                    • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                    • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                    \n@return Attributes include the following:

                                                                                                                    • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                    • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                    • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                    • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                      Attributes include the following:

                                                                                                                      • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                      • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                      • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                      • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                      \n@param attributes Attributes include the following:

                                                                                                                      • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                      • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                      • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                      • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                        Attributes include the following:

                                                                                                                        • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                        • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                        • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                        • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                        \n@param attributes Attributes include the following:

                                                                                                                        • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                        • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                        • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                        • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getPlatformApplicationAttributesResult", "variableType" : "GetPlatformApplicationAttributesResult", "variableDeclarationType" : "GetPlatformApplicationAttributesResult", "documentation" : null, "simpleType" : "GetPlatformApplicationAttributesResult", "variableSetterType" : "GetPlatformApplicationAttributesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "GetPlatformApplicationAttributesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Attributes" : { "documentation" : "

                                                                                                                          Attributes include the following:

                                                                                                                          • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                          • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                          • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                          • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                          ", "name" : "Attributes", "c2jName" : "Attributes", "c2jShape" : "MapStringToString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

                                                                                                                          Attributes include the following:

                                                                                                                          • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                          • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                          • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                          • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                          ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Attributes", "marshallLocationName" : "Attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

                                                                                                                          Attributes include the following:

                                                                                                                          • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                          • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                          • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                          • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                          \n@param attributes Attributes include the following:

                                                                                                                          • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                          • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                          • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                          • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                            Attributes include the following:

                                                                                                                            • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                            • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                            • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                            • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                            \n@return Attributes include the following:

                                                                                                                            • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                            • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                            • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                            • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                              Attributes include the following:

                                                                                                                              • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                              • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                              • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                              • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                              \n@param attributes Attributes include the following:

                                                                                                                              • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                              • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                              • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                              • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                Attributes include the following:

                                                                                                                                • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                \n@param attributes Attributes include the following:

                                                                                                                                • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Topic" : { "c2jName" : "Topic", "documentation" : "

                                                                                                                                  A wrapper type for the topic's Amazon Resource Name (ARN). To retrieve a topic's attributes, use GetTopicAttributes.

                                                                                                                                  ", "shapeName" : "Topic", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The topic's ARN.

                                                                                                                                  ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The topic's ARN.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The topic's ARN.

                                                                                                                                  \n@param topicArn The topic's ARN.*/", "getterDocumentation" : "/**

                                                                                                                                  The topic's ARN.

                                                                                                                                  \n@return The topic's ARN.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The topic's ARN.

                                                                                                                                  \n@param topicArn The topic's ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The topic's ARN.

                                                                                                                                  \n@param topicArn The topic's ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "topic", "variableType" : "Topic", "variableDeclarationType" : "Topic", "documentation" : null, "simpleType" : "Topic", "variableSetterType" : "Topic" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TopicArn" : { "documentation" : "

                                                                                                                                  The topic's ARN.

                                                                                                                                  ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The topic's ARN.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The topic's ARN.

                                                                                                                                  \n@param topicArn The topic's ARN.*/", "getterDocumentation" : "/**

                                                                                                                                  The topic's ARN.

                                                                                                                                  \n@return The topic's ARN.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The topic's ARN.

                                                                                                                                  \n@param topicArn The topic's ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The topic's ARN.

                                                                                                                                  \n@param topicArn The topic's ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PlatformApplication" : { "c2jName" : "PlatformApplication", "documentation" : "

                                                                                                                                  Platform application object.

                                                                                                                                  ", "shapeName" : "PlatformApplication", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  PlatformApplicationArn for platform application object.

                                                                                                                                  ", "name" : "PlatformApplicationArn", "c2jName" : "PlatformApplicationArn", "c2jShape" : "String", "variable" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  PlatformApplicationArn for platform application object.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformApplicationArn", "marshallLocationName" : "PlatformApplicationArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  PlatformApplicationArn for platform application object.

                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for platform application object.*/", "getterDocumentation" : "/**

                                                                                                                                  PlatformApplicationArn for platform application object.

                                                                                                                                  \n@return PlatformApplicationArn for platform application object.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  PlatformApplicationArn for platform application object.

                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for platform application object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  PlatformApplicationArn for platform application object.

                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for platform application object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  Attributes for platform application object.

                                                                                                                                  ", "name" : "Attributes", "c2jName" : "Attributes", "c2jShape" : "MapStringToString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

                                                                                                                                  Attributes for platform application object.

                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Attributes", "marshallLocationName" : "Attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

                                                                                                                                  Attributes for platform application object.

                                                                                                                                  \n@param attributes Attributes for platform application object.*/", "getterDocumentation" : "/**

                                                                                                                                  Attributes for platform application object.

                                                                                                                                  \n@return Attributes for platform application object.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Attributes for platform application object.

                                                                                                                                  \n@param attributes Attributes for platform application object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Attributes for platform application object.

                                                                                                                                  \n@param attributes Attributes for platform application object.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "platformApplication", "variableType" : "PlatformApplication", "variableDeclarationType" : "PlatformApplication", "documentation" : null, "simpleType" : "PlatformApplication", "variableSetterType" : "PlatformApplication" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Attributes" : { "documentation" : "

                                                                                                                                  Attributes for platform application object.

                                                                                                                                  ", "name" : "Attributes", "c2jName" : "Attributes", "c2jShape" : "MapStringToString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

                                                                                                                                  Attributes for platform application object.

                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Attributes", "marshallLocationName" : "Attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

                                                                                                                                  Attributes for platform application object.

                                                                                                                                  \n@param attributes Attributes for platform application object.*/", "getterDocumentation" : "/**

                                                                                                                                  Attributes for platform application object.

                                                                                                                                  \n@return Attributes for platform application object.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Attributes for platform application object.

                                                                                                                                  \n@param attributes Attributes for platform application object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Attributes for platform application object.

                                                                                                                                  \n@param attributes Attributes for platform application object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PlatformApplicationArn" : { "documentation" : "

                                                                                                                                  PlatformApplicationArn for platform application object.

                                                                                                                                  ", "name" : "PlatformApplicationArn", "c2jName" : "PlatformApplicationArn", "c2jShape" : "String", "variable" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  PlatformApplicationArn for platform application object.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformApplicationArn", "marshallLocationName" : "PlatformApplicationArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  PlatformApplicationArn for platform application object.

                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for platform application object.*/", "getterDocumentation" : "/**

                                                                                                                                  PlatformApplicationArn for platform application object.

                                                                                                                                  \n@return PlatformApplicationArn for platform application object.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  PlatformApplicationArn for platform application object.

                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for platform application object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  PlatformApplicationArn for platform application object.

                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for platform application object.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetSubscriptionAttributesResult" : { "c2jName" : "SetSubscriptionAttributesResult", "documentation" : null, "shapeName" : "SetSubscriptionAttributesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setSubscriptionAttributesResult", "variableType" : "SetSubscriptionAttributesResult", "variableDeclarationType" : "SetSubscriptionAttributesResult", "documentation" : null, "simpleType" : "SetSubscriptionAttributesResult", "variableSetterType" : "SetSubscriptionAttributesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SetPlatformApplicationAttributesRequest" : { "c2jName" : "SetPlatformApplicationAttributesInput", "documentation" : "

                                                                                                                                  Input for SetPlatformApplicationAttributes action.

                                                                                                                                  ", "shapeName" : "SetPlatformApplicationAttributesRequest", "deprecated" : false, "required" : [ "PlatformApplicationArn", "Attributes" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  PlatformApplicationArn for SetPlatformApplicationAttributes action.

                                                                                                                                  ", "name" : "PlatformApplicationArn", "c2jName" : "PlatformApplicationArn", "c2jShape" : "String", "variable" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  PlatformApplicationArn for SetPlatformApplicationAttributes action.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformApplicationArn", "marshallLocationName" : "PlatformApplicationArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  PlatformApplicationArn for SetPlatformApplicationAttributes action.

                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for SetPlatformApplicationAttributes action.*/", "getterDocumentation" : "/**

                                                                                                                                  PlatformApplicationArn for SetPlatformApplicationAttributes action.

                                                                                                                                  \n@return PlatformApplicationArn for SetPlatformApplicationAttributes action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  PlatformApplicationArn for SetPlatformApplicationAttributes action.

                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for SetPlatformApplicationAttributes action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  PlatformApplicationArn for SetPlatformApplicationAttributes action.

                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for SetPlatformApplicationAttributes action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  A map of the platform application attributes. Attributes in this map include the following:

                                                                                                                                  • PlatformCredential -- The credential received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\".

                                                                                                                                  • PlatformPrincipal -- The principal received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\".

                                                                                                                                  • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                  • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                  • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                  • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                  • SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                  • FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                  • SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully delivered messages.

                                                                                                                                  ", "name" : "Attributes", "c2jName" : "Attributes", "c2jShape" : "MapStringToString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

                                                                                                                                  A map of the platform application attributes. Attributes in this map include the following:

                                                                                                                                  • PlatformCredential -- The credential received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\".

                                                                                                                                  • PlatformPrincipal -- The principal received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\".

                                                                                                                                  • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                  • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                  • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                  • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                  • SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                  • FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                  • SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully delivered messages.

                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Attributes", "marshallLocationName" : "Attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

                                                                                                                                  A map of the platform application attributes. Attributes in this map include the following:

                                                                                                                                  • PlatformCredential -- The credential received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\".

                                                                                                                                  • PlatformPrincipal -- The principal received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\".

                                                                                                                                  • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                  • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                  • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                  • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                  • SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                  • FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                  • SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully delivered messages.

                                                                                                                                  \n@param attributes A map of the platform application attributes. Attributes in this map include the following:

                                                                                                                                  • PlatformCredential -- The credential received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\".

                                                                                                                                  • PlatformPrincipal -- The principal received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\".

                                                                                                                                  • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                  • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                  • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                  • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                  • SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                  • FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                  • SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully delivered messages.

                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                    A map of the platform application attributes. Attributes in this map include the following:

                                                                                                                                    • PlatformCredential -- The credential received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\".

                                                                                                                                    • PlatformPrincipal -- The principal received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\".

                                                                                                                                    • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                    • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                    • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                    • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                    • SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                    • FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                    • SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully delivered messages.

                                                                                                                                    \n@return A map of the platform application attributes. Attributes in this map include the following:

                                                                                                                                    • PlatformCredential -- The credential received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\".

                                                                                                                                    • PlatformPrincipal -- The principal received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\".

                                                                                                                                    • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                    • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                    • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                    • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                    • SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                    • FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                    • SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully delivered messages.

                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                      A map of the platform application attributes. Attributes in this map include the following:

                                                                                                                                      • PlatformCredential -- The credential received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\".

                                                                                                                                      • PlatformPrincipal -- The principal received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\".

                                                                                                                                      • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                      • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                      • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                      • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                      • SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                      • FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                      • SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully delivered messages.

                                                                                                                                      \n@param attributes A map of the platform application attributes. Attributes in this map include the following:

                                                                                                                                      • PlatformCredential -- The credential received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\".

                                                                                                                                      • PlatformPrincipal -- The principal received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\".

                                                                                                                                      • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                      • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                      • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                      • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                      • SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                      • FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                      • SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully delivered messages.

                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                        A map of the platform application attributes. Attributes in this map include the following:

                                                                                                                                        • PlatformCredential -- The credential received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\".

                                                                                                                                        • PlatformPrincipal -- The principal received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\".

                                                                                                                                        • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                        • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                        • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                        • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                        • SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                        • FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                        • SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully delivered messages.

                                                                                                                                        \n@param attributes A map of the platform application attributes. Attributes in this map include the following:

                                                                                                                                        • PlatformCredential -- The credential received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\".

                                                                                                                                        • PlatformPrincipal -- The principal received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\".

                                                                                                                                        • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                        • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                        • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                        • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                        • SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                        • FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                        • SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully delivered messages.

                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setPlatformApplicationAttributesRequest", "variableType" : "SetPlatformApplicationAttributesRequest", "variableDeclarationType" : "SetPlatformApplicationAttributesRequest", "documentation" : null, "simpleType" : "SetPlatformApplicationAttributesRequest", "variableSetterType" : "SetPlatformApplicationAttributesRequest" }, "marshaller" : { "action" : "SetPlatformApplicationAttributes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Attributes" : { "documentation" : "

                                                                                                                                          A map of the platform application attributes. Attributes in this map include the following:

                                                                                                                                          • PlatformCredential -- The credential received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\".

                                                                                                                                          • PlatformPrincipal -- The principal received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\".

                                                                                                                                          • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                          • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                          • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                          • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                          • SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                          • FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                          • SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully delivered messages.

                                                                                                                                          ", "name" : "Attributes", "c2jName" : "Attributes", "c2jShape" : "MapStringToString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

                                                                                                                                          A map of the platform application attributes. Attributes in this map include the following:

                                                                                                                                          • PlatformCredential -- The credential received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\".

                                                                                                                                          • PlatformPrincipal -- The principal received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\".

                                                                                                                                          • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                          • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                          • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                          • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                          • SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                          • FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                          • SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully delivered messages.

                                                                                                                                          ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Attributes", "marshallLocationName" : "Attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

                                                                                                                                          A map of the platform application attributes. Attributes in this map include the following:

                                                                                                                                          • PlatformCredential -- The credential received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\".

                                                                                                                                          • PlatformPrincipal -- The principal received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\".

                                                                                                                                          • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                          • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                          • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                          • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                          • SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                          • FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                          • SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully delivered messages.

                                                                                                                                          \n@param attributes A map of the platform application attributes. Attributes in this map include the following:

                                                                                                                                          • PlatformCredential -- The credential received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\".

                                                                                                                                          • PlatformPrincipal -- The principal received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\".

                                                                                                                                          • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                          • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                          • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                          • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                          • SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                          • FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                          • SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully delivered messages.

                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                            A map of the platform application attributes. Attributes in this map include the following:

                                                                                                                                            • PlatformCredential -- The credential received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\".

                                                                                                                                            • PlatformPrincipal -- The principal received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\".

                                                                                                                                            • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                            • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                            • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                            • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                            • SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                            • FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                            • SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully delivered messages.

                                                                                                                                            \n@return A map of the platform application attributes. Attributes in this map include the following:

                                                                                                                                            • PlatformCredential -- The credential received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\".

                                                                                                                                            • PlatformPrincipal -- The principal received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\".

                                                                                                                                            • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                            • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                            • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                            • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                            • SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                            • FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                            • SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully delivered messages.

                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                              A map of the platform application attributes. Attributes in this map include the following:

                                                                                                                                              • PlatformCredential -- The credential received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\".

                                                                                                                                              • PlatformPrincipal -- The principal received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\".

                                                                                                                                              • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                              • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                              • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                              • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                              • SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                              • FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                              • SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully delivered messages.

                                                                                                                                              \n@param attributes A map of the platform application attributes. Attributes in this map include the following:

                                                                                                                                              • PlatformCredential -- The credential received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\".

                                                                                                                                              • PlatformPrincipal -- The principal received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\".

                                                                                                                                              • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                              • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                              • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                              • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                              • SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                              • FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                              • SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully delivered messages.

                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                A map of the platform application attributes. Attributes in this map include the following:

                                                                                                                                                • PlatformCredential -- The credential received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\".

                                                                                                                                                • PlatformPrincipal -- The principal received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\".

                                                                                                                                                • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                                • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                                • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                                • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                                • SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                                • FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                                • SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully delivered messages.

                                                                                                                                                \n@param attributes A map of the platform application attributes. Attributes in this map include the following:

                                                                                                                                                • PlatformCredential -- The credential received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\".

                                                                                                                                                • PlatformPrincipal -- The principal received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\".

                                                                                                                                                • EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.

                                                                                                                                                • EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.

                                                                                                                                                • EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.

                                                                                                                                                • EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

                                                                                                                                                • SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                                • FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

                                                                                                                                                • SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully delivered messages.

                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PlatformApplicationArn" : { "documentation" : "

                                                                                                                                                  PlatformApplicationArn for SetPlatformApplicationAttributes action.

                                                                                                                                                  ", "name" : "PlatformApplicationArn", "c2jName" : "PlatformApplicationArn", "c2jShape" : "String", "variable" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  PlatformApplicationArn for SetPlatformApplicationAttributes action.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformApplicationArn", "marshallLocationName" : "PlatformApplicationArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  PlatformApplicationArn for SetPlatformApplicationAttributes action.

                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for SetPlatformApplicationAttributes action.*/", "getterDocumentation" : "/**

                                                                                                                                                  PlatformApplicationArn for SetPlatformApplicationAttributes action.

                                                                                                                                                  \n@return PlatformApplicationArn for SetPlatformApplicationAttributes action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  PlatformApplicationArn for SetPlatformApplicationAttributes action.

                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for SetPlatformApplicationAttributes action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  PlatformApplicationArn for SetPlatformApplicationAttributes action.

                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for SetPlatformApplicationAttributes action.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ThrottledException" : { "c2jName" : "ThrottledException", "documentation" : "

                                                                                                                                                  Indicates that the rate at which requests have been submitted for this action exceeds the limit for your account.

                                                                                                                                                  ", "shapeName" : "ThrottledException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "throttledException", "variableType" : "ThrottledException", "variableDeclarationType" : "ThrottledException", "documentation" : null, "simpleType" : "ThrottledException", "variableSetterType" : "ThrottledException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "Throttled", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListSubscriptionsResult" : { "c2jName" : "ListSubscriptionsResponse", "documentation" : "

                                                                                                                                                  Response for ListSubscriptions action

                                                                                                                                                  ", "shapeName" : "ListSubscriptionsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  A list of subscriptions.

                                                                                                                                                  ", "name" : "Subscriptions", "c2jName" : "Subscriptions", "c2jShape" : "SubscriptionsList", "variable" : { "variableName" : "subscriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  A list of subscriptions.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subscriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Subscriptions", "marshallLocationName" : "Subscriptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Subscription", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Subscription", "variable" : { "variableName" : "member", "variableType" : "Subscription", "variableDeclarationType" : "Subscription", "documentation" : "", "simpleType" : "Subscription", "variableSetterType" : "Subscription" }, "setterModel" : { "variableName" : "member", "variableType" : "Subscription", "variableDeclarationType" : "Subscription", "documentation" : "", "simpleType" : "Subscription", "variableSetterType" : "Subscription" }, "getterModel" : { "returnType" : "Subscription", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Subscription", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  A list of subscriptions.

                                                                                                                                                  \n@param subscriptions A list of subscriptions.*/", "getterDocumentation" : "/**

                                                                                                                                                  A list of subscriptions.

                                                                                                                                                  \n@return A list of subscriptions.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  A list of subscriptions.

                                                                                                                                                  \n@param subscriptions A list of subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  A list of subscriptions.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubscriptions(java.util.Collection)} or {@link #withSubscriptions(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param subscriptions A list of subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.

                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "nextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.

                                                                                                                                                  \n@param nextToken Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.*/", "getterDocumentation" : "/**

                                                                                                                                                  Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.

                                                                                                                                                  \n@return Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.

                                                                                                                                                  \n@param nextToken Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.

                                                                                                                                                  \n@param nextToken Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listSubscriptionsResult", "variableType" : "ListSubscriptionsResult", "variableDeclarationType" : "ListSubscriptionsResult", "documentation" : null, "simpleType" : "ListSubscriptionsResult", "variableSetterType" : "ListSubscriptionsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ListSubscriptionsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                                                                                                  Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.

                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "nextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.

                                                                                                                                                  \n@param nextToken Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.*/", "getterDocumentation" : "/**

                                                                                                                                                  Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.

                                                                                                                                                  \n@return Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.

                                                                                                                                                  \n@param nextToken Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.

                                                                                                                                                  \n@param nextToken Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Subscriptions" : { "documentation" : "

                                                                                                                                                  A list of subscriptions.

                                                                                                                                                  ", "name" : "Subscriptions", "c2jName" : "Subscriptions", "c2jShape" : "SubscriptionsList", "variable" : { "variableName" : "subscriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  A list of subscriptions.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subscriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Subscriptions", "marshallLocationName" : "Subscriptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Subscription", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Subscription", "variable" : { "variableName" : "member", "variableType" : "Subscription", "variableDeclarationType" : "Subscription", "documentation" : "", "simpleType" : "Subscription", "variableSetterType" : "Subscription" }, "setterModel" : { "variableName" : "member", "variableType" : "Subscription", "variableDeclarationType" : "Subscription", "documentation" : "", "simpleType" : "Subscription", "variableSetterType" : "Subscription" }, "getterModel" : { "returnType" : "Subscription", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Subscription", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  A list of subscriptions.

                                                                                                                                                  \n@param subscriptions A list of subscriptions.*/", "getterDocumentation" : "/**

                                                                                                                                                  A list of subscriptions.

                                                                                                                                                  \n@return A list of subscriptions.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  A list of subscriptions.

                                                                                                                                                  \n@param subscriptions A list of subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  A list of subscriptions.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubscriptions(java.util.Collection)} or {@link #withSubscriptions(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param subscriptions A list of subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ConfirmSubscriptionResult" : { "c2jName" : "ConfirmSubscriptionResponse", "documentation" : "

                                                                                                                                                  Response for ConfirmSubscriptions action.

                                                                                                                                                  ", "shapeName" : "ConfirmSubscriptionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The ARN of the created subscription.

                                                                                                                                                  ", "name" : "SubscriptionArn", "c2jName" : "SubscriptionArn", "c2jShape" : "subscriptionARN", "variable" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The ARN of the created subscription.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionArn", "marshallLocationName" : "SubscriptionArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The ARN of the created subscription.

                                                                                                                                                  \n@param subscriptionArn The ARN of the created subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                  The ARN of the created subscription.

                                                                                                                                                  \n@return The ARN of the created subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The ARN of the created subscription.

                                                                                                                                                  \n@param subscriptionArn The ARN of the created subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The ARN of the created subscription.

                                                                                                                                                  \n@param subscriptionArn The ARN of the created subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "confirmSubscriptionResult", "variableType" : "ConfirmSubscriptionResult", "variableDeclarationType" : "ConfirmSubscriptionResult", "documentation" : null, "simpleType" : "ConfirmSubscriptionResult", "variableSetterType" : "ConfirmSubscriptionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ConfirmSubscriptionResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SubscriptionArn" : { "documentation" : "

                                                                                                                                                  The ARN of the created subscription.

                                                                                                                                                  ", "name" : "SubscriptionArn", "c2jName" : "SubscriptionArn", "c2jShape" : "subscriptionARN", "variable" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The ARN of the created subscription.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subscriptionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionArn", "marshallLocationName" : "SubscriptionArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The ARN of the created subscription.

                                                                                                                                                  \n@param subscriptionArn The ARN of the created subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                  The ARN of the created subscription.

                                                                                                                                                  \n@return The ARN of the created subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The ARN of the created subscription.

                                                                                                                                                  \n@param subscriptionArn The ARN of the created subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The ARN of the created subscription.

                                                                                                                                                  \n@param subscriptionArn The ARN of the created subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetPlatformApplicationAttributesRequest" : { "c2jName" : "GetPlatformApplicationAttributesInput", "documentation" : "

                                                                                                                                                  Input for GetPlatformApplicationAttributes action.

                                                                                                                                                  ", "shapeName" : "GetPlatformApplicationAttributesRequest", "deprecated" : false, "required" : [ "PlatformApplicationArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  PlatformApplicationArn for GetPlatformApplicationAttributesInput.

                                                                                                                                                  ", "name" : "PlatformApplicationArn", "c2jName" : "PlatformApplicationArn", "c2jShape" : "String", "variable" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  PlatformApplicationArn for GetPlatformApplicationAttributesInput.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformApplicationArn", "marshallLocationName" : "PlatformApplicationArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  PlatformApplicationArn for GetPlatformApplicationAttributesInput.

                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for GetPlatformApplicationAttributesInput.*/", "getterDocumentation" : "/**

                                                                                                                                                  PlatformApplicationArn for GetPlatformApplicationAttributesInput.

                                                                                                                                                  \n@return PlatformApplicationArn for GetPlatformApplicationAttributesInput.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  PlatformApplicationArn for GetPlatformApplicationAttributesInput.

                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for GetPlatformApplicationAttributesInput.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  PlatformApplicationArn for GetPlatformApplicationAttributesInput.

                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for GetPlatformApplicationAttributesInput.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getPlatformApplicationAttributesRequest", "variableType" : "GetPlatformApplicationAttributesRequest", "variableDeclarationType" : "GetPlatformApplicationAttributesRequest", "documentation" : null, "simpleType" : "GetPlatformApplicationAttributesRequest", "variableSetterType" : "GetPlatformApplicationAttributesRequest" }, "marshaller" : { "action" : "GetPlatformApplicationAttributes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PlatformApplicationArn" : { "documentation" : "

                                                                                                                                                  PlatformApplicationArn for GetPlatformApplicationAttributesInput.

                                                                                                                                                  ", "name" : "PlatformApplicationArn", "c2jName" : "PlatformApplicationArn", "c2jShape" : "String", "variable" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  PlatformApplicationArn for GetPlatformApplicationAttributesInput.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformApplicationArn", "marshallLocationName" : "PlatformApplicationArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  PlatformApplicationArn for GetPlatformApplicationAttributesInput.

                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for GetPlatformApplicationAttributesInput.*/", "getterDocumentation" : "/**

                                                                                                                                                  PlatformApplicationArn for GetPlatformApplicationAttributesInput.

                                                                                                                                                  \n@return PlatformApplicationArn for GetPlatformApplicationAttributesInput.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  PlatformApplicationArn for GetPlatformApplicationAttributesInput.

                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for GetPlatformApplicationAttributesInput.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  PlatformApplicationArn for GetPlatformApplicationAttributesInput.

                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for GetPlatformApplicationAttributesInput.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteEndpointRequest" : { "c2jName" : "DeleteEndpointInput", "documentation" : "

                                                                                                                                                  Input for DeleteEndpoint action.

                                                                                                                                                  ", "shapeName" : "DeleteEndpointRequest", "deprecated" : false, "required" : [ "EndpointArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  EndpointArn of endpoint to delete.

                                                                                                                                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  EndpointArn of endpoint to delete.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  EndpointArn of endpoint to delete.

                                                                                                                                                  \n@param endpointArn EndpointArn of endpoint to delete.*/", "getterDocumentation" : "/**

                                                                                                                                                  EndpointArn of endpoint to delete.

                                                                                                                                                  \n@return EndpointArn of endpoint to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  EndpointArn of endpoint to delete.

                                                                                                                                                  \n@param endpointArn EndpointArn of endpoint to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  EndpointArn of endpoint to delete.

                                                                                                                                                  \n@param endpointArn EndpointArn of endpoint to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteEndpointRequest", "variableType" : "DeleteEndpointRequest", "variableDeclarationType" : "DeleteEndpointRequest", "documentation" : null, "simpleType" : "DeleteEndpointRequest", "variableSetterType" : "DeleteEndpointRequest" }, "marshaller" : { "action" : "DeleteEndpoint", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EndpointArn" : { "documentation" : "

                                                                                                                                                  EndpointArn of endpoint to delete.

                                                                                                                                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  EndpointArn of endpoint to delete.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  EndpointArn of endpoint to delete.

                                                                                                                                                  \n@param endpointArn EndpointArn of endpoint to delete.*/", "getterDocumentation" : "/**

                                                                                                                                                  EndpointArn of endpoint to delete.

                                                                                                                                                  \n@return EndpointArn of endpoint to delete.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  EndpointArn of endpoint to delete.

                                                                                                                                                  \n@param endpointArn EndpointArn of endpoint to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  EndpointArn of endpoint to delete.

                                                                                                                                                  \n@param endpointArn EndpointArn of endpoint to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListPlatformApplicationsResult" : { "c2jName" : "ListPlatformApplicationsResponse", "documentation" : "

                                                                                                                                                  Response for ListPlatformApplications action.

                                                                                                                                                  ", "shapeName" : "ListPlatformApplicationsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  Platform applications returned when calling ListPlatformApplications action.

                                                                                                                                                  ", "name" : "PlatformApplications", "c2jName" : "PlatformApplications", "c2jShape" : "ListOfPlatformApplications", "variable" : { "variableName" : "platformApplications", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  Platform applications returned when calling ListPlatformApplications action.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "platformApplications", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformApplications", "marshallLocationName" : "PlatformApplications", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PlatformApplication", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PlatformApplication", "variable" : { "variableName" : "member", "variableType" : "PlatformApplication", "variableDeclarationType" : "PlatformApplication", "documentation" : "", "simpleType" : "PlatformApplication", "variableSetterType" : "PlatformApplication" }, "setterModel" : { "variableName" : "member", "variableType" : "PlatformApplication", "variableDeclarationType" : "PlatformApplication", "documentation" : "", "simpleType" : "PlatformApplication", "variableSetterType" : "PlatformApplication" }, "getterModel" : { "returnType" : "PlatformApplication", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "PlatformApplication", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Platform applications returned when calling ListPlatformApplications action.

                                                                                                                                                  \n@param platformApplications Platform applications returned when calling ListPlatformApplications action.*/", "getterDocumentation" : "/**

                                                                                                                                                  Platform applications returned when calling ListPlatformApplications action.

                                                                                                                                                  \n@return Platform applications returned when calling ListPlatformApplications action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Platform applications returned when calling ListPlatformApplications action.

                                                                                                                                                  \n@param platformApplications Platform applications returned when calling ListPlatformApplications action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Platform applications returned when calling ListPlatformApplications action.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setPlatformApplications(java.util.Collection)} or {@link #withPlatformApplications(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param platformApplications Platform applications returned when calling ListPlatformApplications action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.

                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.

                                                                                                                                                  \n@param nextToken NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.*/", "getterDocumentation" : "/**

                                                                                                                                                  NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.

                                                                                                                                                  \n@return NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.

                                                                                                                                                  \n@param nextToken NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.

                                                                                                                                                  \n@param nextToken NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listPlatformApplicationsResult", "variableType" : "ListPlatformApplicationsResult", "variableDeclarationType" : "ListPlatformApplicationsResult", "documentation" : null, "simpleType" : "ListPlatformApplicationsResult", "variableSetterType" : "ListPlatformApplicationsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ListPlatformApplicationsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                                                                                                  NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.

                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.

                                                                                                                                                  \n@param nextToken NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.*/", "getterDocumentation" : "/**

                                                                                                                                                  NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.

                                                                                                                                                  \n@return NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.

                                                                                                                                                  \n@param nextToken NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.

                                                                                                                                                  \n@param nextToken NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PlatformApplications" : { "documentation" : "

                                                                                                                                                  Platform applications returned when calling ListPlatformApplications action.

                                                                                                                                                  ", "name" : "PlatformApplications", "c2jName" : "PlatformApplications", "c2jShape" : "ListOfPlatformApplications", "variable" : { "variableName" : "platformApplications", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  Platform applications returned when calling ListPlatformApplications action.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "platformApplications", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformApplications", "marshallLocationName" : "PlatformApplications", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PlatformApplication", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PlatformApplication", "variable" : { "variableName" : "member", "variableType" : "PlatformApplication", "variableDeclarationType" : "PlatformApplication", "documentation" : "", "simpleType" : "PlatformApplication", "variableSetterType" : "PlatformApplication" }, "setterModel" : { "variableName" : "member", "variableType" : "PlatformApplication", "variableDeclarationType" : "PlatformApplication", "documentation" : "", "simpleType" : "PlatformApplication", "variableSetterType" : "PlatformApplication" }, "getterModel" : { "returnType" : "PlatformApplication", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "PlatformApplication", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Platform applications returned when calling ListPlatformApplications action.

                                                                                                                                                  \n@param platformApplications Platform applications returned when calling ListPlatformApplications action.*/", "getterDocumentation" : "/**

                                                                                                                                                  Platform applications returned when calling ListPlatformApplications action.

                                                                                                                                                  \n@return Platform applications returned when calling ListPlatformApplications action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Platform applications returned when calling ListPlatformApplications action.

                                                                                                                                                  \n@param platformApplications Platform applications returned when calling ListPlatformApplications action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Platform applications returned when calling ListPlatformApplications action.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setPlatformApplications(java.util.Collection)} or {@link #withPlatformApplications(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param platformApplications Platform applications returned when calling ListPlatformApplications action.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PlatformApplicationDisabledException" : { "c2jName" : "PlatformApplicationDisabledException", "documentation" : "

                                                                                                                                                  Exception error indicating platform application disabled.

                                                                                                                                                  ", "shapeName" : "PlatformApplicationDisabledException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "platformApplicationDisabledException", "variableType" : "PlatformApplicationDisabledException", "variableDeclarationType" : "PlatformApplicationDisabledException", "documentation" : null, "simpleType" : "PlatformApplicationDisabledException", "variableSetterType" : "PlatformApplicationDisabledException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "PlatformApplicationDisabled", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreatePlatformApplicationResult" : { "c2jName" : "CreatePlatformApplicationResponse", "documentation" : "

                                                                                                                                                  Response from CreatePlatformApplication action.

                                                                                                                                                  ", "shapeName" : "CreatePlatformApplicationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  PlatformApplicationArn is returned.

                                                                                                                                                  ", "name" : "PlatformApplicationArn", "c2jName" : "PlatformApplicationArn", "c2jShape" : "String", "variable" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  PlatformApplicationArn is returned.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformApplicationArn", "marshallLocationName" : "PlatformApplicationArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  PlatformApplicationArn is returned.

                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn is returned.*/", "getterDocumentation" : "/**

                                                                                                                                                  PlatformApplicationArn is returned.

                                                                                                                                                  \n@return PlatformApplicationArn is returned.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  PlatformApplicationArn is returned.

                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  PlatformApplicationArn is returned.

                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createPlatformApplicationResult", "variableType" : "CreatePlatformApplicationResult", "variableDeclarationType" : "CreatePlatformApplicationResult", "documentation" : null, "simpleType" : "CreatePlatformApplicationResult", "variableSetterType" : "CreatePlatformApplicationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "CreatePlatformApplicationResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PlatformApplicationArn" : { "documentation" : "

                                                                                                                                                  PlatformApplicationArn is returned.

                                                                                                                                                  ", "name" : "PlatformApplicationArn", "c2jName" : "PlatformApplicationArn", "c2jShape" : "String", "variable" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  PlatformApplicationArn is returned.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformApplicationArn", "marshallLocationName" : "PlatformApplicationArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  PlatformApplicationArn is returned.

                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn is returned.*/", "getterDocumentation" : "/**

                                                                                                                                                  PlatformApplicationArn is returned.

                                                                                                                                                  \n@return PlatformApplicationArn is returned.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  PlatformApplicationArn is returned.

                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  PlatformApplicationArn is returned.

                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateTopicRequest" : { "c2jName" : "CreateTopicInput", "documentation" : "

                                                                                                                                                  Input for CreateTopic action.

                                                                                                                                                  ", "shapeName" : "CreateTopicRequest", "deprecated" : false, "required" : [ "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The name of the topic you want to create.

                                                                                                                                                  Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.

                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "topicName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of the topic you want to create.

                                                                                                                                                  Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The name of the topic you want to create.

                                                                                                                                                  Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.

                                                                                                                                                  \n@param name The name of the topic you want to create.

                                                                                                                                                  Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the topic you want to create.

                                                                                                                                                  Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.

                                                                                                                                                  \n@return The name of the topic you want to create.

                                                                                                                                                  Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of the topic you want to create.

                                                                                                                                                  Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.

                                                                                                                                                  \n@param name The name of the topic you want to create.

                                                                                                                                                  Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of the topic you want to create.

                                                                                                                                                  Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.

                                                                                                                                                  \n@param name The name of the topic you want to create.

                                                                                                                                                  Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createTopicRequest", "variableType" : "CreateTopicRequest", "variableDeclarationType" : "CreateTopicRequest", "documentation" : null, "simpleType" : "CreateTopicRequest", "variableSetterType" : "CreateTopicRequest" }, "marshaller" : { "action" : "CreateTopic", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                                                                  The name of the topic you want to create.

                                                                                                                                                  Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.

                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "topicName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of the topic you want to create.

                                                                                                                                                  Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The name of the topic you want to create.

                                                                                                                                                  Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.

                                                                                                                                                  \n@param name The name of the topic you want to create.

                                                                                                                                                  Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the topic you want to create.

                                                                                                                                                  Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.

                                                                                                                                                  \n@return The name of the topic you want to create.

                                                                                                                                                  Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of the topic you want to create.

                                                                                                                                                  Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.

                                                                                                                                                  \n@param name The name of the topic you want to create.

                                                                                                                                                  Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of the topic you want to create.

                                                                                                                                                  Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.

                                                                                                                                                  \n@param name The name of the topic you want to create.

                                                                                                                                                  Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InternalErrorException" : { "c2jName" : "InternalErrorException", "documentation" : "

                                                                                                                                                  Indicates an internal service error.

                                                                                                                                                  ", "shapeName" : "InternalErrorException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "internalErrorException", "variableType" : "InternalErrorException", "variableDeclarationType" : "InternalErrorException", "documentation" : null, "simpleType" : "InternalErrorException", "variableSetterType" : "InternalErrorException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InternalError", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "OptInPhoneNumberResult" : { "c2jName" : "OptInPhoneNumberResponse", "documentation" : "

                                                                                                                                                  The response for the OptInPhoneNumber action.

                                                                                                                                                  ", "shapeName" : "OptInPhoneNumberResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "optInPhoneNumberResult", "variableType" : "OptInPhoneNumberResult", "variableDeclarationType" : "OptInPhoneNumberResult", "documentation" : null, "simpleType" : "OptInPhoneNumberResult", "variableSetterType" : "OptInPhoneNumberResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "OptInPhoneNumberResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SetPlatformApplicationAttributesResult" : { "c2jName" : "SetPlatformApplicationAttributesResult", "documentation" : null, "shapeName" : "SetPlatformApplicationAttributesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setPlatformApplicationAttributesResult", "variableType" : "SetPlatformApplicationAttributesResult", "variableDeclarationType" : "SetPlatformApplicationAttributesResult", "documentation" : null, "simpleType" : "SetPlatformApplicationAttributesResult", "variableSetterType" : "SetPlatformApplicationAttributesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListEndpointsByPlatformApplicationResult" : { "c2jName" : "ListEndpointsByPlatformApplicationResponse", "documentation" : "

                                                                                                                                                  Response for ListEndpointsByPlatformApplication action.

                                                                                                                                                  ", "shapeName" : "ListEndpointsByPlatformApplicationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  Endpoints returned for ListEndpointsByPlatformApplication action.

                                                                                                                                                  ", "name" : "Endpoints", "c2jName" : "Endpoints", "c2jShape" : "ListOfEndpoints", "variable" : { "variableName" : "endpoints", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  Endpoints returned for ListEndpointsByPlatformApplication action.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "endpoints", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Endpoints", "marshallLocationName" : "Endpoints", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Endpoint", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Endpoint", "variable" : { "variableName" : "member", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "setterModel" : { "variableName" : "member", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Endpoint", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Endpoints returned for ListEndpointsByPlatformApplication action.

                                                                                                                                                  \n@param endpoints Endpoints returned for ListEndpointsByPlatformApplication action.*/", "getterDocumentation" : "/**

                                                                                                                                                  Endpoints returned for ListEndpointsByPlatformApplication action.

                                                                                                                                                  \n@return Endpoints returned for ListEndpointsByPlatformApplication action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Endpoints returned for ListEndpointsByPlatformApplication action.

                                                                                                                                                  \n@param endpoints Endpoints returned for ListEndpointsByPlatformApplication action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Endpoints returned for ListEndpointsByPlatformApplication action.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEndpoints(java.util.Collection)} or {@link #withEndpoints(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param endpoints Endpoints returned for ListEndpointsByPlatformApplication action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.

                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.

                                                                                                                                                  \n@param nextToken NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.*/", "getterDocumentation" : "/**

                                                                                                                                                  NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.

                                                                                                                                                  \n@return NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.

                                                                                                                                                  \n@param nextToken NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.

                                                                                                                                                  \n@param nextToken NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listEndpointsByPlatformApplicationResult", "variableType" : "ListEndpointsByPlatformApplicationResult", "variableDeclarationType" : "ListEndpointsByPlatformApplicationResult", "documentation" : null, "simpleType" : "ListEndpointsByPlatformApplicationResult", "variableSetterType" : "ListEndpointsByPlatformApplicationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ListEndpointsByPlatformApplicationResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Endpoints" : { "documentation" : "

                                                                                                                                                  Endpoints returned for ListEndpointsByPlatformApplication action.

                                                                                                                                                  ", "name" : "Endpoints", "c2jName" : "Endpoints", "c2jShape" : "ListOfEndpoints", "variable" : { "variableName" : "endpoints", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  Endpoints returned for ListEndpointsByPlatformApplication action.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "endpoints", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Endpoints", "marshallLocationName" : "Endpoints", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Endpoint", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Endpoint", "variable" : { "variableName" : "member", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "setterModel" : { "variableName" : "member", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Endpoint", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Endpoints returned for ListEndpointsByPlatformApplication action.

                                                                                                                                                  \n@param endpoints Endpoints returned for ListEndpointsByPlatformApplication action.*/", "getterDocumentation" : "/**

                                                                                                                                                  Endpoints returned for ListEndpointsByPlatformApplication action.

                                                                                                                                                  \n@return Endpoints returned for ListEndpointsByPlatformApplication action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Endpoints returned for ListEndpointsByPlatformApplication action.

                                                                                                                                                  \n@param endpoints Endpoints returned for ListEndpointsByPlatformApplication action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Endpoints returned for ListEndpointsByPlatformApplication action.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEndpoints(java.util.Collection)} or {@link #withEndpoints(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param endpoints Endpoints returned for ListEndpointsByPlatformApplication action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

                                                                                                                                                  NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.

                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.

                                                                                                                                                  \n@param nextToken NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.*/", "getterDocumentation" : "/**

                                                                                                                                                  NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.

                                                                                                                                                  \n@return NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.

                                                                                                                                                  \n@param nextToken NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.

                                                                                                                                                  \n@param nextToken NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AuthorizationErrorException" : { "c2jName" : "AuthorizationErrorException", "documentation" : "

                                                                                                                                                  Indicates that the user has been denied access to the requested resource.

                                                                                                                                                  ", "shapeName" : "AuthorizationErrorException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "authorizationErrorException", "variableType" : "AuthorizationErrorException", "variableDeclarationType" : "AuthorizationErrorException", "documentation" : null, "simpleType" : "AuthorizationErrorException", "variableSetterType" : "AuthorizationErrorException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AuthorizationError", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetTopicAttributesRequest" : { "c2jName" : "GetTopicAttributesInput", "documentation" : "

                                                                                                                                                  Input for GetTopicAttributes action.

                                                                                                                                                  ", "shapeName" : "GetTopicAttributesRequest", "deprecated" : false, "required" : [ "TopicArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The ARN of the topic whose properties you want to get.

                                                                                                                                                  ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The ARN of the topic whose properties you want to get.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The ARN of the topic whose properties you want to get.

                                                                                                                                                  \n@param topicArn The ARN of the topic whose properties you want to get.*/", "getterDocumentation" : "/**

                                                                                                                                                  The ARN of the topic whose properties you want to get.

                                                                                                                                                  \n@return The ARN of the topic whose properties you want to get.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The ARN of the topic whose properties you want to get.

                                                                                                                                                  \n@param topicArn The ARN of the topic whose properties you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The ARN of the topic whose properties you want to get.

                                                                                                                                                  \n@param topicArn The ARN of the topic whose properties you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getTopicAttributesRequest", "variableType" : "GetTopicAttributesRequest", "variableDeclarationType" : "GetTopicAttributesRequest", "documentation" : null, "simpleType" : "GetTopicAttributesRequest", "variableSetterType" : "GetTopicAttributesRequest" }, "marshaller" : { "action" : "GetTopicAttributes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TopicArn" : { "documentation" : "

                                                                                                                                                  The ARN of the topic whose properties you want to get.

                                                                                                                                                  ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The ARN of the topic whose properties you want to get.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The ARN of the topic whose properties you want to get.

                                                                                                                                                  \n@param topicArn The ARN of the topic whose properties you want to get.*/", "getterDocumentation" : "/**

                                                                                                                                                  The ARN of the topic whose properties you want to get.

                                                                                                                                                  \n@return The ARN of the topic whose properties you want to get.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The ARN of the topic whose properties you want to get.

                                                                                                                                                  \n@param topicArn The ARN of the topic whose properties you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The ARN of the topic whose properties you want to get.

                                                                                                                                                  \n@param topicArn The ARN of the topic whose properties you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "OptInPhoneNumberRequest" : { "c2jName" : "OptInPhoneNumberInput", "documentation" : "

                                                                                                                                                  Input for the OptInPhoneNumber action.

                                                                                                                                                  ", "shapeName" : "OptInPhoneNumberRequest", "deprecated" : false, "required" : [ "phoneNumber" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The phone number to opt in.

                                                                                                                                                  ", "name" : "PhoneNumber", "c2jName" : "phoneNumber", "c2jShape" : "PhoneNumber", "variable" : { "variableName" : "phoneNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The phone number to opt in.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "phoneNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "phoneNumber", "marshallLocationName" : "phoneNumber", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The phone number to opt in.

                                                                                                                                                  \n@param phoneNumber The phone number to opt in.*/", "getterDocumentation" : "/**

                                                                                                                                                  The phone number to opt in.

                                                                                                                                                  \n@return The phone number to opt in.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The phone number to opt in.

                                                                                                                                                  \n@param phoneNumber The phone number to opt in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The phone number to opt in.

                                                                                                                                                  \n@param phoneNumber The phone number to opt in.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "optInPhoneNumberRequest", "variableType" : "OptInPhoneNumberRequest", "variableDeclarationType" : "OptInPhoneNumberRequest", "documentation" : null, "simpleType" : "OptInPhoneNumberRequest", "variableSetterType" : "OptInPhoneNumberRequest" }, "marshaller" : { "action" : "OptInPhoneNumber", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PhoneNumber" : { "documentation" : "

                                                                                                                                                  The phone number to opt in.

                                                                                                                                                  ", "name" : "PhoneNumber", "c2jName" : "phoneNumber", "c2jShape" : "PhoneNumber", "variable" : { "variableName" : "phoneNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The phone number to opt in.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "phoneNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "phoneNumber", "marshallLocationName" : "phoneNumber", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The phone number to opt in.

                                                                                                                                                  \n@param phoneNumber The phone number to opt in.*/", "getterDocumentation" : "/**

                                                                                                                                                  The phone number to opt in.

                                                                                                                                                  \n@return The phone number to opt in.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The phone number to opt in.

                                                                                                                                                  \n@param phoneNumber The phone number to opt in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The phone number to opt in.

                                                                                                                                                  \n@param phoneNumber The phone number to opt in.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PublishResult" : { "c2jName" : "PublishResponse", "documentation" : "

                                                                                                                                                  Response for Publish action.

                                                                                                                                                  ", "shapeName" : "PublishResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  Unique identifier assigned to the published message.

                                                                                                                                                  Length Constraint: Maximum 100 characters

                                                                                                                                                  ", "name" : "MessageId", "c2jName" : "MessageId", "c2jShape" : "messageId", "variable" : { "variableName" : "messageId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  Unique identifier assigned to the published message.

                                                                                                                                                  Length Constraint: Maximum 100 characters

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "messageId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MessageId", "marshallLocationName" : "MessageId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Unique identifier assigned to the published message.

                                                                                                                                                  Length Constraint: Maximum 100 characters

                                                                                                                                                  \n@param messageId Unique identifier assigned to the published message.

                                                                                                                                                  Length Constraint: Maximum 100 characters*/", "getterDocumentation" : "/**

                                                                                                                                                  Unique identifier assigned to the published message.

                                                                                                                                                  Length Constraint: Maximum 100 characters

                                                                                                                                                  \n@return Unique identifier assigned to the published message.

                                                                                                                                                  Length Constraint: Maximum 100 characters*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Unique identifier assigned to the published message.

                                                                                                                                                  Length Constraint: Maximum 100 characters

                                                                                                                                                  \n@param messageId Unique identifier assigned to the published message.

                                                                                                                                                  Length Constraint: Maximum 100 characters\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Unique identifier assigned to the published message.

                                                                                                                                                  Length Constraint: Maximum 100 characters

                                                                                                                                                  \n@param messageId Unique identifier assigned to the published message.

                                                                                                                                                  Length Constraint: Maximum 100 characters\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "publishResult", "variableType" : "PublishResult", "variableDeclarationType" : "PublishResult", "documentation" : null, "simpleType" : "PublishResult", "variableSetterType" : "PublishResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "PublishResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MessageId" : { "documentation" : "

                                                                                                                                                  Unique identifier assigned to the published message.

                                                                                                                                                  Length Constraint: Maximum 100 characters

                                                                                                                                                  ", "name" : "MessageId", "c2jName" : "MessageId", "c2jShape" : "messageId", "variable" : { "variableName" : "messageId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  Unique identifier assigned to the published message.

                                                                                                                                                  Length Constraint: Maximum 100 characters

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "messageId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MessageId", "marshallLocationName" : "MessageId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Unique identifier assigned to the published message.

                                                                                                                                                  Length Constraint: Maximum 100 characters

                                                                                                                                                  \n@param messageId Unique identifier assigned to the published message.

                                                                                                                                                  Length Constraint: Maximum 100 characters*/", "getterDocumentation" : "/**

                                                                                                                                                  Unique identifier assigned to the published message.

                                                                                                                                                  Length Constraint: Maximum 100 characters

                                                                                                                                                  \n@return Unique identifier assigned to the published message.

                                                                                                                                                  Length Constraint: Maximum 100 characters*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Unique identifier assigned to the published message.

                                                                                                                                                  Length Constraint: Maximum 100 characters

                                                                                                                                                  \n@param messageId Unique identifier assigned to the published message.

                                                                                                                                                  Length Constraint: Maximum 100 characters\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Unique identifier assigned to the published message.

                                                                                                                                                  Length Constraint: Maximum 100 characters

                                                                                                                                                  \n@param messageId Unique identifier assigned to the published message.

                                                                                                                                                  Length Constraint: Maximum 100 characters\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreatePlatformApplicationRequest" : { "c2jName" : "CreatePlatformApplicationInput", "documentation" : "

                                                                                                                                                  Input for CreatePlatformApplication action.

                                                                                                                                                  ", "shapeName" : "CreatePlatformApplicationRequest", "deprecated" : false, "required" : [ "Name", "Platform", "Attributes" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.

                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.

                                                                                                                                                  \n@param name Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.*/", "getterDocumentation" : "/**

                                                                                                                                                  Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.

                                                                                                                                                  \n@return Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.

                                                                                                                                                  \n@param name Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.

                                                                                                                                                  \n@param name Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).

                                                                                                                                                  ", "name" : "Platform", "c2jName" : "Platform", "c2jShape" : "String", "variable" : { "variableName" : "platform", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platform", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Platform", "marshallLocationName" : "Platform", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).

                                                                                                                                                  \n@param platform The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).*/", "getterDocumentation" : "/**

                                                                                                                                                  The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).

                                                                                                                                                  \n@return The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).

                                                                                                                                                  \n@param platform The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).

                                                                                                                                                  \n@param platform The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  For a list of attributes, see SetPlatformApplicationAttributes

                                                                                                                                                  ", "name" : "Attributes", "c2jName" : "Attributes", "c2jShape" : "MapStringToString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

                                                                                                                                                  For a list of attributes, see SetPlatformApplicationAttributes

                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Attributes", "marshallLocationName" : "Attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

                                                                                                                                                  For a list of attributes, see SetPlatformApplicationAttributes

                                                                                                                                                  \n@param attributes For a list of attributes, see SetPlatformApplicationAttributes*/", "getterDocumentation" : "/**

                                                                                                                                                  For a list of attributes, see SetPlatformApplicationAttributes

                                                                                                                                                  \n@return For a list of attributes, see SetPlatformApplicationAttributes*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  For a list of attributes, see SetPlatformApplicationAttributes

                                                                                                                                                  \n@param attributes For a list of attributes, see SetPlatformApplicationAttributes\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  For a list of attributes, see SetPlatformApplicationAttributes

                                                                                                                                                  \n@param attributes For a list of attributes, see SetPlatformApplicationAttributes\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createPlatformApplicationRequest", "variableType" : "CreatePlatformApplicationRequest", "variableDeclarationType" : "CreatePlatformApplicationRequest", "documentation" : null, "simpleType" : "CreatePlatformApplicationRequest", "variableSetterType" : "CreatePlatformApplicationRequest" }, "marshaller" : { "action" : "CreatePlatformApplication", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Platform" : { "documentation" : "

                                                                                                                                                  The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).

                                                                                                                                                  ", "name" : "Platform", "c2jName" : "Platform", "c2jShape" : "String", "variable" : { "variableName" : "platform", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platform", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Platform", "marshallLocationName" : "Platform", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).

                                                                                                                                                  \n@param platform The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).*/", "getterDocumentation" : "/**

                                                                                                                                                  The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).

                                                                                                                                                  \n@return The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).

                                                                                                                                                  \n@param platform The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).

                                                                                                                                                  \n@param platform The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Attributes" : { "documentation" : "

                                                                                                                                                  For a list of attributes, see SetPlatformApplicationAttributes

                                                                                                                                                  ", "name" : "Attributes", "c2jName" : "Attributes", "c2jShape" : "MapStringToString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

                                                                                                                                                  For a list of attributes, see SetPlatformApplicationAttributes

                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Attributes", "marshallLocationName" : "Attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

                                                                                                                                                  For a list of attributes, see SetPlatformApplicationAttributes

                                                                                                                                                  \n@param attributes For a list of attributes, see SetPlatformApplicationAttributes*/", "getterDocumentation" : "/**

                                                                                                                                                  For a list of attributes, see SetPlatformApplicationAttributes

                                                                                                                                                  \n@return For a list of attributes, see SetPlatformApplicationAttributes*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  For a list of attributes, see SetPlatformApplicationAttributes

                                                                                                                                                  \n@param attributes For a list of attributes, see SetPlatformApplicationAttributes\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  For a list of attributes, see SetPlatformApplicationAttributes

                                                                                                                                                  \n@param attributes For a list of attributes, see SetPlatformApplicationAttributes\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

                                                                                                                                                  Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.

                                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.

                                                                                                                                                  \n@param name Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.*/", "getterDocumentation" : "/**

                                                                                                                                                  Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.

                                                                                                                                                  \n@return Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.

                                                                                                                                                  \n@param name Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.

                                                                                                                                                  \n@param name Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetEndpointAttributesRequest" : { "c2jName" : "SetEndpointAttributesInput", "documentation" : "

                                                                                                                                                  Input for SetEndpointAttributes action.

                                                                                                                                                  ", "shapeName" : "SetEndpointAttributesRequest", "deprecated" : false, "required" : [ "EndpointArn", "Attributes" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  EndpointArn used for SetEndpointAttributes action.

                                                                                                                                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  EndpointArn used for SetEndpointAttributes action.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  EndpointArn used for SetEndpointAttributes action.

                                                                                                                                                  \n@param endpointArn EndpointArn used for SetEndpointAttributes action.*/", "getterDocumentation" : "/**

                                                                                                                                                  EndpointArn used for SetEndpointAttributes action.

                                                                                                                                                  \n@return EndpointArn used for SetEndpointAttributes action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  EndpointArn used for SetEndpointAttributes action.

                                                                                                                                                  \n@param endpointArn EndpointArn used for SetEndpointAttributes action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  EndpointArn used for SetEndpointAttributes action.

                                                                                                                                                  \n@param endpointArn EndpointArn used for SetEndpointAttributes action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  A map of the endpoint attributes. Attributes in this map include the following:

                                                                                                                                                  • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                                                                                  • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                                                                                  • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                                                                                  ", "name" : "Attributes", "c2jName" : "Attributes", "c2jShape" : "MapStringToString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

                                                                                                                                                  A map of the endpoint attributes. Attributes in this map include the following:

                                                                                                                                                  • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                                                                                  • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                                                                                  • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Attributes", "marshallLocationName" : "Attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

                                                                                                                                                  A map of the endpoint attributes. Attributes in this map include the following:

                                                                                                                                                  • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                                                                                  • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                                                                                  • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                                                                                  \n@param attributes A map of the endpoint attributes. Attributes in this map include the following:

                                                                                                                                                  • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                                                                                  • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                                                                                  • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                    A map of the endpoint attributes. Attributes in this map include the following:

                                                                                                                                                    • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                                                                                    • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                                                                                    • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                                                                                    \n@return A map of the endpoint attributes. Attributes in this map include the following:

                                                                                                                                                    • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                                                                                    • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                                                                                    • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                      A map of the endpoint attributes. Attributes in this map include the following:

                                                                                                                                                      • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                                                                                      • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                                                                                      • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                                                                                      \n@param attributes A map of the endpoint attributes. Attributes in this map include the following:

                                                                                                                                                      • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                                                                                      • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                                                                                      • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                        A map of the endpoint attributes. Attributes in this map include the following:

                                                                                                                                                        • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                                                                                        • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                                                                                        • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                                                                                        \n@param attributes A map of the endpoint attributes. Attributes in this map include the following:

                                                                                                                                                        • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                                                                                        • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                                                                                        • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setEndpointAttributesRequest", "variableType" : "SetEndpointAttributesRequest", "variableDeclarationType" : "SetEndpointAttributesRequest", "documentation" : null, "simpleType" : "SetEndpointAttributesRequest", "variableSetterType" : "SetEndpointAttributesRequest" }, "marshaller" : { "action" : "SetEndpointAttributes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Attributes" : { "documentation" : "

                                                                                                                                                          A map of the endpoint attributes. Attributes in this map include the following:

                                                                                                                                                          • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                                                                                          • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                                                                                          • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                                                                                          ", "name" : "Attributes", "c2jName" : "Attributes", "c2jShape" : "MapStringToString", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

                                                                                                                                                          A map of the endpoint attributes. Attributes in this map include the following:

                                                                                                                                                          • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                                                                                          • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                                                                                          • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                                                                                          ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Attributes", "marshallLocationName" : "Attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

                                                                                                                                                          A map of the endpoint attributes. Attributes in this map include the following:

                                                                                                                                                          • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                                                                                          • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                                                                                          • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                                                                                          \n@param attributes A map of the endpoint attributes. Attributes in this map include the following:

                                                                                                                                                          • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                                                                                          • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                                                                                          • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                            A map of the endpoint attributes. Attributes in this map include the following:

                                                                                                                                                            • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                                                                                            • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                                                                                            • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                                                                                            \n@return A map of the endpoint attributes. Attributes in this map include the following:

                                                                                                                                                            • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                                                                                            • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                                                                                            • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                              A map of the endpoint attributes. Attributes in this map include the following:

                                                                                                                                                              • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                                                                                              • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                                                                                              • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                                                                                              \n@param attributes A map of the endpoint attributes. Attributes in this map include the following:

                                                                                                                                                              • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                                                                                              • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                                                                                              • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                A map of the endpoint attributes. Attributes in this map include the following:

                                                                                                                                                                • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                                                                                                • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                                                                                                • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                                                                                                \n@param attributes A map of the endpoint attributes. Attributes in this map include the following:

                                                                                                                                                                • CustomUserData -- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

                                                                                                                                                                • Enabled -- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

                                                                                                                                                                • Token -- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndpointArn" : { "documentation" : "

                                                                                                                                                                  EndpointArn used for SetEndpointAttributes action.

                                                                                                                                                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  EndpointArn used for SetEndpointAttributes action.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  EndpointArn used for SetEndpointAttributes action.

                                                                                                                                                                  \n@param endpointArn EndpointArn used for SetEndpointAttributes action.*/", "getterDocumentation" : "/**

                                                                                                                                                                  EndpointArn used for SetEndpointAttributes action.

                                                                                                                                                                  \n@return EndpointArn used for SetEndpointAttributes action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  EndpointArn used for SetEndpointAttributes action.

                                                                                                                                                                  \n@param endpointArn EndpointArn used for SetEndpointAttributes action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  EndpointArn used for SetEndpointAttributes action.

                                                                                                                                                                  \n@param endpointArn EndpointArn used for SetEndpointAttributes action.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreatePlatformEndpointResult" : { "c2jName" : "CreateEndpointResponse", "documentation" : "

                                                                                                                                                                  Response from CreateEndpoint action.

                                                                                                                                                                  ", "shapeName" : "CreatePlatformEndpointResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  EndpointArn returned from CreateEndpoint action.

                                                                                                                                                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  EndpointArn returned from CreateEndpoint action.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  EndpointArn returned from CreateEndpoint action.

                                                                                                                                                                  \n@param endpointArn EndpointArn returned from CreateEndpoint action.*/", "getterDocumentation" : "/**

                                                                                                                                                                  EndpointArn returned from CreateEndpoint action.

                                                                                                                                                                  \n@return EndpointArn returned from CreateEndpoint action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  EndpointArn returned from CreateEndpoint action.

                                                                                                                                                                  \n@param endpointArn EndpointArn returned from CreateEndpoint action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  EndpointArn returned from CreateEndpoint action.

                                                                                                                                                                  \n@param endpointArn EndpointArn returned from CreateEndpoint action.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createPlatformEndpointResult", "variableType" : "CreatePlatformEndpointResult", "variableDeclarationType" : "CreatePlatformEndpointResult", "documentation" : null, "simpleType" : "CreatePlatformEndpointResult", "variableSetterType" : "CreatePlatformEndpointResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "CreatePlatformEndpointResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EndpointArn" : { "documentation" : "

                                                                                                                                                                  EndpointArn returned from CreateEndpoint action.

                                                                                                                                                                  ", "name" : "EndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "variable" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  EndpointArn returned from CreateEndpoint action.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpointArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndpointArn", "marshallLocationName" : "EndpointArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  EndpointArn returned from CreateEndpoint action.

                                                                                                                                                                  \n@param endpointArn EndpointArn returned from CreateEndpoint action.*/", "getterDocumentation" : "/**

                                                                                                                                                                  EndpointArn returned from CreateEndpoint action.

                                                                                                                                                                  \n@return EndpointArn returned from CreateEndpoint action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  EndpointArn returned from CreateEndpoint action.

                                                                                                                                                                  \n@param endpointArn EndpointArn returned from CreateEndpoint action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  EndpointArn returned from CreateEndpoint action.

                                                                                                                                                                  \n@param endpointArn EndpointArn returned from CreateEndpoint action.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListEndpointsByPlatformApplicationRequest" : { "c2jName" : "ListEndpointsByPlatformApplicationInput", "documentation" : "

                                                                                                                                                                  Input for ListEndpointsByPlatformApplication action.

                                                                                                                                                                  ", "shapeName" : "ListEndpointsByPlatformApplicationRequest", "deprecated" : false, "required" : [ "PlatformApplicationArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.

                                                                                                                                                                  ", "name" : "PlatformApplicationArn", "c2jName" : "PlatformApplicationArn", "c2jShape" : "String", "variable" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformApplicationArn", "marshallLocationName" : "PlatformApplicationArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.

                                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.*/", "getterDocumentation" : "/**

                                                                                                                                                                  PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.

                                                                                                                                                                  \n@return PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.

                                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.

                                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.

                                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.

                                                                                                                                                                  \n@param nextToken NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.*/", "getterDocumentation" : "/**

                                                                                                                                                                  NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.

                                                                                                                                                                  \n@return NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.

                                                                                                                                                                  \n@param nextToken NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.

                                                                                                                                                                  \n@param nextToken NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listEndpointsByPlatformApplicationRequest", "variableType" : "ListEndpointsByPlatformApplicationRequest", "variableDeclarationType" : "ListEndpointsByPlatformApplicationRequest", "documentation" : null, "simpleType" : "ListEndpointsByPlatformApplicationRequest", "variableSetterType" : "ListEndpointsByPlatformApplicationRequest" }, "marshaller" : { "action" : "ListEndpointsByPlatformApplication", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                                                                                                                  NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.

                                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.

                                                                                                                                                                  \n@param nextToken NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.*/", "getterDocumentation" : "/**

                                                                                                                                                                  NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.

                                                                                                                                                                  \n@return NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.

                                                                                                                                                                  \n@param nextToken NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.

                                                                                                                                                                  \n@param nextToken NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PlatformApplicationArn" : { "documentation" : "

                                                                                                                                                                  PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.

                                                                                                                                                                  ", "name" : "PlatformApplicationArn", "c2jName" : "PlatformApplicationArn", "c2jShape" : "String", "variable" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platformApplicationArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformApplicationArn", "marshallLocationName" : "PlatformApplicationArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.

                                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.*/", "getterDocumentation" : "/**

                                                                                                                                                                  PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.

                                                                                                                                                                  \n@return PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.

                                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.

                                                                                                                                                                  \n@param platformApplicationArn PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AddPermissionRequest" : { "c2jName" : "AddPermissionInput", "documentation" : "", "shapeName" : "AddPermissionRequest", "deprecated" : false, "required" : [ "TopicArn", "Label", "AWSAccountId", "ActionName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                                                                  ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                                                                  \n@param topicArn The ARN of the topic whose access control policy you wish to modify.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                                                                  \n@return The ARN of the topic whose access control policy you wish to modify.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                                                                  \n@param topicArn The ARN of the topic whose access control policy you wish to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                                                                  \n@param topicArn The ARN of the topic whose access control policy you wish to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  A unique identifier for the new policy statement.

                                                                                                                                                                  ", "name" : "Label", "c2jName" : "Label", "c2jShape" : "label", "variable" : { "variableName" : "label", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  A unique identifier for the new policy statement.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "label", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Label", "marshallLocationName" : "Label", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  A unique identifier for the new policy statement.

                                                                                                                                                                  \n@param label A unique identifier for the new policy statement.*/", "getterDocumentation" : "/**

                                                                                                                                                                  A unique identifier for the new policy statement.

                                                                                                                                                                  \n@return A unique identifier for the new policy statement.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A unique identifier for the new policy statement.

                                                                                                                                                                  \n@param label A unique identifier for the new policy statement.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  A unique identifier for the new policy statement.

                                                                                                                                                                  \n@param label A unique identifier for the new policy statement.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.

                                                                                                                                                                  ", "name" : "AWSAccountIds", "c2jName" : "AWSAccountIds", "c2jShape" : "DelegatesList", "variable" : { "variableName" : "aWSAccountIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                  The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "aWSAccountIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AWSAccountId", "marshallLocationName" : "AWSAccountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "delegate", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.

                                                                                                                                                                  \n@param aWSAccountIds The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.

                                                                                                                                                                  \n@return The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.

                                                                                                                                                                  \n@param aWSAccountIds The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.

                                                                                                                                                                  \n

                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAWSAccountIds(java.util.Collection)} or {@link #withAWSAccountIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                  \n@param aWSAccountIds The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The action you want to allow for the specified principal(s).

                                                                                                                                                                  Valid values: any Amazon SNS action name.

                                                                                                                                                                  ", "name" : "ActionNames", "c2jName" : "ActionNames", "c2jShape" : "ActionsList", "variable" : { "variableName" : "actionNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                  The action you want to allow for the specified principal(s).

                                                                                                                                                                  Valid values: any Amazon SNS action name.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "actionNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ActionName", "marshallLocationName" : "ActionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "action", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The action you want to allow for the specified principal(s).

                                                                                                                                                                  Valid values: any Amazon SNS action name.

                                                                                                                                                                  \n@param actionNames The action you want to allow for the specified principal(s).

                                                                                                                                                                  Valid values: any Amazon SNS action name.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The action you want to allow for the specified principal(s).

                                                                                                                                                                  Valid values: any Amazon SNS action name.

                                                                                                                                                                  \n@return The action you want to allow for the specified principal(s).

                                                                                                                                                                  Valid values: any Amazon SNS action name.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The action you want to allow for the specified principal(s).

                                                                                                                                                                  Valid values: any Amazon SNS action name.

                                                                                                                                                                  \n@param actionNames The action you want to allow for the specified principal(s).

                                                                                                                                                                  Valid values: any Amazon SNS action name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The action you want to allow for the specified principal(s).

                                                                                                                                                                  Valid values: any Amazon SNS action name.

                                                                                                                                                                  \n

                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setActionNames(java.util.Collection)} or {@link #withActionNames(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                  \n@param actionNames The action you want to allow for the specified principal(s).

                                                                                                                                                                  Valid values: any Amazon SNS action name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "addPermissionRequest", "variableType" : "AddPermissionRequest", "variableDeclarationType" : "AddPermissionRequest", "documentation" : null, "simpleType" : "AddPermissionRequest", "variableSetterType" : "AddPermissionRequest" }, "marshaller" : { "action" : "AddPermission", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AWSAccountIds" : { "documentation" : "

                                                                                                                                                                  The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.

                                                                                                                                                                  ", "name" : "AWSAccountIds", "c2jName" : "AWSAccountIds", "c2jShape" : "DelegatesList", "variable" : { "variableName" : "aWSAccountIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                  The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "aWSAccountIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AWSAccountId", "marshallLocationName" : "AWSAccountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "delegate", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.

                                                                                                                                                                  \n@param aWSAccountIds The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.

                                                                                                                                                                  \n@return The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.

                                                                                                                                                                  \n@param aWSAccountIds The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.

                                                                                                                                                                  \n

                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAWSAccountIds(java.util.Collection)} or {@link #withAWSAccountIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                  \n@param aWSAccountIds The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TopicArn" : { "documentation" : "

                                                                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                                                                  ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "topicARN", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                                                                  \n@param topicArn The ARN of the topic whose access control policy you wish to modify.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                                                                  \n@return The ARN of the topic whose access control policy you wish to modify.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                                                                  \n@param topicArn The ARN of the topic whose access control policy you wish to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The ARN of the topic whose access control policy you wish to modify.

                                                                                                                                                                  \n@param topicArn The ARN of the topic whose access control policy you wish to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ActionNames" : { "documentation" : "

                                                                                                                                                                  The action you want to allow for the specified principal(s).

                                                                                                                                                                  Valid values: any Amazon SNS action name.

                                                                                                                                                                  ", "name" : "ActionNames", "c2jName" : "ActionNames", "c2jShape" : "ActionsList", "variable" : { "variableName" : "actionNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                  The action you want to allow for the specified principal(s).

                                                                                                                                                                  Valid values: any Amazon SNS action name.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "actionNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ActionName", "marshallLocationName" : "ActionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "action", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The action you want to allow for the specified principal(s).

                                                                                                                                                                  Valid values: any Amazon SNS action name.

                                                                                                                                                                  \n@param actionNames The action you want to allow for the specified principal(s).

                                                                                                                                                                  Valid values: any Amazon SNS action name.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The action you want to allow for the specified principal(s).

                                                                                                                                                                  Valid values: any Amazon SNS action name.

                                                                                                                                                                  \n@return The action you want to allow for the specified principal(s).

                                                                                                                                                                  Valid values: any Amazon SNS action name.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The action you want to allow for the specified principal(s).

                                                                                                                                                                  Valid values: any Amazon SNS action name.

                                                                                                                                                                  \n@param actionNames The action you want to allow for the specified principal(s).

                                                                                                                                                                  Valid values: any Amazon SNS action name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The action you want to allow for the specified principal(s).

                                                                                                                                                                  Valid values: any Amazon SNS action name.

                                                                                                                                                                  \n

                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setActionNames(java.util.Collection)} or {@link #withActionNames(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                  \n@param actionNames The action you want to allow for the specified principal(s).

                                                                                                                                                                  Valid values: any Amazon SNS action name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Label" : { "documentation" : "

                                                                                                                                                                  A unique identifier for the new policy statement.

                                                                                                                                                                  ", "name" : "Label", "c2jName" : "Label", "c2jShape" : "label", "variable" : { "variableName" : "label", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  A unique identifier for the new policy statement.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "label", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Label", "marshallLocationName" : "Label", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  A unique identifier for the new policy statement.

                                                                                                                                                                  \n@param label A unique identifier for the new policy statement.*/", "getterDocumentation" : "/**

                                                                                                                                                                  A unique identifier for the new policy statement.

                                                                                                                                                                  \n@return A unique identifier for the new policy statement.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A unique identifier for the new policy statement.

                                                                                                                                                                  \n@param label A unique identifier for the new policy statement.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  A unique identifier for the new policy statement.

                                                                                                                                                                  \n@param label A unique identifier for the new policy statement.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteTopicResult" : { "c2jName" : "DeleteTopicResult", "documentation" : null, "shapeName" : "DeleteTopicResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteTopicResult", "variableType" : "DeleteTopicResult", "variableDeclarationType" : "DeleteTopicResult", "documentation" : null, "simpleType" : "DeleteTopicResult", "variableSetterType" : "DeleteTopicResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : true, "useAutoConstructMap" : true, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : { "SetSubscriptionAttributesRequest" : { "constructorForms" : [ [ "SubscriptionArn", "AttributeName", "AttributeValue" ] ] }, "GetSubscriptionAttributesRequest" : { "constructorForms" : [ [ "SubscriptionArn" ] ] }, "SubscribeRequest" : { "constructorForms" : [ [ "TopicArn", "Protocol", "Endpoint" ] ] }, "AddPermissionRequest" : { "constructorForms" : [ [ "TopicArn", "Label", "AWSAccountIds", "ActionNames" ] ] }, "GetTopicAttributesRequest" : { "constructorForms" : [ [ "TopicArn" ] ] }, "RemovePermissionRequest" : { "constructorForms" : [ [ "TopicArn", "Label" ] ] }, "ListTopicsRequest" : { "constructorForms" : [ [ "NextToken" ] ] }, "ConfirmSubscriptionRequest" : { "constructorForms" : [ [ "TopicArn", "Token" ], [ "TopicArn", "Token", "AuthenticateOnUnsubscribe" ] ] }, "SetTopicAttributesRequest" : { "constructorForms" : [ [ "TopicArn", "AttributeName", "AttributeValue" ] ] }, "CreateTopicRequest" : { "constructorForms" : [ [ "Name" ] ] }, "DeleteTopicRequest" : { "constructorForms" : [ [ "TopicArn" ] ] }, "UnsubscribeRequest" : { "constructorForms" : [ [ "SubscriptionArn" ] ] }, "PublishRequest" : { "constructorForms" : [ [ "TopicArn", "Message" ], [ "TopicArn", "Message", "Subject" ] ] }, "ListSubscriptionsRequest" : { "constructorForms" : [ [ "NextToken" ] ] }, "ListSubscriptionsByTopicRequest" : { "constructorForms" : [ [ "TopicArn" ], [ "TopicArn", "NextToken" ] ] } }, "simpleMethods" : { "SetSubscriptionAttributes" : { "methodForms" : [ [ "SubscriptionArn", "AttributeName", "AttributeValue" ] ] }, "GetSubscriptionAttributes" : { "methodForms" : [ [ "SubscriptionArn" ] ] }, "Subscribe" : { "methodForms" : [ [ "TopicArn", "Protocol", "Endpoint" ] ] }, "AddPermission" : { "methodForms" : [ [ "TopicArn", "Label", "AWSAccountIds", "ActionNames" ] ] }, "GetTopicAttributes" : { "methodForms" : [ [ "TopicArn" ] ] }, "RemovePermission" : { "methodForms" : [ [ "TopicArn", "Label" ] ] }, "ListTopics" : { "methodForms" : [ [ ], [ "NextToken" ] ] }, "ConfirmSubscription" : { "methodForms" : [ [ "TopicArn", "Token", "AuthenticateOnUnsubscribe" ], [ "TopicArn", "Token" ] ] }, "SetTopicAttributes" : { "methodForms" : [ [ "TopicArn", "AttributeName", "AttributeValue" ] ] }, "CreateTopic" : { "methodForms" : [ [ "Name" ] ] }, "DeleteTopic" : { "methodForms" : [ [ "TopicArn" ] ] }, "Unsubscribe" : { "methodForms" : [ [ "SubscriptionArn" ] ] }, "Publish" : { "methodForms" : [ [ "TopicArn", "Message" ], [ "TopicArn", "Message", "Subject" ] ] }, "ListSubscriptions" : { "methodForms" : [ [ ], [ "NextToken" ] ] }, "ListSubscriptionsByTopic" : { "methodForms" : [ [ "TopicArn" ], [ "TopicArn", "NextToken" ] ] }, "ListPlatformApplications" : { "methodForms" : [ [ ] ] } }, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "sendExplicitlyEmptyListsForQuery" : false, "authPolicyActions" : { "skip" : false, "actionPrefix" : null, "fileNamePrefix" : "SNS" }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : { "AddPermissionInput" : { "excludeShape" : false, "exclude" : null, "modify" : [ { "AWSAccountId" : { "emitPropertyName" : "AWSAccountIds", "emitEnumName" : null, "marshallLocationName" : null, "unmarshallLocationName" : null }, "ActionName" : { "emitPropertyName" : "ActionNames", "emitEnumName" : null, "marshallLocationName" : null, "unmarshallLocationName" : null } } ], "inject" : null } }, "customErrorCodeFieldName" : null, "sdkModeledExceptionBaseClassName" : null, "customSignerProvider" : null, "calculateCRC32FromCompressedData" : false, "customFileHeader" : null, "convenienceTypeOverloads" : [ ], "skipSmokeTests" : false }, "examples" : { "examples" : { }, "version" : "1.0" }, "clientConfigFactory" : "ClientConfigurationFactory", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.sns.model.AmazonSNSException", "hasWaiters" : false, "sdkModeledExceptionBaseClassName" : "AmazonSNSException", "exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller", "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy