models.sns-2010-03-31-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-sns Show documentation
{
"customizationConfig" : {
"additionalShapeConstructors" : {
"AddPermissionRequest" : {
"constructorForms" : [ [ "TopicArn", "Label", "AWSAccountIds", "ActionNames" ] ]
},
"ConfirmSubscriptionRequest" : {
"constructorForms" : [ [ "TopicArn", "Token" ], [ "TopicArn", "Token", "AuthenticateOnUnsubscribe" ] ]
},
"CreateTopicRequest" : {
"constructorForms" : [ [ "Name" ] ]
},
"DeleteTopicRequest" : {
"constructorForms" : [ [ "TopicArn" ] ]
},
"GetSubscriptionAttributesRequest" : {
"constructorForms" : [ [ "SubscriptionArn" ] ]
},
"GetTopicAttributesRequest" : {
"constructorForms" : [ [ "TopicArn" ] ]
},
"ListSubscriptionsByTopicRequest" : {
"constructorForms" : [ [ "TopicArn" ], [ "TopicArn", "NextToken" ] ]
},
"ListSubscriptionsRequest" : {
"constructorForms" : [ [ "NextToken" ] ]
},
"ListTopicsRequest" : {
"constructorForms" : [ [ "NextToken" ] ]
},
"PublishRequest" : {
"constructorForms" : [ [ "TopicArn", "Message" ], [ "TopicArn", "Message", "Subject" ] ]
},
"RemovePermissionRequest" : {
"constructorForms" : [ [ "TopicArn", "Label" ] ]
},
"SetSubscriptionAttributesRequest" : {
"constructorForms" : [ [ "SubscriptionArn", "AttributeName", "AttributeValue" ] ]
},
"SetTopicAttributesRequest" : {
"constructorForms" : [ [ "TopicArn", "AttributeName", "AttributeValue" ] ]
},
"SubscribeRequest" : {
"constructorForms" : [ [ "TopicArn", "Protocol", "Endpoint" ] ]
},
"UnsubscribeRequest" : {
"constructorForms" : [ [ "SubscriptionArn" ] ]
}
},
"authPolicyActions" : {
"actionPrefix" : null,
"fileNamePrefix" : "SNS",
"skip" : false
},
"calculateCRC32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customClientConfigFactory" : null,
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customExceptionUnmarshallerImpl" : null,
"customFileHeader" : null,
"customResponseMetadataClassName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"renameShapes" : null,
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sendEmptyAutoConstructedListAsEmptyList" : null,
"sendExplicitlyEmptyListsForQuery" : false,
"serviceClientHoldInputStream" : false,
"shapeModifiers" : {
"AddPermissionInput" : {
"exclude" : null,
"excludeShape" : false,
"inject" : null,
"modify" : [ {
"AWSAccountId" : {
"emitAsType" : null,
"emitEnumName" : null,
"emitPropertyName" : "AWSAccountIds",
"marshallLocationName" : null,
"unmarshallLocationName" : null
},
"ActionName" : {
"emitAsType" : null,
"emitEnumName" : null,
"emitPropertyName" : "ActionNames",
"marshallLocationName" : null,
"unmarshallLocationName" : null
}
} ]
}
},
"shapeSubstitutions" : null,
"simpleMethods" : {
"AddPermission" : {
"methodForms" : [ [ "TopicArn", "Label", "AWSAccountIds", "ActionNames" ] ]
},
"ConfirmSubscription" : {
"methodForms" : [ [ "TopicArn", "Token", "AuthenticateOnUnsubscribe" ], [ "TopicArn", "Token" ] ]
},
"CreateTopic" : {
"methodForms" : [ [ "Name" ] ]
},
"DeleteTopic" : {
"methodForms" : [ [ "TopicArn" ] ]
},
"GetSubscriptionAttributes" : {
"methodForms" : [ [ "SubscriptionArn" ] ]
},
"GetTopicAttributes" : {
"methodForms" : [ [ "TopicArn" ] ]
},
"ListPlatformApplications" : {
"methodForms" : [ [ ] ]
},
"ListSubscriptions" : {
"methodForms" : [ [ ], [ "NextToken" ] ]
},
"ListSubscriptionsByTopic" : {
"methodForms" : [ [ "TopicArn" ], [ "TopicArn", "NextToken" ] ]
},
"ListTopics" : {
"methodForms" : [ [ ], [ "NextToken" ] ]
},
"Publish" : {
"methodForms" : [ [ "TopicArn", "Message" ], [ "TopicArn", "Message", "Subject" ] ]
},
"RemovePermission" : {
"methodForms" : [ [ "TopicArn", "Label" ] ]
},
"SetSubscriptionAttributes" : {
"methodForms" : [ [ "SubscriptionArn", "AttributeName", "AttributeValue" ] ]
},
"SetTopicAttributes" : {
"methodForms" : [ [ "TopicArn", "AttributeName", "AttributeValue" ] ]
},
"Subscribe" : {
"methodForms" : [ [ "TopicArn", "Protocol", "Endpoint" ] ]
},
"Unsubscribe" : {
"methodForms" : [ [ "SubscriptionArn" ] ]
}
},
"skipInterfaceAdditions" : false,
"skipSmokeTests" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true
},
"metadata" : {
"apiVersion" : "2010-03-31",
"asyncClient" : "AmazonSNSAsyncClient",
"asyncClientBuilderClassName" : "AmazonSNSAsyncClientBuilder",
"asyncInterface" : "AmazonSNSAsync",
"cborProtocol" : false,
"checksumFormat" : null,
"contentType" : null,
"cucumberModuleInjectorClassName" : "AmazonSNSModuleInjector",
"defaultEndpoint" : "https://sns.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "sns.us-east-1.amazonaws.com",
"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.
",
"endpointPrefix" : "sns",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : false,
"jsonVersion" : null,
"packageName" : "com.amazonaws.services.sns",
"packagePath" : "com/amazonaws/services/sns",
"protocol" : "query",
"protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller",
"serviceAbbreviation" : "Amazon SNS",
"serviceFullName" : "Amazon Simple Notification Service",
"serviceName" : "Amazon SNS",
"signingName" : "sns",
"smokeTestsPackageName" : "com.amazonaws.services.sns.smoketests",
"syncClient" : "AmazonSNSClient",
"syncClientBuilderClassName" : "AmazonSNSClientBuilder",
"syncInterface" : "AmazonSNS",
"unmarshallerClassSuffix" : "StaxUnmarshaller",
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"xmlProtocol" : true
},
"operations" : {
"AddPermission" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "AddPermissionResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.
",
"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,
"input" : {
"variableDeclarationType" : "AddPermissionRequest",
"variableName" : "addPermissionRequest",
"variableType" : "AddPermissionRequest",
"documentation" : "",
"simpleType" : "AddPermissionRequest",
"variableSetterType" : "AddPermissionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "addPermission",
"operationName" : "AddPermission",
"returnType" : {
"returnType" : "AddPermissionResult",
"documentation" : null
},
"syncReturnType" : "AddPermissionResult"
},
"CheckIfPhoneNumberIsOptedOut" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CheckIfPhoneNumberIsOptedOutResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CheckIfPhoneNumberIsOptedOutRequest",
"variableName" : "checkIfPhoneNumberIsOptedOutRequest",
"variableType" : "CheckIfPhoneNumberIsOptedOutRequest",
"documentation" : "The input for the CheckIfPhoneNumberIsOptedOut action.
",
"simpleType" : "CheckIfPhoneNumberIsOptedOutRequest",
"variableSetterType" : "CheckIfPhoneNumberIsOptedOutRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "checkIfPhoneNumberIsOptedOut",
"operationName" : "CheckIfPhoneNumberIsOptedOut",
"returnType" : {
"returnType" : "CheckIfPhoneNumberIsOptedOutResult",
"documentation" : "The response from the CheckIfPhoneNumberIsOptedOut action.
"
},
"syncReturnType" : "CheckIfPhoneNumberIsOptedOutResult"
},
"ConfirmSubscription" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ConfirmSubscriptionResult",
"authenticated" : true,
"deprecated" : false,
"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\".
",
"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,
"input" : {
"variableDeclarationType" : "ConfirmSubscriptionRequest",
"variableName" : "confirmSubscriptionRequest",
"variableType" : "ConfirmSubscriptionRequest",
"documentation" : "Input for ConfirmSubscription action.
",
"simpleType" : "ConfirmSubscriptionRequest",
"variableSetterType" : "ConfirmSubscriptionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "confirmSubscription",
"operationName" : "ConfirmSubscription",
"returnType" : {
"returnType" : "ConfirmSubscriptionResult",
"documentation" : "Response for ConfirmSubscriptions action.
"
},
"syncReturnType" : "ConfirmSubscriptionResult"
},
"CreatePlatformApplication" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreatePlatformApplicationResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "CreatePlatformApplicationRequest",
"variableName" : "createPlatformApplicationRequest",
"variableType" : "CreatePlatformApplicationRequest",
"documentation" : "Input for CreatePlatformApplication action.
",
"simpleType" : "CreatePlatformApplicationRequest",
"variableSetterType" : "CreatePlatformApplicationRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createPlatformApplication",
"operationName" : "CreatePlatformApplication",
"returnType" : {
"returnType" : "CreatePlatformApplicationResult",
"documentation" : "Response from CreatePlatformApplication action.
"
},
"syncReturnType" : "CreatePlatformApplicationResult"
},
"CreatePlatformEndpoint" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreatePlatformEndpointResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "CreatePlatformEndpointRequest",
"variableName" : "createPlatformEndpointRequest",
"variableType" : "CreatePlatformEndpointRequest",
"documentation" : "Input for CreatePlatformEndpoint action.
",
"simpleType" : "CreatePlatformEndpointRequest",
"variableSetterType" : "CreatePlatformEndpointRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createPlatformEndpoint",
"operationName" : "CreatePlatformEndpoint",
"returnType" : {
"returnType" : "CreatePlatformEndpointResult",
"documentation" : "Response from CreateEndpoint action.
"
},
"syncReturnType" : "CreatePlatformEndpointResult"
},
"CreateTopic" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateTopicResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "CreateTopicRequest",
"variableName" : "createTopicRequest",
"variableType" : "CreateTopicRequest",
"documentation" : "Input for CreateTopic action.
",
"simpleType" : "CreateTopicRequest",
"variableSetterType" : "CreateTopicRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createTopic",
"operationName" : "CreateTopic",
"returnType" : {
"returnType" : "CreateTopicResult",
"documentation" : "Response from CreateTopic action.
"
},
"syncReturnType" : "CreateTopicResult"
},
"DeleteEndpoint" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteEndpointResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DeleteEndpointRequest",
"variableName" : "deleteEndpointRequest",
"variableType" : "DeleteEndpointRequest",
"documentation" : "Input for DeleteEndpoint action.
",
"simpleType" : "DeleteEndpointRequest",
"variableSetterType" : "DeleteEndpointRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteEndpoint",
"operationName" : "DeleteEndpoint",
"returnType" : {
"returnType" : "DeleteEndpointResult",
"documentation" : null
},
"syncReturnType" : "DeleteEndpointResult"
},
"DeletePlatformApplication" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeletePlatformApplicationResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DeletePlatformApplicationRequest",
"variableName" : "deletePlatformApplicationRequest",
"variableType" : "DeletePlatformApplicationRequest",
"documentation" : "Input for DeletePlatformApplication action.
",
"simpleType" : "DeletePlatformApplicationRequest",
"variableSetterType" : "DeletePlatformApplicationRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deletePlatformApplication",
"operationName" : "DeletePlatformApplication",
"returnType" : {
"returnType" : "DeletePlatformApplicationResult",
"documentation" : null
},
"syncReturnType" : "DeletePlatformApplicationResult"
},
"DeleteTopic" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteTopicResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DeleteTopicRequest",
"variableName" : "deleteTopicRequest",
"variableType" : "DeleteTopicRequest",
"documentation" : "",
"simpleType" : "DeleteTopicRequest",
"variableSetterType" : "DeleteTopicRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteTopic",
"operationName" : "DeleteTopic",
"returnType" : {
"returnType" : "DeleteTopicResult",
"documentation" : null
},
"syncReturnType" : "DeleteTopicResult"
},
"GetEndpointAttributes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetEndpointAttributesResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "GetEndpointAttributesRequest",
"variableName" : "getEndpointAttributesRequest",
"variableType" : "GetEndpointAttributesRequest",
"documentation" : "Input for GetEndpointAttributes action.
",
"simpleType" : "GetEndpointAttributesRequest",
"variableSetterType" : "GetEndpointAttributesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getEndpointAttributes",
"operationName" : "GetEndpointAttributes",
"returnType" : {
"returnType" : "GetEndpointAttributesResult",
"documentation" : "Response from GetEndpointAttributes of the EndpointArn.
"
},
"syncReturnType" : "GetEndpointAttributesResult"
},
"GetPlatformApplicationAttributes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetPlatformApplicationAttributesResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "GetPlatformApplicationAttributesRequest",
"variableName" : "getPlatformApplicationAttributesRequest",
"variableType" : "GetPlatformApplicationAttributesRequest",
"documentation" : "Input for GetPlatformApplicationAttributes action.
",
"simpleType" : "GetPlatformApplicationAttributesRequest",
"variableSetterType" : "GetPlatformApplicationAttributesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getPlatformApplicationAttributes",
"operationName" : "GetPlatformApplicationAttributes",
"returnType" : {
"returnType" : "GetPlatformApplicationAttributesResult",
"documentation" : "Response for GetPlatformApplicationAttributes action.
"
},
"syncReturnType" : "GetPlatformApplicationAttributesResult"
},
"GetSMSAttributes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetSMSAttributesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the settings for sending SMS messages from your account.
These settings are set with the SetSMSAttributes 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" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSMSAttributesRequest",
"variableName" : "getSMSAttributesRequest",
"variableType" : "GetSMSAttributesRequest",
"documentation" : "The input for the GetSMSAttributes request.
",
"simpleType" : "GetSMSAttributesRequest",
"variableSetterType" : "GetSMSAttributesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getSMSAttributes",
"operationName" : "GetSMSAttributes",
"returnType" : {
"returnType" : "GetSMSAttributesResult",
"documentation" : "The response from the GetSMSAttributes request.
"
},
"syncReturnType" : "GetSMSAttributesResult"
},
"GetSubscriptionAttributes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetSubscriptionAttributesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns all of the properties of a subscription.
",
"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,
"input" : {
"variableDeclarationType" : "GetSubscriptionAttributesRequest",
"variableName" : "getSubscriptionAttributesRequest",
"variableType" : "GetSubscriptionAttributesRequest",
"documentation" : "Input for GetSubscriptionAttributes.
",
"simpleType" : "GetSubscriptionAttributesRequest",
"variableSetterType" : "GetSubscriptionAttributesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getSubscriptionAttributes",
"operationName" : "GetSubscriptionAttributes",
"returnType" : {
"returnType" : "GetSubscriptionAttributesResult",
"documentation" : "Response for GetSubscriptionAttributes action.
"
},
"syncReturnType" : "GetSubscriptionAttributesResult"
},
"GetTopicAttributes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetTopicAttributesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns all of the properties of a topic. Topic properties returned might differ based on the authorization of the user.
",
"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,
"input" : {
"variableDeclarationType" : "GetTopicAttributesRequest",
"variableName" : "getTopicAttributesRequest",
"variableType" : "GetTopicAttributesRequest",
"documentation" : "Input for GetTopicAttributes action.
",
"simpleType" : "GetTopicAttributesRequest",
"variableSetterType" : "GetTopicAttributesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getTopicAttributes",
"operationName" : "GetTopicAttributes",
"returnType" : {
"returnType" : "GetTopicAttributesResult",
"documentation" : "Response for GetTopicAttributes action.
"
},
"syncReturnType" : "GetTopicAttributesResult"
},
"ListEndpointsByPlatformApplication" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListEndpointsByPlatformApplicationResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ListEndpointsByPlatformApplicationRequest",
"variableName" : "listEndpointsByPlatformApplicationRequest",
"variableType" : "ListEndpointsByPlatformApplicationRequest",
"documentation" : "Input for ListEndpointsByPlatformApplication action.
",
"simpleType" : "ListEndpointsByPlatformApplicationRequest",
"variableSetterType" : "ListEndpointsByPlatformApplicationRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listEndpointsByPlatformApplication",
"operationName" : "ListEndpointsByPlatformApplication",
"returnType" : {
"returnType" : "ListEndpointsByPlatformApplicationResult",
"documentation" : "Response for ListEndpointsByPlatformApplication action.
"
},
"syncReturnType" : "ListEndpointsByPlatformApplicationResult"
},
"ListPhoneNumbersOptedOut" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListPhoneNumbersOptedOutResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListPhoneNumbersOptedOutRequest",
"variableName" : "listPhoneNumbersOptedOutRequest",
"variableType" : "ListPhoneNumbersOptedOutRequest",
"documentation" : "The input for the ListPhoneNumbersOptedOut action.
",
"simpleType" : "ListPhoneNumbersOptedOutRequest",
"variableSetterType" : "ListPhoneNumbersOptedOutRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listPhoneNumbersOptedOut",
"operationName" : "ListPhoneNumbersOptedOut",
"returnType" : {
"returnType" : "ListPhoneNumbersOptedOutResult",
"documentation" : "The response from the ListPhoneNumbersOptedOut action.
"
},
"syncReturnType" : "ListPhoneNumbersOptedOutResult"
},
"ListPlatformApplications" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListPlatformApplicationsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ListPlatformApplicationsRequest",
"variableName" : "listPlatformApplicationsRequest",
"variableType" : "ListPlatformApplicationsRequest",
"documentation" : "Input for ListPlatformApplications action.
",
"simpleType" : "ListPlatformApplicationsRequest",
"variableSetterType" : "ListPlatformApplicationsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listPlatformApplications",
"operationName" : "ListPlatformApplications",
"returnType" : {
"returnType" : "ListPlatformApplicationsResult",
"documentation" : "Response for ListPlatformApplications action.
"
},
"syncReturnType" : "ListPlatformApplicationsResult"
},
"ListSubscriptions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListSubscriptionsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ListSubscriptionsRequest",
"variableName" : "listSubscriptionsRequest",
"variableType" : "ListSubscriptionsRequest",
"documentation" : "Input for ListSubscriptions action.
",
"simpleType" : "ListSubscriptionsRequest",
"variableSetterType" : "ListSubscriptionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listSubscriptions",
"operationName" : "ListSubscriptions",
"returnType" : {
"returnType" : "ListSubscriptionsResult",
"documentation" : "Response for ListSubscriptions action
"
},
"syncReturnType" : "ListSubscriptionsResult"
},
"ListSubscriptionsByTopic" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListSubscriptionsByTopicResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ListSubscriptionsByTopicRequest",
"variableName" : "listSubscriptionsByTopicRequest",
"variableType" : "ListSubscriptionsByTopicRequest",
"documentation" : "Input for ListSubscriptionsByTopic action.
",
"simpleType" : "ListSubscriptionsByTopicRequest",
"variableSetterType" : "ListSubscriptionsByTopicRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listSubscriptionsByTopic",
"operationName" : "ListSubscriptionsByTopic",
"returnType" : {
"returnType" : "ListSubscriptionsByTopicResult",
"documentation" : "Response for ListSubscriptionsByTopic action.
"
},
"syncReturnType" : "ListSubscriptionsByTopicResult"
},
"ListTopics" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListTopicsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ListTopicsRequest",
"variableName" : "listTopicsRequest",
"variableType" : "ListTopicsRequest",
"documentation" : "",
"simpleType" : "ListTopicsRequest",
"variableSetterType" : "ListTopicsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listTopics",
"operationName" : "ListTopics",
"returnType" : {
"returnType" : "ListTopicsResult",
"documentation" : "Response for ListTopics action.
"
},
"syncReturnType" : "ListTopicsResult"
},
"OptInPhoneNumber" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "OptInPhoneNumberResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "OptInPhoneNumberRequest",
"variableName" : "optInPhoneNumberRequest",
"variableType" : "OptInPhoneNumberRequest",
"documentation" : "Input for the OptInPhoneNumber action.
",
"simpleType" : "OptInPhoneNumberRequest",
"variableSetterType" : "OptInPhoneNumberRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "optInPhoneNumber",
"operationName" : "OptInPhoneNumber",
"returnType" : {
"returnType" : "OptInPhoneNumberResult",
"documentation" : "The response for the OptInPhoneNumber action.
"
},
"syncReturnType" : "OptInPhoneNumberResult"
},
"Publish" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "PublishResult",
"authenticated" : true,
"deprecated" : false,
"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.
For more information about formatting messages, see Send Custom Platform-Specific Payloads in Messages to Mobile Devices.
",
"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,
"input" : {
"variableDeclarationType" : "PublishRequest",
"variableName" : "publishRequest",
"variableType" : "PublishRequest",
"documentation" : "Input for Publish action.
",
"simpleType" : "PublishRequest",
"variableSetterType" : "PublishRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "publish",
"operationName" : "Publish",
"returnType" : {
"returnType" : "PublishResult",
"documentation" : "Response for Publish action.
"
},
"syncReturnType" : "PublishResult"
},
"RemovePermission" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "RemovePermissionResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes a statement from a topic's access control policy.
",
"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,
"input" : {
"variableDeclarationType" : "RemovePermissionRequest",
"variableName" : "removePermissionRequest",
"variableType" : "RemovePermissionRequest",
"documentation" : "Input for RemovePermission action.
",
"simpleType" : "RemovePermissionRequest",
"variableSetterType" : "RemovePermissionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "removePermission",
"operationName" : "RemovePermission",
"returnType" : {
"returnType" : "RemovePermissionResult",
"documentation" : null
},
"syncReturnType" : "RemovePermissionResult"
},
"SetEndpointAttributes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetEndpointAttributesResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "SetEndpointAttributesRequest",
"variableName" : "setEndpointAttributesRequest",
"variableType" : "SetEndpointAttributesRequest",
"documentation" : "Input for SetEndpointAttributes action.
",
"simpleType" : "SetEndpointAttributesRequest",
"variableSetterType" : "SetEndpointAttributesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setEndpointAttributes",
"operationName" : "SetEndpointAttributes",
"returnType" : {
"returnType" : "SetEndpointAttributesResult",
"documentation" : null
},
"syncReturnType" : "SetEndpointAttributesResult"
},
"SetPlatformApplicationAttributes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetPlatformApplicationAttributesResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "SetPlatformApplicationAttributesRequest",
"variableName" : "setPlatformApplicationAttributesRequest",
"variableType" : "SetPlatformApplicationAttributesRequest",
"documentation" : "Input for SetPlatformApplicationAttributes action.
",
"simpleType" : "SetPlatformApplicationAttributesRequest",
"variableSetterType" : "SetPlatformApplicationAttributesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setPlatformApplicationAttributes",
"operationName" : "SetPlatformApplicationAttributes",
"returnType" : {
"returnType" : "SetPlatformApplicationAttributesResult",
"documentation" : null
},
"syncReturnType" : "SetPlatformApplicationAttributesResult"
},
"SetSMSAttributes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetSMSAttributesResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SetSMSAttributesRequest",
"variableName" : "setSMSAttributesRequest",
"variableType" : "SetSMSAttributesRequest",
"documentation" : "The input for the SetSMSAttributes action.
",
"simpleType" : "SetSMSAttributesRequest",
"variableSetterType" : "SetSMSAttributesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setSMSAttributes",
"operationName" : "SetSMSAttributes",
"returnType" : {
"returnType" : "SetSMSAttributesResult",
"documentation" : "The response for the SetSMSAttributes action.
"
},
"syncReturnType" : "SetSMSAttributesResult"
},
"SetSubscriptionAttributes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetSubscriptionAttributesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Allows a subscription owner to set an attribute of the topic to a new value.
",
"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,
"input" : {
"variableDeclarationType" : "SetSubscriptionAttributesRequest",
"variableName" : "setSubscriptionAttributesRequest",
"variableType" : "SetSubscriptionAttributesRequest",
"documentation" : "Input for SetSubscriptionAttributes action.
",
"simpleType" : "SetSubscriptionAttributesRequest",
"variableSetterType" : "SetSubscriptionAttributesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setSubscriptionAttributes",
"operationName" : "SetSubscriptionAttributes",
"returnType" : {
"returnType" : "SetSubscriptionAttributesResult",
"documentation" : null
},
"syncReturnType" : "SetSubscriptionAttributesResult"
},
"SetTopicAttributes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetTopicAttributesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Allows a topic owner to set an attribute of the topic to a new value.
",
"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,
"input" : {
"variableDeclarationType" : "SetTopicAttributesRequest",
"variableName" : "setTopicAttributesRequest",
"variableType" : "SetTopicAttributesRequest",
"documentation" : "Input for SetTopicAttributes action.
",
"simpleType" : "SetTopicAttributesRequest",
"variableSetterType" : "SetTopicAttributesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setTopicAttributes",
"operationName" : "SetTopicAttributes",
"returnType" : {
"returnType" : "SetTopicAttributesResult",
"documentation" : null
},
"syncReturnType" : "SetTopicAttributesResult"
},
"Subscribe" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SubscribeResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "SubscribeRequest",
"variableName" : "subscribeRequest",
"variableType" : "SubscribeRequest",
"documentation" : "Input for Subscribe action.
",
"simpleType" : "SubscribeRequest",
"variableSetterType" : "SubscribeRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "subscribe",
"operationName" : "Subscribe",
"returnType" : {
"returnType" : "SubscribeResult",
"documentation" : "Response for Subscribe action.
"
},
"syncReturnType" : "SubscribeResult"
},
"Unsubscribe" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UnsubscribeResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "UnsubscribeRequest",
"variableName" : "unsubscribeRequest",
"variableType" : "UnsubscribeRequest",
"documentation" : "Input for Unsubscribe action.
",
"simpleType" : "UnsubscribeRequest",
"variableSetterType" : "UnsubscribeRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "unsubscribe",
"operationName" : "Unsubscribe",
"returnType" : {
"returnType" : "UnsubscribeResult",
"documentation" : null
},
"syncReturnType" : "UnsubscribeResult"
}
},
"shapes" : {
"AddPermissionRequest" : {
"c2jName" : "AddPermissionInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "AddPermission",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "TopicArn",
"c2jShape" : "topicARN",
"deprecated" : false,
"documentation" : "The ARN of the topic whose access control policy you wish to modify.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TopicArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TopicArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TopicArn",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "topicArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "topicArn",
"variableType" : "String",
"documentation" : "The ARN of the topic whose access control policy you wish to modify.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Label",
"c2jShape" : "label",
"deprecated" : false,
"documentation" : "A unique identifier for the new policy statement.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**A unique identifier for the new policy statement.
\n@return A unique identifier for the new policy statement.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Label",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Label",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Label",
"setterDocumentation" : "/**A unique identifier for the new policy statement.
\n@param label A unique identifier for the new policy statement.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "label",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "label",
"variableType" : "String",
"documentation" : "A unique identifier for the new policy statement.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AWSAccountIds",
"c2jShape" : "DelegatesList",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AWSAccountId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AWSAccountId",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "delegate",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "AWSAccountIds",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "aWSAccountIds",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "aWSAccountIds",
"variableType" : "java.util.List",
"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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ActionNames",
"c2jShape" : "ActionsList",
"deprecated" : false,
"documentation" : "The action you want to allow for the specified principal(s).
Valid values: any Amazon SNS action name.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ActionName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ActionName",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "action",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ActionNames",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "actionNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The action you want to allow for the specified principal(s).
Valid values: any Amazon SNS action name.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "actionNames",
"variableType" : "java.util.List",
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AWSAccountIds" : {
"c2jName" : "AWSAccountIds",
"c2jShape" : "DelegatesList",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AWSAccountId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AWSAccountId",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "delegate",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "AWSAccountIds",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "aWSAccountIds",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "aWSAccountIds",
"variableType" : "java.util.List",
"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"
},
"xmlNameSpaceUri" : null
},
"ActionNames" : {
"c2jName" : "ActionNames",
"c2jShape" : "ActionsList",
"deprecated" : false,
"documentation" : "The action you want to allow for the specified principal(s).
Valid values: any Amazon SNS action name.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ActionName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ActionName",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "action",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ActionNames",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "actionNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The action you want to allow for the specified principal(s).
Valid values: any Amazon SNS action name.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "actionNames",
"variableType" : "java.util.List",
"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"
},
"xmlNameSpaceUri" : null
},
"Label" : {
"c2jName" : "Label",
"c2jShape" : "label",
"deprecated" : false,
"documentation" : "A unique identifier for the new policy statement.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**A unique identifier for the new policy statement.
\n@return A unique identifier for the new policy statement.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Label",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Label",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Label",
"setterDocumentation" : "/**A unique identifier for the new policy statement.
\n@param label A unique identifier for the new policy statement.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "label",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "label",
"variableType" : "String",
"documentation" : "A unique identifier for the new policy statement.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TopicArn" : {
"c2jName" : "TopicArn",
"c2jShape" : "topicARN",
"deprecated" : false,
"documentation" : "The ARN of the topic whose access control policy you wish to modify.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TopicArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TopicArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TopicArn",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "topicArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "topicArn",
"variableType" : "String",
"documentation" : "The ARN of the topic whose access control policy you wish to modify.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "TopicArn", "Label", "AWSAccountId", "ActionName" ],
"shapeName" : "AddPermissionRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AddPermissionRequest",
"variableName" : "addPermissionRequest",
"variableType" : "AddPermissionRequest",
"documentation" : null,
"simpleType" : "AddPermissionRequest",
"variableSetterType" : "AddPermissionRequest"
},
"wrapper" : false
},
"AddPermissionResult" : {
"c2jName" : "AddPermissionResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "AddPermissionResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddPermissionResult",
"variableName" : "addPermissionResult",
"variableType" : "AddPermissionResult",
"documentation" : null,
"simpleType" : "AddPermissionResult",
"variableSetterType" : "AddPermissionResult"
},
"wrapper" : false
},
"AuthorizationErrorException" : {
"c2jName" : "AuthorizationErrorException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Indicates that the user has been denied access to the requested resource.
",
"enums" : null,
"errorCode" : "AuthorizationError",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "AuthorizationErrorException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AuthorizationErrorException",
"variableName" : "authorizationErrorException",
"variableType" : "AuthorizationErrorException",
"documentation" : null,
"simpleType" : "AuthorizationErrorException",
"variableSetterType" : "AuthorizationErrorException"
},
"wrapper" : false
},
"CheckIfPhoneNumberIsOptedOutRequest" : {
"c2jName" : "CheckIfPhoneNumberIsOptedOutInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the CheckIfPhoneNumberIsOptedOut action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CheckIfPhoneNumberIsOptedOut",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "phoneNumber",
"c2jShape" : "PhoneNumber",
"deprecated" : false,
"documentation" : "The phone number for which you want to check the opt out status.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "phoneNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "phoneNumber",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PhoneNumber",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : "The phone number for which you want to check the opt out status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PhoneNumber" : {
"c2jName" : "phoneNumber",
"c2jShape" : "PhoneNumber",
"deprecated" : false,
"documentation" : "The phone number for which you want to check the opt out status.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "phoneNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "phoneNumber",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PhoneNumber",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "phoneNumber",
"variableType" : "String",
"documentation" : "The phone number for which you want to check the opt out status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "phoneNumber" ],
"shapeName" : "CheckIfPhoneNumberIsOptedOutRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CheckIfPhoneNumberIsOptedOutRequest",
"variableName" : "checkIfPhoneNumberIsOptedOutRequest",
"variableType" : "CheckIfPhoneNumberIsOptedOutRequest",
"documentation" : null,
"simpleType" : "CheckIfPhoneNumberIsOptedOutRequest",
"variableSetterType" : "CheckIfPhoneNumberIsOptedOutRequest"
},
"wrapper" : false
},
"CheckIfPhoneNumberIsOptedOutResult" : {
"c2jName" : "CheckIfPhoneNumberIsOptedOutResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The response from the CheckIfPhoneNumberIsOptedOut action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "isOptedOut",
"c2jShape" : "boolean",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.
*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "isOptedOut",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "isOptedOut",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IsOptedOut",
"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.
*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isOptedOut",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isOptedOut",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"IsOptedOut" : {
"c2jName" : "isOptedOut",
"c2jShape" : "boolean",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.
*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "isOptedOut",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "isOptedOut",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IsOptedOut",
"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.
*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isOptedOut",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isOptedOut",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CheckIfPhoneNumberIsOptedOutResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CheckIfPhoneNumberIsOptedOutResult"
},
"variable" : {
"variableDeclarationType" : "CheckIfPhoneNumberIsOptedOutResult",
"variableName" : "checkIfPhoneNumberIsOptedOutResult",
"variableType" : "CheckIfPhoneNumberIsOptedOutResult",
"documentation" : null,
"simpleType" : "CheckIfPhoneNumberIsOptedOutResult",
"variableSetterType" : "CheckIfPhoneNumberIsOptedOutResult"
},
"wrapper" : false
},
"ConfirmSubscriptionRequest" : {
"c2jName" : "ConfirmSubscriptionInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Input for ConfirmSubscription action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "ConfirmSubscription",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "TopicArn",
"c2jShape" : "topicARN",
"deprecated" : false,
"documentation" : "The ARN of the topic for which you wish to confirm a subscription.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TopicArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TopicArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TopicArn",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "topicArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "topicArn",
"variableType" : "String",
"documentation" : "The ARN of the topic for which you wish to confirm a subscription.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Token",
"c2jShape" : "token",
"deprecated" : false,
"documentation" : "Short-lived token sent to an endpoint during the Subscribe action.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Token",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Token",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Token",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "token",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "token",
"variableType" : "String",
"documentation" : "Short-lived token sent to an endpoint during the Subscribe action.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AuthenticateOnUnsubscribe",
"c2jShape" : "authenticateOnUnsubscribe",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AuthenticateOnUnsubscribe",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AuthenticateOnUnsubscribe",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AuthenticateOnUnsubscribe",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "authenticateOnUnsubscribe",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "authenticateOnUnsubscribe",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AuthenticateOnUnsubscribe" : {
"c2jName" : "AuthenticateOnUnsubscribe",
"c2jShape" : "authenticateOnUnsubscribe",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AuthenticateOnUnsubscribe",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AuthenticateOnUnsubscribe",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AuthenticateOnUnsubscribe",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "authenticateOnUnsubscribe",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "authenticateOnUnsubscribe",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"Token" : {
"c2jName" : "Token",
"c2jShape" : "token",
"deprecated" : false,
"documentation" : "Short-lived token sent to an endpoint during the Subscribe action.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Token",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Token",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Token",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "token",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "token",
"variableType" : "String",
"documentation" : "Short-lived token sent to an endpoint during the Subscribe action.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TopicArn" : {
"c2jName" : "TopicArn",
"c2jShape" : "topicARN",
"deprecated" : false,
"documentation" : "The ARN of the topic for which you wish to confirm a subscription.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TopicArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TopicArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TopicArn",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "topicArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "topicArn",
"variableType" : "String",
"documentation" : "The ARN of the topic for which you wish to confirm a subscription.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "TopicArn", "Token" ],
"shapeName" : "ConfirmSubscriptionRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConfirmSubscriptionRequest",
"variableName" : "confirmSubscriptionRequest",
"variableType" : "ConfirmSubscriptionRequest",
"documentation" : null,
"simpleType" : "ConfirmSubscriptionRequest",
"variableSetterType" : "ConfirmSubscriptionRequest"
},
"wrapper" : false
},
"ConfirmSubscriptionResult" : {
"c2jName" : "ConfirmSubscriptionResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Response for ConfirmSubscriptions action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "SubscriptionArn",
"c2jShape" : "subscriptionARN",
"deprecated" : false,
"documentation" : "The ARN of the created subscription.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ARN of the created subscription.
\n@return The ARN of the created subscription.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SubscriptionArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubscriptionArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SubscriptionArn",
"setterDocumentation" : "/**The ARN of the created subscription.
\n@param subscriptionArn The ARN of the created subscription.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionArn",
"variableType" : "String",
"documentation" : "The ARN of the created subscription.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"SubscriptionArn" : {
"c2jName" : "SubscriptionArn",
"c2jShape" : "subscriptionARN",
"deprecated" : false,
"documentation" : "The ARN of the created subscription.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ARN of the created subscription.
\n@return The ARN of the created subscription.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SubscriptionArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubscriptionArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SubscriptionArn",
"setterDocumentation" : "/**The ARN of the created subscription.
\n@param subscriptionArn The ARN of the created subscription.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subscriptionArn",
"variableType" : "String",
"documentation" : "The ARN of the created subscription.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "ConfirmSubscriptionResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "ConfirmSubscriptionResult"
},
"variable" : {
"variableDeclarationType" : "ConfirmSubscriptionResult",
"variableName" : "confirmSubscriptionResult",
"variableType" : "ConfirmSubscriptionResult",
"documentation" : null,
"simpleType" : "ConfirmSubscriptionResult",
"variableSetterType" : "ConfirmSubscriptionResult"
},
"wrapper" : false
},
"CreatePlatformApplicationRequest" : {
"c2jName" : "CreatePlatformApplicationInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Input for CreatePlatformApplication action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreatePlatformApplication",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "String",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Platform",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).
",
"enumType" : null,
"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.*/",
"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).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Platform",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Platform",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Platform",
"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).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platform",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platform",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Attributes",
"c2jShape" : "MapStringToString",
"deprecated" : false,
"documentation" : "For a list of attributes, see SetPlatformApplicationAttributes
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**For a list of attributes, see SetPlatformApplicationAttributes
\n@return For a list of attributes, see SetPlatformApplicationAttributes*/",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Attributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Attributes",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "com.amazonaws.internal.SdkInternalMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"c2jName" : "value",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**\n@param value */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueType" : "String",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : true
},
"name" : "Attributes",
"setterDocumentation" : "/**For a list of attributes, see SetPlatformApplicationAttributes
\n@param attributes For a list of attributes, see SetPlatformApplicationAttributes*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "For a list of attributes, see SetPlatformApplicationAttributes
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Attributes" : {
"c2jName" : "Attributes",
"c2jShape" : "MapStringToString",
"deprecated" : false,
"documentation" : "For a list of attributes, see SetPlatformApplicationAttributes
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**For a list of attributes, see SetPlatformApplicationAttributes
\n@return For a list of attributes, see SetPlatformApplicationAttributes*/",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Attributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Attributes",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "com.amazonaws.internal.SdkInternalMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"c2jName" : "value",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**\n@param value */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueType" : "String",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : true
},
"name" : "Attributes",
"setterDocumentation" : "/**For a list of attributes, see SetPlatformApplicationAttributes
\n@param attributes For a list of attributes, see SetPlatformApplicationAttributes*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "For a list of attributes, see SetPlatformApplicationAttributes
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "String",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"Platform" : {
"c2jName" : "Platform",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).
",
"enumType" : null,
"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.*/",
"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).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Platform",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Platform",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Platform",
"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).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platform",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platform",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Name", "Platform", "Attributes" ],
"shapeName" : "CreatePlatformApplicationRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreatePlatformApplicationRequest",
"variableName" : "createPlatformApplicationRequest",
"variableType" : "CreatePlatformApplicationRequest",
"documentation" : null,
"simpleType" : "CreatePlatformApplicationRequest",
"variableSetterType" : "CreatePlatformApplicationRequest"
},
"wrapper" : false
},
"CreatePlatformApplicationResult" : {
"c2jName" : "CreatePlatformApplicationResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Response from CreatePlatformApplication action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "PlatformApplicationArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "PlatformApplicationArn is returned.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**PlatformApplicationArn is returned.
\n@return PlatformApplicationArn is returned.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PlatformApplicationArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PlatformApplicationArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PlatformApplicationArn",
"setterDocumentation" : "/**PlatformApplicationArn is returned.
\n@param platformApplicationArn PlatformApplicationArn is returned.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformApplicationArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformApplicationArn",
"variableType" : "String",
"documentation" : "PlatformApplicationArn is returned.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PlatformApplicationArn" : {
"c2jName" : "PlatformApplicationArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "PlatformApplicationArn is returned.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**PlatformApplicationArn is returned.
\n@return PlatformApplicationArn is returned.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PlatformApplicationArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PlatformApplicationArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PlatformApplicationArn",
"setterDocumentation" : "/**PlatformApplicationArn is returned.
\n@param platformApplicationArn PlatformApplicationArn is returned.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformApplicationArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformApplicationArn",
"variableType" : "String",
"documentation" : "PlatformApplicationArn is returned.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CreatePlatformApplicationResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreatePlatformApplicationResult"
},
"variable" : {
"variableDeclarationType" : "CreatePlatformApplicationResult",
"variableName" : "createPlatformApplicationResult",
"variableType" : "CreatePlatformApplicationResult",
"documentation" : null,
"simpleType" : "CreatePlatformApplicationResult",
"variableSetterType" : "CreatePlatformApplicationResult"
},
"wrapper" : false
},
"CreatePlatformEndpointRequest" : {
"c2jName" : "CreatePlatformEndpointInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Input for CreatePlatformEndpoint action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreatePlatformEndpoint",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "PlatformApplicationArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PlatformApplicationArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PlatformApplicationArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PlatformApplicationArn",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformApplicationArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformApplicationArn",
"variableType" : "String",
"documentation" : "PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Token",
"c2jShape" : "String",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Token",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Token",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Token",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "token",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "token",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CustomUserData",
"c2jShape" : "String",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CustomUserData",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CustomUserData",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CustomUserData",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "customUserData",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "customUserData",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Attributes",
"c2jShape" : "MapStringToString",
"deprecated" : false,
"documentation" : "For a list of attributes, see SetEndpointAttributes.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**For a list of attributes, see SetEndpointAttributes.
\n@return For a list of attributes, see SetEndpointAttributes.*/",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Attributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Attributes",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "com.amazonaws.internal.SdkInternalMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"c2jName" : "value",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**\n@param value */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueType" : "String",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : true
},
"name" : "Attributes",
"setterDocumentation" : "/**For a list of attributes, see SetEndpointAttributes.
\n@param attributes For a list of attributes, see SetEndpointAttributes.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "For a list of attributes, see SetEndpointAttributes.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Attributes" : {
"c2jName" : "Attributes",
"c2jShape" : "MapStringToString",
"deprecated" : false,
"documentation" : "For a list of attributes, see SetEndpointAttributes.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**For a list of attributes, see SetEndpointAttributes.
\n@return For a list of attributes, see SetEndpointAttributes.*/",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Attributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Attributes",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "com.amazonaws.internal.SdkInternalMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"c2jName" : "value",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**\n@param value */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueType" : "String",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : true
},
"name" : "Attributes",
"setterDocumentation" : "/**For a list of attributes, see SetEndpointAttributes.
\n@param attributes For a list of attributes, see SetEndpointAttributes.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "For a list of attributes, see SetEndpointAttributes.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
},
"CustomUserData" : {
"c2jName" : "CustomUserData",
"c2jShape" : "String",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CustomUserData",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CustomUserData",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CustomUserData",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "customUserData",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "customUserData",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"PlatformApplicationArn" : {
"c2jName" : "PlatformApplicationArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PlatformApplicationArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PlatformApplicationArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PlatformApplicationArn",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformApplicationArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformApplicationArn",
"variableType" : "String",
"documentation" : "PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Token" : {
"c2jName" : "Token",
"c2jShape" : "String",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Token",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Token",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Token",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "token",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "token",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "PlatformApplicationArn", "Token" ],
"shapeName" : "CreatePlatformEndpointRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreatePlatformEndpointRequest",
"variableName" : "createPlatformEndpointRequest",
"variableType" : "CreatePlatformEndpointRequest",
"documentation" : null,
"simpleType" : "CreatePlatformEndpointRequest",
"variableSetterType" : "CreatePlatformEndpointRequest"
},
"wrapper" : false
},
"CreatePlatformEndpointResult" : {
"c2jName" : "CreateEndpointResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Response from CreateEndpoint action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "EndpointArn returned from CreateEndpoint action.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**EndpointArn returned from CreateEndpoint action.
\n@return EndpointArn returned from CreateEndpoint action.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EndpointArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EndpointArn",
"setterDocumentation" : "/**EndpointArn returned from CreateEndpoint action.
\n@param endpointArn EndpointArn returned from CreateEndpoint action.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "EndpointArn returned from CreateEndpoint action.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EndpointArn" : {
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "EndpointArn returned from CreateEndpoint action.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**EndpointArn returned from CreateEndpoint action.
\n@return EndpointArn returned from CreateEndpoint action.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EndpointArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EndpointArn",
"setterDocumentation" : "/**EndpointArn returned from CreateEndpoint action.
\n@param endpointArn EndpointArn returned from CreateEndpoint action.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "EndpointArn returned from CreateEndpoint action.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CreatePlatformEndpointResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreatePlatformEndpointResult"
},
"variable" : {
"variableDeclarationType" : "CreatePlatformEndpointResult",
"variableName" : "createPlatformEndpointResult",
"variableType" : "CreatePlatformEndpointResult",
"documentation" : null,
"simpleType" : "CreatePlatformEndpointResult",
"variableSetterType" : "CreatePlatformEndpointResult"
},
"wrapper" : false
},
"CreateTopicRequest" : {
"c2jName" : "CreateTopicInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Input for CreateTopic action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateTopic",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "topicName",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"c2jName" : "Name",
"c2jShape" : "topicName",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Name" ],
"shapeName" : "CreateTopicRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateTopicRequest",
"variableName" : "createTopicRequest",
"variableType" : "CreateTopicRequest",
"documentation" : null,
"simpleType" : "CreateTopicRequest",
"variableSetterType" : "CreateTopicRequest"
},
"wrapper" : false
},
"CreateTopicResult" : {
"c2jName" : "CreateTopicResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Response from CreateTopic action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "TopicArn",
"c2jShape" : "topicARN",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) assigned to the created topic.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) assigned to the created topic.
\n@return The Amazon Resource Name (ARN) assigned to the created topic.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TopicArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TopicArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TopicArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) assigned to the created topic.
\n@param topicArn The Amazon Resource Name (ARN) assigned to the created topic.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "topicArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "topicArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) assigned to the created topic.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TopicArn" : {
"c2jName" : "TopicArn",
"c2jShape" : "topicARN",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) assigned to the created topic.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) assigned to the created topic.
\n@return The Amazon Resource Name (ARN) assigned to the created topic.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TopicArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TopicArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TopicArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) assigned to the created topic.
\n@param topicArn The Amazon Resource Name (ARN) assigned to the created topic.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "topicArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "topicArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) assigned to the created topic.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CreateTopicResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreateTopicResult"
},
"variable" : {
"variableDeclarationType" : "CreateTopicResult",
"variableName" : "createTopicResult",
"variableType" : "CreateTopicResult",
"documentation" : null,
"simpleType" : "CreateTopicResult",
"variableSetterType" : "CreateTopicResult"
},
"wrapper" : false
},
"DeleteEndpointRequest" : {
"c2jName" : "DeleteEndpointInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Input for DeleteEndpoint action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteEndpoint",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "EndpointArn of endpoint to delete.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**EndpointArn of endpoint to delete.
\n@return EndpointArn of endpoint to delete.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EndpointArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EndpointArn",
"setterDocumentation" : "/**EndpointArn of endpoint to delete.
\n@param endpointArn EndpointArn of endpoint to delete.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "EndpointArn of endpoint to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EndpointArn" : {
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "EndpointArn of endpoint to delete.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**EndpointArn of endpoint to delete.
\n@return EndpointArn of endpoint to delete.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EndpointArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EndpointArn",
"setterDocumentation" : "/**EndpointArn of endpoint to delete.
\n@param endpointArn EndpointArn of endpoint to delete.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "EndpointArn of endpoint to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "EndpointArn" ],
"shapeName" : "DeleteEndpointRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteEndpointRequest",
"variableName" : "deleteEndpointRequest",
"variableType" : "DeleteEndpointRequest",
"documentation" : null,
"simpleType" : "DeleteEndpointRequest",
"variableSetterType" : "DeleteEndpointRequest"
},
"wrapper" : false
},
"DeleteEndpointResult" : {
"c2jName" : "DeleteEndpointResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeleteEndpointResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteEndpointResult",
"variableName" : "deleteEndpointResult",
"variableType" : "DeleteEndpointResult",
"documentation" : null,
"simpleType" : "DeleteEndpointResult",
"variableSetterType" : "DeleteEndpointResult"
},
"wrapper" : false
},
"DeletePlatformApplicationRequest" : {
"c2jName" : "DeletePlatformApplicationInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Input for DeletePlatformApplication action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeletePlatformApplication",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "PlatformApplicationArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "PlatformApplicationArn of platform application object to delete.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**PlatformApplicationArn of platform application object to delete.
\n@return PlatformApplicationArn of platform application object to delete.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PlatformApplicationArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PlatformApplicationArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PlatformApplicationArn",
"setterDocumentation" : "/**PlatformApplicationArn of platform application object to delete.
\n@param platformApplicationArn PlatformApplicationArn of platform application object to delete.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformApplicationArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformApplicationArn",
"variableType" : "String",
"documentation" : "PlatformApplicationArn of platform application object to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PlatformApplicationArn" : {
"c2jName" : "PlatformApplicationArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "PlatformApplicationArn of platform application object to delete.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**PlatformApplicationArn of platform application object to delete.
\n@return PlatformApplicationArn of platform application object to delete.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PlatformApplicationArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PlatformApplicationArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PlatformApplicationArn",
"setterDocumentation" : "/**PlatformApplicationArn of platform application object to delete.
\n@param platformApplicationArn PlatformApplicationArn of platform application object to delete.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformApplicationArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformApplicationArn",
"variableType" : "String",
"documentation" : "PlatformApplicationArn of platform application object to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "PlatformApplicationArn" ],
"shapeName" : "DeletePlatformApplicationRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeletePlatformApplicationRequest",
"variableName" : "deletePlatformApplicationRequest",
"variableType" : "DeletePlatformApplicationRequest",
"documentation" : null,
"simpleType" : "DeletePlatformApplicationRequest",
"variableSetterType" : "DeletePlatformApplicationRequest"
},
"wrapper" : false
},
"DeletePlatformApplicationResult" : {
"c2jName" : "DeletePlatformApplicationResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeletePlatformApplicationResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeletePlatformApplicationResult",
"variableName" : "deletePlatformApplicationResult",
"variableType" : "DeletePlatformApplicationResult",
"documentation" : null,
"simpleType" : "DeletePlatformApplicationResult",
"variableSetterType" : "DeletePlatformApplicationResult"
},
"wrapper" : false
},
"DeleteTopicRequest" : {
"c2jName" : "DeleteTopicInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteTopic",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "TopicArn",
"c2jShape" : "topicARN",
"deprecated" : false,
"documentation" : "The ARN of the topic you want to delete.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ARN of the topic you want to delete.
\n@return The ARN of the topic you want to delete.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TopicArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TopicArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TopicArn",
"setterDocumentation" : "/**The ARN of the topic you want to delete.
\n@param topicArn The ARN of the topic you want to delete.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "topicArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "topicArn",
"variableType" : "String",
"documentation" : "The ARN of the topic you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TopicArn" : {
"c2jName" : "TopicArn",
"c2jShape" : "topicARN",
"deprecated" : false,
"documentation" : "The ARN of the topic you want to delete.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ARN of the topic you want to delete.
\n@return The ARN of the topic you want to delete.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TopicArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TopicArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TopicArn",
"setterDocumentation" : "/**The ARN of the topic you want to delete.
\n@param topicArn The ARN of the topic you want to delete.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "topicArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "topicArn",
"variableType" : "String",
"documentation" : "The ARN of the topic you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "TopicArn" ],
"shapeName" : "DeleteTopicRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteTopicRequest",
"variableName" : "deleteTopicRequest",
"variableType" : "DeleteTopicRequest",
"documentation" : null,
"simpleType" : "DeleteTopicRequest",
"variableSetterType" : "DeleteTopicRequest"
},
"wrapper" : false
},
"DeleteTopicResult" : {
"c2jName" : "DeleteTopicResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeleteTopicResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteTopicResult",
"variableName" : "deleteTopicResult",
"variableType" : "DeleteTopicResult",
"documentation" : null,
"simpleType" : "DeleteTopicResult",
"variableSetterType" : "DeleteTopicResult"
},
"wrapper" : false
},
"Endpoint" : {
"c2jName" : "Endpoint",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Endpoint for mobile app and device.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "EndpointArn for mobile app and device.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**EndpointArn for mobile app and device.
\n@return EndpointArn for mobile app and device.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EndpointArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EndpointArn",
"setterDocumentation" : "/**EndpointArn for mobile app and device.
\n@param endpointArn EndpointArn for mobile app and device.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "EndpointArn for mobile app and device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Attributes",
"c2jShape" : "MapStringToString",
"deprecated" : false,
"documentation" : "Attributes for endpoint.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Attributes for endpoint.
\n@return Attributes for endpoint.*/",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Attributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Attributes",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "com.amazonaws.internal.SdkInternalMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"c2jName" : "value",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**\n@param value */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueType" : "String",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : true
},
"name" : "Attributes",
"setterDocumentation" : "/**Attributes for endpoint.
\n@param attributes Attributes for endpoint.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "Attributes for endpoint.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Attributes" : {
"c2jName" : "Attributes",
"c2jShape" : "MapStringToString",
"deprecated" : false,
"documentation" : "Attributes for endpoint.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Attributes for endpoint.
\n@return Attributes for endpoint.*/",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Attributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Attributes",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "com.amazonaws.internal.SdkInternalMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"c2jName" : "value",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**\n@param value */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueType" : "String",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : true
},
"name" : "Attributes",
"setterDocumentation" : "/**Attributes for endpoint.
\n@param attributes Attributes for endpoint.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "Attributes for endpoint.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
},
"EndpointArn" : {
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "EndpointArn for mobile app and device.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**EndpointArn for mobile app and device.
\n@return EndpointArn for mobile app and device.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EndpointArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EndpointArn",
"setterDocumentation" : "/**EndpointArn for mobile app and device.
\n@param endpointArn EndpointArn for mobile app and device.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "EndpointArn for mobile app and device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "Endpoint",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "endpoint",
"variableType" : "Endpoint",
"documentation" : null,
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"wrapper" : false
},
"EndpointDisabledException" : {
"c2jName" : "EndpointDisabledException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Exception error indicating endpoint disabled.
",
"enums" : null,
"errorCode" : "EndpointDisabled",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "EndpointDisabledException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "EndpointDisabledException",
"variableName" : "endpointDisabledException",
"variableType" : "EndpointDisabledException",
"documentation" : null,
"simpleType" : "EndpointDisabledException",
"variableSetterType" : "EndpointDisabledException"
},
"wrapper" : false
},
"GetEndpointAttributesRequest" : {
"c2jName" : "GetEndpointAttributesInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Input for GetEndpointAttributes action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetEndpointAttributes",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "EndpointArn for GetEndpointAttributes input.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**EndpointArn for GetEndpointAttributes input.
\n@return EndpointArn for GetEndpointAttributes input.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EndpointArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EndpointArn",
"setterDocumentation" : "/**EndpointArn for GetEndpointAttributes input.
\n@param endpointArn EndpointArn for GetEndpointAttributes input.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "EndpointArn for GetEndpointAttributes input.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EndpointArn" : {
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "EndpointArn for GetEndpointAttributes input.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**EndpointArn for GetEndpointAttributes input.
\n@return EndpointArn for GetEndpointAttributes input.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EndpointArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EndpointArn",
"setterDocumentation" : "/**EndpointArn for GetEndpointAttributes input.
\n@param endpointArn EndpointArn for GetEndpointAttributes input.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointArn",
"variableType" : "String",
"documentation" : "EndpointArn for GetEndpointAttributes input.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "EndpointArn" ],
"shapeName" : "GetEndpointAttributesRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetEndpointAttributesRequest",
"variableName" : "getEndpointAttributesRequest",
"variableType" : "GetEndpointAttributesRequest",
"documentation" : null,
"simpleType" : "GetEndpointAttributesRequest",
"variableSetterType" : "GetEndpointAttributesRequest"
},
"wrapper" : false
},
"GetEndpointAttributesResult" : {
"c2jName" : "GetEndpointAttributesResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Response from GetEndpointAttributes of the EndpointArn.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Attributes",
"c2jShape" : "MapStringToString",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.
*/",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Attributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Attributes",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "com.amazonaws.internal.SdkInternalMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"c2jName" : "value",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**\n@param value */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueType" : "String",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : true
},
"name" : "Attributes",
"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.
*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Attributes" : {
"c2jName" : "Attributes",
"c2jShape" : "MapStringToString",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.
*/",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Attributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Attributes",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "com.amazonaws.internal.SdkInternalMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"c2jName" : "value",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**\n@param value */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueType" : "String",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : true
},
"name" : "Attributes",
"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.
*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"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"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "GetEndpointAttributesResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "GetEndpointAttributesResult"
},
"variable" : {
"variableDeclarationType" : "GetEndpointAttributesResult",
"variableName" : "getEndpointAttributesResult",
"variableType" : "GetEndpointAttributesResult",
"documentation" : null,
"simpleType" : "GetEndpointAttributesResult",
"variableSetterType" : "GetEndpointAttributesResult"
},
"wrapper" : false
},
"GetPlatformApplicationAttributesRequest" : {
"c2jName" : "GetPlatformApplicationAttributesInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Input for GetPlatformApplicationAttributes action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetPlatformApplicationAttributes",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "PlatformApplicationArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "PlatformApplicationArn for GetPlatformApplicationAttributesInput.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**PlatformApplicationArn for GetPlatformApplicationAttributesInput.
\n@return PlatformApplicationArn for GetPlatformApplicationAttributesInput.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PlatformApplicationArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PlatformApplicationArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PlatformApplicationArn",
"setterDocumentation" : "/**PlatformApplicationArn for GetPlatformApplicationAttributesInput.
\n@param platformApplicationArn PlatformApplicationArn for GetPlatformApplicationAttributesInput.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformApplicationArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformApplicationArn",
"variableType" : "String",
"documentation" : "PlatformApplicationArn for GetPlatformApplicationAttributesInput.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PlatformApplicationArn" : {
"c2jName" : "PlatformApplicationArn",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "PlatformApplicationArn for GetPlatformApplicationAttributesInput.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**PlatformApplicationArn for GetPlatformApplicationAttributesInput.
\n@return PlatformApplicationArn for GetPlatformApplicationAttributesInput.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PlatformApplicationArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PlatformApplicationArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PlatformApplicationArn",
"setterDocumentation" : "/**PlatformApplicationArn for GetPlatformApplicationAttributesInput.
\n@param platformApplicationArn PlatformApplicationArn for GetPlatformApplicationAttributesInput.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformApplicationArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformApplicationArn",
"variableType" : "String",
"documentation" : "PlatformApplicationArn for GetPlatformApplicationAttributesInput.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "PlatformApplicationArn" ],
"shapeName" : "GetPlatformApplicationAttributesRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetPlatformApplicationAttributesRequest",
"variableName" : "getPlatformApplicationAttributesRequest",
"variableType" : "GetPlatformApplicationAttributesRequest",
"documentation" : null,
"simpleType" : "GetPlatformApplicationAttributesRequest",
"variableSetterType" : "GetPlatformApplicationAttributesRequest"
},
"wrapper" : false
},
"GetPlatformApplicationAttributesResult" : {
"c2jName" : "GetPlatformApplicationAttributesResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Response for GetPlatformApplicationAttributes action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Attributes",
"c2jShape" : "MapStringToString",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.
*/",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Attributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Attributes",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "com.amazonaws.internal.SdkInternalMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"c2jName" : "value",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**\n@param value */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueType" : "String",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : true
},
"name" : "Attributes",
"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.
*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Attributes" : {
"c2jName" : "Attributes",
"c2jShape" : "MapStringToString",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.
*/",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Attributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Attributes",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "com.amazonaws.internal.SdkInternalMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"c2jName" : "value",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**\n@param value */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueType" : "String",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "com.amazonaws.internal.SdkInternalMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : true
},
"name" : "Attributes",
"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.
*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"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"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "GetPlatformApplicationAttributesResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "GetPlatformApplicationAttributesResult"
},
"variable" : {
"variableDeclarationType" : "GetPlatformApplicationAttributesResult",
"variableName" : "getPlatformApplicationAttributesResult",
"variableType" : "GetPlatformApplicationAttributesResult",
"documentation" : null,
"simpleType" : "GetPlatformApplicationAttributesResult",
"variableSetterType" : "GetPlatformApplicationAttributesResult"
},
"wrapper" : false
},
"GetSMSAttributesRequest" : {
"c2jName" : "GetSMSAttributesInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the GetSMSAttributes request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetSMSAttributes",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "attributes",
"c2jShape" : "ListString",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attributes",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Attributes",
"setterDocumentation" : "/**A list of the individual attribute names, such as