
models.sns-2010-03-31-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-sns Show documentation
{
"metadata" : {
"apiVersion" : "2010-03-31",
"exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller",
"protocol" : "query",
"checksumFormat" : null,
"documentation" : "Amazon Simple Notification Service Amazon Simple Notification Service (Amazon SNS) is a web service that enables you to build distributed web-enabled applications. Applications can use Amazon SNS to easily push real-time notification messages to interested subscribers over multiple delivery protocols. For more information about this product see http://aws.amazon.com/sns. For detailed information about Amazon SNS features and their associated API calls, see the Amazon SNS Developer Guide.
We also provide SDKs that enable you to access Amazon SNS from your preferred programming language. The SDKs contain functionality that automatically takes care of tasks such as: cryptographically signing your service requests, retrying requests, and handling error responses. For a list of available SDKs, go to Tools for Amazon Web Services.
",
"defaultEndpoint" : "https://sns.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "sns.us-east-1.amazonaws.com",
"syncInterface" : "AmazonSNS",
"syncClient" : "AmazonSNSClient",
"asyncInterface" : "AmazonSNSAsync",
"asyncClient" : "AmazonSNSAsyncClient",
"packageName" : "com.amazonaws.services.sns",
"packagePath" : "com/amazonaws/services/sns",
"serviceAbbreviation" : "Amazon SNS",
"serviceFullName" : "Amazon Simple Notification Service",
"hasApiWithStreamInput" : false,
"jsonContentVersion" : null,
"jsonVersion" : null,
"endpointPrefix" : "sns",
"signingName" : "sns",
"jsonProtocol" : false,
"serviceName" : "Amazon SNS",
"cborProtocol" : false,
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"unmarshallerClassSuffix" : "StaxUnmarshaller",
"protocolDefaultExceptionUnmarshallerType" : "StandardErrorUnmarshaller",
"xmlProtocol" : true
},
"operations" : {
"AddPermission" : {
"documentation" : "Adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.
",
"operationName" : "AddPermission",
"deprecated" : false,
"input" : {
"variableName" : "addPermissionRequest",
"variableType" : "AddPermissionRequest",
"variableDeclarationType" : "AddPermissionRequest",
"documentation" : "",
"simpleType" : "AddPermissionRequest",
"variableSetterType" : "AddPermissionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AddPermissionResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "Indicates that the requested resource does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "addPermission",
"syncReturnType" : "AddPermissionResult",
"asyncReturnType" : "AddPermissionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ConfirmSubscription" : {
"documentation" : "Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier Subscribe
action. If the token is valid, the action creates a new subscription and returns its Amazon Resource Name (ARN). This call requires an AWS signature only when the AuthenticateOnUnsubscribe
flag is set to \"true\".
",
"operationName" : "ConfirmSubscription",
"deprecated" : false,
"input" : {
"variableName" : "confirmSubscriptionRequest",
"variableType" : "ConfirmSubscriptionRequest",
"variableDeclarationType" : "ConfirmSubscriptionRequest",
"documentation" : "Input for ConfirmSubscription action.",
"simpleType" : "ConfirmSubscriptionRequest",
"variableSetterType" : "ConfirmSubscriptionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ConfirmSubscriptionResult",
"documentation" : "Response for ConfirmSubscriptions action."
},
"exceptions" : [ {
"exceptionName" : "SubscriptionLimitExceededException",
"documentation" : "Indicates that the customer already owns the maximum allowed number of subscriptions.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "Indicates that the requested resource does not exist.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "confirmSubscription",
"syncReturnType" : "ConfirmSubscriptionResult",
"asyncReturnType" : "ConfirmSubscriptionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"CreatePlatformApplication" : {
"documentation" : "Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register. You must specify PlatformPrincipal and PlatformCredential attributes when using the CreatePlatformApplication
action. The PlatformPrincipal is received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is \"SSL certificate\". For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is \"client id\". The PlatformCredential is also received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is \"private key\". For GCM, PlatformCredential is \"API key\". For ADM, PlatformCredential is \"client secret\". 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.
",
"operationName" : "CreatePlatformApplication",
"deprecated" : false,
"input" : {
"variableName" : "createPlatformApplicationRequest",
"variableType" : "CreatePlatformApplicationRequest",
"variableDeclarationType" : "CreatePlatformApplicationRequest",
"documentation" : "Input for CreatePlatformApplication action.
",
"simpleType" : "CreatePlatformApplicationRequest",
"variableSetterType" : "CreatePlatformApplicationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreatePlatformApplicationResult",
"documentation" : "Response from CreatePlatformApplication action.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createPlatformApplication",
"syncReturnType" : "CreatePlatformApplicationResult",
"asyncReturnType" : "CreatePlatformApplicationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"CreatePlatformEndpoint" : {
"documentation" : "Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS. CreatePlatformEndpoint
requires the PlatformApplicationArn that is returned from CreatePlatformApplication
. The EndpointArn that is returned when using CreatePlatformEndpoint
can then be used by the Publish
action to send a message to a mobile app or by the Subscribe
action for subscription to a topic. The CreatePlatformEndpoint
action is idempotent, so if the requester already owns an endpoint with the same device token and attributes, that endpoint's ARN is returned without creating a new endpoint. For more information, see Using Amazon SNS Mobile Push Notifications.
When using CreatePlatformEndpoint
with Baidu, two attributes must be provided: ChannelId and UserId. The token field must also contain the ChannelId. For more information, see Creating an Amazon SNS Endpoint for Baidu.
",
"operationName" : "CreatePlatformEndpoint",
"deprecated" : false,
"input" : {
"variableName" : "createPlatformEndpointRequest",
"variableType" : "CreatePlatformEndpointRequest",
"variableDeclarationType" : "CreatePlatformEndpointRequest",
"documentation" : "Input for CreatePlatformEndpoint action.
",
"simpleType" : "CreatePlatformEndpointRequest",
"variableSetterType" : "CreatePlatformEndpointRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreatePlatformEndpointResult",
"documentation" : "Response from CreateEndpoint action.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "Indicates that the requested resource does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createPlatformEndpoint",
"syncReturnType" : "CreatePlatformEndpointResult",
"asyncReturnType" : "CreatePlatformEndpointResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"CreateTopic" : {
"documentation" : "Creates a topic to which notifications can be published. Users can create at most 3000 topics. For more information, see http://aws.amazon.com/sns. This action is idempotent, so if the requester already owns a topic with the specified name, that topic's ARN is returned without creating a new topic.
",
"operationName" : "CreateTopic",
"deprecated" : false,
"input" : {
"variableName" : "createTopicRequest",
"variableType" : "CreateTopicRequest",
"variableDeclarationType" : "CreateTopicRequest",
"documentation" : "Input for CreateTopic action.
",
"simpleType" : "CreateTopicRequest",
"variableSetterType" : "CreateTopicRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateTopicResult",
"documentation" : "Response from CreateTopic action.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "TopicLimitExceededException",
"documentation" : "Indicates that the customer already owns the maximum allowed number of topics.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createTopic",
"syncReturnType" : "CreateTopicResult",
"asyncReturnType" : "CreateTopicResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteEndpoint" : {
"documentation" : "Deletes the endpoint from Amazon SNS. This action is idempotent. For more information, see Using Amazon SNS Mobile Push Notifications.
",
"operationName" : "DeleteEndpoint",
"deprecated" : false,
"input" : {
"variableName" : "deleteEndpointRequest",
"variableType" : "DeleteEndpointRequest",
"variableDeclarationType" : "DeleteEndpointRequest",
"documentation" : "Input for DeleteEndpoint action.
",
"simpleType" : "DeleteEndpointRequest",
"variableSetterType" : "DeleteEndpointRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteEndpointResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteEndpoint",
"syncReturnType" : "DeleteEndpointResult",
"asyncReturnType" : "DeleteEndpointResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeletePlatformApplication" : {
"documentation" : "Deletes a platform application object for one of the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications.
",
"operationName" : "DeletePlatformApplication",
"deprecated" : false,
"input" : {
"variableName" : "deletePlatformApplicationRequest",
"variableType" : "DeletePlatformApplicationRequest",
"variableDeclarationType" : "DeletePlatformApplicationRequest",
"documentation" : "Input for DeletePlatformApplication action.
",
"simpleType" : "DeletePlatformApplicationRequest",
"variableSetterType" : "DeletePlatformApplicationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeletePlatformApplicationResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deletePlatformApplication",
"syncReturnType" : "DeletePlatformApplicationResult",
"asyncReturnType" : "DeletePlatformApplicationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteTopic" : {
"documentation" : "Deletes a topic and all its subscriptions. Deleting a topic might prevent some messages previously sent to the topic from being delivered to subscribers. This action is idempotent, so deleting a topic that does not exist does not result in an error.
",
"operationName" : "DeleteTopic",
"deprecated" : false,
"input" : {
"variableName" : "deleteTopicRequest",
"variableType" : "DeleteTopicRequest",
"variableDeclarationType" : "DeleteTopicRequest",
"documentation" : "",
"simpleType" : "DeleteTopicRequest",
"variableSetterType" : "DeleteTopicRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteTopicResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "Indicates that the requested resource does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteTopic",
"syncReturnType" : "DeleteTopicResult",
"asyncReturnType" : "DeleteTopicResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"GetEndpointAttributes" : {
"documentation" : "Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM and APNS. For more information, see Using Amazon SNS Mobile Push Notifications.
",
"operationName" : "GetEndpointAttributes",
"deprecated" : false,
"input" : {
"variableName" : "getEndpointAttributesRequest",
"variableType" : "GetEndpointAttributesRequest",
"variableDeclarationType" : "GetEndpointAttributesRequest",
"documentation" : "Input for GetEndpointAttributes action.
",
"simpleType" : "GetEndpointAttributesRequest",
"variableSetterType" : "GetEndpointAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetEndpointAttributesResult",
"documentation" : "Response from GetEndpointAttributes of the EndpointArn.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "Indicates that the requested resource does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "getEndpointAttributes",
"syncReturnType" : "GetEndpointAttributesResult",
"asyncReturnType" : "GetEndpointAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"GetPlatformApplicationAttributes" : {
"documentation" : "Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications.
",
"operationName" : "GetPlatformApplicationAttributes",
"deprecated" : false,
"input" : {
"variableName" : "getPlatformApplicationAttributesRequest",
"variableType" : "GetPlatformApplicationAttributesRequest",
"variableDeclarationType" : "GetPlatformApplicationAttributesRequest",
"documentation" : "Input for GetPlatformApplicationAttributes action.
",
"simpleType" : "GetPlatformApplicationAttributesRequest",
"variableSetterType" : "GetPlatformApplicationAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetPlatformApplicationAttributesResult",
"documentation" : "Response for GetPlatformApplicationAttributes action.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "Indicates that the requested resource does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "getPlatformApplicationAttributes",
"syncReturnType" : "GetPlatformApplicationAttributesResult",
"asyncReturnType" : "GetPlatformApplicationAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"GetSubscriptionAttributes" : {
"documentation" : "Returns all of the properties of a subscription.
",
"operationName" : "GetSubscriptionAttributes",
"deprecated" : false,
"input" : {
"variableName" : "getSubscriptionAttributesRequest",
"variableType" : "GetSubscriptionAttributesRequest",
"variableDeclarationType" : "GetSubscriptionAttributesRequest",
"documentation" : "Input for GetSubscriptionAttributes.
",
"simpleType" : "GetSubscriptionAttributesRequest",
"variableSetterType" : "GetSubscriptionAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetSubscriptionAttributesResult",
"documentation" : "Response for GetSubscriptionAttributes action.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "Indicates that the requested resource does not exist.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "getSubscriptionAttributes",
"syncReturnType" : "GetSubscriptionAttributesResult",
"asyncReturnType" : "GetSubscriptionAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"GetTopicAttributes" : {
"documentation" : "Returns all of the properties of a topic. Topic properties returned might differ based on the authorization of the user.
",
"operationName" : "GetTopicAttributes",
"deprecated" : false,
"input" : {
"variableName" : "getTopicAttributesRequest",
"variableType" : "GetTopicAttributesRequest",
"variableDeclarationType" : "GetTopicAttributesRequest",
"documentation" : "Input for GetTopicAttributes action.
",
"simpleType" : "GetTopicAttributesRequest",
"variableSetterType" : "GetTopicAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetTopicAttributesResult",
"documentation" : "Response for GetTopicAttributes action.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "Indicates that the requested resource does not exist.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "getTopicAttributes",
"syncReturnType" : "GetTopicAttributesResult",
"asyncReturnType" : "GetTopicAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ListEndpointsByPlatformApplication" : {
"documentation" : "Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS. The results for ListEndpointsByPlatformApplication
are paginated and return a limited list of endpoints, up to 100. If additional records are available after the first page results, then a NextToken string will be returned. To receive the next page, you call ListEndpointsByPlatformApplication
again using the NextToken string received from the previous call. When there are no more records to return, NextToken will be null. For more information, see Using Amazon SNS Mobile Push Notifications.
",
"operationName" : "ListEndpointsByPlatformApplication",
"deprecated" : false,
"input" : {
"variableName" : "listEndpointsByPlatformApplicationRequest",
"variableType" : "ListEndpointsByPlatformApplicationRequest",
"variableDeclarationType" : "ListEndpointsByPlatformApplicationRequest",
"documentation" : "Input for ListEndpointsByPlatformApplication action.
",
"simpleType" : "ListEndpointsByPlatformApplicationRequest",
"variableSetterType" : "ListEndpointsByPlatformApplicationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListEndpointsByPlatformApplicationResult",
"documentation" : "Response for ListEndpointsByPlatformApplication action.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "Indicates that the requested resource does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "listEndpointsByPlatformApplication",
"syncReturnType" : "ListEndpointsByPlatformApplicationResult",
"asyncReturnType" : "ListEndpointsByPlatformApplicationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ListPlatformApplications" : {
"documentation" : "Lists the platform application objects for the supported push notification services, such as APNS and GCM. The results for ListPlatformApplications
are paginated and return a limited list of applications, up to 100. If additional records are available after the first page results, then a NextToken string will be returned. To receive the next page, you call ListPlatformApplications
using the NextToken string received from the previous call. When there are no more records to return, NextToken will be null. For more information, see Using Amazon SNS Mobile Push Notifications.
",
"operationName" : "ListPlatformApplications",
"deprecated" : false,
"input" : {
"variableName" : "listPlatformApplicationsRequest",
"variableType" : "ListPlatformApplicationsRequest",
"variableDeclarationType" : "ListPlatformApplicationsRequest",
"documentation" : "Input for ListPlatformApplications action.
",
"simpleType" : "ListPlatformApplicationsRequest",
"variableSetterType" : "ListPlatformApplicationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListPlatformApplicationsResult",
"documentation" : "Response for ListPlatformApplications action.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "listPlatformApplications",
"syncReturnType" : "ListPlatformApplicationsResult",
"asyncReturnType" : "ListPlatformApplicationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ListSubscriptions" : {
"documentation" : "Returns a list of the requester's subscriptions. Each call returns a limited list of subscriptions, up to 100. If there are more subscriptions, a NextToken
is also returned. Use the NextToken
parameter in a new ListSubscriptions
call to get further results.
",
"operationName" : "ListSubscriptions",
"deprecated" : false,
"input" : {
"variableName" : "listSubscriptionsRequest",
"variableType" : "ListSubscriptionsRequest",
"variableDeclarationType" : "ListSubscriptionsRequest",
"documentation" : "Input for ListSubscriptions action.",
"simpleType" : "ListSubscriptionsRequest",
"variableSetterType" : "ListSubscriptionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListSubscriptionsResult",
"documentation" : "Response for ListSubscriptions action
"
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "listSubscriptions",
"syncReturnType" : "ListSubscriptionsResult",
"asyncReturnType" : "ListSubscriptionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ListSubscriptionsByTopic" : {
"documentation" : "Returns a list of the subscriptions to a specific topic. Each call returns a limited list of subscriptions, up to 100. If there are more subscriptions, a NextToken
is also returned. Use the NextToken
parameter in a new ListSubscriptionsByTopic
call to get further results.
",
"operationName" : "ListSubscriptionsByTopic",
"deprecated" : false,
"input" : {
"variableName" : "listSubscriptionsByTopicRequest",
"variableType" : "ListSubscriptionsByTopicRequest",
"variableDeclarationType" : "ListSubscriptionsByTopicRequest",
"documentation" : "Input for ListSubscriptionsByTopic action.
",
"simpleType" : "ListSubscriptionsByTopicRequest",
"variableSetterType" : "ListSubscriptionsByTopicRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListSubscriptionsByTopicResult",
"documentation" : "Response for ListSubscriptionsByTopic action.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "Indicates that the requested resource does not exist.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "listSubscriptionsByTopic",
"syncReturnType" : "ListSubscriptionsByTopicResult",
"asyncReturnType" : "ListSubscriptionsByTopicResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ListTopics" : {
"documentation" : "Returns a list of the requester's topics. Each call returns a limited list of topics, up to 100. If there are more topics, a NextToken
is also returned. Use the NextToken
parameter in a new ListTopics
call to get further results.
",
"operationName" : "ListTopics",
"deprecated" : false,
"input" : {
"variableName" : "listTopicsRequest",
"variableType" : "ListTopicsRequest",
"variableDeclarationType" : "ListTopicsRequest",
"documentation" : "",
"simpleType" : "ListTopicsRequest",
"variableSetterType" : "ListTopicsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListTopicsResult",
"documentation" : "Response for ListTopics action.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "listTopics",
"syncReturnType" : "ListTopicsResult",
"asyncReturnType" : "ListTopicsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"Publish" : {
"documentation" : "Sends a message to all of a topic's subscribed endpoints. When a messageId
is returned, the message has been saved and Amazon SNS will attempt to deliver it to the topic's subscribers shortly. The format of the outgoing message to each subscribed endpoint depends on the notification protocol selected.
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. The EndpointArn is returned when making a call with the CreatePlatformEndpoint
action. The second example below shows a request and response for publishing to a mobile endpoint.
",
"operationName" : "Publish",
"deprecated" : false,
"input" : {
"variableName" : "publishRequest",
"variableType" : "PublishRequest",
"variableDeclarationType" : "PublishRequest",
"documentation" : "Input for Publish action.
",
"simpleType" : "PublishRequest",
"variableSetterType" : "PublishRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PublishResult",
"documentation" : "Response for Publish action.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "Indicates that the requested resource does not exist.
"
}, {
"exceptionName" : "EndpointDisabledException",
"documentation" : "Exception error indicating endpoint disabled.
"
}, {
"exceptionName" : "PlatformApplicationDisabledException",
"documentation" : "Exception error indicating platform application disabled.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "publish",
"syncReturnType" : "PublishResult",
"asyncReturnType" : "PublishResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"RemovePermission" : {
"documentation" : "Removes a statement from a topic's access control policy.
",
"operationName" : "RemovePermission",
"deprecated" : false,
"input" : {
"variableName" : "removePermissionRequest",
"variableType" : "RemovePermissionRequest",
"variableDeclarationType" : "RemovePermissionRequest",
"documentation" : "Input for RemovePermission action.
",
"simpleType" : "RemovePermissionRequest",
"variableSetterType" : "RemovePermissionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RemovePermissionResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "Indicates that the requested resource does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "removePermission",
"syncReturnType" : "RemovePermissionResult",
"asyncReturnType" : "RemovePermissionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"SetEndpointAttributes" : {
"documentation" : "Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM and APNS. For more information, see Using Amazon SNS Mobile Push Notifications.
",
"operationName" : "SetEndpointAttributes",
"deprecated" : false,
"input" : {
"variableName" : "setEndpointAttributesRequest",
"variableType" : "SetEndpointAttributesRequest",
"variableDeclarationType" : "SetEndpointAttributesRequest",
"documentation" : "Input for SetEndpointAttributes action.
",
"simpleType" : "SetEndpointAttributesRequest",
"variableSetterType" : "SetEndpointAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetEndpointAttributesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "Indicates that the requested resource does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "setEndpointAttributes",
"syncReturnType" : "SetEndpointAttributesResult",
"asyncReturnType" : "SetEndpointAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"SetPlatformApplicationAttributes" : {
"documentation" : "Sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications.
",
"operationName" : "SetPlatformApplicationAttributes",
"deprecated" : false,
"input" : {
"variableName" : "setPlatformApplicationAttributesRequest",
"variableType" : "SetPlatformApplicationAttributesRequest",
"variableDeclarationType" : "SetPlatformApplicationAttributesRequest",
"documentation" : "Input for SetPlatformApplicationAttributes action.
",
"simpleType" : "SetPlatformApplicationAttributesRequest",
"variableSetterType" : "SetPlatformApplicationAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetPlatformApplicationAttributesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "Indicates that the requested resource does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "setPlatformApplicationAttributes",
"syncReturnType" : "SetPlatformApplicationAttributesResult",
"asyncReturnType" : "SetPlatformApplicationAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"SetSubscriptionAttributes" : {
"documentation" : "Allows a subscription owner to set an attribute of the topic to a new value.
",
"operationName" : "SetSubscriptionAttributes",
"deprecated" : false,
"input" : {
"variableName" : "setSubscriptionAttributesRequest",
"variableType" : "SetSubscriptionAttributesRequest",
"variableDeclarationType" : "SetSubscriptionAttributesRequest",
"documentation" : "Input for SetSubscriptionAttributes action.
",
"simpleType" : "SetSubscriptionAttributesRequest",
"variableSetterType" : "SetSubscriptionAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetSubscriptionAttributesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "Indicates that the requested resource does not exist.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "setSubscriptionAttributes",
"syncReturnType" : "SetSubscriptionAttributesResult",
"asyncReturnType" : "SetSubscriptionAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"SetTopicAttributes" : {
"documentation" : "Allows a topic owner to set an attribute of the topic to a new value.
",
"operationName" : "SetTopicAttributes",
"deprecated" : false,
"input" : {
"variableName" : "setTopicAttributesRequest",
"variableType" : "SetTopicAttributesRequest",
"variableDeclarationType" : "SetTopicAttributesRequest",
"documentation" : "Input for SetTopicAttributes action.
",
"simpleType" : "SetTopicAttributesRequest",
"variableSetterType" : "SetTopicAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetTopicAttributesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "Indicates that the requested resource does not exist.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "setTopicAttributes",
"syncReturnType" : "SetTopicAttributesResult",
"asyncReturnType" : "SetTopicAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"Subscribe" : {
"documentation" : "Prepares to subscribe an endpoint by sending the endpoint a confirmation message. To actually create a subscription, the endpoint owner must call the ConfirmSubscription
action with the token from the confirmation message. Confirmation tokens are valid for three days.
",
"operationName" : "Subscribe",
"deprecated" : false,
"input" : {
"variableName" : "subscribeRequest",
"variableType" : "SubscribeRequest",
"variableDeclarationType" : "SubscribeRequest",
"documentation" : "Input for Subscribe action.",
"simpleType" : "SubscribeRequest",
"variableSetterType" : "SubscribeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SubscribeResult",
"documentation" : "Response for Subscribe action."
},
"exceptions" : [ {
"exceptionName" : "SubscriptionLimitExceededException",
"documentation" : "Indicates that the customer already owns the maximum allowed number of subscriptions.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "Indicates that the requested resource does not exist.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "subscribe",
"syncReturnType" : "SubscribeResult",
"asyncReturnType" : "SubscribeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"Unsubscribe" : {
"documentation" : "Deletes a subscription. If the subscription requires authentication for deletion, only the owner of the subscription or the topic's owner can unsubscribe, and an AWS signature is required. If the Unsubscribe
call does not require authentication and the requester is not the subscription owner, a final cancellation message is delivered to the endpoint, so that the endpoint owner can easily resubscribe to the topic if the Unsubscribe
request was unintended.
",
"operationName" : "Unsubscribe",
"deprecated" : false,
"input" : {
"variableName" : "unsubscribeRequest",
"variableType" : "UnsubscribeRequest",
"variableDeclarationType" : "UnsubscribeRequest",
"documentation" : "Input for Unsubscribe action.
",
"simpleType" : "UnsubscribeRequest",
"variableSetterType" : "UnsubscribeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UnsubscribeResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "Indicates an internal service error.
"
}, {
"exceptionName" : "AuthorizationErrorException",
"documentation" : "Indicates that the user has been denied access to the requested resource.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "Indicates that the requested resource does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "unsubscribe",
"syncReturnType" : "UnsubscribeResult",
"asyncReturnType" : "UnsubscribeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
}
},
"shapes" : {
"PlatformApplication" : {
"c2jName" : "PlatformApplication",
"documentation" : "Platform application object.
",
"shapeName" : "PlatformApplication",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "PlatformApplicationArn for platform application object.
",
"name" : "PlatformApplicationArn",
"c2jName" : "PlatformApplicationArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "platformApplicationArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "PlatformApplicationArn for platform application object.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "platformApplicationArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PlatformApplicationArn",
"marshallLocationName" : "PlatformApplicationArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**PlatformApplicationArn for platform application object.
\n@param platformApplicationArn PlatformApplicationArn for platform application object.*/",
"getterDocumentation" : "/**PlatformApplicationArn for platform application object.
\n@return PlatformApplicationArn for platform application object.*/",
"fluentSetterDocumentation" : "/**PlatformApplicationArn for platform application object.
\n@param platformApplicationArn PlatformApplicationArn for platform application object.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**PlatformApplicationArn for platform application object.
\n@param platformApplicationArn PlatformApplicationArn for platform application object.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Attributes for platform application object.
",
"name" : "Attributes",
"c2jName" : "Attributes",
"c2jShape" : "MapStringToString",
"variable" : {
"variableName" : "attributes",
"variableType" : "java.util.Map",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"documentation" : "Attributes for platform application object.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"setterModel" : {
"variableName" : "attributes",
"variableType" : "java.util.Map",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Attributes",
"marshallLocationName" : "Attributes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : {
"implType" : "com.amazonaws.internal.SdkInternalMap",
"interfaceType" : "java.util.Map",
"keyType" : "String",
"keyLocationName" : "key",
"keyModel" : null,
"valueType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"documentation" : "",
"name" : "Value",
"c2jName" : "value",
"c2jShape" : "String",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "value",
"marshallLocationName" : "value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param value */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"keySimple" : true,
"valueSimple" : true,
"valueList" : false,
"entryType" : "Map.Entry",
"templateType" : "java.util.Map",
"templateImplType" : "com.amazonaws.internal.SdkInternalMap"
},
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : true,
"setterDocumentation" : "/**Attributes for platform application object.
\n@param attributes Attributes for platform application object.*/",
"getterDocumentation" : "/**Attributes for platform application object.
\n@return Attributes for platform application object.*/",
"fluentSetterDocumentation" : "/**Attributes for platform application object.
\n@param attributes Attributes for platform application object.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Attributes for platform application object.
\n@param attributes Attributes for platform application object.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "platformApplication",
"variableType" : "PlatformApplication",
"variableDeclarationType" : "PlatformApplication",
"documentation" : null,
"simpleType" : "PlatformApplication",
"variableSetterType" : "PlatformApplication"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"PlatformApplicationArn" : {
"documentation" : "PlatformApplicationArn for platform application object.
",
"name" : "PlatformApplicationArn",
"c2jName" : "PlatformApplicationArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "platformApplicationArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "PlatformApplicationArn for platform application object.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "platformApplicationArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PlatformApplicationArn",
"marshallLocationName" : "PlatformApplicationArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**PlatformApplicationArn for platform application object.
\n@param platformApplicationArn PlatformApplicationArn for platform application object.*/",
"getterDocumentation" : "/**PlatformApplicationArn for platform application object.
\n@return PlatformApplicationArn for platform application object.*/",
"fluentSetterDocumentation" : "/**PlatformApplicationArn for platform application object.
\n@param platformApplicationArn PlatformApplicationArn for platform application object.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**PlatformApplicationArn for platform application object.
\n@param platformApplicationArn PlatformApplicationArn for platform application object.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Attributes" : {
"documentation" : "Attributes for platform application object.
",
"name" : "Attributes",
"c2jName" : "Attributes",
"c2jShape" : "MapStringToString",
"variable" : {
"variableName" : "attributes",
"variableType" : "java.util.Map",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"documentation" : "Attributes for platform application object.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"setterModel" : {
"variableName" : "attributes",
"variableType" : "java.util.Map",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Attributes",
"marshallLocationName" : "Attributes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : {
"implType" : "com.amazonaws.internal.SdkInternalMap",
"interfaceType" : "java.util.Map",
"keyType" : "String",
"keyLocationName" : "key",
"keyModel" : null,
"valueType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"documentation" : "",
"name" : "Value",
"c2jName" : "value",
"c2jShape" : "String",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "value",
"marshallLocationName" : "value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param value */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"keySimple" : true,
"valueSimple" : true,
"valueList" : false,
"entryType" : "Map.Entry",
"templateType" : "java.util.Map",
"templateImplType" : "com.amazonaws.internal.SdkInternalMap"
},
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : true,
"setterDocumentation" : "/**Attributes for platform application object.
\n@param attributes Attributes for platform application object.*/",
"getterDocumentation" : "/**Attributes for platform application object.
\n@return Attributes for platform application object.*/",
"fluentSetterDocumentation" : "/**Attributes for platform application object.
\n@param attributes Attributes for platform application object.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Attributes for platform application object.
\n@param attributes Attributes for platform application object.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ListSubscriptionsResult" : {
"c2jName" : "ListSubscriptionsResponse",
"documentation" : "Response for ListSubscriptions action
",
"shapeName" : "ListSubscriptionsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A list of subscriptions.
",
"name" : "Subscriptions",
"c2jName" : "Subscriptions",
"c2jShape" : "SubscriptionsList",
"variable" : {
"variableName" : "subscriptions",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of subscriptions.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "subscriptions",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Subscriptions",
"marshallLocationName" : "Subscriptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Subscription",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Subscription",
"variable" : {
"variableName" : "member",
"variableType" : "Subscription",
"variableDeclarationType" : "Subscription",
"documentation" : "",
"simpleType" : "Subscription",
"variableSetterType" : "Subscription"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Subscription",
"variableDeclarationType" : "Subscription",
"documentation" : "",
"simpleType" : "Subscription",
"variableSetterType" : "Subscription"
},
"getterModel" : {
"returnType" : "Subscription",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Subscription",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of subscriptions.
\n@param subscriptions A list of subscriptions.*/",
"getterDocumentation" : "/**A list of subscriptions.
\n@return A list of subscriptions.*/",
"fluentSetterDocumentation" : "/**A list of subscriptions.
\n@param subscriptions A list of subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of subscriptions.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSubscriptions(java.util.Collection)} or {@link #withSubscriptions(java.util.Collection)} if you want to override the existing values.
\n@param subscriptions A list of subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Token to pass along to the next ListSubscriptions
request. This element is returned if there are more subscriptions to retrieve.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "nextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Token to pass along to the next ListSubscriptions
request. This element is returned if there are more subscriptions to retrieve.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Token to pass along to the next ListSubscriptions
request. This element is returned if there are more subscriptions to retrieve.
\n@param nextToken Token to pass along to the next ListSubscriptions
request. This element is returned if there are more subscriptions to retrieve.*/",
"getterDocumentation" : "/**Token to pass along to the next ListSubscriptions
request. This element is returned if there are more subscriptions to retrieve.
\n@return Token to pass along to the next ListSubscriptions
request. This element is returned if there are more subscriptions to retrieve.*/",
"fluentSetterDocumentation" : "/**Token to pass along to the next ListSubscriptions
request. This element is returned if there are more subscriptions to retrieve.
\n@param nextToken Token to pass along to the next ListSubscriptions
request. This element is returned if there are more subscriptions to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Token to pass along to the next ListSubscriptions
request. This element is returned if there are more subscriptions to retrieve.
\n@param nextToken Token to pass along to the next ListSubscriptions
request. This element is returned if there are more subscriptions to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listSubscriptionsResult",
"variableType" : "ListSubscriptionsResult",
"variableDeclarationType" : "ListSubscriptionsResult",
"documentation" : null,
"simpleType" : "ListSubscriptionsResult",
"variableSetterType" : "ListSubscriptionsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "ListSubscriptionsResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "Token to pass along to the next ListSubscriptions
request. This element is returned if there are more subscriptions to retrieve.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "nextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Token to pass along to the next ListSubscriptions
request. This element is returned if there are more subscriptions to retrieve.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Token to pass along to the next ListSubscriptions
request. This element is returned if there are more subscriptions to retrieve.
\n@param nextToken Token to pass along to the next ListSubscriptions
request. This element is returned if there are more subscriptions to retrieve.*/",
"getterDocumentation" : "/**Token to pass along to the next ListSubscriptions
request. This element is returned if there are more subscriptions to retrieve.
\n@return Token to pass along to the next ListSubscriptions
request. This element is returned if there are more subscriptions to retrieve.*/",
"fluentSetterDocumentation" : "/**Token to pass along to the next ListSubscriptions
request. This element is returned if there are more subscriptions to retrieve.
\n@param nextToken Token to pass along to the next ListSubscriptions
request. This element is returned if there are more subscriptions to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Token to pass along to the next ListSubscriptions
request. This element is returned if there are more subscriptions to retrieve.
\n@param nextToken Token to pass along to the next ListSubscriptions
request. This element is returned if there are more subscriptions to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Subscriptions" : {
"documentation" : "A list of subscriptions.
",
"name" : "Subscriptions",
"c2jName" : "Subscriptions",
"c2jShape" : "SubscriptionsList",
"variable" : {
"variableName" : "subscriptions",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of subscriptions.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "subscriptions",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Subscriptions",
"marshallLocationName" : "Subscriptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Subscription",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Subscription",
"variable" : {
"variableName" : "member",
"variableType" : "Subscription",
"variableDeclarationType" : "Subscription",
"documentation" : "",
"simpleType" : "Subscription",
"variableSetterType" : "Subscription"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Subscription",
"variableDeclarationType" : "Subscription",
"documentation" : "",
"simpleType" : "Subscription",
"variableSetterType" : "Subscription"
},
"getterModel" : {
"returnType" : "Subscription",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Subscription",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of subscriptions.
\n@param subscriptions A list of subscriptions.*/",
"getterDocumentation" : "/**A list of subscriptions.
\n@return A list of subscriptions.*/",
"fluentSetterDocumentation" : "/**A list of subscriptions.
\n@param subscriptions A list of subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of subscriptions.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSubscriptions(java.util.Collection)} or {@link #withSubscriptions(java.util.Collection)} if you want to override the existing values.
\n@param subscriptions A list of subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ListSubscriptionsByTopicRequest" : {
"c2jName" : "ListSubscriptionsByTopicInput",
"documentation" : "Input for ListSubscriptionsByTopic action.
",
"shapeName" : "ListSubscriptionsByTopicRequest",
"deprecated" : false,
"required" : [ "TopicArn" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ARN of the topic for which you wish to find subscriptions.
",
"name" : "TopicArn",
"c2jName" : "TopicArn",
"c2jShape" : "topicARN",
"variable" : {
"variableName" : "topicArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of the topic for which you wish to find subscriptions.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "topicArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TopicArn",
"marshallLocationName" : "TopicArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ARN of the topic for which you wish to find subscriptions.
\n@param topicArn The ARN of the topic for which you wish to find subscriptions.*/",
"getterDocumentation" : "/**The ARN of the topic for which you wish to find subscriptions.
\n@return The ARN of the topic for which you wish to find subscriptions.*/",
"fluentSetterDocumentation" : "/**The ARN of the topic for which you wish to find subscriptions.
\n@param topicArn The ARN of the topic for which you wish to find subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARN of the topic for which you wish to find subscriptions.
\n@param topicArn The ARN of the topic for which you wish to find subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Token returned by the previous ListSubscriptionsByTopic
request.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "nextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Token returned by the previous ListSubscriptionsByTopic
request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Token returned by the previous ListSubscriptionsByTopic
request.
\n@param nextToken Token returned by the previous ListSubscriptionsByTopic
request.*/",
"getterDocumentation" : "/**Token returned by the previous ListSubscriptionsByTopic
request.
\n@return Token returned by the previous ListSubscriptionsByTopic
request.*/",
"fluentSetterDocumentation" : "/**Token returned by the previous ListSubscriptionsByTopic
request.
\n@param nextToken Token returned by the previous ListSubscriptionsByTopic
request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Token returned by the previous ListSubscriptionsByTopic
request.
\n@param nextToken Token returned by the previous ListSubscriptionsByTopic
request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listSubscriptionsByTopicRequest",
"variableType" : "ListSubscriptionsByTopicRequest",
"variableDeclarationType" : "ListSubscriptionsByTopicRequest",
"documentation" : null,
"simpleType" : "ListSubscriptionsByTopicRequest",
"variableSetterType" : "ListSubscriptionsByTopicRequest"
},
"marshaller" : {
"action" : "ListSubscriptionsByTopic",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "Token returned by the previous ListSubscriptionsByTopic
request.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "nextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Token returned by the previous ListSubscriptionsByTopic
request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Token returned by the previous ListSubscriptionsByTopic
request.
\n@param nextToken Token returned by the previous ListSubscriptionsByTopic
request.*/",
"getterDocumentation" : "/**Token returned by the previous ListSubscriptionsByTopic
request.
\n@return Token returned by the previous ListSubscriptionsByTopic
request.*/",
"fluentSetterDocumentation" : "/**Token returned by the previous ListSubscriptionsByTopic
request.
\n@param nextToken Token returned by the previous ListSubscriptionsByTopic
request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Token returned by the previous ListSubscriptionsByTopic
request.
\n@param nextToken Token returned by the previous ListSubscriptionsByTopic
request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TopicArn" : {
"documentation" : "The ARN of the topic for which you wish to find subscriptions.
",
"name" : "TopicArn",
"c2jName" : "TopicArn",
"c2jShape" : "topicARN",
"variable" : {
"variableName" : "topicArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of the topic for which you wish to find subscriptions.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "topicArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TopicArn",
"marshallLocationName" : "TopicArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ARN of the topic for which you wish to find subscriptions.
\n@param topicArn The ARN of the topic for which you wish to find subscriptions.*/",
"getterDocumentation" : "/**The ARN of the topic for which you wish to find subscriptions.
\n@return The ARN of the topic for which you wish to find subscriptions.*/",
"fluentSetterDocumentation" : "/**The ARN of the topic for which you wish to find subscriptions.
\n@param topicArn The ARN of the topic for which you wish to find subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARN of the topic for which you wish to find subscriptions.
\n@param topicArn The ARN of the topic for which you wish to find subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ListSubscriptionsByTopicResult" : {
"c2jName" : "ListSubscriptionsByTopicResponse",
"documentation" : "Response for ListSubscriptionsByTopic action.
",
"shapeName" : "ListSubscriptionsByTopicResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A list of subscriptions.
",
"name" : "Subscriptions",
"c2jName" : "Subscriptions",
"c2jShape" : "SubscriptionsList",
"variable" : {
"variableName" : "subscriptions",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of subscriptions.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "subscriptions",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Subscriptions",
"marshallLocationName" : "Subscriptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Subscription",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Subscription",
"variable" : {
"variableName" : "member",
"variableType" : "Subscription",
"variableDeclarationType" : "Subscription",
"documentation" : "",
"simpleType" : "Subscription",
"variableSetterType" : "Subscription"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Subscription",
"variableDeclarationType" : "Subscription",
"documentation" : "",
"simpleType" : "Subscription",
"variableSetterType" : "Subscription"
},
"getterModel" : {
"returnType" : "Subscription",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Subscription",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of subscriptions.
\n@param subscriptions A list of subscriptions.*/",
"getterDocumentation" : "/**A list of subscriptions.
\n@return A list of subscriptions.*/",
"fluentSetterDocumentation" : "/**A list of subscriptions.
\n@param subscriptions A list of subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of subscriptions.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSubscriptions(java.util.Collection)} or {@link #withSubscriptions(java.util.Collection)} if you want to override the existing values.
\n@param subscriptions A list of subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "nextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.
\n@param nextToken Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.*/",
"getterDocumentation" : "/**Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.
\n@return Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.*/",
"fluentSetterDocumentation" : "/**Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.
\n@param nextToken Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.
\n@param nextToken Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listSubscriptionsByTopicResult",
"variableType" : "ListSubscriptionsByTopicResult",
"variableDeclarationType" : "ListSubscriptionsByTopicResult",
"documentation" : null,
"simpleType" : "ListSubscriptionsByTopicResult",
"variableSetterType" : "ListSubscriptionsByTopicResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "ListSubscriptionsByTopicResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "nextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.
\n@param nextToken Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.*/",
"getterDocumentation" : "/**Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.
\n@return Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.*/",
"fluentSetterDocumentation" : "/**Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.
\n@param nextToken Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.
\n@param nextToken Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Subscriptions" : {
"documentation" : "A list of subscriptions.
",
"name" : "Subscriptions",
"c2jName" : "Subscriptions",
"c2jShape" : "SubscriptionsList",
"variable" : {
"variableName" : "subscriptions",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of subscriptions.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "subscriptions",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Subscriptions",
"marshallLocationName" : "Subscriptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Subscription",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Subscription",
"variable" : {
"variableName" : "member",
"variableType" : "Subscription",
"variableDeclarationType" : "Subscription",
"documentation" : "",
"simpleType" : "Subscription",
"variableSetterType" : "Subscription"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Subscription",
"variableDeclarationType" : "Subscription",
"documentation" : "",
"simpleType" : "Subscription",
"variableSetterType" : "Subscription"
},
"getterModel" : {
"returnType" : "Subscription",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Subscription",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of subscriptions.
\n@param subscriptions A list of subscriptions.*/",
"getterDocumentation" : "/**A list of subscriptions.
\n@return A list of subscriptions.*/",
"fluentSetterDocumentation" : "/**A list of subscriptions.
\n@param subscriptions A list of subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of subscriptions.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSubscriptions(java.util.Collection)} or {@link #withSubscriptions(java.util.Collection)} if you want to override the existing values.
\n@param subscriptions A list of subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CreatePlatformApplicationResult" : {
"c2jName" : "CreatePlatformApplicationResponse",
"documentation" : "Response from CreatePlatformApplication action.
",
"shapeName" : "CreatePlatformApplicationResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "PlatformApplicationArn is returned.
",
"name" : "PlatformApplicationArn",
"c2jName" : "PlatformApplicationArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "platformApplicationArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "PlatformApplicationArn is returned.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "platformApplicationArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PlatformApplicationArn",
"marshallLocationName" : "PlatformApplicationArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**PlatformApplicationArn is returned.
\n@param platformApplicationArn PlatformApplicationArn is returned.*/",
"getterDocumentation" : "/**PlatformApplicationArn is returned.
\n@return PlatformApplicationArn is returned.*/",
"fluentSetterDocumentation" : "/**PlatformApplicationArn is returned.
\n@param platformApplicationArn PlatformApplicationArn is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**PlatformApplicationArn is returned.
\n@param platformApplicationArn PlatformApplicationArn is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createPlatformApplicationResult",
"variableType" : "CreatePlatformApplicationResult",
"variableDeclarationType" : "CreatePlatformApplicationResult",
"documentation" : null,
"simpleType" : "CreatePlatformApplicationResult",
"variableSetterType" : "CreatePlatformApplicationResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "CreatePlatformApplicationResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"PlatformApplicationArn" : {
"documentation" : "PlatformApplicationArn is returned.
",
"name" : "PlatformApplicationArn",
"c2jName" : "PlatformApplicationArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "platformApplicationArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "PlatformApplicationArn is returned.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "platformApplicationArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PlatformApplicationArn",
"marshallLocationName" : "PlatformApplicationArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**PlatformApplicationArn is returned.
\n@param platformApplicationArn PlatformApplicationArn is returned.*/",
"getterDocumentation" : "/**PlatformApplicationArn is returned.
\n@return PlatformApplicationArn is returned.*/",
"fluentSetterDocumentation" : "/**PlatformApplicationArn is returned.
\n@param platformApplicationArn PlatformApplicationArn is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**PlatformApplicationArn is returned.
\n@param platformApplicationArn PlatformApplicationArn is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"SetEndpointAttributesResult" : {
"c2jName" : "SetEndpointAttributesResult",
"documentation" : null,
"shapeName" : "SetEndpointAttributesResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "setEndpointAttributesResult",
"variableType" : "SetEndpointAttributesResult",
"variableDeclarationType" : "SetEndpointAttributesResult",
"documentation" : null,
"simpleType" : "SetEndpointAttributesResult",
"variableSetterType" : "SetEndpointAttributesResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"RemovePermissionRequest" : {
"c2jName" : "RemovePermissionInput",
"documentation" : "Input for RemovePermission action.
",
"shapeName" : "RemovePermissionRequest",
"deprecated" : false,
"required" : [ "TopicArn", "Label" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ARN of the topic whose access control policy you wish to modify.
",
"name" : "TopicArn",
"c2jName" : "TopicArn",
"c2jShape" : "topicARN",
"variable" : {
"variableName" : "topicArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of the topic whose access control policy you wish to modify.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "topicArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TopicArn",
"marshallLocationName" : "TopicArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ARN of the topic whose access control policy you wish to modify.
\n@param topicArn The ARN of the topic whose access control policy you wish to modify.*/",
"getterDocumentation" : "/**The ARN of the topic whose access control policy you wish to modify.
\n@return The ARN of the topic whose access control policy you wish to modify.*/",
"fluentSetterDocumentation" : "/**The ARN of the topic whose access control policy you wish to modify.
\n@param topicArn The ARN of the topic whose access control policy you wish to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARN of the topic whose access control policy you wish to modify.
\n@param topicArn The ARN of the topic whose access control policy you wish to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The unique label of the statement you want to remove.
",
"name" : "Label",
"c2jName" : "Label",
"c2jShape" : "label",
"variable" : {
"variableName" : "label",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique label of the statement you want to remove.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "label",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Label",
"marshallLocationName" : "Label",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The unique label of the statement you want to remove.
\n@param label The unique label of the statement you want to remove.*/",
"getterDocumentation" : "/**The unique label of the statement you want to remove.
\n@return The unique label of the statement you want to remove.*/",
"fluentSetterDocumentation" : "/**The unique label of the statement you want to remove.
\n@param label The unique label of the statement you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique label of the statement you want to remove.
\n@param label The unique label of the statement you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "removePermissionRequest",
"variableType" : "RemovePermissionRequest",
"variableDeclarationType" : "RemovePermissionRequest",
"documentation" : null,
"simpleType" : "RemovePermissionRequest",
"variableSetterType" : "RemovePermissionRequest"
},
"marshaller" : {
"action" : "RemovePermission",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Label" : {
"documentation" : "The unique label of the statement you want to remove.
",
"name" : "Label",
"c2jName" : "Label",
"c2jShape" : "label",
"variable" : {
"variableName" : "label",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique label of the statement you want to remove.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "label",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Label",
"marshallLocationName" : "Label",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The unique label of the statement you want to remove.
\n@param label The unique label of the statement you want to remove.*/",
"getterDocumentation" : "/**The unique label of the statement you want to remove.
\n@return The unique label of the statement you want to remove.*/",
"fluentSetterDocumentation" : "/**The unique label of the statement you want to remove.
\n@param label The unique label of the statement you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique label of the statement you want to remove.
\n@param label The unique label of the statement you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TopicArn" : {
"documentation" : "The ARN of the topic whose access control policy you wish to modify.
",
"name" : "TopicArn",
"c2jName" : "TopicArn",
"c2jShape" : "topicARN",
"variable" : {
"variableName" : "topicArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of the topic whose access control policy you wish to modify.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "topicArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TopicArn",
"marshallLocationName" : "TopicArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ARN of the topic whose access control policy you wish to modify.
\n@param topicArn The ARN of the topic whose access control policy you wish to modify.*/",
"getterDocumentation" : "/**The ARN of the topic whose access control policy you wish to modify.
\n@return The ARN of the topic whose access control policy you wish to modify.*/",
"fluentSetterDocumentation" : "/**The ARN of the topic whose access control policy you wish to modify.
\n@param topicArn The ARN of the topic whose access control policy you wish to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARN of the topic whose access control policy you wish to modify.
\n@param topicArn The ARN of the topic whose access control policy you wish to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CreateTopicRequest" : {
"c2jName" : "CreateTopicInput",
"documentation" : "Input for CreateTopic action.
",
"shapeName" : "CreateTopicRequest",
"deprecated" : false,
"required" : [ "Name" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the topic you want to create.
Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "topicName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the topic you want to create.
Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the topic you want to create.
Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.
\n@param name The name of the topic you want to create. Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.*/",
"getterDocumentation" : "/**
The name of the topic you want to create.
Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.
\n@return The name of the topic you want to create. Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.*/",
"fluentSetterDocumentation" : "/**
The name of the topic you want to create.
Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.
\n@param name The name of the topic you want to create. Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the topic you want to create.
Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.
\n@param name The name of the topic you want to create. Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createTopicRequest",
"variableType" : "CreateTopicRequest",
"variableDeclarationType" : "CreateTopicRequest",
"documentation" : null,
"simpleType" : "CreateTopicRequest",
"variableSetterType" : "CreateTopicRequest"
},
"marshaller" : {
"action" : "CreateTopic",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Name" : {
"documentation" : "
The name of the topic you want to create.
Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "topicName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the topic you want to create.
Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the topic you want to create.
Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.
\n@param name The name of the topic you want to create. Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.*/",
"getterDocumentation" : "/**
The name of the topic you want to create.
Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.
\n@return The name of the topic you want to create. Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.*/",
"fluentSetterDocumentation" : "/**
The name of the topic you want to create.
Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.
\n@param name The name of the topic you want to create. Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the topic you want to create.
Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.
\n@param name The name of the topic you want to create. Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"UnsubscribeResult" : {
"c2jName" : "UnsubscribeResult",
"documentation" : null,
"shapeName" : "UnsubscribeResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "unsubscribeResult",
"variableType" : "UnsubscribeResult",
"variableDeclarationType" : "UnsubscribeResult",
"documentation" : null,
"simpleType" : "UnsubscribeResult",
"variableSetterType" : "UnsubscribeResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"SetEndpointAttributesRequest" : {
"c2jName" : "SetEndpointAttributesInput",
"documentation" : "
Input for SetEndpointAttributes action.
",
"shapeName" : "SetEndpointAttributesRequest",
"deprecated" : false,
"required" : [ "EndpointArn", "Attributes" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "EndpointArn used for SetEndpointAttributes action.
",
"name" : "EndpointArn",
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "endpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "EndpointArn used for SetEndpointAttributes action.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "endpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EndpointArn",
"marshallLocationName" : "EndpointArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**EndpointArn used for SetEndpointAttributes action.
\n@param endpointArn EndpointArn used for SetEndpointAttributes action.*/",
"getterDocumentation" : "/**EndpointArn used for SetEndpointAttributes action.
\n@return EndpointArn used for SetEndpointAttributes action.*/",
"fluentSetterDocumentation" : "/**EndpointArn used for SetEndpointAttributes action.
\n@param endpointArn EndpointArn used for SetEndpointAttributes action.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**EndpointArn used for SetEndpointAttributes action.
\n@param endpointArn EndpointArn used for SetEndpointAttributes action.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A map of the endpoint attributes. Attributes in this map include the following:
-
CustomUserData
-- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB. -
Enabled
-- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token. -
Token
-- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.
",
"name" : "Attributes",
"c2jName" : "Attributes",
"c2jShape" : "MapStringToString",
"variable" : {
"variableName" : "attributes",
"variableType" : "java.util.Map",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"documentation" : "A map of the endpoint attributes. Attributes in this map include the following:
-
CustomUserData
-- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB. -
Enabled
-- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token. -
Token
-- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"setterModel" : {
"variableName" : "attributes",
"variableType" : "java.util.Map",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Attributes",
"marshallLocationName" : "Attributes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : {
"implType" : "com.amazonaws.internal.SdkInternalMap",
"interfaceType" : "java.util.Map",
"keyType" : "String",
"keyLocationName" : "key",
"keyModel" : null,
"valueType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"documentation" : "",
"name" : "Value",
"c2jName" : "value",
"c2jShape" : "String",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "value",
"marshallLocationName" : "value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param value */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"keySimple" : true,
"valueSimple" : true,
"valueList" : false,
"entryType" : "Map.Entry",
"templateType" : "java.util.Map",
"templateImplType" : "com.amazonaws.internal.SdkInternalMap"
},
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : true,
"setterDocumentation" : "/**A map of the endpoint attributes. Attributes in this map include the following:
-
CustomUserData
-- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB. -
Enabled
-- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token. -
Token
-- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.
\n@param attributes A map of the endpoint attributes. Attributes in this map include the following: -
CustomUserData
-- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB. -
Enabled
-- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token. -
Token
-- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service. */",
"getterDocumentation" : "/**A map of the endpoint attributes. Attributes in this map include the following:
-
CustomUserData
-- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB. -
Enabled
-- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token. -
Token
-- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.
\n@return A map of the endpoint attributes. Attributes in this map include the following: -
CustomUserData
-- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB. -
Enabled
-- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token. -
Token
-- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service. */",
"fluentSetterDocumentation" : "/**A map of the endpoint attributes. Attributes in this map include the following:
-
CustomUserData
-- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB. -
Enabled
-- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token. -
Token
-- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.
\n@param attributes A map of the endpoint attributes. Attributes in this map include the following: -
CustomUserData
-- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB. -
Enabled
-- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token. -
Token
-- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service. \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A map of the endpoint attributes. Attributes in this map include the following:
-
CustomUserData
-- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB. -
Enabled
-- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token. -
Token
-- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.
\n@param attributes A map of the endpoint attributes. Attributes in this map include the following: -
CustomUserData
-- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB. -
Enabled
-- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token. -
Token
-- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service. \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "setEndpointAttributesRequest",
"variableType" : "SetEndpointAttributesRequest",
"variableDeclarationType" : "SetEndpointAttributesRequest",
"documentation" : null,
"simpleType" : "SetEndpointAttributesRequest",
"variableSetterType" : "SetEndpointAttributesRequest"
},
"marshaller" : {
"action" : "SetEndpointAttributes",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Attributes" : {
"documentation" : "A map of the endpoint attributes. Attributes in this map include the following:
-
CustomUserData
-- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB. -
Enabled
-- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token. -
Token
-- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.
",
"name" : "Attributes",
"c2jName" : "Attributes",
"c2jShape" : "MapStringToString",
"variable" : {
"variableName" : "attributes",
"variableType" : "java.util.Map",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"documentation" : "A map of the endpoint attributes. Attributes in this map include the following:
-
CustomUserData
-- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB. -
Enabled
-- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token. -
Token
-- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"setterModel" : {
"variableName" : "attributes",
"variableType" : "java.util.Map",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Attributes",
"marshallLocationName" : "Attributes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : {
"implType" : "com.amazonaws.internal.SdkInternalMap",
"interfaceType" : "java.util.Map",
"keyType" : "String",
"keyLocationName" : "key",
"keyModel" : null,
"valueType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"documentation" : "",
"name" : "Value",
"c2jName" : "value",
"c2jShape" : "String",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "value",
"marshallLocationName" : "value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param value */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"keySimple" : true,
"valueSimple" : true,
"valueList" : false,
"entryType" : "Map.Entry",
"templateType" : "java.util.Map",
"templateImplType" : "com.amazonaws.internal.SdkInternalMap"
},
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : true,
"setterDocumentation" : "/**A map of the endpoint attributes. Attributes in this map include the following:
-
CustomUserData
-- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB. -
Enabled
-- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token. -
Token
-- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.
\n@param attributes A map of the endpoint attributes. Attributes in this map include the following: -
CustomUserData
-- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB. -
Enabled
-- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token. -
Token
-- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service. */",
"getterDocumentation" : "/**A map of the endpoint attributes. Attributes in this map include the following:
-
CustomUserData
-- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB. -
Enabled
-- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token. -
Token
-- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.
\n@return A map of the endpoint attributes. Attributes in this map include the following: -
CustomUserData
-- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB. -
Enabled
-- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token. -
Token
-- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service. */",
"fluentSetterDocumentation" : "/**A map of the endpoint attributes. Attributes in this map include the following:
-
CustomUserData
-- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB. -
Enabled
-- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token. -
Token
-- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.
\n@param attributes A map of the endpoint attributes. Attributes in this map include the following: -
CustomUserData
-- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB. -
Enabled
-- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token. -
Token
-- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service. \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A map of the endpoint attributes. Attributes in this map include the following:
-
CustomUserData
-- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB. -
Enabled
-- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token. -
Token
-- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.
\n@param attributes A map of the endpoint attributes. Attributes in this map include the following: -
CustomUserData
-- arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB. -
Enabled
-- flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token. -
Token
-- device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service. \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EndpointArn" : {
"documentation" : "EndpointArn used for SetEndpointAttributes action.
",
"name" : "EndpointArn",
"c2jName" : "EndpointArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "endpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "EndpointArn used for SetEndpointAttributes action.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "endpointArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EndpointArn",
"marshallLocationName" : "EndpointArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**EndpointArn used for SetEndpointAttributes action.
\n@param endpointArn EndpointArn used for SetEndpointAttributes action.*/",
"getterDocumentation" : "/**EndpointArn used for SetEndpointAttributes action.
\n@return EndpointArn used for SetEndpointAttributes action.*/",
"fluentSetterDocumentation" : "/**EndpointArn used for SetEndpointAttributes action.
\n@param endpointArn EndpointArn used for SetEndpointAttributes action.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**EndpointArn used for SetEndpointAttributes action.
\n@param endpointArn EndpointArn used for SetEndpointAttributes action.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ListPlatformApplicationsResult" : {
"c2jName" : "ListPlatformApplicationsResponse",
"documentation" : "Response for ListPlatformApplications action.
",
"shapeName" : "ListPlatformApplicationsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Platform applications returned when calling ListPlatformApplications action.
",
"name" : "PlatformApplications",
"c2jName" : "PlatformApplications",
"c2jShape" : "ListOfPlatformApplications",
"variable" : {
"variableName" : "platformApplications",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Platform applications returned when calling ListPlatformApplications action.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "platformApplications",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PlatformApplications",
"marshallLocationName" : "PlatformApplications",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "PlatformApplication",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "PlatformApplication",
"variable" : {
"variableName" : "member",
"variableType" : "PlatformApplication",
"variableDeclarationType" : "PlatformApplication",
"documentation" : "",
"simpleType" : "PlatformApplication",
"variableSetterType" : "PlatformApplication"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "PlatformApplication",
"variableDeclarationType" : "PlatformApplication",
"documentation" : "",
"simpleType" : "PlatformApplication",
"variableSetterType" : "PlatformApplication"
},
"getterModel" : {
"returnType" : "PlatformApplication",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "PlatformApplication",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Platform applications returned when calling ListPlatformApplications action.
\n@param platformApplications Platform applications returned when calling ListPlatformApplications action.*/",
"getterDocumentation" : "/**Platform applications returned when calling ListPlatformApplications action.
\n@return Platform applications returned when calling ListPlatformApplications action.*/",
"fluentSetterDocumentation" : "/**Platform applications returned when calling ListPlatformApplications action.
\n@param platformApplications Platform applications returned when calling ListPlatformApplications action.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Platform applications returned when calling ListPlatformApplications action.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPlatformApplications(java.util.Collection)} or {@link #withPlatformApplications(java.util.Collection)} if you want to override the existing values.
\n@param platformApplications Platform applications returned when calling ListPlatformApplications action.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "String",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
\n@param nextToken NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.*/",
"getterDocumentation" : "/**NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
\n@return NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.*/",
"fluentSetterDocumentation" : "/**NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
\n@param nextToken NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
\n@param nextToken NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listPlatformApplicationsResult",
"variableType" : "ListPlatformApplicationsResult",
"variableDeclarationType" : "ListPlatformApplicationsResult",
"documentation" : null,
"simpleType" : "ListPlatformApplicationsResult",
"variableSetterType" : "ListPlatformApplicationsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "ListPlatformApplicationsResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"PlatformApplications" : {
"documentation" : "Platform applications returned when calling ListPlatformApplications action.
",
"name" : "PlatformApplications",
"c2jName" : "PlatformApplications",
"c2jShape" : "ListOfPlatformApplications",
"variable" : {
"variableName" : "platformApplications",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Platform applications returned when calling ListPlatformApplications action.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "platformApplications",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PlatformApplications",
"marshallLocationName" : "PlatformApplications",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "PlatformApplication",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "PlatformApplication",
"variable" : {
"variableName" : "member",
"variableType" : "PlatformApplication",
"variableDeclarationType" : "PlatformApplication",
"documentation" : "",
"simpleType" : "PlatformApplication",
"variableSetterType" : "PlatformApplication"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "PlatformApplication",
"variableDeclarationType" : "PlatformApplication",
"documentation" : "",
"simpleType" : "PlatformApplication",
"variableSetterType" : "PlatformApplication"
},
"getterModel" : {
"returnType" : "PlatformApplication",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "PlatformApplication",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Platform applications returned when calling ListPlatformApplications action.
\n@param platformApplications Platform applications returned when calling ListPlatformApplications action.*/",
"getterDocumentation" : "/**Platform applications returned when calling ListPlatformApplications action.
\n@return Platform applications returned when calling ListPlatformApplications action.*/",
"fluentSetterDocumentation" : "/**Platform applications returned when calling ListPlatformApplications action.
\n@param platformApplications Platform applications returned when calling ListPlatformApplications action.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Platform applications returned when calling ListPlatformApplications action.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPlatformApplications(java.util.Collection)} or {@link #withPlatformApplications(java.util.Collection)} if you want to override the existing values.
\n@param platformApplications Platform applications returned when calling ListPlatformApplications action.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NextToken" : {
"documentation" : "NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "String",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
\n@param nextToken NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.*/",
"getterDocumentation" : "/**NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
\n@return NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.*/",
"fluentSetterDocumentation" : "/**NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
\n@param nextToken NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
\n@param nextToken NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"InvalidParameterException" : {
"c2jName" : "InvalidParameterException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
",
"shapeName" : "InvalidParameterException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "invalidParameterException",
"variableType" : "InvalidParameterException",
"variableDeclarationType" : "InvalidParameterException",
"documentation" : null,
"simpleType" : "InvalidParameterException",
"variableSetterType" : "InvalidParameterException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidParameter",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"GetTopicAttributesRequest" : {
"c2jName" : "GetTopicAttributesInput",
"documentation" : "Input for GetTopicAttributes action.
",
"shapeName" : "GetTopicAttributesRequest",
"deprecated" : false,
"required" : [ "TopicArn" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ARN of the topic whose properties you want to get.
",
"name" : "TopicArn",
"c2jName" : "TopicArn",
"c2jShape" : "topicARN",
"variable" : {
"variableName" : "topicArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of the topic whose properties you want to get.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "topicArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TopicArn",
"marshallLocationName" : "TopicArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ARN of the topic whose properties you want to get.
\n@param topicArn The ARN of the topic whose properties you want to get.*/",
"getterDocumentation" : "/**The ARN of the topic whose properties you want to get.
\n@return The ARN of the topic whose properties you want to get.*/",
"fluentSetterDocumentation" : "/**The ARN of the topic whose properties you want to get.
\n@param topicArn The ARN of the topic whose properties you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARN of the topic whose properties you want to get.
\n@param topicArn The ARN of the topic whose properties you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getTopicAttributesRequest",
"variableType" : "GetTopicAttributesRequest",
"variableDeclarationType" : "GetTopicAttributesRequest",
"documentation" : null,
"simpleType" : "GetTopicAttributesRequest",
"variableSetterType" : "GetTopicAttributesRequest"
},
"marshaller" : {
"action" : "GetTopicAttributes",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"TopicArn" : {
"documentation" : "The ARN of the topic whose properties you want to get.
",
"name" : "TopicArn",
"c2jName" : "TopicArn",
"c2jShape" : "topicARN",
"variable" : {
"variableName" : "topicArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of the topic whose properties you want to get.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "topicArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TopicArn",
"marshallLocationName" : "TopicArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ARN of the topic whose properties you want to get.
\n@param topicArn The ARN of the topic whose properties you want to get.*/",
"getterDocumentation" : "/**The ARN of the topic whose properties you want to get.
\n@return The ARN of the topic whose properties you want to get.*/",
"fluentSetterDocumentation" : "/**The ARN of the topic whose properties you want to get.
\n@param topicArn The ARN of the topic whose properties you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARN of the topic whose properties you want to get.
\n@param topicArn The ARN of the topic whose properties you want to get.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"UnsubscribeRequest" : {
"c2jName" : "UnsubscribeInput",
"documentation" : "Input for Unsubscribe action.
",
"shapeName" : "UnsubscribeRequest",
"deprecated" : false,
"required" : [ "SubscriptionArn" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ARN of the subscription to be deleted.
",
"name" : "SubscriptionArn",
"c2jName" : "SubscriptionArn",
"c2jShape" : "subscriptionARN",
"variable" : {
"variableName" : "subscriptionArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of the subscription to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "subscriptionArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SubscriptionArn",
"marshallLocationName" : "SubscriptionArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ARN of the subscription to be deleted.
\n@param subscriptionArn The ARN of the subscription to be deleted.*/",
"getterDocumentation" : "/**The ARN of the subscription to be deleted.
\n@return The ARN of the subscription to be deleted.*/",
"fluentSetterDocumentation" : "/**The ARN of the subscription to be deleted.
\n@param subscriptionArn The ARN of the subscription to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARN of the subscription to be deleted.
\n@param subscriptionArn The ARN of the subscription to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "unsubscribeRequest",
"variableType" : "UnsubscribeRequest",
"variableDeclarationType" : "UnsubscribeRequest",
"documentation" : null,
"simpleType" : "UnsubscribeRequest",
"variableSetterType" : "UnsubscribeRequest"
},
"marshaller" : {
"action" : "Unsubscribe",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"SubscriptionArn" : {
"documentation" : "The ARN of the subscription to be deleted.
",
"name" : "SubscriptionArn",
"c2jName" : "SubscriptionArn",
"c2jShape" : "subscriptionARN",
"variable" : {
"variableName" : "subscriptionArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of the subscription to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "subscriptionArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SubscriptionArn",
"marshallLocationName" : "SubscriptionArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ARN of the subscription to be deleted.
\n@param subscriptionArn The ARN of the subscription to be deleted.*/",
"getterDocumentation" : "/**The ARN of the subscription to be deleted.
\n@return The ARN of the subscription to be deleted.*/",
"fluentSetterDocumentation" : "/**The ARN of the subscription to be deleted.
\n@param subscriptionArn The ARN of the subscription to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARN of the subscription to be deleted.
\n@param subscriptionArn The ARN of the subscription to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeleteEndpointResult" : {
"c2jName" : "DeleteEndpointResult",
"documentation" : null,
"shapeName" : "DeleteEndpointResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "deleteEndpointResult",
"variableType" : "DeleteEndpointResult",
"variableDeclarationType" : "DeleteEndpointResult",
"documentation" : null,
"simpleType" : "DeleteEndpointResult",
"variableSetterType" : "DeleteEndpointResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"SetTopicAttributesResult" : {
"c2jName" : "SetTopicAttributesResult",
"documentation" : null,
"shapeName" : "SetTopicAttributesResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "setTopicAttributesResult",
"variableType" : "SetTopicAttributesResult",
"variableDeclarationType" : "SetTopicAttributesResult",
"documentation" : null,
"simpleType" : "SetTopicAttributesResult",
"variableSetterType" : "SetTopicAttributesResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ListEndpointsByPlatformApplicationResult" : {
"c2jName" : "ListEndpointsByPlatformApplicationResponse",
"documentation" : "Response for ListEndpointsByPlatformApplication action.
",
"shapeName" : "ListEndpointsByPlatformApplicationResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Endpoints returned for ListEndpointsByPlatformApplication action.
",
"name" : "Endpoints",
"c2jName" : "Endpoints",
"c2jShape" : "ListOfEndpoints",
"variable" : {
"variableName" : "endpoints",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Endpoints returned for ListEndpointsByPlatformApplication action.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "endpoints",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Endpoints",
"marshallLocationName" : "Endpoints",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Endpoint",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Endpoint",
"variable" : {
"variableName" : "member",
"variableType" : "Endpoint",
"variableDeclarationType" : "Endpoint",
"documentation" : "",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Endpoint",
"variableDeclarationType" : "Endpoint",
"documentation" : "",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"getterModel" : {
"returnType" : "Endpoint",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Endpoint",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Endpoints returned for ListEndpointsByPlatformApplication action.
\n@param endpoints Endpoints returned for ListEndpointsByPlatformApplication action.*/",
"getterDocumentation" : "/**Endpoints returned for ListEndpointsByPlatformApplication action.
\n@return Endpoints returned for ListEndpointsByPlatformApplication action.*/",
"fluentSetterDocumentation" : "/**Endpoints returned for ListEndpointsByPlatformApplication action.
\n@param endpoints Endpoints returned for ListEndpointsByPlatformApplication action.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Endpoints returned for ListEndpointsByPlatformApplication action.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setEndpoints(java.util.Collection)} or {@link #withEndpoints(java.util.Collection)} if you want to override the existing values.
\n@param endpoints Endpoints returned for ListEndpointsByPlatformApplication action.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "String",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
\n@param nextToken NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.*/",
"getterDocumentation" : "/**NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
\n@return NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.*/",
"fluentSetterDocumentation" : "/**NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
\n@param nextToken NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
\n@param nextToken NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listEndpointsByPlatformApplicationResult",
"variableType" : "ListEndpointsByPlatformApplicationResult",
"variableDeclarationType" : "ListEndpointsByPlatformApplicationResult",
"documentation" : null,
"simpleType" : "ListEndpointsByPlatformApplicationResult",
"variableSetterType" : "ListEndpointsByPlatformApplicationResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "ListEndpointsByPlatformApplicationResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "String",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
\n@param nextToken NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.*/",
"getterDocumentation" : "/**NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
\n@return NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.*/",
"fluentSetterDocumentation" : "/**NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
\n@param nextToken NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
\n@param nextToken NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Endpoints" : {
"documentation" : "Endpoints returned for ListEndpointsByPlatformApplication action.
",
"name" : "Endpoints",
"c2jName" : "Endpoints",
"c2jShape" : "ListOfEndpoints",
"variable" : {
"variableName" : "endpoints",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Endpoints returned for ListEndpointsByPlatformApplication action.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "endpoints",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Endpoints",
"marshallLocationName" : "Endpoints",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Endpoint",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Endpoint",
"variable" : {
"variableName" : "member",
"variableType" : "Endpoint",
"variableDeclarationType" : "Endpoint",
"documentation" : "",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Endpoint",
"variableDeclarationType" : "Endpoint",
"documentation" : "",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"getterModel" : {
"returnType" : "Endpoint",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Endpoint",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Endpoints returned for ListEndpointsByPlatformApplication action.
\n@param endpoints Endpoints returned for ListEndpointsByPlatformApplication action.*/",
"getterDocumentation" : "/**Endpoints returned for ListEndpointsByPlatformApplication action.
\n@return Endpoints returned for ListEndpointsByPlatformApplication action.*/",
"fluentSetterDocumentation" : "/**Endpoints returned for ListEndpointsByPlatformApplication action.
\n@param endpoints Endpoints returned for ListEndpointsByPlatformApplication action.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Endpoints returned for ListEndpointsByPlatformApplication action.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setEndpoints(java.util.Collection)} or {@link #withEndpoints(java.util.Collection)} if you want to override the existing values.
\n@param endpoints Endpoints returned for ListEndpointsByPlatformApplication action.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"InvalidParameterValueException" : {
"c2jName" : "InvalidParameterValueException",
"documentation" : "Indicates that a request parameter does not comply with the associated constraints.
",
"shapeName" : "InvalidParameterValueException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "invalidParameterValueException",
"variableType" : "InvalidParameterValueException",
"variableDeclarationType" : "InvalidParameterValueException",
"documentation" : null,
"simpleType" : "InvalidParameterValueException",
"variableSetterType" : "InvalidParameterValueException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "ParameterValueInvalid",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DeletePlatformApplicationRequest" : {
"c2jName" : "DeletePlatformApplicationInput",
"documentation" : "Input for DeletePlatformApplication action.
",
"shapeName" : "DeletePlatformApplicationRequest",
"deprecated" : false,
"required" : [ "PlatformApplicationArn" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "PlatformApplicationArn of platform application object to delete.
",
"name" : "PlatformApplicationArn",
"c2jName" : "PlatformApplicationArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "platformApplicationArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "PlatformApplicationArn of platform application object to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "platformApplicationArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PlatformApplicationArn",
"marshallLocationName" : "PlatformApplicationArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**PlatformApplicationArn of platform application object to delete.
\n@param platformApplicationArn PlatformApplicationArn of platform application object to delete.*/",
"getterDocumentation" : "/**PlatformApplicationArn of platform application object to delete.
\n@return PlatformApplicationArn of platform application object to delete.*/",
"fluentSetterDocumentation" : "/**PlatformApplicationArn of platform application object to delete.
\n@param platformApplicationArn PlatformApplicationArn of platform application object to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**PlatformApplicationArn of platform application object to delete.
\n@param platformApplicationArn PlatformApplicationArn of platform application object to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deletePlatformApplicationRequest",
"variableType" : "DeletePlatformApplicationRequest",
"variableDeclarationType" : "DeletePlatformApplicationRequest",
"documentation" : null,
"simpleType" : "DeletePlatformApplicationRequest",
"variableSetterType" : "DeletePlatformApplicationRequest"
},
"marshaller" : {
"action" : "DeletePlatformApplication",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"PlatformApplicationArn" : {
"documentation" : "PlatformApplicationArn of platform application object to delete.
",
"name" : "PlatformApplicationArn",
"c2jName" : "PlatformApplicationArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "platformApplicationArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "PlatformApplicationArn of platform application object to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "platformApplicationArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PlatformApplicationArn",
"marshallLocationName" : "PlatformApplicationArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**PlatformApplicationArn of platform application object to delete.
\n@param platformApplicationArn PlatformApplicationArn of platform application object to delete.*/",
"getterDocumentation" : "/**PlatformApplicationArn of platform application object to delete.
\n@return PlatformApplicationArn of platform application object to delete.*/",
"fluentSetterDocumentation" : "/**PlatformApplicationArn of platform application object to delete.
\n@param platformApplicationArn PlatformApplicationArn of platform application object to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**PlatformApplicationArn of platform application object to delete.
\n@param platformApplicationArn PlatformApplicationArn of platform application object to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ListTopicsResult" : {
"c2jName" : "ListTopicsResponse",
"documentation" : "Response for ListTopics action.
",
"shapeName" : "ListTopicsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A list of topic ARNs.
",
"name" : "Topics",
"c2jName" : "Topics",
"c2jShape" : "TopicsList",
"variable" : {
"variableName" : "topics",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of topic ARNs.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "topics",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Topics",
"marshallLocationName" : "Topics",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Topic",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Topic",
"variable" : {
"variableName" : "member",
"variableType" : "Topic",
"variableDeclarationType" : "Topic",
"documentation" : "",
"simpleType" : "Topic",
"variableSetterType" : "Topic"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Topic",
"variableDeclarationType" : "Topic",
"documentation" : "",
"simpleType" : "Topic",
"variableSetterType" : "Topic"
},
"getterModel" : {
"returnType" : "Topic",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Topic",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of topic ARNs.
\n@param topics A list of topic ARNs.*/",
"getterDocumentation" : "/**A list of topic ARNs.
\n@return A list of topic ARNs.*/",
"fluentSetterDocumentation" : "/**A list of topic ARNs.
\n@param topics A list of topic ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of topic ARNs.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTopics(java.util.Collection)} or {@link #withTopics(java.util.Collection)} if you want to override the existing values.
\n@param topics A list of topic ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Token to pass along to the next ListTopics
request. This element is returned if there are additional topics to retrieve.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "nextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Token to pass along to the next ListTopics
request. This element is returned if there are additional topics to retrieve.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Token to pass along to the next ListTopics
request. This element is returned if there are additional topics to retrieve.
\n@param nextToken Token to pass along to the next ListTopics
request. This element is returned if there are additional topics to retrieve.*/",
"getterDocumentation" : "/**Token to pass along to the next ListTopics
request. This element is returned if there are additional topics to retrieve.
\n@return Token to pass along to the next ListTopics
request. This element is returned if there are additional topics to retrieve.*/",
"fluentSetterDocumentation" : "/**Token to pass along to the next ListTopics
request. This element is returned if there are additional topics to retrieve.
\n@param nextToken Token to pass along to the next ListTopics
request. This element is returned if there are additional topics to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Token to pass along to the next ListTopics
request. This element is returned if there are additional topics to retrieve.
\n@param nextToken Token to pass along to the next ListTopics
request. This element is returned if there are additional topics to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listTopicsResult",
"variableType" : "ListTopicsResult",
"variableDeclarationType" : "ListTopicsResult",
"documentation" : null,
"simpleType" : "ListTopicsResult",
"variableSetterType" : "ListTopicsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "ListTopicsResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "Token to pass along to the next ListTopics
request. This element is returned if there are additional topics to retrieve.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "nextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Token to pass along to the next ListTopics
request. This element is returned if there are additional topics to retrieve.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Token to pass along to the next ListTopics
request. This element is returned if there are additional topics to retrieve.
\n@param nextToken Token to pass along to the next ListTopics
request. This element is returned if there are additional topics to retrieve.*/",
"getterDocumentation" : "/**Token to pass along to the next ListTopics
request. This element is returned if there are additional topics to retrieve.
\n@return Token to pass along to the next ListTopics
request. This element is returned if there are additional topics to retrieve.*/",
"fluentSetterDocumentation" : "/**Token to pass along to the next ListTopics
request. This element is returned if there are additional topics to retrieve.
\n@param nextToken Token to pass along to the next ListTopics
request. This element is returned if there are additional topics to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Token to pass along to the next ListTopics
request. This element is returned if there are additional topics to retrieve.
\n@param nextToken Token to pass along to the next ListTopics
request. This element is returned if there are additional topics to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Topics" : {
"documentation" : "A list of topic ARNs.
",
"name" : "Topics",
"c2jName" : "Topics",
"c2jShape" : "TopicsList",
"variable" : {
"variableName" : "topics",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of topic ARNs.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "topics",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Topics",
"marshallLocationName" : "Topics",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Topic",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Topic",
"variable" : {
"variableName" : "member",
"variableType" : "Topic",
"variableDeclarationType" : "Topic",
"documentation" : "",
"simpleType" : "Topic",
"variableSetterType" : "Topic"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Topic",
"variableDeclarationType" : "Topic",
"documentation" : "",
"simpleType" : "Topic",
"variableSetterType" : "Topic"
},
"getterModel" : {
"returnType" : "Topic",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Topic",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of topic ARNs.
\n@param topics A list of topic ARNs.*/",
"getterDocumentation" : "/**A list of topic ARNs.
\n@return A list of topic ARNs.*/",
"fluentSetterDocumentation" : "/**A list of topic ARNs.
\n@param topics A list of topic ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of topic ARNs.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTopics(java.util.Collection)} or {@link #withTopics(java.util.Collection)} if you want to override the existing values.
\n@param topics A list of topic ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeleteTopicResult" : {
"c2jName" : "DeleteTopicResult",
"documentation" : null,
"shapeName" : "DeleteTopicResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "deleteTopicResult",
"variableType" : "DeleteTopicResult",
"variableDeclarationType" : "DeleteTopicResult",
"documentation" : null,
"simpleType" : "DeleteTopicResult",
"variableSetterType" : "DeleteTopicResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"GetPlatformApplicationAttributesRequest" : {
"c2jName" : "GetPlatformApplicationAttributesInput",
"documentation" : "Input for GetPlatformApplicationAttributes action.
",
"shapeName" : "GetPlatformApplicationAttributesRequest",
"deprecated" : false,
"required" : [ "PlatformApplicationArn" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "PlatformApplicationArn for GetPlatformApplicationAttributesInput.
",
"name" : "PlatformApplicationArn",
"c2jName" : "PlatformApplicationArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "platformApplicationArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "PlatformApplicationArn for GetPlatformApplicationAttributesInput.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "platformApplicationArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PlatformApplicationArn",
"marshallLocationName" : "PlatformApplicationArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**PlatformApplicationArn for GetPlatformApplicationAttributesInput.
\n@param platformApplicationArn PlatformApplicationArn for GetPlatformApplicationAttributesInput.*/",
"getterDocumentation" : "/**PlatformApplicationArn for GetPlatformApplicationAttributesInput.
\n@return PlatformApplicationArn for GetPlatformApplicationAttributesInput.*/",
"fluentSetterDocumentation" : "/**PlatformApplicationArn for GetPlatformApplicationAttributesInput.
\n@param platformApplicationArn PlatformApplicationArn for GetPlatformApplicationAttributesInput.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**PlatformApplicationArn for GetPlatformApplicationAttributesInput.
\n@param platformApplicationArn PlatformApplicationArn for GetPlatformApplicationAttributesInput.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getPlatformApplicationAttributesRequest",
"variableType" : "GetPlatformApplicationAttributesRequest",
"variableDeclarationType" : "GetPlatformApplicationAttributesRequest",
"documentation" : null,
"simpleType" : "GetPlatformApplicationAttributesRequest",
"variableSetterType" : "GetPlatformApplicationAttributesRequest"
},
"marshaller" : {
"action" : "GetPlatformApplicationAttributes",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"PlatformApplicationArn" : {
"documentation" : "PlatformApplicationArn for GetPlatformApplicationAttributesInput.
",
"name" : "PlatformApplicationArn",
"c2jName" : "PlatformApplicationArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "platformApplicationArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "PlatformApplicationArn for GetPlatformApplicationAttributesInput.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "platformApplicationArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PlatformApplicationArn",
"marshallLocationName" : "PlatformApplicationArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**PlatformApplicationArn for GetPlatformApplicationAttributesInput.
\n@param platformApplicationArn PlatformApplicationArn for GetPlatformApplicationAttributesInput.*/",
"getterDocumentation" : "/**PlatformApplicationArn for GetPlatformApplicationAttributesInput.
\n@return PlatformApplicationArn for GetPlatformApplicationAttributesInput.*/",
"fluentSetterDocumentation" : "/**PlatformApplicationArn for GetPlatformApplicationAttributesInput.
\n@param platformApplicationArn PlatformApplicationArn for GetPlatformApplicationAttributesInput.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**PlatformApplicationArn for GetPlatformApplicationAttributesInput.
\n@param platformApplicationArn PlatformApplicationArn for GetPlatformApplicationAttributesInput.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"GetTopicAttributesResult" : {
"c2jName" : "GetTopicAttributesResponse",
"documentation" : "Response for GetTopicAttributes action.
",
"shapeName" : "GetTopicAttributesResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A map of the topic's attributes. Attributes in this map include the following:
-
TopicArn
-- the topic's ARN -
Owner
-- the AWS account ID of the topic's owner -
Policy
-- the JSON serialization of the topic's access control policy -
DisplayName
-- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints -
SubscriptionsPending
-- the number of subscriptions pending confirmation on this topic -
SubscriptionsConfirmed
-- the number of confirmed subscriptions on this topic -
SubscriptionsDeleted
-- the number of deleted subscriptions on this topic -
DeliveryPolicy
-- the JSON serialization of the topic's delivery policy -
EffectiveDeliveryPolicy
-- the JSON serialization of the effective delivery policy that takes into account system defaults
",
"name" : "Attributes",
"c2jName" : "Attributes",
"c2jShape" : "TopicAttributesMap",
"variable" : {
"variableName" : "attributes",
"variableType" : "java.util.Map",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"documentation" : "A map of the topic's attributes. Attributes in this map include the following:
-
TopicArn
-- the topic's ARN -
Owner
-- the AWS account ID of the topic's owner -
Policy
-- the JSON serialization of the topic's access control policy -
DisplayName
-- the human-readable name used in the \"From\" field for notifications to email and email-json endpoints -
SubscriptionsPending
-- the number of subscriptions pending confirmation on this topic -
SubscriptionsConfirmed
-- the number of confirmed subscriptions on this topic -
SubscriptionsDeleted
-- the number of deleted subscriptions on this topic -
DeliveryPolicy
-- the JSON serialization of the topic's delivery policy -
EffectiveDeliveryPolicy
-- the JSON serialization of the effective delivery policy that takes into account system defaults
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"setterModel" : {
"variableName" : "attributes",
"variableType" : "java.util.Map",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Attributes",
"marshallLocationName" : "Attributes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : {
"implType" : "com.amazonaws.internal.SdkInternalMap",
"interfaceType" : "java.util.Map",
"keyType" : "String",
"keyLocationName" : "key",
"keyModel" : null,
"valueType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"documentation" : "",
"name" : "Value",
"c2jName" : "value",
"c2jShape" : "attributeValue",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "value",
"marshallLocationName" : "value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param value */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"keySimple" : true,
"valueSimple" : true,
"valueList" : false,
"entryType" : "Map.Entry