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

models.iot-2015-05-28-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Iot Service module holds the client classes that are used for communicating with AWS IoT Service

There is a newer version: 1.11.9
Show newest version
{
  "metadata" : {
    "apiVersion" : "2015-05-28",
    "exceptionUnmarshallerImpl" : null,
    "protocol" : "rest-json",
    "checksumFormat" : null,
    "documentation" : "AWS IoT 

AWS IoT provides secure, bi-directional communication between Internet-connected things (such as sensors, actuators, embedded devices, or smart appliances) and the AWS cloud. You can discover your custom IoT-Data endpoint to communicate with, configure rules for data processing and integration with other services, organize resources associated with each thing (Thing Registry), configure logging, and create and manage policies and credentials to authenticate things.

For more information about how AWS IoT works, see the Developer Guide.

", "defaultEndpoint" : "https://iot.us-east-1.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "iot.us-east-1.amazonaws.com", "syncInterface" : "AWSIot", "syncClient" : "AWSIotClient", "asyncInterface" : "AWSIotAsync", "asyncClient" : "AWSIotAsyncClient", "packageName" : "com.amazonaws.services.iot", "packagePath" : "com/amazonaws/services/iot", "serviceAbbreviation" : null, "serviceFullName" : "AWS IoT", "hasApiWithStreamInput" : false, "jsonContentVersion" : "application/x-amz-json-1.1", "jsonVersion" : "1.1", "endpointPrefix" : "iot", "signingName" : "execute-api", "serviceName" : "AWS IoT", "cborProtocol" : false, "unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerClassSuffix" : "JsonUnmarshaller", "protocolDefaultExceptionUnmarshallerType" : "JsonErrorUnmarshaller", "xmlProtocol" : false, "jsonProtocol" : true }, "operations" : { "AcceptCertificateTransfer" : { "documentation" : "

Accepts a pending certificate transfer. The default state of the certificate is INACTIVE.

To check for pending certificate transfers, call ListCertificates to enumerate your certificates.

", "operationName" : "AcceptCertificateTransfer", "deprecated" : false, "input" : { "variableName" : "acceptCertificateTransferRequest", "variableType" : "AcceptCertificateTransferRequest", "variableDeclarationType" : "AcceptCertificateTransferRequest", "documentation" : "

The input for the AcceptCertificateTransfer operation.

", "simpleType" : "AcceptCertificateTransferRequest", "variableSetterType" : "AcceptCertificateTransferRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AcceptCertificateTransferResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource does not exist.

" }, { "exceptionName" : "TransferAlreadyCompletedException", "documentation" : "

You can't revert the certificate transfer because the transfer is already complete.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Attaches the specified policy to the specified principal (certificate or other credential).

", "operationName" : "AttachPrincipalPolicy", "deprecated" : false, "input" : { "variableName" : "attachPrincipalPolicyRequest", "variableType" : "AttachPrincipalPolicyRequest", "variableDeclarationType" : "AttachPrincipalPolicyRequest", "documentation" : "

The input for the AttachPrincipalPolicy operation.

", "simpleType" : "AttachPrincipalPolicyRequest", "variableSetterType" : "AttachPrincipalPolicyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AttachPrincipalPolicyResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource does not exist.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

" }, { "exceptionName" : "LimitExceededException", "documentation" : "

The number of attached entities exceeds the limit.

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

Attaches the specified principal to the specified thing.

", "operationName" : "AttachThingPrincipal", "deprecated" : false, "input" : { "variableName" : "attachThingPrincipalRequest", "variableType" : "AttachThingPrincipalRequest", "variableDeclarationType" : "AttachThingPrincipalRequest", "documentation" : "

The input for the AttachThingPrincipal operation.

", "simpleType" : "AttachThingPrincipalRequest", "variableSetterType" : "AttachThingPrincipalRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AttachThingPrincipalResult", "documentation" : "

The output from the AttachThingPrincipal operation.

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

The specified resource does not exist.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Cancels a pending transfer for the specified certificate.

Note Only the transfer source account can use this operation to cancel a transfer. (Transfer destinations can use RejectCertificateTransfer instead.) After transfer, AWS IoT returns the certificate to the source account in the INACTIVE state. After the destination account has accepted the transfer, the transfer cannot be cancelled.

After a certificate transfer is cancelled, the status of the certificate changes from PENDING_TRANSFER to INACTIVE.

", "operationName" : "CancelCertificateTransfer", "deprecated" : false, "input" : { "variableName" : "cancelCertificateTransferRequest", "variableType" : "CancelCertificateTransferRequest", "variableDeclarationType" : "CancelCertificateTransferRequest", "documentation" : "

The input for the CancelCertificateTransfer operation.

", "simpleType" : "CancelCertificateTransferRequest", "variableSetterType" : "CancelCertificateTransferRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CancelCertificateTransferResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource does not exist.

" }, { "exceptionName" : "TransferAlreadyCompletedException", "documentation" : "

You can't revert the certificate transfer because the transfer is already complete.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Creates an X.509 certificate using the specified certificate signing request.

Note Reusing the same certificate signing request (CSR) results in a distinct certificate.

You can create multiple certificates in a batch by creating a directory, copying multiple .csr files into that directory, and then specifying that directory on the command line. The following commands show how to create a batch of certificates given a batch of CSRs.

Assuming a set of CSRs are located inside of the directory my-csr-directory:

>

On Linux and OS X, the command is:

$ ls my-csr-directory/ | xargs -I {} aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/{}

This command lists all of the CSRs in my-csr-directory and pipes each CSR file name to the aws iot create-certificate-from-csr AWS CLI command to create a certificate for the corresponding CSR.

The aws iot create-certificate-from-csr part of the command can also be run in parallel to speed up the certificate creation process:

$ ls my-csr-directory/ | xargs -P 10 -I {} aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/{}

On Windows PowerShell, the command to create certificates for all CSRs in my-csr-directory is:

> ls -Name my-csr-directory | %{aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/$_}

On a Windows command prompt, the command to create certificates for all CSRs in my-csr-directory is:

> forfiles /p my-csr-directory /c \"cmd /c aws iot create-certificate-from-csr --certificate-signing-request file://@path\"

", "operationName" : "CreateCertificateFromCsr", "deprecated" : false, "input" : { "variableName" : "createCertificateFromCsrRequest", "variableType" : "CreateCertificateFromCsrRequest", "variableDeclarationType" : "CreateCertificateFromCsrRequest", "documentation" : "

The input for the CreateCertificateFromCsr operation.

", "simpleType" : "CreateCertificateFromCsrRequest", "variableSetterType" : "CreateCertificateFromCsrRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateCertificateFromCsrResult", "documentation" : "

The output from the CreateCertificateFromCsr operation.

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

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Creates a 2048-bit RSA key pair and issues an X.509 certificate using the issued public key.

Note This is the only time AWS IoT issues the private key for this certificate, so it is important to keep it in a secure location.

", "operationName" : "CreateKeysAndCertificate", "deprecated" : false, "input" : { "variableName" : "createKeysAndCertificateRequest", "variableType" : "CreateKeysAndCertificateRequest", "variableDeclarationType" : "CreateKeysAndCertificateRequest", "documentation" : "

The input for the CreateKeysAndCertificate operation.

", "simpleType" : "CreateKeysAndCertificateRequest", "variableSetterType" : "CreateKeysAndCertificateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateKeysAndCertificateResult", "documentation" : "

The output of the CreateKeysAndCertificate operation.

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

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Creates an AWS IoT policy.

The created policy is the default version for the policy. This operation creates a policy version with a version identifier of 1 and sets 1 as the policy's default version.

", "operationName" : "CreatePolicy", "deprecated" : false, "input" : { "variableName" : "createPolicyRequest", "variableType" : "CreatePolicyRequest", "variableDeclarationType" : "CreatePolicyRequest", "documentation" : "

The input for the CreatePolicy operation.

", "simpleType" : "CreatePolicyRequest", "variableSetterType" : "CreatePolicyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreatePolicyResult", "documentation" : "

The output from the CreatePolicy operation.

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

The resource already exists.

" }, { "exceptionName" : "MalformedPolicyException", "documentation" : "

The policy documentation is not valid.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Creates a new version of the specified AWS IoT policy. To update a policy, create a new policy version. A managed policy can have up to five versions. If the policy has five versions, you must use DeletePolicyVersion to delete an existing version before you create a new one.

Optionally, you can set the new version as the policy's default version. The default version is the operative version (that is, the version that is in effect for the certificates to which the policy is attached).

", "operationName" : "CreatePolicyVersion", "deprecated" : false, "input" : { "variableName" : "createPolicyVersionRequest", "variableType" : "CreatePolicyVersionRequest", "variableDeclarationType" : "CreatePolicyVersionRequest", "documentation" : "

The input for the CreatePolicyVersion operation.

", "simpleType" : "CreatePolicyVersionRequest", "variableSetterType" : "CreatePolicyVersionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreatePolicyVersionResult", "documentation" : "

The output of the CreatePolicyVersion operation.

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

The specified resource does not exist.

" }, { "exceptionName" : "MalformedPolicyException", "documentation" : "

The policy documentation is not valid.

" }, { "exceptionName" : "VersionsLimitExceededException", "documentation" : "

The number of policy versions exceeds the limit.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Creates a thing in the Thing Registry.

", "operationName" : "CreateThing", "deprecated" : false, "input" : { "variableName" : "createThingRequest", "variableType" : "CreateThingRequest", "variableDeclarationType" : "CreateThingRequest", "documentation" : "

The input for the CreateThing operation.

", "simpleType" : "CreateThingRequest", "variableSetterType" : "CreateThingRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateThingResult", "documentation" : "

The output of the CreateThing operation.

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

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

" }, { "exceptionName" : "ResourceAlreadyExistsException", "documentation" : "

The resource already exists.

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

Creates a rule. Creating rules is an administrator-level action. Any user who has permission to create rules will be able to access data processed by the rule.

", "operationName" : "CreateTopicRule", "deprecated" : false, "input" : { "variableName" : "createTopicRuleRequest", "variableType" : "CreateTopicRuleRequest", "variableDeclarationType" : "CreateTopicRuleRequest", "documentation" : "

The input for the CreateTopicRule operation.

", "simpleType" : "CreateTopicRuleRequest", "variableSetterType" : "CreateTopicRuleRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateTopicRuleResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "SqlParseException", "documentation" : "

The Rule-SQL expression can't be parsed correctly.

" }, { "exceptionName" : "InternalException", "documentation" : "

An unexpected error has occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ResourceAlreadyExistsException", "documentation" : "

The resource already exists.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

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

Deletes a registered CA certificate.

", "operationName" : "DeleteCACertificate", "deprecated" : false, "input" : { "variableName" : "deleteCACertificateRequest", "variableType" : "DeleteCACertificateRequest", "variableDeclarationType" : "DeleteCACertificateRequest", "documentation" : "

Input for the DeleteCACertificate operation.

", "simpleType" : "DeleteCACertificateRequest", "variableSetterType" : "DeleteCACertificateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteCACertificateResult", "documentation" : "

The output for the DeleteCACertificate operation.

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

The request is not valid.

" }, { "exceptionName" : "CertificateStateException", "documentation" : "

The certificate operation is not allowed.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource does not exist.

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

Deletes the specified certificate.

A certificate cannot be deleted if it has a policy attached to it or if its status is set to ACTIVE. To delete a certificate, first use the DetachPrincipalPolicy API to detach all policies. Next, use the UpdateCertificate API to set the certificate to the INACTIVE status.

", "operationName" : "DeleteCertificate", "deprecated" : false, "input" : { "variableName" : "deleteCertificateRequest", "variableType" : "DeleteCertificateRequest", "variableDeclarationType" : "DeleteCertificateRequest", "documentation" : "

The input for the DeleteCertificate operation.

", "simpleType" : "DeleteCertificateRequest", "variableSetterType" : "DeleteCertificateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteCertificateResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "CertificateStateException", "documentation" : "

The certificate operation is not allowed.

" }, { "exceptionName" : "DeleteConflictException", "documentation" : "

You can't delete the resource because it is attached to one or more resources.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource does not exist.

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

Deletes the specified policy.

A policy cannot be deleted if it has non-default versions or it is attached to any certificate.

To delete a policy, use the DeletePolicyVersion API to delete all non-default versions of the policy; use the DetachPrincipalPolicy API to detach the policy from any certificate; and then use the DeletePolicy API to delete the policy.

When a policy is deleted using DeletePolicy, its default version is deleted with it.

", "operationName" : "DeletePolicy", "deprecated" : false, "input" : { "variableName" : "deletePolicyRequest", "variableType" : "DeletePolicyRequest", "variableDeclarationType" : "DeletePolicyRequest", "documentation" : "

The input for the DeletePolicy operation.

", "simpleType" : "DeletePolicyRequest", "variableSetterType" : "DeletePolicyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeletePolicyResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "DeleteConflictException", "documentation" : "

You can't delete the resource because it is attached to one or more resources.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource does not exist.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Deletes the specified version of the specified policy. You cannot delete the default version of a policy using this API. To delete the default version of a policy, use DeletePolicy. To find out which version of a policy is marked as the default version, use ListPolicyVersions.

", "operationName" : "DeletePolicyVersion", "deprecated" : false, "input" : { "variableName" : "deletePolicyVersionRequest", "variableType" : "DeletePolicyVersionRequest", "variableDeclarationType" : "DeletePolicyVersionRequest", "documentation" : "

The input for the DeletePolicyVersion operation.

", "simpleType" : "DeletePolicyVersionRequest", "variableSetterType" : "DeletePolicyVersionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeletePolicyVersionResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "DeleteConflictException", "documentation" : "

You can't delete the resource because it is attached to one or more resources.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource does not exist.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Deletes a CA certificate registration code.

", "operationName" : "DeleteRegistrationCode", "deprecated" : false, "input" : { "variableName" : "deleteRegistrationCodeRequest", "variableType" : "DeleteRegistrationCodeRequest", "variableDeclarationType" : "DeleteRegistrationCodeRequest", "documentation" : "

The input for the DeleteRegistrationCode operation.

", "simpleType" : "DeleteRegistrationCodeRequest", "variableSetterType" : "DeleteRegistrationCodeRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteRegistrationCodeResult", "documentation" : "

The output for the DeleteRegistrationCode operation.

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

The rate exceeds the limit.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource does not exist.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Deletes the specified thing from the Thing Registry.

", "operationName" : "DeleteThing", "deprecated" : false, "input" : { "variableName" : "deleteThingRequest", "variableType" : "DeleteThingRequest", "variableDeclarationType" : "DeleteThingRequest", "documentation" : "

The input for the DeleteThing operation.

", "simpleType" : "DeleteThingRequest", "variableSetterType" : "DeleteThingRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteThingResult", "documentation" : "

The output of the DeleteThing operation.

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

The specified resource does not exist.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Deletes the specified rule.

", "operationName" : "DeleteTopicRule", "deprecated" : false, "input" : { "variableName" : "deleteTopicRuleRequest", "variableType" : "DeleteTopicRuleRequest", "variableDeclarationType" : "DeleteTopicRuleRequest", "documentation" : "

The input for the DeleteTopicRule operation.

", "simpleType" : "DeleteTopicRuleRequest", "variableSetterType" : "DeleteTopicRuleRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteTopicRuleResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InternalException", "documentation" : "

An unexpected error has occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

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

Describes a registered CA certificate.

", "operationName" : "DescribeCACertificate", "deprecated" : false, "input" : { "variableName" : "describeCACertificateRequest", "variableType" : "DescribeCACertificateRequest", "variableDeclarationType" : "DescribeCACertificateRequest", "documentation" : "

The input for the DescribeCACertificate operation.

", "simpleType" : "DescribeCACertificateRequest", "variableSetterType" : "DescribeCACertificateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeCACertificateResult", "documentation" : "

The output from the DescribeCACertificate operation.

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

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource does not exist.

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

Gets information about the specified certificate.

", "operationName" : "DescribeCertificate", "deprecated" : false, "input" : { "variableName" : "describeCertificateRequest", "variableType" : "DescribeCertificateRequest", "variableDeclarationType" : "DescribeCertificateRequest", "documentation" : "

The input for the DescribeCertificate operation.

", "simpleType" : "DescribeCertificateRequest", "variableSetterType" : "DescribeCertificateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeCertificateResult", "documentation" : "

The output of the DescribeCertificate operation.

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

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource does not exist.

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

Returns a unique endpoint specific to the AWS account making the call. You specify the following URI when updating state information for your thing: https://endpoint/things/thingName/shadow.

", "operationName" : "DescribeEndpoint", "deprecated" : false, "input" : { "variableName" : "describeEndpointRequest", "variableType" : "DescribeEndpointRequest", "variableDeclarationType" : "DescribeEndpointRequest", "documentation" : "

The input for the DescribeEndpoint operation.

", "simpleType" : "DescribeEndpointRequest", "variableSetterType" : "DescribeEndpointRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeEndpointResult", "documentation" : "

The output from the DescribeEndpoint operation.

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

An unexpected error has occurred.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

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

Gets information about the specified thing.

", "operationName" : "DescribeThing", "deprecated" : false, "input" : { "variableName" : "describeThingRequest", "variableType" : "DescribeThingRequest", "variableDeclarationType" : "DescribeThingRequest", "documentation" : "

The input for the DescribeThing operation.

", "simpleType" : "DescribeThingRequest", "variableSetterType" : "DescribeThingRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeThingResult", "documentation" : "

The output from the DescribeThing operation.

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

The specified resource does not exist.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Removes the specified policy from the specified certificate.

", "operationName" : "DetachPrincipalPolicy", "deprecated" : false, "input" : { "variableName" : "detachPrincipalPolicyRequest", "variableType" : "DetachPrincipalPolicyRequest", "variableDeclarationType" : "DetachPrincipalPolicyRequest", "documentation" : "

The input for the DetachPrincipalPolicy operation.

", "simpleType" : "DetachPrincipalPolicyRequest", "variableSetterType" : "DetachPrincipalPolicyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DetachPrincipalPolicyResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource does not exist.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Detaches the specified principal from the specified thing.

", "operationName" : "DetachThingPrincipal", "deprecated" : false, "input" : { "variableName" : "detachThingPrincipalRequest", "variableType" : "DetachThingPrincipalRequest", "variableDeclarationType" : "DetachThingPrincipalRequest", "documentation" : "

The input for the DetachThingPrincipal operation.

", "simpleType" : "DetachThingPrincipalRequest", "variableSetterType" : "DetachThingPrincipalRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DetachThingPrincipalResult", "documentation" : "

The output from the DetachThingPrincipal operation.

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

The specified resource does not exist.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Disables the specified rule.

", "operationName" : "DisableTopicRule", "deprecated" : false, "input" : { "variableName" : "disableTopicRuleRequest", "variableType" : "DisableTopicRuleRequest", "variableDeclarationType" : "DisableTopicRuleRequest", "documentation" : "

The input for the DisableTopicRuleRequest operation.

", "simpleType" : "DisableTopicRuleRequest", "variableSetterType" : "DisableTopicRuleRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DisableTopicRuleResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InternalException", "documentation" : "

An unexpected error has occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

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

Enables the specified rule.

", "operationName" : "EnableTopicRule", "deprecated" : false, "input" : { "variableName" : "enableTopicRuleRequest", "variableType" : "EnableTopicRuleRequest", "variableDeclarationType" : "EnableTopicRuleRequest", "documentation" : "

The input for the EnableTopicRuleRequest operation.

", "simpleType" : "EnableTopicRuleRequest", "variableSetterType" : "EnableTopicRuleRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EnableTopicRuleResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InternalException", "documentation" : "

An unexpected error has occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

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

Gets the logging options.

", "operationName" : "GetLoggingOptions", "deprecated" : false, "input" : { "variableName" : "getLoggingOptionsRequest", "variableType" : "GetLoggingOptionsRequest", "variableDeclarationType" : "GetLoggingOptionsRequest", "documentation" : "

The input for the GetLoggingOptions operation.

", "simpleType" : "GetLoggingOptionsRequest", "variableSetterType" : "GetLoggingOptionsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetLoggingOptionsResult", "documentation" : "

The output from the GetLoggingOptions operation.

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

An unexpected error has occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

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

Gets information about the specified policy with the policy document of the default version.

", "operationName" : "GetPolicy", "deprecated" : false, "input" : { "variableName" : "getPolicyRequest", "variableType" : "GetPolicyRequest", "variableDeclarationType" : "GetPolicyRequest", "documentation" : "

The input for the GetPolicy operation.

", "simpleType" : "GetPolicyRequest", "variableSetterType" : "GetPolicyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetPolicyResult", "documentation" : "

The output from the GetPolicy operation.

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

The specified resource does not exist.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Gets information about the specified policy version.

", "operationName" : "GetPolicyVersion", "deprecated" : false, "input" : { "variableName" : "getPolicyVersionRequest", "variableType" : "GetPolicyVersionRequest", "variableDeclarationType" : "GetPolicyVersionRequest", "documentation" : "

The input for the GetPolicyVersion operation.

", "simpleType" : "GetPolicyVersionRequest", "variableSetterType" : "GetPolicyVersionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetPolicyVersionResult", "documentation" : "

The output from the GetPolicyVersion operation.

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

The specified resource does not exist.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Gets a registration code used to register a CA certificate with AWS IoT.

", "operationName" : "GetRegistrationCode", "deprecated" : false, "input" : { "variableName" : "getRegistrationCodeRequest", "variableType" : "GetRegistrationCodeRequest", "variableDeclarationType" : "GetRegistrationCodeRequest", "documentation" : "

The input to the GetRegistrationCode operation.

", "simpleType" : "GetRegistrationCodeRequest", "variableSetterType" : "GetRegistrationCodeRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetRegistrationCodeResult", "documentation" : "

The output from the GetRegistrationCode operation.

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

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Gets information about the specified rule.

", "operationName" : "GetTopicRule", "deprecated" : false, "input" : { "variableName" : "getTopicRuleRequest", "variableType" : "GetTopicRuleRequest", "variableDeclarationType" : "GetTopicRuleRequest", "documentation" : "

The input for the GetTopicRule operation.

", "simpleType" : "GetTopicRuleRequest", "variableSetterType" : "GetTopicRuleRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetTopicRuleResult", "documentation" : "

The output from the GetTopicRule operation.

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

An unexpected error has occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

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

Lists the CA certificates registered for your AWS account.

The results are paginated with a default page size of 25. You can use the returned marker to retrieve additional results.

", "operationName" : "ListCACertificates", "deprecated" : false, "input" : { "variableName" : "listCACertificatesRequest", "variableType" : "ListCACertificatesRequest", "variableDeclarationType" : "ListCACertificatesRequest", "documentation" : "

Input for the ListCACertificates operation.

", "simpleType" : "ListCACertificatesRequest", "variableSetterType" : "ListCACertificatesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListCACertificatesResult", "documentation" : "

The output from the ListCACertificates operation.

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

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Lists the certificates registered in your AWS account.

The results are paginated with a default page size of 25. You can use the returned marker to retrieve additional results.

", "operationName" : "ListCertificates", "deprecated" : false, "input" : { "variableName" : "listCertificatesRequest", "variableType" : "ListCertificatesRequest", "variableDeclarationType" : "ListCertificatesRequest", "documentation" : "

The input for the ListCertificates operation.

", "simpleType" : "ListCertificatesRequest", "variableSetterType" : "ListCertificatesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListCertificatesResult", "documentation" : "

The output of the ListCertificates operation.

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

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

List the device certificates signed by the specified CA certificate.

", "operationName" : "ListCertificatesByCA", "deprecated" : false, "input" : { "variableName" : "listCertificatesByCARequest", "variableType" : "ListCertificatesByCARequest", "variableDeclarationType" : "ListCertificatesByCARequest", "documentation" : "

The input to the ListCertificatesByCA operation.

", "simpleType" : "ListCertificatesByCARequest", "variableSetterType" : "ListCertificatesByCARequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListCertificatesByCAResult", "documentation" : "

The output of the ListCertificatesByCA operation.

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

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Lists your policies.

", "operationName" : "ListPolicies", "deprecated" : false, "input" : { "variableName" : "listPoliciesRequest", "variableType" : "ListPoliciesRequest", "variableDeclarationType" : "ListPoliciesRequest", "documentation" : "

The input for the ListPolicies operation.

", "simpleType" : "ListPoliciesRequest", "variableSetterType" : "ListPoliciesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListPoliciesResult", "documentation" : "

The output from the ListPolicies operation.

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

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Lists the versions of the specified policy, and identifies the default version.

", "operationName" : "ListPolicyVersions", "deprecated" : false, "input" : { "variableName" : "listPolicyVersionsRequest", "variableType" : "ListPolicyVersionsRequest", "variableDeclarationType" : "ListPolicyVersionsRequest", "documentation" : "

The input for the ListPolicyVersions operation.

", "simpleType" : "ListPolicyVersionsRequest", "variableSetterType" : "ListPolicyVersionsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListPolicyVersionsResult", "documentation" : "

The output from the ListPolicyVersions operation.

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

The specified resource does not exist.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Lists the policies attached to the specified principal. If you use an Cognito identity, the ID must be in AmazonCognito Identity format.

", "operationName" : "ListPrincipalPolicies", "deprecated" : false, "input" : { "variableName" : "listPrincipalPoliciesRequest", "variableType" : "ListPrincipalPoliciesRequest", "variableDeclarationType" : "ListPrincipalPoliciesRequest", "documentation" : "

The input for the ListPrincipalPolicies operation.

", "simpleType" : "ListPrincipalPoliciesRequest", "variableSetterType" : "ListPrincipalPoliciesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListPrincipalPoliciesResult", "documentation" : "

The output from the ListPrincipalPolicies operation.

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

The specified resource does not exist.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Lists the things associated with the specified principal.

", "operationName" : "ListPrincipalThings", "deprecated" : false, "input" : { "variableName" : "listPrincipalThingsRequest", "variableType" : "ListPrincipalThingsRequest", "variableDeclarationType" : "ListPrincipalThingsRequest", "documentation" : "

The input for the ListPrincipalThings operation.

", "simpleType" : "ListPrincipalThingsRequest", "variableSetterType" : "ListPrincipalThingsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListPrincipalThingsResult", "documentation" : "

The output from the ListPrincipalThings operation.

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

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Lists the principals associated with the specified thing.

", "operationName" : "ListThingPrincipals", "deprecated" : false, "input" : { "variableName" : "listThingPrincipalsRequest", "variableType" : "ListThingPrincipalsRequest", "variableDeclarationType" : "ListThingPrincipalsRequest", "documentation" : "

The input for the ListThingPrincipal operation.

", "simpleType" : "ListThingPrincipalsRequest", "variableSetterType" : "ListThingPrincipalsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListThingPrincipalsResult", "documentation" : "

The output from the ListThingPrincipals operation.

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

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Lists your things. You can pass an AttributeName or AttributeValue to filter your things (for example, \"ListThings where AttributeName=Color and AttributeValue=Red\").

", "operationName" : "ListThings", "deprecated" : false, "input" : { "variableName" : "listThingsRequest", "variableType" : "ListThingsRequest", "variableDeclarationType" : "ListThingsRequest", "documentation" : "

The input for the ListThings operation.

", "simpleType" : "ListThingsRequest", "variableSetterType" : "ListThingsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListThingsResult", "documentation" : "

The output from the ListThings operation.

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

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Lists the rules for the specific topic.

", "operationName" : "ListTopicRules", "deprecated" : false, "input" : { "variableName" : "listTopicRulesRequest", "variableType" : "ListTopicRulesRequest", "variableDeclarationType" : "ListTopicRulesRequest", "documentation" : "

The input for the ListTopicRules operation.

", "simpleType" : "ListTopicRulesRequest", "variableSetterType" : "ListTopicRulesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListTopicRulesResult", "documentation" : "

The output from the ListTopicRules operation.

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

An unexpected error has occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

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

Registers a CA certificate with AWS IoT. This CA certificate can then be used to sign device certificates, which can be then registered with AWS IoT. You can register up to 10 CA certificates per AWS account that have the same subject field and public key. This enables you to have up to 10 certificate authorities sign your device certificates. If you have more than one CA certificate registered, make sure you pass the CA certificate when you register your device certificates with the RegisterCertificate API.

", "operationName" : "RegisterCACertificate", "deprecated" : false, "input" : { "variableName" : "registerCACertificateRequest", "variableType" : "RegisterCACertificateRequest", "variableDeclarationType" : "RegisterCACertificateRequest", "documentation" : "

The input to the RegisterCACertificate operation.

", "simpleType" : "RegisterCACertificateRequest", "variableSetterType" : "RegisterCACertificateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RegisterCACertificateResult", "documentation" : "

The output from the RegisterCACertificateResponse operation.

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

The resource already exists.

" }, { "exceptionName" : "RegistrationCodeValidationException", "documentation" : "

The registration code is invalid.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "CertificateValidationException", "documentation" : "

The certificate is invalid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "LimitExceededException", "documentation" : "

The number of attached entities exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Registers a device certificate with AWS IoT. If you have more than one CA certificate that has the same subject field, you must specify the CA certificate that was used to sign the device certificate being registered.

", "operationName" : "RegisterCertificate", "deprecated" : false, "input" : { "variableName" : "registerCertificateRequest", "variableType" : "RegisterCertificateRequest", "variableDeclarationType" : "RegisterCertificateRequest", "documentation" : "

The input to the RegisterCertificate operation.

", "simpleType" : "RegisterCertificateRequest", "variableSetterType" : "RegisterCertificateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RegisterCertificateResult", "documentation" : "

The output from the RegisterCertificate operation.

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

The resource already exists.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "CertificateValidationException", "documentation" : "

The certificate is invalid.

" }, { "exceptionName" : "CertificateStateException", "documentation" : "

The certificate operation is not allowed.

" }, { "exceptionName" : "CertificateConflictException", "documentation" : "

Unable to verify the CA certificate used to sign the device certificate you are attempting to register. This is happens when you have registered more than one CA certificate that has the same subject field and public key.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Rejects a pending certificate transfer. After AWS IoT rejects a certificate transfer, the certificate status changes from PENDING_TRANSFER to INACTIVE.

To check for pending certificate transfers, call ListCertificates to enumerate your certificates.

This operation can only be called by the transfer destination. After it is called, the certificate will be returned to the source's account in the INACTIVE state.

", "operationName" : "RejectCertificateTransfer", "deprecated" : false, "input" : { "variableName" : "rejectCertificateTransferRequest", "variableType" : "RejectCertificateTransferRequest", "variableDeclarationType" : "RejectCertificateTransferRequest", "documentation" : "

The input for the RejectCertificateTransfer operation.

", "simpleType" : "RejectCertificateTransferRequest", "variableSetterType" : "RejectCertificateTransferRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RejectCertificateTransferResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource does not exist.

" }, { "exceptionName" : "TransferAlreadyCompletedException", "documentation" : "

You can't revert the certificate transfer because the transfer is already complete.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Replaces the specified rule. You must specify all parameters for the new rule. Creating rules is an administrator-level action. Any user who has permission to create rules will be able to access data processed by the rule.

", "operationName" : "ReplaceTopicRule", "deprecated" : false, "input" : { "variableName" : "replaceTopicRuleRequest", "variableType" : "ReplaceTopicRuleRequest", "variableDeclarationType" : "ReplaceTopicRuleRequest", "documentation" : "

The input for the ReplaceTopicRule operation.

", "simpleType" : "ReplaceTopicRuleRequest", "variableSetterType" : "ReplaceTopicRuleRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ReplaceTopicRuleResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "SqlParseException", "documentation" : "

The Rule-SQL expression can't be parsed correctly.

" }, { "exceptionName" : "InternalException", "documentation" : "

An unexpected error has occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

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

Sets the specified version of the specified policy as the policy's default (operative) version. This action affects all certificates to which the policy is attached. To list the principals the policy is attached to, use the ListPrincipalPolicy API.

", "operationName" : "SetDefaultPolicyVersion", "deprecated" : false, "input" : { "variableName" : "setDefaultPolicyVersionRequest", "variableType" : "SetDefaultPolicyVersionRequest", "variableDeclarationType" : "SetDefaultPolicyVersionRequest", "documentation" : "

The input for the SetDefaultPolicyVersion operation.

", "simpleType" : "SetDefaultPolicyVersionRequest", "variableSetterType" : "SetDefaultPolicyVersionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetDefaultPolicyVersionResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource does not exist.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Sets the logging options.

", "operationName" : "SetLoggingOptions", "deprecated" : false, "input" : { "variableName" : "setLoggingOptionsRequest", "variableType" : "SetLoggingOptionsRequest", "variableDeclarationType" : "SetLoggingOptionsRequest", "documentation" : "

The input for the SetLoggingOptions operation.

", "simpleType" : "SetLoggingOptionsRequest", "variableSetterType" : "SetLoggingOptionsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetLoggingOptionsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InternalException", "documentation" : "

An unexpected error has occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

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

Transfers the specified certificate to the specified AWS account.

You can cancel the transfer until it is acknowledged by the recipient.

No notification is sent to the transfer destination's account. It is up to the caller to notify the transfer target.

The certificate being transferred must not be in the ACTIVE state. You can use the UpdateCertificate API to deactivate it.

The certificate must not have any policies attached to it. You can use the DetachPrincipalPolicy API to detach them.

", "operationName" : "TransferCertificate", "deprecated" : false, "input" : { "variableName" : "transferCertificateRequest", "variableType" : "TransferCertificateRequest", "variableDeclarationType" : "TransferCertificateRequest", "documentation" : "

The input for the TransferCertificate operation.

", "simpleType" : "TransferCertificateRequest", "variableSetterType" : "TransferCertificateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "TransferCertificateResult", "documentation" : "

The output from the TransferCertificate operation.

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

The request is not valid.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource does not exist.

" }, { "exceptionName" : "CertificateStateException", "documentation" : "

The certificate operation is not allowed.

" }, { "exceptionName" : "TransferConflictException", "documentation" : "

You can't transfer the certificate because authorization policies are still attached.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Updates a registered CA certificate.

", "operationName" : "UpdateCACertificate", "deprecated" : false, "input" : { "variableName" : "updateCACertificateRequest", "variableType" : "UpdateCACertificateRequest", "variableDeclarationType" : "UpdateCACertificateRequest", "documentation" : "

The input to the UpdateCACertificate operation.

", "simpleType" : "UpdateCACertificateRequest", "variableSetterType" : "UpdateCACertificateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateCACertificateResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource does not exist.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Updates the status of the specified certificate. This operation is idempotent.

Moving a certificate from the ACTIVE state (including REVOKED) will not disconnect currently connected devices, but these devices will be unable to reconnect.

The ACTIVE state is required to authenticate devices connecting to AWS IoT using a certificate.

", "operationName" : "UpdateCertificate", "deprecated" : false, "input" : { "variableName" : "updateCertificateRequest", "variableType" : "UpdateCertificateRequest", "variableDeclarationType" : "UpdateCertificateRequest", "documentation" : "

The input for the UpdateCertificate operation.

", "simpleType" : "UpdateCertificateRequest", "variableSetterType" : "UpdateCertificateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateCertificateResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource does not exist.

" }, { "exceptionName" : "CertificateStateException", "documentation" : "

The certificate operation is not allowed.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

Updates the data for a thing.

", "operationName" : "UpdateThing", "deprecated" : false, "input" : { "variableName" : "updateThingRequest", "variableType" : "UpdateThingRequest", "variableDeclarationType" : "UpdateThingRequest", "documentation" : "

The input for the UpdateThing operation.

", "simpleType" : "UpdateThingRequest", "variableSetterType" : "UpdateThingRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateThingResult", "documentation" : "

The output from the UpdateThing operation.

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

The request is not valid.

" }, { "exceptionName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

" }, { "exceptionName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

" }, { "exceptionName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource does not exist.

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

Describes a key pair.

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

The public key.

", "name" : "PublicKey", "c2jName" : "PublicKey", "c2jShape" : "PublicKey", "variable" : { "variableName" : "publicKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The public key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "publicKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PublicKey", "marshallLocationName" : "PublicKey", "additionalUnmarshallingPath" : 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 public key.

\n@param publicKey The public key.*/", "getterDocumentation" : "/**

The public key.

\n@return The public key.*/", "fluentSetterDocumentation" : "/**

The public key.

\n@param publicKey The public key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The public key.

\n@param publicKey The public key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The private key.

", "name" : "PrivateKey", "c2jName" : "PrivateKey", "c2jShape" : "PrivateKey", "variable" : { "variableName" : "privateKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The private key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "privateKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PrivateKey", "marshallLocationName" : "PrivateKey", "additionalUnmarshallingPath" : 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 private key.

\n@param privateKey The private key.*/", "getterDocumentation" : "/**

The private key.

\n@return The private key.*/", "fluentSetterDocumentation" : "/**

The private key.

\n@param privateKey The private key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The private key.

\n@param privateKey The private key.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "keyPair", "variableType" : "KeyPair", "variableDeclarationType" : "KeyPair", "documentation" : null, "simpleType" : "KeyPair", "variableSetterType" : "KeyPair" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PublicKey" : { "documentation" : "

The public key.

", "name" : "PublicKey", "c2jName" : "PublicKey", "c2jShape" : "PublicKey", "variable" : { "variableName" : "publicKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The public key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "publicKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PublicKey", "marshallLocationName" : "PublicKey", "additionalUnmarshallingPath" : 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 public key.

\n@param publicKey The public key.*/", "getterDocumentation" : "/**

The public key.

\n@return The public key.*/", "fluentSetterDocumentation" : "/**

The public key.

\n@param publicKey The public key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The public key.

\n@param publicKey The public key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PrivateKey" : { "documentation" : "

The private key.

", "name" : "PrivateKey", "c2jName" : "PrivateKey", "c2jShape" : "PrivateKey", "variable" : { "variableName" : "privateKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The private key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "privateKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PrivateKey", "marshallLocationName" : "PrivateKey", "additionalUnmarshallingPath" : 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 private key.

\n@param privateKey The private key.*/", "getterDocumentation" : "/**

The private key.

\n@return The private key.*/", "fluentSetterDocumentation" : "/**

The private key.

\n@param privateKey The private key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The private key.

\n@param privateKey The private key.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DetachThingPrincipalResult" : { "c2jName" : "DetachThingPrincipalResponse", "documentation" : "

The output from the DetachThingPrincipal operation.

", "shapeName" : "DetachThingPrincipalResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "detachThingPrincipalResult", "variableType" : "DetachThingPrincipalResult", "variableDeclarationType" : "DetachThingPrincipalResult", "documentation" : null, "simpleType" : "DetachThingPrincipalResult", "variableSetterType" : "DetachThingPrincipalResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UnauthorizedException" : { "c2jName" : "UnauthorizedException", "documentation" : "

You are not authorized to perform this operation.

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

The input for the AcceptCertificateTransfer operation.

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

The ID of the certificate.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate.

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

The ID of the certificate.

\n@param certificateId The ID of the certificate.*/", "getterDocumentation" : "/**

The ID of the certificate.

\n@return The ID of the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the certificate is active.

", "name" : "SetAsActive", "c2jName" : "setAsActive", "c2jShape" : "SetAsActive", "variable" : { "variableName" : "setAsActive", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the certificate is active.

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

Specifies whether the certificate is active.

\n@param setAsActive Specifies whether the certificate is active.*/", "getterDocumentation" : "/**

Specifies whether the certificate is active.

\n@return Specifies whether the certificate is active.*/", "fluentSetterDocumentation" : "/**

Specifies whether the certificate is active.

\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the certificate is active.

\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "acceptCertificateTransferRequest", "variableType" : "AcceptCertificateTransferRequest", "variableDeclarationType" : "AcceptCertificateTransferRequest", "documentation" : null, "simpleType" : "AcceptCertificateTransferRequest", "variableSetterType" : "AcceptCertificateTransferRequest" }, "marshaller" : { "action" : "AcceptCertificateTransfer", "verb" : "PATCH", "target" : null, "requestUri" : "/accept-certificate-transfer/{certificateId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateId" : { "documentation" : "

The ID of the certificate.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate.

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

The ID of the certificate.

\n@param certificateId The ID of the certificate.*/", "getterDocumentation" : "/**

The ID of the certificate.

\n@return The ID of the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SetAsActive" : { "documentation" : "

Specifies whether the certificate is active.

", "name" : "SetAsActive", "c2jName" : "setAsActive", "c2jShape" : "SetAsActive", "variable" : { "variableName" : "setAsActive", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the certificate is active.

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

Specifies whether the certificate is active.

\n@param setAsActive Specifies whether the certificate is active.*/", "getterDocumentation" : "/**

Specifies whether the certificate is active.

\n@return Specifies whether the certificate is active.*/", "fluentSetterDocumentation" : "/**

Specifies whether the certificate is active.

\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the certificate is active.

\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TransferData" : { "c2jName" : "TransferData", "documentation" : "

Data used to transfer a certificate to an AWS account.

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

The transfer message.

", "name" : "TransferMessage", "c2jName" : "transferMessage", "c2jShape" : "Message", "variable" : { "variableName" : "transferMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The transfer message.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "transferMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "transferMessage", "marshallLocationName" : "transferMessage", "additionalUnmarshallingPath" : 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 transfer message.

\n@param transferMessage The transfer message.*/", "getterDocumentation" : "/**

The transfer message.

\n@return The transfer message.*/", "fluentSetterDocumentation" : "/**

The transfer message.

\n@param transferMessage The transfer message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The transfer message.

\n@param transferMessage The transfer message.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The reason why the transfer was rejected.

", "name" : "RejectReason", "c2jName" : "rejectReason", "c2jShape" : "Message", "variable" : { "variableName" : "rejectReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The reason why the transfer was rejected.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "rejectReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "rejectReason", "marshallLocationName" : "rejectReason", "additionalUnmarshallingPath" : 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 reason why the transfer was rejected.

\n@param rejectReason The reason why the transfer was rejected.*/", "getterDocumentation" : "/**

The reason why the transfer was rejected.

\n@return The reason why the transfer was rejected.*/", "fluentSetterDocumentation" : "/**

The reason why the transfer was rejected.

\n@param rejectReason The reason why the transfer was rejected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The reason why the transfer was rejected.

\n@param rejectReason The reason why the transfer was rejected.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date the transfer took place.

", "name" : "TransferDate", "c2jName" : "transferDate", "c2jShape" : "DateType", "variable" : { "variableName" : "transferDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date the transfer took place.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "transferDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "transferDate", "marshallLocationName" : "transferDate", "additionalUnmarshallingPath" : 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 date the transfer took place.

\n@param transferDate The date the transfer took place.*/", "getterDocumentation" : "/**

The date the transfer took place.

\n@return The date the transfer took place.*/", "fluentSetterDocumentation" : "/**

The date the transfer took place.

\n@param transferDate The date the transfer took place.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date the transfer took place.

\n@param transferDate The date the transfer took place.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date the transfer was accepted.

", "name" : "AcceptDate", "c2jName" : "acceptDate", "c2jShape" : "DateType", "variable" : { "variableName" : "acceptDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date the transfer was accepted.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "acceptDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "acceptDate", "marshallLocationName" : "acceptDate", "additionalUnmarshallingPath" : 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 date the transfer was accepted.

\n@param acceptDate The date the transfer was accepted.*/", "getterDocumentation" : "/**

The date the transfer was accepted.

\n@return The date the transfer was accepted.*/", "fluentSetterDocumentation" : "/**

The date the transfer was accepted.

\n@param acceptDate The date the transfer was accepted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date the transfer was accepted.

\n@param acceptDate The date the transfer was accepted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date the transfer was rejected.

", "name" : "RejectDate", "c2jName" : "rejectDate", "c2jShape" : "DateType", "variable" : { "variableName" : "rejectDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date the transfer was rejected.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "rejectDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "rejectDate", "marshallLocationName" : "rejectDate", "additionalUnmarshallingPath" : 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 date the transfer was rejected.

\n@param rejectDate The date the transfer was rejected.*/", "getterDocumentation" : "/**

The date the transfer was rejected.

\n@return The date the transfer was rejected.*/", "fluentSetterDocumentation" : "/**

The date the transfer was rejected.

\n@param rejectDate The date the transfer was rejected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date the transfer was rejected.

\n@param rejectDate The date the transfer was rejected.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "transferData", "variableType" : "TransferData", "variableDeclarationType" : "TransferData", "documentation" : null, "simpleType" : "TransferData", "variableSetterType" : "TransferData" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AcceptDate" : { "documentation" : "

The date the transfer was accepted.

", "name" : "AcceptDate", "c2jName" : "acceptDate", "c2jShape" : "DateType", "variable" : { "variableName" : "acceptDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date the transfer was accepted.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "acceptDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "acceptDate", "marshallLocationName" : "acceptDate", "additionalUnmarshallingPath" : 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 date the transfer was accepted.

\n@param acceptDate The date the transfer was accepted.*/", "getterDocumentation" : "/**

The date the transfer was accepted.

\n@return The date the transfer was accepted.*/", "fluentSetterDocumentation" : "/**

The date the transfer was accepted.

\n@param acceptDate The date the transfer was accepted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date the transfer was accepted.

\n@param acceptDate The date the transfer was accepted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RejectReason" : { "documentation" : "

The reason why the transfer was rejected.

", "name" : "RejectReason", "c2jName" : "rejectReason", "c2jShape" : "Message", "variable" : { "variableName" : "rejectReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The reason why the transfer was rejected.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "rejectReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "rejectReason", "marshallLocationName" : "rejectReason", "additionalUnmarshallingPath" : 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 reason why the transfer was rejected.

\n@param rejectReason The reason why the transfer was rejected.*/", "getterDocumentation" : "/**

The reason why the transfer was rejected.

\n@return The reason why the transfer was rejected.*/", "fluentSetterDocumentation" : "/**

The reason why the transfer was rejected.

\n@param rejectReason The reason why the transfer was rejected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The reason why the transfer was rejected.

\n@param rejectReason The reason why the transfer was rejected.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RejectDate" : { "documentation" : "

The date the transfer was rejected.

", "name" : "RejectDate", "c2jName" : "rejectDate", "c2jShape" : "DateType", "variable" : { "variableName" : "rejectDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date the transfer was rejected.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "rejectDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "rejectDate", "marshallLocationName" : "rejectDate", "additionalUnmarshallingPath" : 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 date the transfer was rejected.

\n@param rejectDate The date the transfer was rejected.*/", "getterDocumentation" : "/**

The date the transfer was rejected.

\n@return The date the transfer was rejected.*/", "fluentSetterDocumentation" : "/**

The date the transfer was rejected.

\n@param rejectDate The date the transfer was rejected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date the transfer was rejected.

\n@param rejectDate The date the transfer was rejected.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TransferMessage" : { "documentation" : "

The transfer message.

", "name" : "TransferMessage", "c2jName" : "transferMessage", "c2jShape" : "Message", "variable" : { "variableName" : "transferMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The transfer message.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "transferMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "transferMessage", "marshallLocationName" : "transferMessage", "additionalUnmarshallingPath" : 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 transfer message.

\n@param transferMessage The transfer message.*/", "getterDocumentation" : "/**

The transfer message.

\n@return The transfer message.*/", "fluentSetterDocumentation" : "/**

The transfer message.

\n@param transferMessage The transfer message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The transfer message.

\n@param transferMessage The transfer message.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TransferDate" : { "documentation" : "

The date the transfer took place.

", "name" : "TransferDate", "c2jName" : "transferDate", "c2jShape" : "DateType", "variable" : { "variableName" : "transferDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date the transfer took place.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "transferDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "transferDate", "marshallLocationName" : "transferDate", "additionalUnmarshallingPath" : 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 date the transfer took place.

\n@param transferDate The date the transfer took place.*/", "getterDocumentation" : "/**

The date the transfer took place.

\n@return The date the transfer took place.*/", "fluentSetterDocumentation" : "/**

The date the transfer took place.

\n@param transferDate The date the transfer took place.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date the transfer took place.

\n@param transferDate The date the transfer took place.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DetachPrincipalPolicyRequest" : { "c2jName" : "DetachPrincipalPolicyRequest", "documentation" : "

The input for the DetachPrincipalPolicy operation.

", "shapeName" : "DetachPrincipalPolicyRequest", "deprecated" : false, "required" : [ "policyName", "principal" ], "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the policy to detach.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the policy to detach.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyName", "marshallLocationName" : "policyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 policy to detach.

\n@param policyName The name of the policy to detach.*/", "getterDocumentation" : "/**

The name of the policy to detach.

\n@return The name of the policy to detach.*/", "fluentSetterDocumentation" : "/**

The name of the policy to detach.

\n@param policyName The name of the policy to detach.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the policy to detach.

\n@param policyName The name of the policy to detach.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.

", "name" : "Principal", "c2jName" : "principal", "c2jShape" : "Principal", "variable" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amzn-iot-principal", "marshallLocationName" : "x-amzn-iot-principal", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.

\n@param principal The principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.*/", "getterDocumentation" : "/**

The principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.

\n@return The principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.*/", "fluentSetterDocumentation" : "/**

The principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.

\n@param principal The principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.

\n@param principal The principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "detachPrincipalPolicyRequest", "variableType" : "DetachPrincipalPolicyRequest", "variableDeclarationType" : "DetachPrincipalPolicyRequest", "documentation" : null, "simpleType" : "DetachPrincipalPolicyRequest", "variableSetterType" : "DetachPrincipalPolicyRequest" }, "marshaller" : { "action" : "DetachPrincipalPolicy", "verb" : "DELETE", "target" : null, "requestUri" : "/principal-policies/{policyName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Principal" : { "documentation" : "

The principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.

", "name" : "Principal", "c2jName" : "principal", "c2jShape" : "Principal", "variable" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amzn-iot-principal", "marshallLocationName" : "x-amzn-iot-principal", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.

\n@param principal The principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.*/", "getterDocumentation" : "/**

The principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.

\n@return The principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.*/", "fluentSetterDocumentation" : "/**

The principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.

\n@param principal The principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.

\n@param principal The principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyName" : { "documentation" : "

The name of the policy to detach.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the policy to detach.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyName", "marshallLocationName" : "policyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 policy to detach.

\n@param policyName The name of the policy to detach.*/", "getterDocumentation" : "/**

The name of the policy to detach.

\n@return The name of the policy to detach.*/", "fluentSetterDocumentation" : "/**

The name of the policy to detach.

\n@param policyName The name of the policy to detach.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the policy to detach.

\n@param policyName The name of the policy to detach.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListThingPrincipalsResult" : { "c2jName" : "ListThingPrincipalsResponse", "documentation" : "

The output from the ListThingPrincipals operation.

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

The principals.

", "name" : "Principals", "c2jName" : "principals", "c2jShape" : "Principals", "variable" : { "variableName" : "principals", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The principals.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "principals", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "principals", "marshallLocationName" : "principals", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PrincipalArn", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The principals.

\n@param principals The principals.*/", "getterDocumentation" : "/**

The principals.

\n@return The principals.*/", "fluentSetterDocumentation" : "/**

The principals.

\n@param principals The principals.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The principals.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPrincipals(java.util.Collection)} or {@link #withPrincipals(java.util.Collection)} if you want to override the existing values.

\n@param principals The principals.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listThingPrincipalsResult", "variableType" : "ListThingPrincipalsResult", "variableDeclarationType" : "ListThingPrincipalsResult", "documentation" : null, "simpleType" : "ListThingPrincipalsResult", "variableSetterType" : "ListThingPrincipalsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Principals" : { "documentation" : "

The principals.

", "name" : "Principals", "c2jName" : "principals", "c2jShape" : "Principals", "variable" : { "variableName" : "principals", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The principals.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "principals", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "principals", "marshallLocationName" : "principals", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PrincipalArn", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The principals.

\n@param principals The principals.*/", "getterDocumentation" : "/**

The principals.

\n@return The principals.*/", "fluentSetterDocumentation" : "/**

The principals.

\n@param principals The principals.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The principals.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPrincipals(java.util.Collection)} or {@link #withPrincipals(java.util.Collection)} if you want to override the existing values.

\n@param principals The principals.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SqlParseException" : { "c2jName" : "SqlParseException", "documentation" : "

The Rule-SQL expression can't be parsed correctly.

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

The resource already exists.

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

The number of attached entities exceeds the limit.

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

The output of the CreateKeysAndCertificate operation.

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

The ARN of the certificate.

", "name" : "CertificateArn", "c2jName" : "certificateArn", "c2jShape" : "CertificateArn", "variable" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateArn", "marshallLocationName" : "certificateArn", "additionalUnmarshallingPath" : 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 certificate.

\n@param certificateArn The ARN of the certificate.*/", "getterDocumentation" : "/**

The ARN of the certificate.

\n@return The ARN of the certificate.*/", "fluentSetterDocumentation" : "/**

The ARN of the certificate.

\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the certificate.

\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateId", "marshallLocationName" : "certificateId", "additionalUnmarshallingPath" : 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 ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).

\n@param certificateId The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).*/", "getterDocumentation" : "/**

The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).

\n@return The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).*/", "fluentSetterDocumentation" : "/**

The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).

\n@param certificateId The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).

\n@param certificateId The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The certificate data, in PEM format.

", "name" : "CertificatePem", "c2jName" : "certificatePem", "c2jShape" : "CertificatePem", "variable" : { "variableName" : "certificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The certificate data, in PEM format.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificatePem", "marshallLocationName" : "certificatePem", "additionalUnmarshallingPath" : 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 certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.*/", "getterDocumentation" : "/**

The certificate data, in PEM format.

\n@return The certificate data, in PEM format.*/", "fluentSetterDocumentation" : "/**

The certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The generated key pair.

", "name" : "KeyPair", "c2jName" : "keyPair", "c2jShape" : "KeyPair", "variable" : { "variableName" : "keyPair", "variableType" : "KeyPair", "variableDeclarationType" : "KeyPair", "documentation" : "

The generated key pair.

", "simpleType" : "KeyPair", "variableSetterType" : "KeyPair" }, "setterModel" : { "variableName" : "keyPair", "variableType" : "KeyPair", "variableDeclarationType" : "KeyPair", "documentation" : "", "simpleType" : "KeyPair", "variableSetterType" : "KeyPair" }, "getterModel" : { "returnType" : "KeyPair", "documentation" : null }, "http" : { "unmarshallLocationName" : "keyPair", "marshallLocationName" : "keyPair", "additionalUnmarshallingPath" : 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" : "/**

The generated key pair.

\n@param keyPair The generated key pair.*/", "getterDocumentation" : "/**

The generated key pair.

\n@return The generated key pair.*/", "fluentSetterDocumentation" : "/**

The generated key pair.

\n@param keyPair The generated key pair.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The generated key pair.

\n@param keyPair The generated key pair.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createKeysAndCertificateResult", "variableType" : "CreateKeysAndCertificateResult", "variableDeclarationType" : "CreateKeysAndCertificateResult", "documentation" : null, "simpleType" : "CreateKeysAndCertificateResult", "variableSetterType" : "CreateKeysAndCertificateResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "KeyPair" : { "documentation" : "

The generated key pair.

", "name" : "KeyPair", "c2jName" : "keyPair", "c2jShape" : "KeyPair", "variable" : { "variableName" : "keyPair", "variableType" : "KeyPair", "variableDeclarationType" : "KeyPair", "documentation" : "

The generated key pair.

", "simpleType" : "KeyPair", "variableSetterType" : "KeyPair" }, "setterModel" : { "variableName" : "keyPair", "variableType" : "KeyPair", "variableDeclarationType" : "KeyPair", "documentation" : "", "simpleType" : "KeyPair", "variableSetterType" : "KeyPair" }, "getterModel" : { "returnType" : "KeyPair", "documentation" : null }, "http" : { "unmarshallLocationName" : "keyPair", "marshallLocationName" : "keyPair", "additionalUnmarshallingPath" : 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" : "/**

The generated key pair.

\n@param keyPair The generated key pair.*/", "getterDocumentation" : "/**

The generated key pair.

\n@return The generated key pair.*/", "fluentSetterDocumentation" : "/**

The generated key pair.

\n@param keyPair The generated key pair.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The generated key pair.

\n@param keyPair The generated key pair.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificateId" : { "documentation" : "

The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateId", "marshallLocationName" : "certificateId", "additionalUnmarshallingPath" : 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 ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).

\n@param certificateId The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).*/", "getterDocumentation" : "/**

The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).

\n@return The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).*/", "fluentSetterDocumentation" : "/**

The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).

\n@param certificateId The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).

\n@param certificateId The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificateArn" : { "documentation" : "

The ARN of the certificate.

", "name" : "CertificateArn", "c2jName" : "certificateArn", "c2jShape" : "CertificateArn", "variable" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateArn", "marshallLocationName" : "certificateArn", "additionalUnmarshallingPath" : 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 certificate.

\n@param certificateArn The ARN of the certificate.*/", "getterDocumentation" : "/**

The ARN of the certificate.

\n@return The ARN of the certificate.*/", "fluentSetterDocumentation" : "/**

The ARN of the certificate.

\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the certificate.

\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificatePem" : { "documentation" : "

The certificate data, in PEM format.

", "name" : "CertificatePem", "c2jName" : "certificatePem", "c2jShape" : "CertificatePem", "variable" : { "variableName" : "certificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The certificate data, in PEM format.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificatePem", "marshallLocationName" : "certificatePem", "additionalUnmarshallingPath" : 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 certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.*/", "getterDocumentation" : "/**

The certificate data, in PEM format.

\n@return The certificate data, in PEM format.*/", "fluentSetterDocumentation" : "/**

The certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TransferCertificateRequest" : { "c2jName" : "TransferCertificateRequest", "documentation" : "

The input for the TransferCertificate operation.

", "shapeName" : "TransferCertificateRequest", "deprecated" : false, "required" : [ "certificateId", "targetAwsAccount" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the certificate.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate.

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

The ID of the certificate.

\n@param certificateId The ID of the certificate.*/", "getterDocumentation" : "/**

The ID of the certificate.

\n@return The ID of the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The AWS account.

", "name" : "TargetAwsAccount", "c2jName" : "targetAwsAccount", "c2jShape" : "AwsAccountId", "variable" : { "variableName" : "targetAwsAccount", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AWS account.

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

The AWS account.

\n@param targetAwsAccount The AWS account.*/", "getterDocumentation" : "/**

The AWS account.

\n@return The AWS account.*/", "fluentSetterDocumentation" : "/**

The AWS account.

\n@param targetAwsAccount The AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AWS account.

\n@param targetAwsAccount The AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The transfer message.

", "name" : "TransferMessage", "c2jName" : "transferMessage", "c2jShape" : "Message", "variable" : { "variableName" : "transferMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The transfer message.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "transferMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "transferMessage", "marshallLocationName" : "transferMessage", "additionalUnmarshallingPath" : 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 transfer message.

\n@param transferMessage The transfer message.*/", "getterDocumentation" : "/**

The transfer message.

\n@return The transfer message.*/", "fluentSetterDocumentation" : "/**

The transfer message.

\n@param transferMessage The transfer message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The transfer message.

\n@param transferMessage The transfer message.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "transferCertificateRequest", "variableType" : "TransferCertificateRequest", "variableDeclarationType" : "TransferCertificateRequest", "documentation" : null, "simpleType" : "TransferCertificateRequest", "variableSetterType" : "TransferCertificateRequest" }, "marshaller" : { "action" : "TransferCertificate", "verb" : "PATCH", "target" : null, "requestUri" : "/transfer-certificate/{certificateId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateId" : { "documentation" : "

The ID of the certificate.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate.

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

The ID of the certificate.

\n@param certificateId The ID of the certificate.*/", "getterDocumentation" : "/**

The ID of the certificate.

\n@return The ID of the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TargetAwsAccount" : { "documentation" : "

The AWS account.

", "name" : "TargetAwsAccount", "c2jName" : "targetAwsAccount", "c2jShape" : "AwsAccountId", "variable" : { "variableName" : "targetAwsAccount", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AWS account.

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

The AWS account.

\n@param targetAwsAccount The AWS account.*/", "getterDocumentation" : "/**

The AWS account.

\n@return The AWS account.*/", "fluentSetterDocumentation" : "/**

The AWS account.

\n@param targetAwsAccount The AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AWS account.

\n@param targetAwsAccount The AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TransferMessage" : { "documentation" : "

The transfer message.

", "name" : "TransferMessage", "c2jName" : "transferMessage", "c2jShape" : "Message", "variable" : { "variableName" : "transferMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The transfer message.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "transferMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "transferMessage", "marshallLocationName" : "transferMessage", "additionalUnmarshallingPath" : 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 transfer message.

\n@param transferMessage The transfer message.*/", "getterDocumentation" : "/**

The transfer message.

\n@return The transfer message.*/", "fluentSetterDocumentation" : "/**

The transfer message.

\n@param transferMessage The transfer message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The transfer message.

\n@param transferMessage The transfer message.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateCACertificateRequest" : { "c2jName" : "UpdateCACertificateRequest", "documentation" : "

The input to the UpdateCACertificate operation.

", "shapeName" : "UpdateCACertificateRequest", "deprecated" : false, "required" : [ "certificateId", "newStatus" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The CA certificate identifier.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CA certificate identifier.

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

The CA certificate identifier.

\n@param certificateId The CA certificate identifier.*/", "getterDocumentation" : "/**

The CA certificate identifier.

\n@return The CA certificate identifier.*/", "fluentSetterDocumentation" : "/**

The CA certificate identifier.

\n@param certificateId The CA certificate identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate identifier.

\n@param certificateId The CA certificate identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The updated status of the CA certificate.

", "name" : "NewStatus", "c2jName" : "newStatus", "c2jShape" : "CACertificateStatus", "variable" : { "variableName" : "newStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The updated status of the CA certificate.

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

The updated status of the CA certificate.

\n@param newStatus The updated status of the CA certificate.\n@see CACertificateStatus*/", "getterDocumentation" : "/**

The updated status of the CA certificate.

\n@return The updated status of the CA certificate.\n@see CACertificateStatus*/", "fluentSetterDocumentation" : "/**

The updated status of the CA certificate.

\n@param newStatus The updated status of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CACertificateStatus*/", "varargSetterDocumentation" : "/**

The updated status of the CA certificate.

\n@param newStatus The updated status of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CACertificateStatus*/" } ], "enums" : null, "variable" : { "variableName" : "updateCACertificateRequest", "variableType" : "UpdateCACertificateRequest", "variableDeclarationType" : "UpdateCACertificateRequest", "documentation" : null, "simpleType" : "UpdateCACertificateRequest", "variableSetterType" : "UpdateCACertificateRequest" }, "marshaller" : { "action" : "UpdateCACertificate", "verb" : "PUT", "target" : null, "requestUri" : "/cacertificate/{certificateId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateId" : { "documentation" : "

The CA certificate identifier.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CA certificate identifier.

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

The CA certificate identifier.

\n@param certificateId The CA certificate identifier.*/", "getterDocumentation" : "/**

The CA certificate identifier.

\n@return The CA certificate identifier.*/", "fluentSetterDocumentation" : "/**

The CA certificate identifier.

\n@param certificateId The CA certificate identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate identifier.

\n@param certificateId The CA certificate identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NewStatus" : { "documentation" : "

The updated status of the CA certificate.

", "name" : "NewStatus", "c2jName" : "newStatus", "c2jShape" : "CACertificateStatus", "variable" : { "variableName" : "newStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The updated status of the CA certificate.

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

The updated status of the CA certificate.

\n@param newStatus The updated status of the CA certificate.\n@see CACertificateStatus*/", "getterDocumentation" : "/**

The updated status of the CA certificate.

\n@return The updated status of the CA certificate.\n@see CACertificateStatus*/", "fluentSetterDocumentation" : "/**

The updated status of the CA certificate.

\n@param newStatus The updated status of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CACertificateStatus*/", "varargSetterDocumentation" : "/**

The updated status of the CA certificate.

\n@param newStatus The updated status of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CACertificateStatus*/" } } }, "UpdateThingRequest" : { "c2jName" : "UpdateThingRequest", "documentation" : "

The input for the UpdateThing operation.

", "shapeName" : "UpdateThingRequest", "deprecated" : false, "required" : [ "thingName", "attributePayload" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The thing name.

", "name" : "ThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "variable" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The thing name.

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

The thing name.

\n@param thingName The thing name.*/", "getterDocumentation" : "/**

The thing name.

\n@return The thing name.*/", "fluentSetterDocumentation" : "/**

The thing name.

\n@param thingName The thing name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The thing name.

\n@param thingName The thing name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

", "name" : "AttributePayload", "c2jName" : "attributePayload", "c2jShape" : "AttributePayload", "variable" : { "variableName" : "attributePayload", "variableType" : "AttributePayload", "variableDeclarationType" : "AttributePayload", "documentation" : "

The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

", "simpleType" : "AttributePayload", "variableSetterType" : "AttributePayload" }, "setterModel" : { "variableName" : "attributePayload", "variableType" : "AttributePayload", "variableDeclarationType" : "AttributePayload", "documentation" : "", "simpleType" : "AttributePayload", "variableSetterType" : "AttributePayload" }, "getterModel" : { "returnType" : "AttributePayload", "documentation" : null }, "http" : { "unmarshallLocationName" : "attributePayload", "marshallLocationName" : "attributePayload", "additionalUnmarshallingPath" : 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" : "/**

The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@param attributePayload The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).*/", "getterDocumentation" : "/**

The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@return The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).*/", "fluentSetterDocumentation" : "/**

The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@param attributePayload The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@param attributePayload The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateThingRequest", "variableType" : "UpdateThingRequest", "variableDeclarationType" : "UpdateThingRequest", "documentation" : null, "simpleType" : "UpdateThingRequest", "variableSetterType" : "UpdateThingRequest" }, "marshaller" : { "action" : "UpdateThing", "verb" : "PATCH", "target" : null, "requestUri" : "/things/{thingName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AttributePayload" : { "documentation" : "

The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

", "name" : "AttributePayload", "c2jName" : "attributePayload", "c2jShape" : "AttributePayload", "variable" : { "variableName" : "attributePayload", "variableType" : "AttributePayload", "variableDeclarationType" : "AttributePayload", "documentation" : "

The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

", "simpleType" : "AttributePayload", "variableSetterType" : "AttributePayload" }, "setterModel" : { "variableName" : "attributePayload", "variableType" : "AttributePayload", "variableDeclarationType" : "AttributePayload", "documentation" : "", "simpleType" : "AttributePayload", "variableSetterType" : "AttributePayload" }, "getterModel" : { "returnType" : "AttributePayload", "documentation" : null }, "http" : { "unmarshallLocationName" : "attributePayload", "marshallLocationName" : "attributePayload", "additionalUnmarshallingPath" : 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" : "/**

The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@param attributePayload The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).*/", "getterDocumentation" : "/**

The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@return The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).*/", "fluentSetterDocumentation" : "/**

The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@param attributePayload The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@param attributePayload The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ThingName" : { "documentation" : "

The thing name.

", "name" : "ThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "variable" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The thing name.

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

The thing name.

\n@param thingName The thing name.*/", "getterDocumentation" : "/**

The thing name.

\n@return The thing name.*/", "fluentSetterDocumentation" : "/**

The thing name.

\n@param thingName The thing name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The thing name.

\n@param thingName The thing name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetRegistrationCodeRequest" : { "c2jName" : "GetRegistrationCodeRequest", "documentation" : "

The input to the GetRegistrationCode operation.

", "shapeName" : "GetRegistrationCodeRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "getRegistrationCodeRequest", "variableType" : "GetRegistrationCodeRequest", "variableDeclarationType" : "GetRegistrationCodeRequest", "documentation" : null, "simpleType" : "GetRegistrationCodeRequest", "variableSetterType" : "GetRegistrationCodeRequest" }, "marshaller" : { "action" : "GetRegistrationCode", "verb" : "GET", "target" : null, "requestUri" : "/registrationcode", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeCertificateRequest" : { "c2jName" : "DescribeCertificateRequest", "documentation" : "

The input for the DescribeCertificate operation.

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

The ID of the certificate.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate.

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

The ID of the certificate.

\n@param certificateId The ID of the certificate.*/", "getterDocumentation" : "/**

The ID of the certificate.

\n@return The ID of the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeCertificateRequest", "variableType" : "DescribeCertificateRequest", "variableDeclarationType" : "DescribeCertificateRequest", "documentation" : null, "simpleType" : "DescribeCertificateRequest", "variableSetterType" : "DescribeCertificateRequest" }, "marshaller" : { "action" : "DescribeCertificate", "verb" : "GET", "target" : null, "requestUri" : "/certificates/{certificateId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateId" : { "documentation" : "

The ID of the certificate.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate.

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

The ID of the certificate.

\n@param certificateId The ID of the certificate.*/", "getterDocumentation" : "/**

The ID of the certificate.

\n@return The ID of the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListPolicyVersionsResult" : { "c2jName" : "ListPolicyVersionsResponse", "documentation" : "

The output from the ListPolicyVersions operation.

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

The policy versions.

", "name" : "PolicyVersions", "c2jName" : "policyVersions", "c2jShape" : "PolicyVersions", "variable" : { "variableName" : "policyVersions", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The policy versions.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "policyVersions", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyVersions", "marshallLocationName" : "policyVersions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PolicyVersion", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PolicyVersion", "variable" : { "variableName" : "member", "variableType" : "PolicyVersion", "variableDeclarationType" : "PolicyVersion", "documentation" : "", "simpleType" : "PolicyVersion", "variableSetterType" : "PolicyVersion" }, "setterModel" : { "variableName" : "member", "variableType" : "PolicyVersion", "variableDeclarationType" : "PolicyVersion", "documentation" : "", "simpleType" : "PolicyVersion", "variableSetterType" : "PolicyVersion" }, "getterModel" : { "returnType" : "PolicyVersion", "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" : "PolicyVersion", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The policy versions.

\n@param policyVersions The policy versions.*/", "getterDocumentation" : "/**

The policy versions.

\n@return The policy versions.*/", "fluentSetterDocumentation" : "/**

The policy versions.

\n@param policyVersions The policy versions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy versions.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPolicyVersions(java.util.Collection)} or {@link #withPolicyVersions(java.util.Collection)} if you want to override the existing values.

\n@param policyVersions The policy versions.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listPolicyVersionsResult", "variableType" : "ListPolicyVersionsResult", "variableDeclarationType" : "ListPolicyVersionsResult", "documentation" : null, "simpleType" : "ListPolicyVersionsResult", "variableSetterType" : "ListPolicyVersionsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyVersions" : { "documentation" : "

The policy versions.

", "name" : "PolicyVersions", "c2jName" : "policyVersions", "c2jShape" : "PolicyVersions", "variable" : { "variableName" : "policyVersions", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The policy versions.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "policyVersions", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyVersions", "marshallLocationName" : "policyVersions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PolicyVersion", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PolicyVersion", "variable" : { "variableName" : "member", "variableType" : "PolicyVersion", "variableDeclarationType" : "PolicyVersion", "documentation" : "", "simpleType" : "PolicyVersion", "variableSetterType" : "PolicyVersion" }, "setterModel" : { "variableName" : "member", "variableType" : "PolicyVersion", "variableDeclarationType" : "PolicyVersion", "documentation" : "", "simpleType" : "PolicyVersion", "variableSetterType" : "PolicyVersion" }, "getterModel" : { "returnType" : "PolicyVersion", "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" : "PolicyVersion", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The policy versions.

\n@param policyVersions The policy versions.*/", "getterDocumentation" : "/**

The policy versions.

\n@return The policy versions.*/", "fluentSetterDocumentation" : "/**

The policy versions.

\n@param policyVersions The policy versions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy versions.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPolicyVersions(java.util.Collection)} or {@link #withPolicyVersions(java.util.Collection)} if you want to override the existing values.

\n@param policyVersions The policy versions.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateCertificateRequest" : { "c2jName" : "UpdateCertificateRequest", "documentation" : "

The input for the UpdateCertificate operation.

", "shapeName" : "UpdateCertificateRequest", "deprecated" : false, "required" : [ "certificateId", "newStatus" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the certificate.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate.

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

The ID of the certificate.

\n@param certificateId The ID of the certificate.*/", "getterDocumentation" : "/**

The ID of the certificate.

\n@return The ID of the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The new status.

Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.

", "name" : "NewStatus", "c2jName" : "newStatus", "c2jShape" : "CertificateStatus", "variable" : { "variableName" : "newStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The new status.

Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.

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

The new status.

Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.

\n@param newStatus The new status.

Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.\n@see CertificateStatus*/", "getterDocumentation" : "/**

The new status.

Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.

\n@return The new status.

Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.\n@see CertificateStatus*/", "fluentSetterDocumentation" : "/**

The new status.

Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.

\n@param newStatus The new status.

Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus*/", "varargSetterDocumentation" : "/**

The new status.

Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.

\n@param newStatus The new status.

Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus*/" } ], "enums" : null, "variable" : { "variableName" : "updateCertificateRequest", "variableType" : "UpdateCertificateRequest", "variableDeclarationType" : "UpdateCertificateRequest", "documentation" : null, "simpleType" : "UpdateCertificateRequest", "variableSetterType" : "UpdateCertificateRequest" }, "marshaller" : { "action" : "UpdateCertificate", "verb" : "PUT", "target" : null, "requestUri" : "/certificates/{certificateId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateId" : { "documentation" : "

The ID of the certificate.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate.

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

The ID of the certificate.

\n@param certificateId The ID of the certificate.*/", "getterDocumentation" : "/**

The ID of the certificate.

\n@return The ID of the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NewStatus" : { "documentation" : "

The new status.

Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.

", "name" : "NewStatus", "c2jName" : "newStatus", "c2jShape" : "CertificateStatus", "variable" : { "variableName" : "newStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The new status.

Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.

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

The new status.

Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.

\n@param newStatus The new status.

Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.\n@see CertificateStatus*/", "getterDocumentation" : "/**

The new status.

Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.

\n@return The new status.

Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.\n@see CertificateStatus*/", "fluentSetterDocumentation" : "/**

The new status.

Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.

\n@param newStatus The new status.

Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus*/", "varargSetterDocumentation" : "/**

The new status.

Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.

\n@param newStatus The new status.

Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus*/" } } }, "GetTopicRuleResult" : { "c2jName" : "GetTopicRuleResponse", "documentation" : "

The output from the GetTopicRule operation.

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

The rule ARN.

", "name" : "RuleArn", "c2jName" : "ruleArn", "c2jShape" : "RuleArn", "variable" : { "variableName" : "ruleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The rule ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleArn", "marshallLocationName" : "ruleArn", "additionalUnmarshallingPath" : 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 rule ARN.

\n@param ruleArn The rule ARN.*/", "getterDocumentation" : "/**

The rule ARN.

\n@return The rule ARN.*/", "fluentSetterDocumentation" : "/**

The rule ARN.

\n@param ruleArn The rule ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The rule ARN.

\n@param ruleArn The rule ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The rule.

", "name" : "Rule", "c2jName" : "rule", "c2jShape" : "TopicRule", "variable" : { "variableName" : "rule", "variableType" : "TopicRule", "variableDeclarationType" : "TopicRule", "documentation" : "

The rule.

", "simpleType" : "TopicRule", "variableSetterType" : "TopicRule" }, "setterModel" : { "variableName" : "rule", "variableType" : "TopicRule", "variableDeclarationType" : "TopicRule", "documentation" : "", "simpleType" : "TopicRule", "variableSetterType" : "TopicRule" }, "getterModel" : { "returnType" : "TopicRule", "documentation" : null }, "http" : { "unmarshallLocationName" : "rule", "marshallLocationName" : "rule", "additionalUnmarshallingPath" : 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" : "/**

The rule.

\n@param rule The rule.*/", "getterDocumentation" : "/**

The rule.

\n@return The rule.*/", "fluentSetterDocumentation" : "/**

The rule.

\n@param rule The rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The rule.

\n@param rule The rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getTopicRuleResult", "variableType" : "GetTopicRuleResult", "variableDeclarationType" : "GetTopicRuleResult", "documentation" : null, "simpleType" : "GetTopicRuleResult", "variableSetterType" : "GetTopicRuleResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RuleArn" : { "documentation" : "

The rule ARN.

", "name" : "RuleArn", "c2jName" : "ruleArn", "c2jShape" : "RuleArn", "variable" : { "variableName" : "ruleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The rule ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleArn", "marshallLocationName" : "ruleArn", "additionalUnmarshallingPath" : 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 rule ARN.

\n@param ruleArn The rule ARN.*/", "getterDocumentation" : "/**

The rule ARN.

\n@return The rule ARN.*/", "fluentSetterDocumentation" : "/**

The rule ARN.

\n@param ruleArn The rule ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The rule ARN.

\n@param ruleArn The rule ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Rule" : { "documentation" : "

The rule.

", "name" : "Rule", "c2jName" : "rule", "c2jShape" : "TopicRule", "variable" : { "variableName" : "rule", "variableType" : "TopicRule", "variableDeclarationType" : "TopicRule", "documentation" : "

The rule.

", "simpleType" : "TopicRule", "variableSetterType" : "TopicRule" }, "setterModel" : { "variableName" : "rule", "variableType" : "TopicRule", "variableDeclarationType" : "TopicRule", "documentation" : "", "simpleType" : "TopicRule", "variableSetterType" : "TopicRule" }, "getterModel" : { "returnType" : "TopicRule", "documentation" : null }, "http" : { "unmarshallLocationName" : "rule", "marshallLocationName" : "rule", "additionalUnmarshallingPath" : 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" : "/**

The rule.

\n@param rule The rule.*/", "getterDocumentation" : "/**

The rule.

\n@return The rule.*/", "fluentSetterDocumentation" : "/**

The rule.

\n@param rule The rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The rule.

\n@param rule The rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeEndpointRequest" : { "c2jName" : "DescribeEndpointRequest", "documentation" : "

The input for the DescribeEndpoint operation.

", "shapeName" : "DescribeEndpointRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "describeEndpointRequest", "variableType" : "DescribeEndpointRequest", "variableDeclarationType" : "DescribeEndpointRequest", "documentation" : null, "simpleType" : "DescribeEndpointRequest", "variableSetterType" : "DescribeEndpointRequest" }, "marshaller" : { "action" : "DescribeEndpoint", "verb" : "GET", "target" : null, "requestUri" : "/endpoint", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListPrincipalThingsResult" : { "c2jName" : "ListPrincipalThingsResponse", "documentation" : "

The output from the ListPrincipalThings operation.

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

The things.

", "name" : "Things", "c2jName" : "things", "c2jShape" : "ThingNameList", "variable" : { "variableName" : "things", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The things.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "things", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "things", "marshallLocationName" : "things", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ThingName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The things.

\n@param things The things.*/", "getterDocumentation" : "/**

The things.

\n@return The things.*/", "fluentSetterDocumentation" : "/**

The things.

\n@param things The things.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The things.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setThings(java.util.Collection)} or {@link #withThings(java.util.Collection)} if you want to override the existing values.

\n@param things The things.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A token used to retrieve the next value.

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

A token used to retrieve the next value.

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

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.*/", "getterDocumentation" : "/**

A token used to retrieve the next value.

\n@return A token used to retrieve the next value.*/", "fluentSetterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listPrincipalThingsResult", "variableType" : "ListPrincipalThingsResult", "variableDeclarationType" : "ListPrincipalThingsResult", "documentation" : null, "simpleType" : "ListPrincipalThingsResult", "variableSetterType" : "ListPrincipalThingsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Things" : { "documentation" : "

The things.

", "name" : "Things", "c2jName" : "things", "c2jShape" : "ThingNameList", "variable" : { "variableName" : "things", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The things.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "things", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "things", "marshallLocationName" : "things", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ThingName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The things.

\n@param things The things.*/", "getterDocumentation" : "/**

The things.

\n@return The things.*/", "fluentSetterDocumentation" : "/**

The things.

\n@param things The things.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The things.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setThings(java.util.Collection)} or {@link #withThings(java.util.Collection)} if you want to override the existing values.

\n@param things The things.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

A token used to retrieve the next value.

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

A token used to retrieve the next value.

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

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.*/", "getterDocumentation" : "/**

A token used to retrieve the next value.

\n@return A token used to retrieve the next value.*/", "fluentSetterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreatePolicyVersionResult" : { "c2jName" : "CreatePolicyVersionResponse", "documentation" : "

The output of the CreatePolicyVersion operation.

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

The policy ARN.

", "name" : "PolicyArn", "c2jName" : "policyArn", "c2jShape" : "PolicyArn", "variable" : { "variableName" : "policyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyArn", "marshallLocationName" : "policyArn", "additionalUnmarshallingPath" : 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 policy ARN.

\n@param policyArn The policy ARN.*/", "getterDocumentation" : "/**

The policy ARN.

\n@return The policy ARN.*/", "fluentSetterDocumentation" : "/**

The policy ARN.

\n@param policyArn The policy ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy ARN.

\n@param policyArn The policy ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The JSON document that describes the policy.

", "name" : "PolicyDocument", "c2jName" : "policyDocument", "c2jShape" : "PolicyDocument", "variable" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The JSON document that describes the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyDocument", "marshallLocationName" : "policyDocument", "additionalUnmarshallingPath" : 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 JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.*/", "getterDocumentation" : "/**

The JSON document that describes the policy.

\n@return The JSON document that describes the policy.*/", "fluentSetterDocumentation" : "/**

The JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The policy version ID.

", "name" : "PolicyVersionId", "c2jName" : "policyVersionId", "c2jShape" : "PolicyVersionId", "variable" : { "variableName" : "policyVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy version ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyVersionId", "marshallLocationName" : "policyVersionId", "additionalUnmarshallingPath" : 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 policy version ID.

\n@param policyVersionId The policy version ID.*/", "getterDocumentation" : "/**

The policy version ID.

\n@return The policy version ID.*/", "fluentSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the policy version is the default.

", "name" : "IsDefaultVersion", "c2jName" : "isDefaultVersion", "c2jShape" : "IsDefaultVersion", "variable" : { "variableName" : "isDefaultVersion", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the policy version is the default.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "isDefaultVersion", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "isDefaultVersion", "marshallLocationName" : "isDefaultVersion", "additionalUnmarshallingPath" : 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" : "/**

Specifies whether the policy version is the default.

\n@param isDefaultVersion Specifies whether the policy version is the default.*/", "getterDocumentation" : "/**

Specifies whether the policy version is the default.

\n@return Specifies whether the policy version is the default.*/", "fluentSetterDocumentation" : "/**

Specifies whether the policy version is the default.

\n@param isDefaultVersion Specifies whether the policy version is the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the policy version is the default.

\n@param isDefaultVersion Specifies whether the policy version is the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createPolicyVersionResult", "variableType" : "CreatePolicyVersionResult", "variableDeclarationType" : "CreatePolicyVersionResult", "documentation" : null, "simpleType" : "CreatePolicyVersionResult", "variableSetterType" : "CreatePolicyVersionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IsDefaultVersion" : { "documentation" : "

Specifies whether the policy version is the default.

", "name" : "IsDefaultVersion", "c2jName" : "isDefaultVersion", "c2jShape" : "IsDefaultVersion", "variable" : { "variableName" : "isDefaultVersion", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the policy version is the default.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "isDefaultVersion", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "isDefaultVersion", "marshallLocationName" : "isDefaultVersion", "additionalUnmarshallingPath" : 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" : "/**

Specifies whether the policy version is the default.

\n@param isDefaultVersion Specifies whether the policy version is the default.*/", "getterDocumentation" : "/**

Specifies whether the policy version is the default.

\n@return Specifies whether the policy version is the default.*/", "fluentSetterDocumentation" : "/**

Specifies whether the policy version is the default.

\n@param isDefaultVersion Specifies whether the policy version is the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the policy version is the default.

\n@param isDefaultVersion Specifies whether the policy version is the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyArn" : { "documentation" : "

The policy ARN.

", "name" : "PolicyArn", "c2jName" : "policyArn", "c2jShape" : "PolicyArn", "variable" : { "variableName" : "policyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyArn", "marshallLocationName" : "policyArn", "additionalUnmarshallingPath" : 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 policy ARN.

\n@param policyArn The policy ARN.*/", "getterDocumentation" : "/**

The policy ARN.

\n@return The policy ARN.*/", "fluentSetterDocumentation" : "/**

The policy ARN.

\n@param policyArn The policy ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy ARN.

\n@param policyArn The policy ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyDocument" : { "documentation" : "

The JSON document that describes the policy.

", "name" : "PolicyDocument", "c2jName" : "policyDocument", "c2jShape" : "PolicyDocument", "variable" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The JSON document that describes the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyDocument", "marshallLocationName" : "policyDocument", "additionalUnmarshallingPath" : 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 JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.*/", "getterDocumentation" : "/**

The JSON document that describes the policy.

\n@return The JSON document that describes the policy.*/", "fluentSetterDocumentation" : "/**

The JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyVersionId" : { "documentation" : "

The policy version ID.

", "name" : "PolicyVersionId", "c2jName" : "policyVersionId", "c2jShape" : "PolicyVersionId", "variable" : { "variableName" : "policyVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy version ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyVersionId", "marshallLocationName" : "policyVersionId", "additionalUnmarshallingPath" : 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 policy version ID.

\n@param policyVersionId The policy version ID.*/", "getterDocumentation" : "/**

The policy version ID.

\n@return The policy version ID.*/", "fluentSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeEndpointResult" : { "c2jName" : "DescribeEndpointResponse", "documentation" : "

The output from the DescribeEndpoint operation.

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

The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.

", "name" : "EndpointAddress", "c2jName" : "endpointAddress", "c2jShape" : "EndpointAddress", "variable" : { "variableName" : "endpointAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.

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

The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.

\n@param endpointAddress The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.*/", "getterDocumentation" : "/**

The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.

\n@return The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.*/", "fluentSetterDocumentation" : "/**

The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.

\n@param endpointAddress The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.

\n@param endpointAddress The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeEndpointResult", "variableType" : "DescribeEndpointResult", "variableDeclarationType" : "DescribeEndpointResult", "documentation" : null, "simpleType" : "DescribeEndpointResult", "variableSetterType" : "DescribeEndpointResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EndpointAddress" : { "documentation" : "

The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.

", "name" : "EndpointAddress", "c2jName" : "endpointAddress", "c2jShape" : "EndpointAddress", "variable" : { "variableName" : "endpointAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.

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

The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.

\n@param endpointAddress The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.*/", "getterDocumentation" : "/**

The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.

\n@return The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.*/", "fluentSetterDocumentation" : "/**

The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.

\n@param endpointAddress The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.

\n@param endpointAddress The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTopicRulesResult" : { "c2jName" : "ListTopicRulesResponse", "documentation" : "

The output from the ListTopicRules operation.

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

The rules.

", "name" : "Rules", "c2jName" : "rules", "c2jShape" : "TopicRuleList", "variable" : { "variableName" : "rules", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The rules.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "rules", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "rules", "marshallLocationName" : "rules", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TopicRuleListItem", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TopicRuleListItem", "variable" : { "variableName" : "member", "variableType" : "TopicRuleListItem", "variableDeclarationType" : "TopicRuleListItem", "documentation" : "", "simpleType" : "TopicRuleListItem", "variableSetterType" : "TopicRuleListItem" }, "setterModel" : { "variableName" : "member", "variableType" : "TopicRuleListItem", "variableDeclarationType" : "TopicRuleListItem", "documentation" : "", "simpleType" : "TopicRuleListItem", "variableSetterType" : "TopicRuleListItem" }, "getterModel" : { "returnType" : "TopicRuleListItem", "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" : "TopicRuleListItem", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The rules.

\n@param rules The rules.*/", "getterDocumentation" : "/**

The rules.

\n@return The rules.*/", "fluentSetterDocumentation" : "/**

The rules.

\n@param rules The rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The rules.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.

\n@param rules The rules.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A token used to retrieve the next value.

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

A token used to retrieve the next value.

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

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.*/", "getterDocumentation" : "/**

A token used to retrieve the next value.

\n@return A token used to retrieve the next value.*/", "fluentSetterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTopicRulesResult", "variableType" : "ListTopicRulesResult", "variableDeclarationType" : "ListTopicRulesResult", "documentation" : null, "simpleType" : "ListTopicRulesResult", "variableSetterType" : "ListTopicRulesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

A token used to retrieve the next value.

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

A token used to retrieve the next value.

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

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.*/", "getterDocumentation" : "/**

A token used to retrieve the next value.

\n@return A token used to retrieve the next value.*/", "fluentSetterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Rules" : { "documentation" : "

The rules.

", "name" : "Rules", "c2jName" : "rules", "c2jShape" : "TopicRuleList", "variable" : { "variableName" : "rules", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The rules.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "rules", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "rules", "marshallLocationName" : "rules", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "TopicRuleListItem", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TopicRuleListItem", "variable" : { "variableName" : "member", "variableType" : "TopicRuleListItem", "variableDeclarationType" : "TopicRuleListItem", "documentation" : "", "simpleType" : "TopicRuleListItem", "variableSetterType" : "TopicRuleListItem" }, "setterModel" : { "variableName" : "member", "variableType" : "TopicRuleListItem", "variableDeclarationType" : "TopicRuleListItem", "documentation" : "", "simpleType" : "TopicRuleListItem", "variableSetterType" : "TopicRuleListItem" }, "getterModel" : { "returnType" : "TopicRuleListItem", "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" : "TopicRuleListItem", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The rules.

\n@param rules The rules.*/", "getterDocumentation" : "/**

The rules.

\n@return The rules.*/", "fluentSetterDocumentation" : "/**

The rules.

\n@param rules The rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The rules.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.

\n@param rules The rules.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Policy" : { "c2jName" : "Policy", "documentation" : "

Describes an AWS IoT policy.

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

The policy name.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyName", "marshallLocationName" : "policyName", "additionalUnmarshallingPath" : 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 policy name.

\n@param policyName The policy name.*/", "getterDocumentation" : "/**

The policy name.

\n@return The policy name.*/", "fluentSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The policy ARN.

", "name" : "PolicyArn", "c2jName" : "policyArn", "c2jShape" : "PolicyArn", "variable" : { "variableName" : "policyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyArn", "marshallLocationName" : "policyArn", "additionalUnmarshallingPath" : 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 policy ARN.

\n@param policyArn The policy ARN.*/", "getterDocumentation" : "/**

The policy ARN.

\n@return The policy ARN.*/", "fluentSetterDocumentation" : "/**

The policy ARN.

\n@param policyArn The policy ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy ARN.

\n@param policyArn The policy ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "policy", "variableType" : "Policy", "variableDeclarationType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyArn" : { "documentation" : "

The policy ARN.

", "name" : "PolicyArn", "c2jName" : "policyArn", "c2jShape" : "PolicyArn", "variable" : { "variableName" : "policyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyArn", "marshallLocationName" : "policyArn", "additionalUnmarshallingPath" : 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 policy ARN.

\n@param policyArn The policy ARN.*/", "getterDocumentation" : "/**

The policy ARN.

\n@return The policy ARN.*/", "fluentSetterDocumentation" : "/**

The policy ARN.

\n@param policyArn The policy ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy ARN.

\n@param policyArn The policy ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyName" : { "documentation" : "

The policy name.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyName", "marshallLocationName" : "policyName", "additionalUnmarshallingPath" : 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 policy name.

\n@param policyName The policy name.*/", "getterDocumentation" : "/**

The policy name.

\n@return The policy name.*/", "fluentSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AttachThingPrincipalRequest" : { "c2jName" : "AttachThingPrincipalRequest", "documentation" : "

The input for the AttachThingPrincipal operation.

", "shapeName" : "AttachThingPrincipalRequest", "deprecated" : false, "required" : [ "thingName", "principal" ], "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the thing.

", "name" : "ThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "variable" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "thingName", "marshallLocationName" : "thingName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 thing.

\n@param thingName The name of the thing.*/", "getterDocumentation" : "/**

The name of the thing.

\n@return The name of the thing.*/", "fluentSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The principal (certificate or other credential).

", "name" : "Principal", "c2jName" : "principal", "c2jShape" : "Principal", "variable" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The principal (certificate or other credential).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amzn-principal", "marshallLocationName" : "x-amzn-principal", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 principal (certificate or other credential).

\n@param principal The principal (certificate or other credential).*/", "getterDocumentation" : "/**

The principal (certificate or other credential).

\n@return The principal (certificate or other credential).*/", "fluentSetterDocumentation" : "/**

The principal (certificate or other credential).

\n@param principal The principal (certificate or other credential).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The principal (certificate or other credential).

\n@param principal The principal (certificate or other credential).\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "attachThingPrincipalRequest", "variableType" : "AttachThingPrincipalRequest", "variableDeclarationType" : "AttachThingPrincipalRequest", "documentation" : null, "simpleType" : "AttachThingPrincipalRequest", "variableSetterType" : "AttachThingPrincipalRequest" }, "marshaller" : { "action" : "AttachThingPrincipal", "verb" : "PUT", "target" : null, "requestUri" : "/things/{thingName}/principals", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Principal" : { "documentation" : "

The principal (certificate or other credential).

", "name" : "Principal", "c2jName" : "principal", "c2jShape" : "Principal", "variable" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The principal (certificate or other credential).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amzn-principal", "marshallLocationName" : "x-amzn-principal", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 principal (certificate or other credential).

\n@param principal The principal (certificate or other credential).*/", "getterDocumentation" : "/**

The principal (certificate or other credential).

\n@return The principal (certificate or other credential).*/", "fluentSetterDocumentation" : "/**

The principal (certificate or other credential).

\n@param principal The principal (certificate or other credential).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The principal (certificate or other credential).

\n@param principal The principal (certificate or other credential).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ThingName" : { "documentation" : "

The name of the thing.

", "name" : "ThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "variable" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "thingName", "marshallLocationName" : "thingName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 thing.

\n@param thingName The name of the thing.*/", "getterDocumentation" : "/**

The name of the thing.

\n@return The name of the thing.*/", "fluentSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RejectCertificateTransferRequest" : { "c2jName" : "RejectCertificateTransferRequest", "documentation" : "

The input for the RejectCertificateTransfer operation.

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

The ID of the certificate.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate.

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

The ID of the certificate.

\n@param certificateId The ID of the certificate.*/", "getterDocumentation" : "/**

The ID of the certificate.

\n@return The ID of the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The reason the certificate transfer was rejected.

", "name" : "RejectReason", "c2jName" : "rejectReason", "c2jShape" : "Message", "variable" : { "variableName" : "rejectReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The reason the certificate transfer was rejected.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "rejectReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "rejectReason", "marshallLocationName" : "rejectReason", "additionalUnmarshallingPath" : 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 reason the certificate transfer was rejected.

\n@param rejectReason The reason the certificate transfer was rejected.*/", "getterDocumentation" : "/**

The reason the certificate transfer was rejected.

\n@return The reason the certificate transfer was rejected.*/", "fluentSetterDocumentation" : "/**

The reason the certificate transfer was rejected.

\n@param rejectReason The reason the certificate transfer was rejected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The reason the certificate transfer was rejected.

\n@param rejectReason The reason the certificate transfer was rejected.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "rejectCertificateTransferRequest", "variableType" : "RejectCertificateTransferRequest", "variableDeclarationType" : "RejectCertificateTransferRequest", "documentation" : null, "simpleType" : "RejectCertificateTransferRequest", "variableSetterType" : "RejectCertificateTransferRequest" }, "marshaller" : { "action" : "RejectCertificateTransfer", "verb" : "PATCH", "target" : null, "requestUri" : "/reject-certificate-transfer/{certificateId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateId" : { "documentation" : "

The ID of the certificate.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate.

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

The ID of the certificate.

\n@param certificateId The ID of the certificate.*/", "getterDocumentation" : "/**

The ID of the certificate.

\n@return The ID of the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RejectReason" : { "documentation" : "

The reason the certificate transfer was rejected.

", "name" : "RejectReason", "c2jName" : "rejectReason", "c2jShape" : "Message", "variable" : { "variableName" : "rejectReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The reason the certificate transfer was rejected.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "rejectReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "rejectReason", "marshallLocationName" : "rejectReason", "additionalUnmarshallingPath" : 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 reason the certificate transfer was rejected.

\n@param rejectReason The reason the certificate transfer was rejected.*/", "getterDocumentation" : "/**

The reason the certificate transfer was rejected.

\n@return The reason the certificate transfer was rejected.*/", "fluentSetterDocumentation" : "/**

The reason the certificate transfer was rejected.

\n@param rejectReason The reason the certificate transfer was rejected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The reason the certificate transfer was rejected.

\n@param rejectReason The reason the certificate transfer was rejected.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Certificate" : { "c2jName" : "Certificate", "documentation" : "

Information about a certificate.

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

The ARN of the certificate.

", "name" : "CertificateArn", "c2jName" : "certificateArn", "c2jShape" : "CertificateArn", "variable" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateArn", "marshallLocationName" : "certificateArn", "additionalUnmarshallingPath" : 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 certificate.

\n@param certificateArn The ARN of the certificate.*/", "getterDocumentation" : "/**

The ARN of the certificate.

\n@return The ARN of the certificate.*/", "fluentSetterDocumentation" : "/**

The ARN of the certificate.

\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the certificate.

\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ID of the certificate.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateId", "marshallLocationName" : "certificateId", "additionalUnmarshallingPath" : 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 ID of the certificate.

\n@param certificateId The ID of the certificate.*/", "getterDocumentation" : "/**

The ID of the certificate.

\n@return The ID of the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of the certificate.

", "name" : "Status", "c2jName" : "status", "c2jShape" : "CertificateStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : 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" : "CertificateStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the certificate.

\n@param status The status of the certificate.\n@see CertificateStatus*/", "getterDocumentation" : "/**

The status of the certificate.

\n@return The status of the certificate.\n@see CertificateStatus*/", "fluentSetterDocumentation" : "/**

The status of the certificate.

\n@param status The status of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus*/", "varargSetterDocumentation" : "/**

The status of the certificate.

\n@param status The status of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus*/" }, { "documentation" : "

The date and time the certificate was created.

", "name" : "CreationDate", "c2jName" : "creationDate", "c2jShape" : "DateType", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time the certificate was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "creationDate", "marshallLocationName" : "creationDate", "additionalUnmarshallingPath" : 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 date and time the certificate was created.

\n@param creationDate The date and time the certificate was created.*/", "getterDocumentation" : "/**

The date and time the certificate was created.

\n@return The date and time the certificate was created.*/", "fluentSetterDocumentation" : "/**

The date and time the certificate was created.

\n@param creationDate The date and time the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time the certificate was created.

\n@param creationDate The date and time the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "certificate", "variableType" : "Certificate", "variableDeclarationType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

The status of the certificate.

", "name" : "Status", "c2jName" : "status", "c2jShape" : "CertificateStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : 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" : "CertificateStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the certificate.

\n@param status The status of the certificate.\n@see CertificateStatus*/", "getterDocumentation" : "/**

The status of the certificate.

\n@return The status of the certificate.\n@see CertificateStatus*/", "fluentSetterDocumentation" : "/**

The status of the certificate.

\n@param status The status of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus*/", "varargSetterDocumentation" : "/**

The status of the certificate.

\n@param status The status of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus*/" }, "CertificateId" : { "documentation" : "

The ID of the certificate.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateId", "marshallLocationName" : "certificateId", "additionalUnmarshallingPath" : 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 ID of the certificate.

\n@param certificateId The ID of the certificate.*/", "getterDocumentation" : "/**

The ID of the certificate.

\n@return The ID of the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificateArn" : { "documentation" : "

The ARN of the certificate.

", "name" : "CertificateArn", "c2jName" : "certificateArn", "c2jShape" : "CertificateArn", "variable" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateArn", "marshallLocationName" : "certificateArn", "additionalUnmarshallingPath" : 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 certificate.

\n@param certificateArn The ARN of the certificate.*/", "getterDocumentation" : "/**

The ARN of the certificate.

\n@return The ARN of the certificate.*/", "fluentSetterDocumentation" : "/**

The ARN of the certificate.

\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the certificate.

\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreationDate" : { "documentation" : "

The date and time the certificate was created.

", "name" : "CreationDate", "c2jName" : "creationDate", "c2jShape" : "DateType", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time the certificate was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "creationDate", "marshallLocationName" : "creationDate", "additionalUnmarshallingPath" : 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 date and time the certificate was created.

\n@param creationDate The date and time the certificate was created.*/", "getterDocumentation" : "/**

The date and time the certificate was created.

\n@return The date and time the certificate was created.*/", "fluentSetterDocumentation" : "/**

The date and time the certificate was created.

\n@param creationDate The date and time the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time the certificate was created.

\n@param creationDate The date and time the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateTopicRuleRequest" : { "c2jName" : "CreateTopicRuleRequest", "documentation" : "

The input for the CreateTopicRule operation.

", "shapeName" : "CreateTopicRuleRequest", "deprecated" : false, "required" : [ "ruleName", "topicRulePayload" ], "hasPayloadMember" : true, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the rule.

", "name" : "RuleName", "c2jName" : "ruleName", "c2jShape" : "RuleName", "variable" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleName", "marshallLocationName" : "ruleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 rule.

\n@param ruleName The name of the rule.*/", "getterDocumentation" : "/**

The name of the rule.

\n@return The name of the rule.*/", "fluentSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The rule payload.

", "name" : "TopicRulePayload", "c2jName" : "topicRulePayload", "c2jShape" : "TopicRulePayload", "variable" : { "variableName" : "topicRulePayload", "variableType" : "TopicRulePayload", "variableDeclarationType" : "TopicRulePayload", "documentation" : "

The rule payload.

", "simpleType" : "TopicRulePayload", "variableSetterType" : "TopicRulePayload" }, "setterModel" : { "variableName" : "topicRulePayload", "variableType" : "TopicRulePayload", "variableDeclarationType" : "TopicRulePayload", "documentation" : "", "simpleType" : "TopicRulePayload", "variableSetterType" : "TopicRulePayload" }, "getterModel" : { "returnType" : "TopicRulePayload", "documentation" : null }, "http" : { "unmarshallLocationName" : "topicRulePayload", "marshallLocationName" : "topicRulePayload", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "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" : "/**

The rule payload.

\n@param topicRulePayload The rule payload.*/", "getterDocumentation" : "/**

The rule payload.

\n@return The rule payload.*/", "fluentSetterDocumentation" : "/**

The rule payload.

\n@param topicRulePayload The rule payload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The rule payload.

\n@param topicRulePayload The rule payload.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createTopicRuleRequest", "variableType" : "CreateTopicRuleRequest", "variableDeclarationType" : "CreateTopicRuleRequest", "documentation" : null, "simpleType" : "CreateTopicRuleRequest", "variableSetterType" : "CreateTopicRuleRequest" }, "marshaller" : { "action" : "CreateTopicRule", "verb" : "POST", "target" : null, "requestUri" : "/rules/{ruleName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TopicRulePayload" : { "documentation" : "

The rule payload.

", "name" : "TopicRulePayload", "c2jName" : "topicRulePayload", "c2jShape" : "TopicRulePayload", "variable" : { "variableName" : "topicRulePayload", "variableType" : "TopicRulePayload", "variableDeclarationType" : "TopicRulePayload", "documentation" : "

The rule payload.

", "simpleType" : "TopicRulePayload", "variableSetterType" : "TopicRulePayload" }, "setterModel" : { "variableName" : "topicRulePayload", "variableType" : "TopicRulePayload", "variableDeclarationType" : "TopicRulePayload", "documentation" : "", "simpleType" : "TopicRulePayload", "variableSetterType" : "TopicRulePayload" }, "getterModel" : { "returnType" : "TopicRulePayload", "documentation" : null }, "http" : { "unmarshallLocationName" : "topicRulePayload", "marshallLocationName" : "topicRulePayload", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "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" : "/**

The rule payload.

\n@param topicRulePayload The rule payload.*/", "getterDocumentation" : "/**

The rule payload.

\n@return The rule payload.*/", "fluentSetterDocumentation" : "/**

The rule payload.

\n@param topicRulePayload The rule payload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The rule payload.

\n@param topicRulePayload The rule payload.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RuleName" : { "documentation" : "

The name of the rule.

", "name" : "RuleName", "c2jName" : "ruleName", "c2jShape" : "RuleName", "variable" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleName", "marshallLocationName" : "ruleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 rule.

\n@param ruleName The name of the rule.*/", "getterDocumentation" : "/**

The name of the rule.

\n@return The name of the rule.*/", "fluentSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InternalException" : { "c2jName" : "InternalException", "documentation" : "

An unexpected error has occurred.

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

The output from the GetLoggingOptions operation.

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

The ARN of the IAM role that grants access.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the IAM role that grants access.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.*/", "getterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@return The ARN of the IAM role that grants access.*/", "fluentSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The logging level.

", "name" : "LogLevel", "c2jName" : "logLevel", "c2jShape" : "LogLevel", "variable" : { "variableName" : "logLevel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The logging level.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logLevel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "logLevel", "marshallLocationName" : "logLevel", "additionalUnmarshallingPath" : 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" : "LogLevel", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The logging level.

\n@param logLevel The logging level.\n@see LogLevel*/", "getterDocumentation" : "/**

The logging level.

\n@return The logging level.\n@see LogLevel*/", "fluentSetterDocumentation" : "/**

The logging level.

\n@param logLevel The logging level.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LogLevel*/", "varargSetterDocumentation" : "/**

The logging level.

\n@param logLevel The logging level.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LogLevel*/" } ], "enums" : null, "variable" : { "variableName" : "getLoggingOptionsResult", "variableType" : "GetLoggingOptionsResult", "variableDeclarationType" : "GetLoggingOptionsResult", "documentation" : null, "simpleType" : "GetLoggingOptionsResult", "variableSetterType" : "GetLoggingOptionsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LogLevel" : { "documentation" : "

The logging level.

", "name" : "LogLevel", "c2jName" : "logLevel", "c2jShape" : "LogLevel", "variable" : { "variableName" : "logLevel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The logging level.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logLevel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "logLevel", "marshallLocationName" : "logLevel", "additionalUnmarshallingPath" : 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" : "LogLevel", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The logging level.

\n@param logLevel The logging level.\n@see LogLevel*/", "getterDocumentation" : "/**

The logging level.

\n@return The logging level.\n@see LogLevel*/", "fluentSetterDocumentation" : "/**

The logging level.

\n@param logLevel The logging level.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LogLevel*/", "varargSetterDocumentation" : "/**

The logging level.

\n@param logLevel The logging level.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LogLevel*/" }, "RoleArn" : { "documentation" : "

The ARN of the IAM role that grants access.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the IAM role that grants access.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.*/", "getterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@return The ARN of the IAM role that grants access.*/", "fluentSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DynamoDBAction" : { "c2jName" : "DynamoDBAction", "documentation" : "

Describes an action to write to a DynamoDB table.

The tableName, hashKeyField, and rangeKeyField values must match the values used when you created the table.

The hashKeyValue and rangeKeyvalue fields use a substitution template syntax. These templates provide data at runtime. The syntax is as follows: ${sql-expression}.

You can specify any valid expression in a WHERE or SELECT clause, including JSON properties, comparisons, calculations, and functions. For example, the following field uses the third level of the topic:

\"hashKeyValue\": \"${topic(3)}\"

The following field uses the timestamp:

\"rangeKeyValue\": \"${timestamp()}\"

", "shapeName" : "DynamoDBAction", "deprecated" : false, "required" : [ "tableName", "roleArn", "hashKeyField", "hashKeyValue", "rangeKeyField", "rangeKeyValue" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the DynamoDB table.

", "name" : "TableName", "c2jName" : "tableName", "c2jShape" : "TableName", "variable" : { "variableName" : "tableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the DynamoDB table.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "tableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "tableName", "marshallLocationName" : "tableName", "additionalUnmarshallingPath" : 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 DynamoDB table.

\n@param tableName The name of the DynamoDB table.*/", "getterDocumentation" : "/**

The name of the DynamoDB table.

\n@return The name of the DynamoDB table.*/", "fluentSetterDocumentation" : "/**

The name of the DynamoDB table.

\n@param tableName The name of the DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the DynamoDB table.

\n@param tableName The name of the DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ARN of the IAM role that grants access to the DynamoDB table.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the IAM role that grants access to the DynamoDB table.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that grants access to the DynamoDB table.

\n@param roleArn The ARN of the IAM role that grants access to the DynamoDB table.*/", "getterDocumentation" : "/**

The ARN of the IAM role that grants access to the DynamoDB table.

\n@return The ARN of the IAM role that grants access to the DynamoDB table.*/", "fluentSetterDocumentation" : "/**

The ARN of the IAM role that grants access to the DynamoDB table.

\n@param roleArn The ARN of the IAM role that grants access to the DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the IAM role that grants access to the DynamoDB table.

\n@param roleArn The ARN of the IAM role that grants access to the DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The hash key name.

", "name" : "HashKeyField", "c2jName" : "hashKeyField", "c2jShape" : "HashKeyField", "variable" : { "variableName" : "hashKeyField", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The hash key name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hashKeyField", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "hashKeyField", "marshallLocationName" : "hashKeyField", "additionalUnmarshallingPath" : 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 hash key name.

\n@param hashKeyField The hash key name.*/", "getterDocumentation" : "/**

The hash key name.

\n@return The hash key name.*/", "fluentSetterDocumentation" : "/**

The hash key name.

\n@param hashKeyField The hash key name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The hash key name.

\n@param hashKeyField The hash key name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The hash key value.

", "name" : "HashKeyValue", "c2jName" : "hashKeyValue", "c2jShape" : "HashKeyValue", "variable" : { "variableName" : "hashKeyValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The hash key value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hashKeyValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "hashKeyValue", "marshallLocationName" : "hashKeyValue", "additionalUnmarshallingPath" : 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 hash key value.

\n@param hashKeyValue The hash key value.*/", "getterDocumentation" : "/**

The hash key value.

\n@return The hash key value.*/", "fluentSetterDocumentation" : "/**

The hash key value.

\n@param hashKeyValue The hash key value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The hash key value.

\n@param hashKeyValue The hash key value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The range key name.

", "name" : "RangeKeyField", "c2jName" : "rangeKeyField", "c2jShape" : "RangeKeyField", "variable" : { "variableName" : "rangeKeyField", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The range key name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "rangeKeyField", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "rangeKeyField", "marshallLocationName" : "rangeKeyField", "additionalUnmarshallingPath" : 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 range key name.

\n@param rangeKeyField The range key name.*/", "getterDocumentation" : "/**

The range key name.

\n@return The range key name.*/", "fluentSetterDocumentation" : "/**

The range key name.

\n@param rangeKeyField The range key name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The range key name.

\n@param rangeKeyField The range key name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The range key value.

", "name" : "RangeKeyValue", "c2jName" : "rangeKeyValue", "c2jShape" : "RangeKeyValue", "variable" : { "variableName" : "rangeKeyValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The range key value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "rangeKeyValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "rangeKeyValue", "marshallLocationName" : "rangeKeyValue", "additionalUnmarshallingPath" : 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 range key value.

\n@param rangeKeyValue The range key value.*/", "getterDocumentation" : "/**

The range key value.

\n@return The range key value.*/", "fluentSetterDocumentation" : "/**

The range key value.

\n@param rangeKeyValue The range key value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The range key value.

\n@param rangeKeyValue The range key value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The action payload. This name can be customized.

", "name" : "PayloadField", "c2jName" : "payloadField", "c2jShape" : "PayloadField", "variable" : { "variableName" : "payloadField", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The action payload. This name can be customized.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "payloadField", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "payloadField", "marshallLocationName" : "payloadField", "additionalUnmarshallingPath" : 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 action payload. This name can be customized.

\n@param payloadField The action payload. This name can be customized.*/", "getterDocumentation" : "/**

The action payload. This name can be customized.

\n@return The action payload. This name can be customized.*/", "fluentSetterDocumentation" : "/**

The action payload. This name can be customized.

\n@param payloadField The action payload. This name can be customized.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The action payload. This name can be customized.

\n@param payloadField The action payload. This name can be customized.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "dynamoDBAction", "variableType" : "DynamoDBAction", "variableDeclarationType" : "DynamoDBAction", "documentation" : null, "simpleType" : "DynamoDBAction", "variableSetterType" : "DynamoDBAction" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RangeKeyField" : { "documentation" : "

The range key name.

", "name" : "RangeKeyField", "c2jName" : "rangeKeyField", "c2jShape" : "RangeKeyField", "variable" : { "variableName" : "rangeKeyField", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The range key name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "rangeKeyField", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "rangeKeyField", "marshallLocationName" : "rangeKeyField", "additionalUnmarshallingPath" : 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 range key name.

\n@param rangeKeyField The range key name.*/", "getterDocumentation" : "/**

The range key name.

\n@return The range key name.*/", "fluentSetterDocumentation" : "/**

The range key name.

\n@param rangeKeyField The range key name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The range key name.

\n@param rangeKeyField The range key name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PayloadField" : { "documentation" : "

The action payload. This name can be customized.

", "name" : "PayloadField", "c2jName" : "payloadField", "c2jShape" : "PayloadField", "variable" : { "variableName" : "payloadField", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The action payload. This name can be customized.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "payloadField", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "payloadField", "marshallLocationName" : "payloadField", "additionalUnmarshallingPath" : 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 action payload. This name can be customized.

\n@param payloadField The action payload. This name can be customized.*/", "getterDocumentation" : "/**

The action payload. This name can be customized.

\n@return The action payload. This name can be customized.*/", "fluentSetterDocumentation" : "/**

The action payload. This name can be customized.

\n@param payloadField The action payload. This name can be customized.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The action payload. This name can be customized.

\n@param payloadField The action payload. This name can be customized.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RangeKeyValue" : { "documentation" : "

The range key value.

", "name" : "RangeKeyValue", "c2jName" : "rangeKeyValue", "c2jShape" : "RangeKeyValue", "variable" : { "variableName" : "rangeKeyValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The range key value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "rangeKeyValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "rangeKeyValue", "marshallLocationName" : "rangeKeyValue", "additionalUnmarshallingPath" : 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 range key value.

\n@param rangeKeyValue The range key value.*/", "getterDocumentation" : "/**

The range key value.

\n@return The range key value.*/", "fluentSetterDocumentation" : "/**

The range key value.

\n@param rangeKeyValue The range key value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The range key value.

\n@param rangeKeyValue The range key value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HashKeyValue" : { "documentation" : "

The hash key value.

", "name" : "HashKeyValue", "c2jName" : "hashKeyValue", "c2jShape" : "HashKeyValue", "variable" : { "variableName" : "hashKeyValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The hash key value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hashKeyValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "hashKeyValue", "marshallLocationName" : "hashKeyValue", "additionalUnmarshallingPath" : 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 hash key value.

\n@param hashKeyValue The hash key value.*/", "getterDocumentation" : "/**

The hash key value.

\n@return The hash key value.*/", "fluentSetterDocumentation" : "/**

The hash key value.

\n@param hashKeyValue The hash key value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The hash key value.

\n@param hashKeyValue The hash key value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TableName" : { "documentation" : "

The name of the DynamoDB table.

", "name" : "TableName", "c2jName" : "tableName", "c2jShape" : "TableName", "variable" : { "variableName" : "tableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the DynamoDB table.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "tableName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "tableName", "marshallLocationName" : "tableName", "additionalUnmarshallingPath" : 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 DynamoDB table.

\n@param tableName The name of the DynamoDB table.*/", "getterDocumentation" : "/**

The name of the DynamoDB table.

\n@return The name of the DynamoDB table.*/", "fluentSetterDocumentation" : "/**

The name of the DynamoDB table.

\n@param tableName The name of the DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the DynamoDB table.

\n@param tableName The name of the DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HashKeyField" : { "documentation" : "

The hash key name.

", "name" : "HashKeyField", "c2jName" : "hashKeyField", "c2jShape" : "HashKeyField", "variable" : { "variableName" : "hashKeyField", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The hash key name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hashKeyField", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "hashKeyField", "marshallLocationName" : "hashKeyField", "additionalUnmarshallingPath" : 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 hash key name.

\n@param hashKeyField The hash key name.*/", "getterDocumentation" : "/**

The hash key name.

\n@return The hash key name.*/", "fluentSetterDocumentation" : "/**

The hash key name.

\n@param hashKeyField The hash key name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The hash key name.

\n@param hashKeyField The hash key name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RoleArn" : { "documentation" : "

The ARN of the IAM role that grants access to the DynamoDB table.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the IAM role that grants access to the DynamoDB table.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that grants access to the DynamoDB table.

\n@param roleArn The ARN of the IAM role that grants access to the DynamoDB table.*/", "getterDocumentation" : "/**

The ARN of the IAM role that grants access to the DynamoDB table.

\n@return The ARN of the IAM role that grants access to the DynamoDB table.*/", "fluentSetterDocumentation" : "/**

The ARN of the IAM role that grants access to the DynamoDB table.

\n@param roleArn The ARN of the IAM role that grants access to the DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the IAM role that grants access to the DynamoDB table.

\n@param roleArn The ARN of the IAM role that grants access to the DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RegisterCertificateResult" : { "c2jName" : "RegisterCertificateResponse", "documentation" : "

The output from the RegisterCertificate operation.

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

The certificate ARN.

", "name" : "CertificateArn", "c2jName" : "certificateArn", "c2jShape" : "CertificateArn", "variable" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The certificate ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateArn", "marshallLocationName" : "certificateArn", "additionalUnmarshallingPath" : 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 certificate ARN.

\n@param certificateArn The certificate ARN.*/", "getterDocumentation" : "/**

The certificate ARN.

\n@return The certificate ARN.*/", "fluentSetterDocumentation" : "/**

The certificate ARN.

\n@param certificateArn The certificate ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The certificate ARN.

\n@param certificateArn The certificate ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The certificate identifier.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The certificate identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateId", "marshallLocationName" : "certificateId", "additionalUnmarshallingPath" : 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 certificate identifier.

\n@param certificateId The certificate identifier.*/", "getterDocumentation" : "/**

The certificate identifier.

\n@return The certificate identifier.*/", "fluentSetterDocumentation" : "/**

The certificate identifier.

\n@param certificateId The certificate identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The certificate identifier.

\n@param certificateId The certificate identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "registerCertificateResult", "variableType" : "RegisterCertificateResult", "variableDeclarationType" : "RegisterCertificateResult", "documentation" : null, "simpleType" : "RegisterCertificateResult", "variableSetterType" : "RegisterCertificateResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateId" : { "documentation" : "

The certificate identifier.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The certificate identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateId", "marshallLocationName" : "certificateId", "additionalUnmarshallingPath" : 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 certificate identifier.

\n@param certificateId The certificate identifier.*/", "getterDocumentation" : "/**

The certificate identifier.

\n@return The certificate identifier.*/", "fluentSetterDocumentation" : "/**

The certificate identifier.

\n@param certificateId The certificate identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The certificate identifier.

\n@param certificateId The certificate identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificateArn" : { "documentation" : "

The certificate ARN.

", "name" : "CertificateArn", "c2jName" : "certificateArn", "c2jShape" : "CertificateArn", "variable" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The certificate ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateArn", "marshallLocationName" : "certificateArn", "additionalUnmarshallingPath" : 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 certificate ARN.

\n@param certificateArn The certificate ARN.*/", "getterDocumentation" : "/**

The certificate ARN.

\n@return The certificate ARN.*/", "fluentSetterDocumentation" : "/**

The certificate ARN.

\n@param certificateArn The certificate ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The certificate ARN.

\n@param certificateArn The certificate ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateCertificateFromCsrRequest" : { "c2jName" : "CreateCertificateFromCsrRequest", "documentation" : "

The input for the CreateCertificateFromCsr operation.

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

The certificate signing request (CSR).

", "name" : "CertificateSigningRequest", "c2jName" : "certificateSigningRequest", "c2jShape" : "CertificateSigningRequest", "variable" : { "variableName" : "certificateSigningRequest", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The certificate signing request (CSR).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateSigningRequest", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateSigningRequest", "marshallLocationName" : "certificateSigningRequest", "additionalUnmarshallingPath" : 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 certificate signing request (CSR).

\n@param certificateSigningRequest The certificate signing request (CSR).*/", "getterDocumentation" : "/**

The certificate signing request (CSR).

\n@return The certificate signing request (CSR).*/", "fluentSetterDocumentation" : "/**

The certificate signing request (CSR).

\n@param certificateSigningRequest The certificate signing request (CSR).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The certificate signing request (CSR).

\n@param certificateSigningRequest The certificate signing request (CSR).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the certificate is active.

", "name" : "SetAsActive", "c2jName" : "setAsActive", "c2jShape" : "SetAsActive", "variable" : { "variableName" : "setAsActive", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the certificate is active.

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

Specifies whether the certificate is active.

\n@param setAsActive Specifies whether the certificate is active.*/", "getterDocumentation" : "/**

Specifies whether the certificate is active.

\n@return Specifies whether the certificate is active.*/", "fluentSetterDocumentation" : "/**

Specifies whether the certificate is active.

\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the certificate is active.

\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createCertificateFromCsrRequest", "variableType" : "CreateCertificateFromCsrRequest", "variableDeclarationType" : "CreateCertificateFromCsrRequest", "documentation" : null, "simpleType" : "CreateCertificateFromCsrRequest", "variableSetterType" : "CreateCertificateFromCsrRequest" }, "marshaller" : { "action" : "CreateCertificateFromCsr", "verb" : "POST", "target" : null, "requestUri" : "/certificates", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateSigningRequest" : { "documentation" : "

The certificate signing request (CSR).

", "name" : "CertificateSigningRequest", "c2jName" : "certificateSigningRequest", "c2jShape" : "CertificateSigningRequest", "variable" : { "variableName" : "certificateSigningRequest", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The certificate signing request (CSR).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateSigningRequest", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateSigningRequest", "marshallLocationName" : "certificateSigningRequest", "additionalUnmarshallingPath" : 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 certificate signing request (CSR).

\n@param certificateSigningRequest The certificate signing request (CSR).*/", "getterDocumentation" : "/**

The certificate signing request (CSR).

\n@return The certificate signing request (CSR).*/", "fluentSetterDocumentation" : "/**

The certificate signing request (CSR).

\n@param certificateSigningRequest The certificate signing request (CSR).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The certificate signing request (CSR).

\n@param certificateSigningRequest The certificate signing request (CSR).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SetAsActive" : { "documentation" : "

Specifies whether the certificate is active.

", "name" : "SetAsActive", "c2jName" : "setAsActive", "c2jShape" : "SetAsActive", "variable" : { "variableName" : "setAsActive", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the certificate is active.

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

Specifies whether the certificate is active.

\n@param setAsActive Specifies whether the certificate is active.*/", "getterDocumentation" : "/**

Specifies whether the certificate is active.

\n@return Specifies whether the certificate is active.*/", "fluentSetterDocumentation" : "/**

Specifies whether the certificate is active.

\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the certificate is active.

\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetLoggingOptionsResult" : { "c2jName" : "SetLoggingOptionsResult", "documentation" : null, "shapeName" : "SetLoggingOptionsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setLoggingOptionsResult", "variableType" : "SetLoggingOptionsResult", "variableDeclarationType" : "SetLoggingOptionsResult", "documentation" : null, "simpleType" : "SetLoggingOptionsResult", "variableSetterType" : "SetLoggingOptionsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RejectCertificateTransferResult" : { "c2jName" : "RejectCertificateTransferResult", "documentation" : null, "shapeName" : "RejectCertificateTransferResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "rejectCertificateTransferResult", "variableType" : "RejectCertificateTransferResult", "variableDeclarationType" : "RejectCertificateTransferResult", "documentation" : null, "simpleType" : "RejectCertificateTransferResult", "variableSetterType" : "RejectCertificateTransferResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetPolicyRequest" : { "c2jName" : "GetPolicyRequest", "documentation" : "

The input for the GetPolicy operation.

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

The name of the policy.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyName", "marshallLocationName" : "policyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 policy.

\n@param policyName The name of the policy.*/", "getterDocumentation" : "/**

The name of the policy.

\n@return The name of the policy.*/", "fluentSetterDocumentation" : "/**

The name of the policy.

\n@param policyName The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the policy.

\n@param policyName The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getPolicyRequest", "variableType" : "GetPolicyRequest", "variableDeclarationType" : "GetPolicyRequest", "documentation" : null, "simpleType" : "GetPolicyRequest", "variableSetterType" : "GetPolicyRequest" }, "marshaller" : { "action" : "GetPolicy", "verb" : "GET", "target" : null, "requestUri" : "/policies/{policyName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyName" : { "documentation" : "

The name of the policy.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyName", "marshallLocationName" : "policyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 policy.

\n@param policyName The name of the policy.*/", "getterDocumentation" : "/**

The name of the policy.

\n@return The name of the policy.*/", "fluentSetterDocumentation" : "/**

The name of the policy.

\n@param policyName The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the policy.

\n@param policyName The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DisableTopicRuleRequest" : { "c2jName" : "DisableTopicRuleRequest", "documentation" : "

The input for the DisableTopicRuleRequest operation.

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

The name of the rule to disable.

", "name" : "RuleName", "c2jName" : "ruleName", "c2jShape" : "RuleName", "variable" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the rule to disable.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleName", "marshallLocationName" : "ruleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 rule to disable.

\n@param ruleName The name of the rule to disable.*/", "getterDocumentation" : "/**

The name of the rule to disable.

\n@return The name of the rule to disable.*/", "fluentSetterDocumentation" : "/**

The name of the rule to disable.

\n@param ruleName The name of the rule to disable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the rule to disable.

\n@param ruleName The name of the rule to disable.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "disableTopicRuleRequest", "variableType" : "DisableTopicRuleRequest", "variableDeclarationType" : "DisableTopicRuleRequest", "documentation" : null, "simpleType" : "DisableTopicRuleRequest", "variableSetterType" : "DisableTopicRuleRequest" }, "marshaller" : { "action" : "DisableTopicRule", "verb" : "POST", "target" : null, "requestUri" : "/rules/{ruleName}/disable", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RuleName" : { "documentation" : "

The name of the rule to disable.

", "name" : "RuleName", "c2jName" : "ruleName", "c2jShape" : "RuleName", "variable" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the rule to disable.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleName", "marshallLocationName" : "ruleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 rule to disable.

\n@param ruleName The name of the rule to disable.*/", "getterDocumentation" : "/**

The name of the rule to disable.

\n@return The name of the rule to disable.*/", "fluentSetterDocumentation" : "/**

The name of the rule to disable.

\n@param ruleName The name of the rule to disable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the rule to disable.

\n@param ruleName The name of the rule to disable.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DetachThingPrincipalRequest" : { "c2jName" : "DetachThingPrincipalRequest", "documentation" : "

The input for the DetachThingPrincipal operation.

", "shapeName" : "DetachThingPrincipalRequest", "deprecated" : false, "required" : [ "thingName", "principal" ], "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the thing.

", "name" : "ThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "variable" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "thingName", "marshallLocationName" : "thingName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 thing.

\n@param thingName The name of the thing.*/", "getterDocumentation" : "/**

The name of the thing.

\n@return The name of the thing.*/", "fluentSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The principal.

", "name" : "Principal", "c2jName" : "principal", "c2jShape" : "Principal", "variable" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The principal.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amzn-principal", "marshallLocationName" : "x-amzn-principal", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 principal.

\n@param principal The principal.*/", "getterDocumentation" : "/**

The principal.

\n@return The principal.*/", "fluentSetterDocumentation" : "/**

The principal.

\n@param principal The principal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The principal.

\n@param principal The principal.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "detachThingPrincipalRequest", "variableType" : "DetachThingPrincipalRequest", "variableDeclarationType" : "DetachThingPrincipalRequest", "documentation" : null, "simpleType" : "DetachThingPrincipalRequest", "variableSetterType" : "DetachThingPrincipalRequest" }, "marshaller" : { "action" : "DetachThingPrincipal", "verb" : "DELETE", "target" : null, "requestUri" : "/things/{thingName}/principals", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Principal" : { "documentation" : "

The principal.

", "name" : "Principal", "c2jName" : "principal", "c2jShape" : "Principal", "variable" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The principal.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amzn-principal", "marshallLocationName" : "x-amzn-principal", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 principal.

\n@param principal The principal.*/", "getterDocumentation" : "/**

The principal.

\n@return The principal.*/", "fluentSetterDocumentation" : "/**

The principal.

\n@param principal The principal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The principal.

\n@param principal The principal.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ThingName" : { "documentation" : "

The name of the thing.

", "name" : "ThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "variable" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "thingName", "marshallLocationName" : "thingName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 thing.

\n@param thingName The name of the thing.*/", "getterDocumentation" : "/**

The name of the thing.

\n@return The name of the thing.*/", "fluentSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EnableTopicRuleRequest" : { "c2jName" : "EnableTopicRuleRequest", "documentation" : "

The input for the EnableTopicRuleRequest operation.

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

The name of the topic rule to enable.

", "name" : "RuleName", "c2jName" : "ruleName", "c2jShape" : "RuleName", "variable" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the topic rule to enable.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleName", "marshallLocationName" : "ruleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 rule to enable.

\n@param ruleName The name of the topic rule to enable.*/", "getterDocumentation" : "/**

The name of the topic rule to enable.

\n@return The name of the topic rule to enable.*/", "fluentSetterDocumentation" : "/**

The name of the topic rule to enable.

\n@param ruleName The name of the topic rule to enable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the topic rule to enable.

\n@param ruleName The name of the topic rule to enable.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "enableTopicRuleRequest", "variableType" : "EnableTopicRuleRequest", "variableDeclarationType" : "EnableTopicRuleRequest", "documentation" : null, "simpleType" : "EnableTopicRuleRequest", "variableSetterType" : "EnableTopicRuleRequest" }, "marshaller" : { "action" : "EnableTopicRule", "verb" : "POST", "target" : null, "requestUri" : "/rules/{ruleName}/enable", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RuleName" : { "documentation" : "

The name of the topic rule to enable.

", "name" : "RuleName", "c2jName" : "ruleName", "c2jShape" : "RuleName", "variable" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the topic rule to enable.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleName", "marshallLocationName" : "ruleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 rule to enable.

\n@param ruleName The name of the topic rule to enable.*/", "getterDocumentation" : "/**

The name of the topic rule to enable.

\n@return The name of the topic rule to enable.*/", "fluentSetterDocumentation" : "/**

The name of the topic rule to enable.

\n@param ruleName The name of the topic rule to enable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the topic rule to enable.

\n@param ruleName The name of the topic rule to enable.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteTopicRuleResult" : { "c2jName" : "DeleteTopicRuleResult", "documentation" : null, "shapeName" : "DeleteTopicRuleResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteTopicRuleResult", "variableType" : "DeleteTopicRuleResult", "variableDeclarationType" : "DeleteTopicRuleResult", "documentation" : null, "simpleType" : "DeleteTopicRuleResult", "variableSetterType" : "DeleteTopicRuleResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CloudwatchMetricAction" : { "c2jName" : "CloudwatchMetricAction", "documentation" : "

Describes an action that captures a CloudWatch metric.

", "shapeName" : "CloudwatchMetricAction", "deprecated" : false, "required" : [ "roleArn", "metricNamespace", "metricName", "metricValue", "metricUnit" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The IAM role that allows access to the CloudWatch metric.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The IAM role that allows access to the CloudWatch metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that allows access to the CloudWatch metric.

\n@param roleArn The IAM role that allows access to the CloudWatch metric.*/", "getterDocumentation" : "/**

The IAM role that allows access to the CloudWatch metric.

\n@return The IAM role that allows access to the CloudWatch metric.*/", "fluentSetterDocumentation" : "/**

The IAM role that allows access to the CloudWatch metric.

\n@param roleArn The IAM role that allows access to the CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The IAM role that allows access to the CloudWatch metric.

\n@param roleArn The IAM role that allows access to the CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The CloudWatch metric namespace name.

", "name" : "MetricNamespace", "c2jName" : "metricNamespace", "c2jShape" : "MetricNamespace", "variable" : { "variableName" : "metricNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CloudWatch metric namespace name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "metricNamespace", "marshallLocationName" : "metricNamespace", "additionalUnmarshallingPath" : 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 CloudWatch metric namespace name.

\n@param metricNamespace The CloudWatch metric namespace name.*/", "getterDocumentation" : "/**

The CloudWatch metric namespace name.

\n@return The CloudWatch metric namespace name.*/", "fluentSetterDocumentation" : "/**

The CloudWatch metric namespace name.

\n@param metricNamespace The CloudWatch metric namespace name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CloudWatch metric namespace name.

\n@param metricNamespace The CloudWatch metric namespace name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The CloudWatch metric name.

", "name" : "MetricName", "c2jName" : "metricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CloudWatch metric name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "metricName", "marshallLocationName" : "metricName", "additionalUnmarshallingPath" : 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 CloudWatch metric name.

\n@param metricName The CloudWatch metric name.*/", "getterDocumentation" : "/**

The CloudWatch metric name.

\n@return The CloudWatch metric name.*/", "fluentSetterDocumentation" : "/**

The CloudWatch metric name.

\n@param metricName The CloudWatch metric name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CloudWatch metric name.

\n@param metricName The CloudWatch metric name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The CloudWatch metric value.

", "name" : "MetricValue", "c2jName" : "metricValue", "c2jShape" : "MetricValue", "variable" : { "variableName" : "metricValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CloudWatch metric value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "metricValue", "marshallLocationName" : "metricValue", "additionalUnmarshallingPath" : 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 CloudWatch metric value.

\n@param metricValue The CloudWatch metric value.*/", "getterDocumentation" : "/**

The CloudWatch metric value.

\n@return The CloudWatch metric value.*/", "fluentSetterDocumentation" : "/**

The CloudWatch metric value.

\n@param metricValue The CloudWatch metric value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CloudWatch metric value.

\n@param metricValue The CloudWatch metric value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The metric unit supported by CloudWatch.

", "name" : "MetricUnit", "c2jName" : "metricUnit", "c2jShape" : "MetricUnit", "variable" : { "variableName" : "metricUnit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The metric unit supported by CloudWatch.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricUnit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "metricUnit", "marshallLocationName" : "metricUnit", "additionalUnmarshallingPath" : 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 metric unit supported by CloudWatch.

\n@param metricUnit The metric unit supported by CloudWatch.*/", "getterDocumentation" : "/**

The metric unit supported by CloudWatch.

\n@return The metric unit supported by CloudWatch.*/", "fluentSetterDocumentation" : "/**

The metric unit supported by CloudWatch.

\n@param metricUnit The metric unit supported by CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The metric unit supported by CloudWatch.

\n@param metricUnit The metric unit supported by CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An optional Unix timestamp.

", "name" : "MetricTimestamp", "c2jName" : "metricTimestamp", "c2jShape" : "MetricTimestamp", "variable" : { "variableName" : "metricTimestamp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An optional Unix timestamp.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricTimestamp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "metricTimestamp", "marshallLocationName" : "metricTimestamp", "additionalUnmarshallingPath" : 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" : "/**

An optional Unix timestamp.

\n@param metricTimestamp An optional Unix timestamp.*/", "getterDocumentation" : "/**

An optional Unix timestamp.

\n@return An optional Unix timestamp.*/", "fluentSetterDocumentation" : "/**

An optional Unix timestamp.

\n@param metricTimestamp An optional Unix timestamp.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An optional Unix timestamp.

\n@param metricTimestamp An optional Unix timestamp.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cloudwatchMetricAction", "variableType" : "CloudwatchMetricAction", "variableDeclarationType" : "CloudwatchMetricAction", "documentation" : null, "simpleType" : "CloudwatchMetricAction", "variableSetterType" : "CloudwatchMetricAction" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MetricName" : { "documentation" : "

The CloudWatch metric name.

", "name" : "MetricName", "c2jName" : "metricName", "c2jShape" : "MetricName", "variable" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CloudWatch metric name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "metricName", "marshallLocationName" : "metricName", "additionalUnmarshallingPath" : 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 CloudWatch metric name.

\n@param metricName The CloudWatch metric name.*/", "getterDocumentation" : "/**

The CloudWatch metric name.

\n@return The CloudWatch metric name.*/", "fluentSetterDocumentation" : "/**

The CloudWatch metric name.

\n@param metricName The CloudWatch metric name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CloudWatch metric name.

\n@param metricName The CloudWatch metric name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MetricValue" : { "documentation" : "

The CloudWatch metric value.

", "name" : "MetricValue", "c2jName" : "metricValue", "c2jShape" : "MetricValue", "variable" : { "variableName" : "metricValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CloudWatch metric value.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "metricValue", "marshallLocationName" : "metricValue", "additionalUnmarshallingPath" : 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 CloudWatch metric value.

\n@param metricValue The CloudWatch metric value.*/", "getterDocumentation" : "/**

The CloudWatch metric value.

\n@return The CloudWatch metric value.*/", "fluentSetterDocumentation" : "/**

The CloudWatch metric value.

\n@param metricValue The CloudWatch metric value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CloudWatch metric value.

\n@param metricValue The CloudWatch metric value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MetricTimestamp" : { "documentation" : "

An optional Unix timestamp.

", "name" : "MetricTimestamp", "c2jName" : "metricTimestamp", "c2jShape" : "MetricTimestamp", "variable" : { "variableName" : "metricTimestamp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An optional Unix timestamp.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricTimestamp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "metricTimestamp", "marshallLocationName" : "metricTimestamp", "additionalUnmarshallingPath" : 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" : "/**

An optional Unix timestamp.

\n@param metricTimestamp An optional Unix timestamp.*/", "getterDocumentation" : "/**

An optional Unix timestamp.

\n@return An optional Unix timestamp.*/", "fluentSetterDocumentation" : "/**

An optional Unix timestamp.

\n@param metricTimestamp An optional Unix timestamp.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An optional Unix timestamp.

\n@param metricTimestamp An optional Unix timestamp.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RoleArn" : { "documentation" : "

The IAM role that allows access to the CloudWatch metric.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The IAM role that allows access to the CloudWatch metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that allows access to the CloudWatch metric.

\n@param roleArn The IAM role that allows access to the CloudWatch metric.*/", "getterDocumentation" : "/**

The IAM role that allows access to the CloudWatch metric.

\n@return The IAM role that allows access to the CloudWatch metric.*/", "fluentSetterDocumentation" : "/**

The IAM role that allows access to the CloudWatch metric.

\n@param roleArn The IAM role that allows access to the CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The IAM role that allows access to the CloudWatch metric.

\n@param roleArn The IAM role that allows access to the CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MetricUnit" : { "documentation" : "

The metric unit supported by CloudWatch.

", "name" : "MetricUnit", "c2jName" : "metricUnit", "c2jShape" : "MetricUnit", "variable" : { "variableName" : "metricUnit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The metric unit supported by CloudWatch.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricUnit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "metricUnit", "marshallLocationName" : "metricUnit", "additionalUnmarshallingPath" : 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 metric unit supported by CloudWatch.

\n@param metricUnit The metric unit supported by CloudWatch.*/", "getterDocumentation" : "/**

The metric unit supported by CloudWatch.

\n@return The metric unit supported by CloudWatch.*/", "fluentSetterDocumentation" : "/**

The metric unit supported by CloudWatch.

\n@param metricUnit The metric unit supported by CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The metric unit supported by CloudWatch.

\n@param metricUnit The metric unit supported by CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MetricNamespace" : { "documentation" : "

The CloudWatch metric namespace name.

", "name" : "MetricNamespace", "c2jName" : "metricNamespace", "c2jShape" : "MetricNamespace", "variable" : { "variableName" : "metricNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CloudWatch metric namespace name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "metricNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "metricNamespace", "marshallLocationName" : "metricNamespace", "additionalUnmarshallingPath" : 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 CloudWatch metric namespace name.

\n@param metricNamespace The CloudWatch metric namespace name.*/", "getterDocumentation" : "/**

The CloudWatch metric namespace name.

\n@return The CloudWatch metric namespace name.*/", "fluentSetterDocumentation" : "/**

The CloudWatch metric namespace name.

\n@param metricNamespace The CloudWatch metric namespace name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CloudWatch metric namespace name.

\n@param metricNamespace The CloudWatch metric namespace name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Action" : { "c2jName" : "Action", "documentation" : "

Describes the actions associated with a rule.

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

Write to a DynamoDB table.

", "name" : "DynamoDB", "c2jName" : "dynamoDB", "c2jShape" : "DynamoDBAction", "variable" : { "variableName" : "dynamoDB", "variableType" : "DynamoDBAction", "variableDeclarationType" : "DynamoDBAction", "documentation" : "

Write to a DynamoDB table.

", "simpleType" : "DynamoDBAction", "variableSetterType" : "DynamoDBAction" }, "setterModel" : { "variableName" : "dynamoDB", "variableType" : "DynamoDBAction", "variableDeclarationType" : "DynamoDBAction", "documentation" : "", "simpleType" : "DynamoDBAction", "variableSetterType" : "DynamoDBAction" }, "getterModel" : { "returnType" : "DynamoDBAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "dynamoDB", "marshallLocationName" : "dynamoDB", "additionalUnmarshallingPath" : 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" : "/**

Write to a DynamoDB table.

\n@param dynamoDB Write to a DynamoDB table.*/", "getterDocumentation" : "/**

Write to a DynamoDB table.

\n@return Write to a DynamoDB table.*/", "fluentSetterDocumentation" : "/**

Write to a DynamoDB table.

\n@param dynamoDB Write to a DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Write to a DynamoDB table.

\n@param dynamoDB Write to a DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Invoke a Lambda function.

", "name" : "Lambda", "c2jName" : "lambda", "c2jShape" : "LambdaAction", "variable" : { "variableName" : "lambda", "variableType" : "LambdaAction", "variableDeclarationType" : "LambdaAction", "documentation" : "

Invoke a Lambda function.

", "simpleType" : "LambdaAction", "variableSetterType" : "LambdaAction" }, "setterModel" : { "variableName" : "lambda", "variableType" : "LambdaAction", "variableDeclarationType" : "LambdaAction", "documentation" : "", "simpleType" : "LambdaAction", "variableSetterType" : "LambdaAction" }, "getterModel" : { "returnType" : "LambdaAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "lambda", "marshallLocationName" : "lambda", "additionalUnmarshallingPath" : 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" : "/**

Invoke a Lambda function.

\n@param lambda Invoke a Lambda function.*/", "getterDocumentation" : "/**

Invoke a Lambda function.

\n@return Invoke a Lambda function.*/", "fluentSetterDocumentation" : "/**

Invoke a Lambda function.

\n@param lambda Invoke a Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Invoke a Lambda function.

\n@param lambda Invoke a Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Publish to an Amazon SNS topic.

", "name" : "Sns", "c2jName" : "sns", "c2jShape" : "SnsAction", "variable" : { "variableName" : "sns", "variableType" : "SnsAction", "variableDeclarationType" : "SnsAction", "documentation" : "

Publish to an Amazon SNS topic.

", "simpleType" : "SnsAction", "variableSetterType" : "SnsAction" }, "setterModel" : { "variableName" : "sns", "variableType" : "SnsAction", "variableDeclarationType" : "SnsAction", "documentation" : "", "simpleType" : "SnsAction", "variableSetterType" : "SnsAction" }, "getterModel" : { "returnType" : "SnsAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "sns", "marshallLocationName" : "sns", "additionalUnmarshallingPath" : 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" : "/**

Publish to an Amazon SNS topic.

\n@param sns Publish to an Amazon SNS topic.*/", "getterDocumentation" : "/**

Publish to an Amazon SNS topic.

\n@return Publish to an Amazon SNS topic.*/", "fluentSetterDocumentation" : "/**

Publish to an Amazon SNS topic.

\n@param sns Publish to an Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Publish to an Amazon SNS topic.

\n@param sns Publish to an Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Publish to an Amazon SQS queue.

", "name" : "Sqs", "c2jName" : "sqs", "c2jShape" : "SqsAction", "variable" : { "variableName" : "sqs", "variableType" : "SqsAction", "variableDeclarationType" : "SqsAction", "documentation" : "

Publish to an Amazon SQS queue.

", "simpleType" : "SqsAction", "variableSetterType" : "SqsAction" }, "setterModel" : { "variableName" : "sqs", "variableType" : "SqsAction", "variableDeclarationType" : "SqsAction", "documentation" : "", "simpleType" : "SqsAction", "variableSetterType" : "SqsAction" }, "getterModel" : { "returnType" : "SqsAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "sqs", "marshallLocationName" : "sqs", "additionalUnmarshallingPath" : 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" : "/**

Publish to an Amazon SQS queue.

\n@param sqs Publish to an Amazon SQS queue.*/", "getterDocumentation" : "/**

Publish to an Amazon SQS queue.

\n@return Publish to an Amazon SQS queue.*/", "fluentSetterDocumentation" : "/**

Publish to an Amazon SQS queue.

\n@param sqs Publish to an Amazon SQS queue.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Publish to an Amazon SQS queue.

\n@param sqs Publish to an Amazon SQS queue.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Write data to an Amazon Kinesis stream.

", "name" : "Kinesis", "c2jName" : "kinesis", "c2jShape" : "KinesisAction", "variable" : { "variableName" : "kinesis", "variableType" : "KinesisAction", "variableDeclarationType" : "KinesisAction", "documentation" : "

Write data to an Amazon Kinesis stream.

", "simpleType" : "KinesisAction", "variableSetterType" : "KinesisAction" }, "setterModel" : { "variableName" : "kinesis", "variableType" : "KinesisAction", "variableDeclarationType" : "KinesisAction", "documentation" : "", "simpleType" : "KinesisAction", "variableSetterType" : "KinesisAction" }, "getterModel" : { "returnType" : "KinesisAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "kinesis", "marshallLocationName" : "kinesis", "additionalUnmarshallingPath" : 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" : "/**

Write data to an Amazon Kinesis stream.

\n@param kinesis Write data to an Amazon Kinesis stream.*/", "getterDocumentation" : "/**

Write data to an Amazon Kinesis stream.

\n@return Write data to an Amazon Kinesis stream.*/", "fluentSetterDocumentation" : "/**

Write data to an Amazon Kinesis stream.

\n@param kinesis Write data to an Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Write data to an Amazon Kinesis stream.

\n@param kinesis Write data to an Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Publish to another MQTT topic.

", "name" : "Republish", "c2jName" : "republish", "c2jShape" : "RepublishAction", "variable" : { "variableName" : "republish", "variableType" : "RepublishAction", "variableDeclarationType" : "RepublishAction", "documentation" : "

Publish to another MQTT topic.

", "simpleType" : "RepublishAction", "variableSetterType" : "RepublishAction" }, "setterModel" : { "variableName" : "republish", "variableType" : "RepublishAction", "variableDeclarationType" : "RepublishAction", "documentation" : "", "simpleType" : "RepublishAction", "variableSetterType" : "RepublishAction" }, "getterModel" : { "returnType" : "RepublishAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "republish", "marshallLocationName" : "republish", "additionalUnmarshallingPath" : 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" : "/**

Publish to another MQTT topic.

\n@param republish Publish to another MQTT topic.*/", "getterDocumentation" : "/**

Publish to another MQTT topic.

\n@return Publish to another MQTT topic.*/", "fluentSetterDocumentation" : "/**

Publish to another MQTT topic.

\n@param republish Publish to another MQTT topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Publish to another MQTT topic.

\n@param republish Publish to another MQTT topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Write to an Amazon S3 bucket.

", "name" : "S3", "c2jName" : "s3", "c2jShape" : "S3Action", "variable" : { "variableName" : "s3", "variableType" : "S3Action", "variableDeclarationType" : "S3Action", "documentation" : "

Write to an Amazon S3 bucket.

", "simpleType" : "S3Action", "variableSetterType" : "S3Action" }, "setterModel" : { "variableName" : "s3", "variableType" : "S3Action", "variableDeclarationType" : "S3Action", "documentation" : "", "simpleType" : "S3Action", "variableSetterType" : "S3Action" }, "getterModel" : { "returnType" : "S3Action", "documentation" : null }, "http" : { "unmarshallLocationName" : "s3", "marshallLocationName" : "s3", "additionalUnmarshallingPath" : 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" : "/**

Write to an Amazon S3 bucket.

\n@param s3 Write to an Amazon S3 bucket.*/", "getterDocumentation" : "/**

Write to an Amazon S3 bucket.

\n@return Write to an Amazon S3 bucket.*/", "fluentSetterDocumentation" : "/**

Write to an Amazon S3 bucket.

\n@param s3 Write to an Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Write to an Amazon S3 bucket.

\n@param s3 Write to an Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Write to an Amazon Kinesis Firehose stream.

", "name" : "Firehose", "c2jName" : "firehose", "c2jShape" : "FirehoseAction", "variable" : { "variableName" : "firehose", "variableType" : "FirehoseAction", "variableDeclarationType" : "FirehoseAction", "documentation" : "

Write to an Amazon Kinesis Firehose stream.

", "simpleType" : "FirehoseAction", "variableSetterType" : "FirehoseAction" }, "setterModel" : { "variableName" : "firehose", "variableType" : "FirehoseAction", "variableDeclarationType" : "FirehoseAction", "documentation" : "", "simpleType" : "FirehoseAction", "variableSetterType" : "FirehoseAction" }, "getterModel" : { "returnType" : "FirehoseAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "firehose", "marshallLocationName" : "firehose", "additionalUnmarshallingPath" : 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" : "/**

Write to an Amazon Kinesis Firehose stream.

\n@param firehose Write to an Amazon Kinesis Firehose stream.*/", "getterDocumentation" : "/**

Write to an Amazon Kinesis Firehose stream.

\n@return Write to an Amazon Kinesis Firehose stream.*/", "fluentSetterDocumentation" : "/**

Write to an Amazon Kinesis Firehose stream.

\n@param firehose Write to an Amazon Kinesis Firehose stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Write to an Amazon Kinesis Firehose stream.

\n@param firehose Write to an Amazon Kinesis Firehose stream.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Capture a CloudWatch metric.

", "name" : "CloudwatchMetric", "c2jName" : "cloudwatchMetric", "c2jShape" : "CloudwatchMetricAction", "variable" : { "variableName" : "cloudwatchMetric", "variableType" : "CloudwatchMetricAction", "variableDeclarationType" : "CloudwatchMetricAction", "documentation" : "

Capture a CloudWatch metric.

", "simpleType" : "CloudwatchMetricAction", "variableSetterType" : "CloudwatchMetricAction" }, "setterModel" : { "variableName" : "cloudwatchMetric", "variableType" : "CloudwatchMetricAction", "variableDeclarationType" : "CloudwatchMetricAction", "documentation" : "", "simpleType" : "CloudwatchMetricAction", "variableSetterType" : "CloudwatchMetricAction" }, "getterModel" : { "returnType" : "CloudwatchMetricAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "cloudwatchMetric", "marshallLocationName" : "cloudwatchMetric", "additionalUnmarshallingPath" : 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" : "/**

Capture a CloudWatch metric.

\n@param cloudwatchMetric Capture a CloudWatch metric.*/", "getterDocumentation" : "/**

Capture a CloudWatch metric.

\n@return Capture a CloudWatch metric.*/", "fluentSetterDocumentation" : "/**

Capture a CloudWatch metric.

\n@param cloudwatchMetric Capture a CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Capture a CloudWatch metric.

\n@param cloudwatchMetric Capture a CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Change the state of a CloudWatch alarm.

", "name" : "CloudwatchAlarm", "c2jName" : "cloudwatchAlarm", "c2jShape" : "CloudwatchAlarmAction", "variable" : { "variableName" : "cloudwatchAlarm", "variableType" : "CloudwatchAlarmAction", "variableDeclarationType" : "CloudwatchAlarmAction", "documentation" : "

Change the state of a CloudWatch alarm.

", "simpleType" : "CloudwatchAlarmAction", "variableSetterType" : "CloudwatchAlarmAction" }, "setterModel" : { "variableName" : "cloudwatchAlarm", "variableType" : "CloudwatchAlarmAction", "variableDeclarationType" : "CloudwatchAlarmAction", "documentation" : "", "simpleType" : "CloudwatchAlarmAction", "variableSetterType" : "CloudwatchAlarmAction" }, "getterModel" : { "returnType" : "CloudwatchAlarmAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "cloudwatchAlarm", "marshallLocationName" : "cloudwatchAlarm", "additionalUnmarshallingPath" : 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" : "/**

Change the state of a CloudWatch alarm.

\n@param cloudwatchAlarm Change the state of a CloudWatch alarm.*/", "getterDocumentation" : "/**

Change the state of a CloudWatch alarm.

\n@return Change the state of a CloudWatch alarm.*/", "fluentSetterDocumentation" : "/**

Change the state of a CloudWatch alarm.

\n@param cloudwatchAlarm Change the state of a CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Change the state of a CloudWatch alarm.

\n@param cloudwatchAlarm Change the state of a CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Write data to an Amazon Elasticsearch Service; domain.

", "name" : "Elasticsearch", "c2jName" : "elasticsearch", "c2jShape" : "ElasticsearchAction", "variable" : { "variableName" : "elasticsearch", "variableType" : "ElasticsearchAction", "variableDeclarationType" : "ElasticsearchAction", "documentation" : "

Write data to an Amazon Elasticsearch Service; domain.

", "simpleType" : "ElasticsearchAction", "variableSetterType" : "ElasticsearchAction" }, "setterModel" : { "variableName" : "elasticsearch", "variableType" : "ElasticsearchAction", "variableDeclarationType" : "ElasticsearchAction", "documentation" : "", "simpleType" : "ElasticsearchAction", "variableSetterType" : "ElasticsearchAction" }, "getterModel" : { "returnType" : "ElasticsearchAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "elasticsearch", "marshallLocationName" : "elasticsearch", "additionalUnmarshallingPath" : 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" : "/**

Write data to an Amazon Elasticsearch Service; domain.

\n@param elasticsearch Write data to an Amazon Elasticsearch Service; domain.*/", "getterDocumentation" : "/**

Write data to an Amazon Elasticsearch Service; domain.

\n@return Write data to an Amazon Elasticsearch Service; domain.*/", "fluentSetterDocumentation" : "/**

Write data to an Amazon Elasticsearch Service; domain.

\n@param elasticsearch Write data to an Amazon Elasticsearch Service; domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Write data to an Amazon Elasticsearch Service; domain.

\n@param elasticsearch Write data to an Amazon Elasticsearch Service; domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "action", "variableType" : "Action", "variableDeclarationType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "S3" : { "documentation" : "

Write to an Amazon S3 bucket.

", "name" : "S3", "c2jName" : "s3", "c2jShape" : "S3Action", "variable" : { "variableName" : "s3", "variableType" : "S3Action", "variableDeclarationType" : "S3Action", "documentation" : "

Write to an Amazon S3 bucket.

", "simpleType" : "S3Action", "variableSetterType" : "S3Action" }, "setterModel" : { "variableName" : "s3", "variableType" : "S3Action", "variableDeclarationType" : "S3Action", "documentation" : "", "simpleType" : "S3Action", "variableSetterType" : "S3Action" }, "getterModel" : { "returnType" : "S3Action", "documentation" : null }, "http" : { "unmarshallLocationName" : "s3", "marshallLocationName" : "s3", "additionalUnmarshallingPath" : 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" : "/**

Write to an Amazon S3 bucket.

\n@param s3 Write to an Amazon S3 bucket.*/", "getterDocumentation" : "/**

Write to an Amazon S3 bucket.

\n@return Write to an Amazon S3 bucket.*/", "fluentSetterDocumentation" : "/**

Write to an Amazon S3 bucket.

\n@param s3 Write to an Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Write to an Amazon S3 bucket.

\n@param s3 Write to an Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Sqs" : { "documentation" : "

Publish to an Amazon SQS queue.

", "name" : "Sqs", "c2jName" : "sqs", "c2jShape" : "SqsAction", "variable" : { "variableName" : "sqs", "variableType" : "SqsAction", "variableDeclarationType" : "SqsAction", "documentation" : "

Publish to an Amazon SQS queue.

", "simpleType" : "SqsAction", "variableSetterType" : "SqsAction" }, "setterModel" : { "variableName" : "sqs", "variableType" : "SqsAction", "variableDeclarationType" : "SqsAction", "documentation" : "", "simpleType" : "SqsAction", "variableSetterType" : "SqsAction" }, "getterModel" : { "returnType" : "SqsAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "sqs", "marshallLocationName" : "sqs", "additionalUnmarshallingPath" : 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" : "/**

Publish to an Amazon SQS queue.

\n@param sqs Publish to an Amazon SQS queue.*/", "getterDocumentation" : "/**

Publish to an Amazon SQS queue.

\n@return Publish to an Amazon SQS queue.*/", "fluentSetterDocumentation" : "/**

Publish to an Amazon SQS queue.

\n@param sqs Publish to an Amazon SQS queue.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Publish to an Amazon SQS queue.

\n@param sqs Publish to an Amazon SQS queue.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Sns" : { "documentation" : "

Publish to an Amazon SNS topic.

", "name" : "Sns", "c2jName" : "sns", "c2jShape" : "SnsAction", "variable" : { "variableName" : "sns", "variableType" : "SnsAction", "variableDeclarationType" : "SnsAction", "documentation" : "

Publish to an Amazon SNS topic.

", "simpleType" : "SnsAction", "variableSetterType" : "SnsAction" }, "setterModel" : { "variableName" : "sns", "variableType" : "SnsAction", "variableDeclarationType" : "SnsAction", "documentation" : "", "simpleType" : "SnsAction", "variableSetterType" : "SnsAction" }, "getterModel" : { "returnType" : "SnsAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "sns", "marshallLocationName" : "sns", "additionalUnmarshallingPath" : 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" : "/**

Publish to an Amazon SNS topic.

\n@param sns Publish to an Amazon SNS topic.*/", "getterDocumentation" : "/**

Publish to an Amazon SNS topic.

\n@return Publish to an Amazon SNS topic.*/", "fluentSetterDocumentation" : "/**

Publish to an Amazon SNS topic.

\n@param sns Publish to an Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Publish to an Amazon SNS topic.

\n@param sns Publish to an Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Elasticsearch" : { "documentation" : "

Write data to an Amazon Elasticsearch Service; domain.

", "name" : "Elasticsearch", "c2jName" : "elasticsearch", "c2jShape" : "ElasticsearchAction", "variable" : { "variableName" : "elasticsearch", "variableType" : "ElasticsearchAction", "variableDeclarationType" : "ElasticsearchAction", "documentation" : "

Write data to an Amazon Elasticsearch Service; domain.

", "simpleType" : "ElasticsearchAction", "variableSetterType" : "ElasticsearchAction" }, "setterModel" : { "variableName" : "elasticsearch", "variableType" : "ElasticsearchAction", "variableDeclarationType" : "ElasticsearchAction", "documentation" : "", "simpleType" : "ElasticsearchAction", "variableSetterType" : "ElasticsearchAction" }, "getterModel" : { "returnType" : "ElasticsearchAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "elasticsearch", "marshallLocationName" : "elasticsearch", "additionalUnmarshallingPath" : 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" : "/**

Write data to an Amazon Elasticsearch Service; domain.

\n@param elasticsearch Write data to an Amazon Elasticsearch Service; domain.*/", "getterDocumentation" : "/**

Write data to an Amazon Elasticsearch Service; domain.

\n@return Write data to an Amazon Elasticsearch Service; domain.*/", "fluentSetterDocumentation" : "/**

Write data to an Amazon Elasticsearch Service; domain.

\n@param elasticsearch Write data to an Amazon Elasticsearch Service; domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Write data to an Amazon Elasticsearch Service; domain.

\n@param elasticsearch Write data to an Amazon Elasticsearch Service; domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudwatchAlarm" : { "documentation" : "

Change the state of a CloudWatch alarm.

", "name" : "CloudwatchAlarm", "c2jName" : "cloudwatchAlarm", "c2jShape" : "CloudwatchAlarmAction", "variable" : { "variableName" : "cloudwatchAlarm", "variableType" : "CloudwatchAlarmAction", "variableDeclarationType" : "CloudwatchAlarmAction", "documentation" : "

Change the state of a CloudWatch alarm.

", "simpleType" : "CloudwatchAlarmAction", "variableSetterType" : "CloudwatchAlarmAction" }, "setterModel" : { "variableName" : "cloudwatchAlarm", "variableType" : "CloudwatchAlarmAction", "variableDeclarationType" : "CloudwatchAlarmAction", "documentation" : "", "simpleType" : "CloudwatchAlarmAction", "variableSetterType" : "CloudwatchAlarmAction" }, "getterModel" : { "returnType" : "CloudwatchAlarmAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "cloudwatchAlarm", "marshallLocationName" : "cloudwatchAlarm", "additionalUnmarshallingPath" : 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" : "/**

Change the state of a CloudWatch alarm.

\n@param cloudwatchAlarm Change the state of a CloudWatch alarm.*/", "getterDocumentation" : "/**

Change the state of a CloudWatch alarm.

\n@return Change the state of a CloudWatch alarm.*/", "fluentSetterDocumentation" : "/**

Change the state of a CloudWatch alarm.

\n@param cloudwatchAlarm Change the state of a CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Change the state of a CloudWatch alarm.

\n@param cloudwatchAlarm Change the state of a CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Firehose" : { "documentation" : "

Write to an Amazon Kinesis Firehose stream.

", "name" : "Firehose", "c2jName" : "firehose", "c2jShape" : "FirehoseAction", "variable" : { "variableName" : "firehose", "variableType" : "FirehoseAction", "variableDeclarationType" : "FirehoseAction", "documentation" : "

Write to an Amazon Kinesis Firehose stream.

", "simpleType" : "FirehoseAction", "variableSetterType" : "FirehoseAction" }, "setterModel" : { "variableName" : "firehose", "variableType" : "FirehoseAction", "variableDeclarationType" : "FirehoseAction", "documentation" : "", "simpleType" : "FirehoseAction", "variableSetterType" : "FirehoseAction" }, "getterModel" : { "returnType" : "FirehoseAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "firehose", "marshallLocationName" : "firehose", "additionalUnmarshallingPath" : 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" : "/**

Write to an Amazon Kinesis Firehose stream.

\n@param firehose Write to an Amazon Kinesis Firehose stream.*/", "getterDocumentation" : "/**

Write to an Amazon Kinesis Firehose stream.

\n@return Write to an Amazon Kinesis Firehose stream.*/", "fluentSetterDocumentation" : "/**

Write to an Amazon Kinesis Firehose stream.

\n@param firehose Write to an Amazon Kinesis Firehose stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Write to an Amazon Kinesis Firehose stream.

\n@param firehose Write to an Amazon Kinesis Firehose stream.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Kinesis" : { "documentation" : "

Write data to an Amazon Kinesis stream.

", "name" : "Kinesis", "c2jName" : "kinesis", "c2jShape" : "KinesisAction", "variable" : { "variableName" : "kinesis", "variableType" : "KinesisAction", "variableDeclarationType" : "KinesisAction", "documentation" : "

Write data to an Amazon Kinesis stream.

", "simpleType" : "KinesisAction", "variableSetterType" : "KinesisAction" }, "setterModel" : { "variableName" : "kinesis", "variableType" : "KinesisAction", "variableDeclarationType" : "KinesisAction", "documentation" : "", "simpleType" : "KinesisAction", "variableSetterType" : "KinesisAction" }, "getterModel" : { "returnType" : "KinesisAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "kinesis", "marshallLocationName" : "kinesis", "additionalUnmarshallingPath" : 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" : "/**

Write data to an Amazon Kinesis stream.

\n@param kinesis Write data to an Amazon Kinesis stream.*/", "getterDocumentation" : "/**

Write data to an Amazon Kinesis stream.

\n@return Write data to an Amazon Kinesis stream.*/", "fluentSetterDocumentation" : "/**

Write data to an Amazon Kinesis stream.

\n@param kinesis Write data to an Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Write data to an Amazon Kinesis stream.

\n@param kinesis Write data to an Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DynamoDB" : { "documentation" : "

Write to a DynamoDB table.

", "name" : "DynamoDB", "c2jName" : "dynamoDB", "c2jShape" : "DynamoDBAction", "variable" : { "variableName" : "dynamoDB", "variableType" : "DynamoDBAction", "variableDeclarationType" : "DynamoDBAction", "documentation" : "

Write to a DynamoDB table.

", "simpleType" : "DynamoDBAction", "variableSetterType" : "DynamoDBAction" }, "setterModel" : { "variableName" : "dynamoDB", "variableType" : "DynamoDBAction", "variableDeclarationType" : "DynamoDBAction", "documentation" : "", "simpleType" : "DynamoDBAction", "variableSetterType" : "DynamoDBAction" }, "getterModel" : { "returnType" : "DynamoDBAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "dynamoDB", "marshallLocationName" : "dynamoDB", "additionalUnmarshallingPath" : 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" : "/**

Write to a DynamoDB table.

\n@param dynamoDB Write to a DynamoDB table.*/", "getterDocumentation" : "/**

Write to a DynamoDB table.

\n@return Write to a DynamoDB table.*/", "fluentSetterDocumentation" : "/**

Write to a DynamoDB table.

\n@param dynamoDB Write to a DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Write to a DynamoDB table.

\n@param dynamoDB Write to a DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Republish" : { "documentation" : "

Publish to another MQTT topic.

", "name" : "Republish", "c2jName" : "republish", "c2jShape" : "RepublishAction", "variable" : { "variableName" : "republish", "variableType" : "RepublishAction", "variableDeclarationType" : "RepublishAction", "documentation" : "

Publish to another MQTT topic.

", "simpleType" : "RepublishAction", "variableSetterType" : "RepublishAction" }, "setterModel" : { "variableName" : "republish", "variableType" : "RepublishAction", "variableDeclarationType" : "RepublishAction", "documentation" : "", "simpleType" : "RepublishAction", "variableSetterType" : "RepublishAction" }, "getterModel" : { "returnType" : "RepublishAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "republish", "marshallLocationName" : "republish", "additionalUnmarshallingPath" : 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" : "/**

Publish to another MQTT topic.

\n@param republish Publish to another MQTT topic.*/", "getterDocumentation" : "/**

Publish to another MQTT topic.

\n@return Publish to another MQTT topic.*/", "fluentSetterDocumentation" : "/**

Publish to another MQTT topic.

\n@param republish Publish to another MQTT topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Publish to another MQTT topic.

\n@param republish Publish to another MQTT topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Lambda" : { "documentation" : "

Invoke a Lambda function.

", "name" : "Lambda", "c2jName" : "lambda", "c2jShape" : "LambdaAction", "variable" : { "variableName" : "lambda", "variableType" : "LambdaAction", "variableDeclarationType" : "LambdaAction", "documentation" : "

Invoke a Lambda function.

", "simpleType" : "LambdaAction", "variableSetterType" : "LambdaAction" }, "setterModel" : { "variableName" : "lambda", "variableType" : "LambdaAction", "variableDeclarationType" : "LambdaAction", "documentation" : "", "simpleType" : "LambdaAction", "variableSetterType" : "LambdaAction" }, "getterModel" : { "returnType" : "LambdaAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "lambda", "marshallLocationName" : "lambda", "additionalUnmarshallingPath" : 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" : "/**

Invoke a Lambda function.

\n@param lambda Invoke a Lambda function.*/", "getterDocumentation" : "/**

Invoke a Lambda function.

\n@return Invoke a Lambda function.*/", "fluentSetterDocumentation" : "/**

Invoke a Lambda function.

\n@param lambda Invoke a Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Invoke a Lambda function.

\n@param lambda Invoke a Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudwatchMetric" : { "documentation" : "

Capture a CloudWatch metric.

", "name" : "CloudwatchMetric", "c2jName" : "cloudwatchMetric", "c2jShape" : "CloudwatchMetricAction", "variable" : { "variableName" : "cloudwatchMetric", "variableType" : "CloudwatchMetricAction", "variableDeclarationType" : "CloudwatchMetricAction", "documentation" : "

Capture a CloudWatch metric.

", "simpleType" : "CloudwatchMetricAction", "variableSetterType" : "CloudwatchMetricAction" }, "setterModel" : { "variableName" : "cloudwatchMetric", "variableType" : "CloudwatchMetricAction", "variableDeclarationType" : "CloudwatchMetricAction", "documentation" : "", "simpleType" : "CloudwatchMetricAction", "variableSetterType" : "CloudwatchMetricAction" }, "getterModel" : { "returnType" : "CloudwatchMetricAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "cloudwatchMetric", "marshallLocationName" : "cloudwatchMetric", "additionalUnmarshallingPath" : 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" : "/**

Capture a CloudWatch metric.

\n@param cloudwatchMetric Capture a CloudWatch metric.*/", "getterDocumentation" : "/**

Capture a CloudWatch metric.

\n@return Capture a CloudWatch metric.*/", "fluentSetterDocumentation" : "/**

Capture a CloudWatch metric.

\n@param cloudwatchMetric Capture a CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Capture a CloudWatch metric.

\n@param cloudwatchMetric Capture a CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "MalformedPolicyException" : { "c2jName" : "MalformedPolicyException", "documentation" : "

The policy documentation is not valid.

", "shapeName" : "MalformedPolicyException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "malformedPolicyException", "variableType" : "MalformedPolicyException", "variableDeclarationType" : "MalformedPolicyException", "documentation" : null, "simpleType" : "MalformedPolicyException", "variableSetterType" : "MalformedPolicyException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "MalformedPolicyException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeletePolicyVersionResult" : { "c2jName" : "DeletePolicyVersionResult", "documentation" : null, "shapeName" : "DeletePolicyVersionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deletePolicyVersionResult", "variableType" : "DeletePolicyVersionResult", "variableDeclarationType" : "DeletePolicyVersionResult", "documentation" : null, "simpleType" : "DeletePolicyVersionResult", "variableSetterType" : "DeletePolicyVersionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "EnableTopicRuleResult" : { "c2jName" : "EnableTopicRuleResult", "documentation" : null, "shapeName" : "EnableTopicRuleResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "enableTopicRuleResult", "variableType" : "EnableTopicRuleResult", "variableDeclarationType" : "EnableTopicRuleResult", "documentation" : null, "simpleType" : "EnableTopicRuleResult", "variableSetterType" : "EnableTopicRuleResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RegisterCACertificateRequest" : { "c2jName" : "RegisterCACertificateRequest", "documentation" : "

The input to the RegisterCACertificate operation.

", "shapeName" : "RegisterCACertificateRequest", "deprecated" : false, "required" : [ "caCertificate", "verificationCertificate" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The CA certificate.

", "name" : "CaCertificate", "c2jName" : "caCertificate", "c2jShape" : "CertificatePem", "variable" : { "variableName" : "caCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CA certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "caCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "caCertificate", "marshallLocationName" : "caCertificate", "additionalUnmarshallingPath" : 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 CA certificate.

\n@param caCertificate The CA certificate.*/", "getterDocumentation" : "/**

The CA certificate.

\n@return The CA certificate.*/", "fluentSetterDocumentation" : "/**

The CA certificate.

\n@param caCertificate The CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate.

\n@param caCertificate The CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The private key verification certificate.

", "name" : "VerificationCertificate", "c2jName" : "verificationCertificate", "c2jShape" : "CertificatePem", "variable" : { "variableName" : "verificationCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The private key verification certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "verificationCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "verificationCertificate", "marshallLocationName" : "verificationCertificate", "additionalUnmarshallingPath" : 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 private key verification certificate.

\n@param verificationCertificate The private key verification certificate.*/", "getterDocumentation" : "/**

The private key verification certificate.

\n@return The private key verification certificate.*/", "fluentSetterDocumentation" : "/**

The private key verification certificate.

\n@param verificationCertificate The private key verification certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The private key verification certificate.

\n@param verificationCertificate The private key verification certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A boolean value that specifies if the CA certificate is set to active.

", "name" : "SetAsActive", "c2jName" : "setAsActive", "c2jShape" : "SetAsActive", "variable" : { "variableName" : "setAsActive", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

A boolean value that specifies if the CA certificate is set to active.

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

A boolean value that specifies if the CA certificate is set to active.

\n@param setAsActive A boolean value that specifies if the CA certificate is set to active.*/", "getterDocumentation" : "/**

A boolean value that specifies if the CA certificate is set to active.

\n@return A boolean value that specifies if the CA certificate is set to active.*/", "fluentSetterDocumentation" : "/**

A boolean value that specifies if the CA certificate is set to active.

\n@param setAsActive A boolean value that specifies if the CA certificate is set to active.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A boolean value that specifies if the CA certificate is set to active.

\n@param setAsActive A boolean value that specifies if the CA certificate is set to active.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "registerCACertificateRequest", "variableType" : "RegisterCACertificateRequest", "variableDeclarationType" : "RegisterCACertificateRequest", "documentation" : null, "simpleType" : "RegisterCACertificateRequest", "variableSetterType" : "RegisterCACertificateRequest" }, "marshaller" : { "action" : "RegisterCACertificate", "verb" : "POST", "target" : null, "requestUri" : "/cacertificate", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CaCertificate" : { "documentation" : "

The CA certificate.

", "name" : "CaCertificate", "c2jName" : "caCertificate", "c2jShape" : "CertificatePem", "variable" : { "variableName" : "caCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CA certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "caCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "caCertificate", "marshallLocationName" : "caCertificate", "additionalUnmarshallingPath" : 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 CA certificate.

\n@param caCertificate The CA certificate.*/", "getterDocumentation" : "/**

The CA certificate.

\n@return The CA certificate.*/", "fluentSetterDocumentation" : "/**

The CA certificate.

\n@param caCertificate The CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate.

\n@param caCertificate The CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SetAsActive" : { "documentation" : "

A boolean value that specifies if the CA certificate is set to active.

", "name" : "SetAsActive", "c2jName" : "setAsActive", "c2jShape" : "SetAsActive", "variable" : { "variableName" : "setAsActive", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

A boolean value that specifies if the CA certificate is set to active.

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

A boolean value that specifies if the CA certificate is set to active.

\n@param setAsActive A boolean value that specifies if the CA certificate is set to active.*/", "getterDocumentation" : "/**

A boolean value that specifies if the CA certificate is set to active.

\n@return A boolean value that specifies if the CA certificate is set to active.*/", "fluentSetterDocumentation" : "/**

A boolean value that specifies if the CA certificate is set to active.

\n@param setAsActive A boolean value that specifies if the CA certificate is set to active.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A boolean value that specifies if the CA certificate is set to active.

\n@param setAsActive A boolean value that specifies if the CA certificate is set to active.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VerificationCertificate" : { "documentation" : "

The private key verification certificate.

", "name" : "VerificationCertificate", "c2jName" : "verificationCertificate", "c2jShape" : "CertificatePem", "variable" : { "variableName" : "verificationCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The private key verification certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "verificationCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "verificationCertificate", "marshallLocationName" : "verificationCertificate", "additionalUnmarshallingPath" : 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 private key verification certificate.

\n@param verificationCertificate The private key verification certificate.*/", "getterDocumentation" : "/**

The private key verification certificate.

\n@return The private key verification certificate.*/", "fluentSetterDocumentation" : "/**

The private key verification certificate.

\n@param verificationCertificate The private key verification certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The private key verification certificate.

\n@param verificationCertificate The private key verification certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteRegistrationCodeResult" : { "c2jName" : "DeleteRegistrationCodeResponse", "documentation" : "

The output for the DeleteRegistrationCode operation.

", "shapeName" : "DeleteRegistrationCodeResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteRegistrationCodeResult", "variableType" : "DeleteRegistrationCodeResult", "variableDeclarationType" : "DeleteRegistrationCodeResult", "documentation" : null, "simpleType" : "DeleteRegistrationCodeResult", "variableSetterType" : "DeleteRegistrationCodeResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SetLoggingOptionsRequest" : { "c2jName" : "SetLoggingOptionsRequest", "documentation" : "

The input for the SetLoggingOptions operation.

", "shapeName" : "SetLoggingOptionsRequest", "deprecated" : false, "required" : [ "loggingOptionsPayload" ], "hasPayloadMember" : true, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The logging options payload.

", "name" : "LoggingOptionsPayload", "c2jName" : "loggingOptionsPayload", "c2jShape" : "LoggingOptionsPayload", "variable" : { "variableName" : "loggingOptionsPayload", "variableType" : "LoggingOptionsPayload", "variableDeclarationType" : "LoggingOptionsPayload", "documentation" : "

The logging options payload.

", "simpleType" : "LoggingOptionsPayload", "variableSetterType" : "LoggingOptionsPayload" }, "setterModel" : { "variableName" : "loggingOptionsPayload", "variableType" : "LoggingOptionsPayload", "variableDeclarationType" : "LoggingOptionsPayload", "documentation" : "", "simpleType" : "LoggingOptionsPayload", "variableSetterType" : "LoggingOptionsPayload" }, "getterModel" : { "returnType" : "LoggingOptionsPayload", "documentation" : null }, "http" : { "unmarshallLocationName" : "loggingOptionsPayload", "marshallLocationName" : "loggingOptionsPayload", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "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" : "/**

The logging options payload.

\n@param loggingOptionsPayload The logging options payload.*/", "getterDocumentation" : "/**

The logging options payload.

\n@return The logging options payload.*/", "fluentSetterDocumentation" : "/**

The logging options payload.

\n@param loggingOptionsPayload The logging options payload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The logging options payload.

\n@param loggingOptionsPayload The logging options payload.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setLoggingOptionsRequest", "variableType" : "SetLoggingOptionsRequest", "variableDeclarationType" : "SetLoggingOptionsRequest", "documentation" : null, "simpleType" : "SetLoggingOptionsRequest", "variableSetterType" : "SetLoggingOptionsRequest" }, "marshaller" : { "action" : "SetLoggingOptions", "verb" : "POST", "target" : null, "requestUri" : "/loggingOptions", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LoggingOptionsPayload" : { "documentation" : "

The logging options payload.

", "name" : "LoggingOptionsPayload", "c2jName" : "loggingOptionsPayload", "c2jShape" : "LoggingOptionsPayload", "variable" : { "variableName" : "loggingOptionsPayload", "variableType" : "LoggingOptionsPayload", "variableDeclarationType" : "LoggingOptionsPayload", "documentation" : "

The logging options payload.

", "simpleType" : "LoggingOptionsPayload", "variableSetterType" : "LoggingOptionsPayload" }, "setterModel" : { "variableName" : "loggingOptionsPayload", "variableType" : "LoggingOptionsPayload", "variableDeclarationType" : "LoggingOptionsPayload", "documentation" : "", "simpleType" : "LoggingOptionsPayload", "variableSetterType" : "LoggingOptionsPayload" }, "getterModel" : { "returnType" : "LoggingOptionsPayload", "documentation" : null }, "http" : { "unmarshallLocationName" : "loggingOptionsPayload", "marshallLocationName" : "loggingOptionsPayload", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "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" : "/**

The logging options payload.

\n@param loggingOptionsPayload The logging options payload.*/", "getterDocumentation" : "/**

The logging options payload.

\n@return The logging options payload.*/", "fluentSetterDocumentation" : "/**

The logging options payload.

\n@param loggingOptionsPayload The logging options payload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The logging options payload.

\n@param loggingOptionsPayload The logging options payload.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CancelCertificateTransferRequest" : { "c2jName" : "CancelCertificateTransferRequest", "documentation" : "

The input for the CancelCertificateTransfer operation.

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

The ID of the certificate.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate.

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

The ID of the certificate.

\n@param certificateId The ID of the certificate.*/", "getterDocumentation" : "/**

The ID of the certificate.

\n@return The ID of the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cancelCertificateTransferRequest", "variableType" : "CancelCertificateTransferRequest", "variableDeclarationType" : "CancelCertificateTransferRequest", "documentation" : null, "simpleType" : "CancelCertificateTransferRequest", "variableSetterType" : "CancelCertificateTransferRequest" }, "marshaller" : { "action" : "CancelCertificateTransfer", "verb" : "PATCH", "target" : null, "requestUri" : "/cancel-certificate-transfer/{certificateId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateId" : { "documentation" : "

The ID of the certificate.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate.

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

The ID of the certificate.

\n@param certificateId The ID of the certificate.*/", "getterDocumentation" : "/**

The ID of the certificate.

\n@return The ID of the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CertificateConflictException" : { "c2jName" : "CertificateConflictException", "documentation" : "

Unable to verify the CA certificate used to sign the device certificate you are attempting to register. This is happens when you have registered more than one CA certificate that has the same subject field and public key.

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

The input for the SetDefaultPolicyVersion operation.

", "shapeName" : "SetDefaultPolicyVersionRequest", "deprecated" : false, "required" : [ "policyName", "policyVersionId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The policy name.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy name.

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

The policy name.

\n@param policyName The policy name.*/", "getterDocumentation" : "/**

The policy name.

\n@return The policy name.*/", "fluentSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The policy version ID.

", "name" : "PolicyVersionId", "c2jName" : "policyVersionId", "c2jShape" : "PolicyVersionId", "variable" : { "variableName" : "policyVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy version ID.

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

The policy version ID.

\n@param policyVersionId The policy version ID.*/", "getterDocumentation" : "/**

The policy version ID.

\n@return The policy version ID.*/", "fluentSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setDefaultPolicyVersionRequest", "variableType" : "SetDefaultPolicyVersionRequest", "variableDeclarationType" : "SetDefaultPolicyVersionRequest", "documentation" : null, "simpleType" : "SetDefaultPolicyVersionRequest", "variableSetterType" : "SetDefaultPolicyVersionRequest" }, "marshaller" : { "action" : "SetDefaultPolicyVersion", "verb" : "PATCH", "target" : null, "requestUri" : "/policies/{policyName}/version/{policyVersionId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyName" : { "documentation" : "

The policy name.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy name.

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

The policy name.

\n@param policyName The policy name.*/", "getterDocumentation" : "/**

The policy name.

\n@return The policy name.*/", "fluentSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyVersionId" : { "documentation" : "

The policy version ID.

", "name" : "PolicyVersionId", "c2jName" : "policyVersionId", "c2jShape" : "PolicyVersionId", "variable" : { "variableName" : "policyVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy version ID.

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

The policy version ID.

\n@param policyVersionId The policy version ID.*/", "getterDocumentation" : "/**

The policy version ID.

\n@return The policy version ID.*/", "fluentSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeletePolicyResult" : { "c2jName" : "DeletePolicyResult", "documentation" : null, "shapeName" : "DeletePolicyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deletePolicyResult", "variableType" : "DeletePolicyResult", "variableDeclarationType" : "DeletePolicyResult", "documentation" : null, "simpleType" : "DeletePolicyResult", "variableSetterType" : "DeletePolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CACertificateDescription" : { "c2jName" : "CACertificateDescription", "documentation" : "

Describes a CA certificate.

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

The CA certificate ARN.

", "name" : "CertificateArn", "c2jName" : "certificateArn", "c2jShape" : "CertificateArn", "variable" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CA certificate ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateArn", "marshallLocationName" : "certificateArn", "additionalUnmarshallingPath" : 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 CA certificate ARN.

\n@param certificateArn The CA certificate ARN.*/", "getterDocumentation" : "/**

The CA certificate ARN.

\n@return The CA certificate ARN.*/", "fluentSetterDocumentation" : "/**

The CA certificate ARN.

\n@param certificateArn The CA certificate ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate ARN.

\n@param certificateArn The CA certificate ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The CA certificate ID.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CA certificate ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateId", "marshallLocationName" : "certificateId", "additionalUnmarshallingPath" : 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 CA certificate ID.

\n@param certificateId The CA certificate ID.*/", "getterDocumentation" : "/**

The CA certificate ID.

\n@return The CA certificate ID.*/", "fluentSetterDocumentation" : "/**

The CA certificate ID.

\n@param certificateId The CA certificate ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate ID.

\n@param certificateId The CA certificate ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of a CA certificate.

", "name" : "Status", "c2jName" : "status", "c2jShape" : "CACertificateStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of a CA certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : 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" : "CACertificateStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of a CA certificate.

\n@param status The status of a CA certificate.\n@see CACertificateStatus*/", "getterDocumentation" : "/**

The status of a CA certificate.

\n@return The status of a CA certificate.\n@see CACertificateStatus*/", "fluentSetterDocumentation" : "/**

The status of a CA certificate.

\n@param status The status of a CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CACertificateStatus*/", "varargSetterDocumentation" : "/**

The status of a CA certificate.

\n@param status The status of a CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CACertificateStatus*/" }, { "documentation" : "

The CA certificate data, in PEM format.

", "name" : "CertificatePem", "c2jName" : "certificatePem", "c2jShape" : "CertificatePem", "variable" : { "variableName" : "certificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CA certificate data, in PEM format.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificatePem", "marshallLocationName" : "certificatePem", "additionalUnmarshallingPath" : 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 CA certificate data, in PEM format.

\n@param certificatePem The CA certificate data, in PEM format.*/", "getterDocumentation" : "/**

The CA certificate data, in PEM format.

\n@return The CA certificate data, in PEM format.*/", "fluentSetterDocumentation" : "/**

The CA certificate data, in PEM format.

\n@param certificatePem The CA certificate data, in PEM format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate data, in PEM format.

\n@param certificatePem The CA certificate data, in PEM format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The owner of the CA certificate.

", "name" : "OwnedBy", "c2jName" : "ownedBy", "c2jShape" : "AwsAccountId", "variable" : { "variableName" : "ownedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The owner of the CA certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ownedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ownedBy", "marshallLocationName" : "ownedBy", "additionalUnmarshallingPath" : 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 owner of the CA certificate.

\n@param ownedBy The owner of the CA certificate.*/", "getterDocumentation" : "/**

The owner of the CA certificate.

\n@return The owner of the CA certificate.*/", "fluentSetterDocumentation" : "/**

The owner of the CA certificate.

\n@param ownedBy The owner of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The owner of the CA certificate.

\n@param ownedBy The owner of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date the CA certificate was created.

", "name" : "CreationDate", "c2jName" : "creationDate", "c2jShape" : "DateType", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date the CA certificate was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "creationDate", "marshallLocationName" : "creationDate", "additionalUnmarshallingPath" : 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 date the CA certificate was created.

\n@param creationDate The date the CA certificate was created.*/", "getterDocumentation" : "/**

The date the CA certificate was created.

\n@return The date the CA certificate was created.*/", "fluentSetterDocumentation" : "/**

The date the CA certificate was created.

\n@param creationDate The date the CA certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date the CA certificate was created.

\n@param creationDate The date the CA certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cACertificateDescription", "variableType" : "CACertificateDescription", "variableDeclarationType" : "CACertificateDescription", "documentation" : null, "simpleType" : "CACertificateDescription", "variableSetterType" : "CACertificateDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

The status of a CA certificate.

", "name" : "Status", "c2jName" : "status", "c2jShape" : "CACertificateStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of a CA certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : 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" : "CACertificateStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of a CA certificate.

\n@param status The status of a CA certificate.\n@see CACertificateStatus*/", "getterDocumentation" : "/**

The status of a CA certificate.

\n@return The status of a CA certificate.\n@see CACertificateStatus*/", "fluentSetterDocumentation" : "/**

The status of a CA certificate.

\n@param status The status of a CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CACertificateStatus*/", "varargSetterDocumentation" : "/**

The status of a CA certificate.

\n@param status The status of a CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CACertificateStatus*/" }, "CertificateId" : { "documentation" : "

The CA certificate ID.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CA certificate ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateId", "marshallLocationName" : "certificateId", "additionalUnmarshallingPath" : 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 CA certificate ID.

\n@param certificateId The CA certificate ID.*/", "getterDocumentation" : "/**

The CA certificate ID.

\n@return The CA certificate ID.*/", "fluentSetterDocumentation" : "/**

The CA certificate ID.

\n@param certificateId The CA certificate ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate ID.

\n@param certificateId The CA certificate ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificateArn" : { "documentation" : "

The CA certificate ARN.

", "name" : "CertificateArn", "c2jName" : "certificateArn", "c2jShape" : "CertificateArn", "variable" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CA certificate ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateArn", "marshallLocationName" : "certificateArn", "additionalUnmarshallingPath" : 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 CA certificate ARN.

\n@param certificateArn The CA certificate ARN.*/", "getterDocumentation" : "/**

The CA certificate ARN.

\n@return The CA certificate ARN.*/", "fluentSetterDocumentation" : "/**

The CA certificate ARN.

\n@param certificateArn The CA certificate ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate ARN.

\n@param certificateArn The CA certificate ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificatePem" : { "documentation" : "

The CA certificate data, in PEM format.

", "name" : "CertificatePem", "c2jName" : "certificatePem", "c2jShape" : "CertificatePem", "variable" : { "variableName" : "certificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CA certificate data, in PEM format.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificatePem", "marshallLocationName" : "certificatePem", "additionalUnmarshallingPath" : 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 CA certificate data, in PEM format.

\n@param certificatePem The CA certificate data, in PEM format.*/", "getterDocumentation" : "/**

The CA certificate data, in PEM format.

\n@return The CA certificate data, in PEM format.*/", "fluentSetterDocumentation" : "/**

The CA certificate data, in PEM format.

\n@param certificatePem The CA certificate data, in PEM format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate data, in PEM format.

\n@param certificatePem The CA certificate data, in PEM format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreationDate" : { "documentation" : "

The date the CA certificate was created.

", "name" : "CreationDate", "c2jName" : "creationDate", "c2jShape" : "DateType", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date the CA certificate was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "creationDate", "marshallLocationName" : "creationDate", "additionalUnmarshallingPath" : 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 date the CA certificate was created.

\n@param creationDate The date the CA certificate was created.*/", "getterDocumentation" : "/**

The date the CA certificate was created.

\n@return The date the CA certificate was created.*/", "fluentSetterDocumentation" : "/**

The date the CA certificate was created.

\n@param creationDate The date the CA certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date the CA certificate was created.

\n@param creationDate The date the CA certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OwnedBy" : { "documentation" : "

The owner of the CA certificate.

", "name" : "OwnedBy", "c2jName" : "ownedBy", "c2jShape" : "AwsAccountId", "variable" : { "variableName" : "ownedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The owner of the CA certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ownedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ownedBy", "marshallLocationName" : "ownedBy", "additionalUnmarshallingPath" : 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 owner of the CA certificate.

\n@param ownedBy The owner of the CA certificate.*/", "getterDocumentation" : "/**

The owner of the CA certificate.

\n@return The owner of the CA certificate.*/", "fluentSetterDocumentation" : "/**

The owner of the CA certificate.

\n@param ownedBy The owner of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The owner of the CA certificate.

\n@param ownedBy The owner of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateCACertificateResult" : { "c2jName" : "UpdateCACertificateResult", "documentation" : null, "shapeName" : "UpdateCACertificateResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "updateCACertificateResult", "variableType" : "UpdateCACertificateResult", "variableDeclarationType" : "UpdateCACertificateResult", "documentation" : null, "simpleType" : "UpdateCACertificateResult", "variableSetterType" : "UpdateCACertificateResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListThingPrincipalsRequest" : { "c2jName" : "ListThingPrincipalsRequest", "documentation" : "

The input for the ListThingPrincipal operation.

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

The name of the thing.

", "name" : "ThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "variable" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "thingName", "marshallLocationName" : "thingName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 thing.

\n@param thingName The name of the thing.*/", "getterDocumentation" : "/**

The name of the thing.

\n@return The name of the thing.*/", "fluentSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listThingPrincipalsRequest", "variableType" : "ListThingPrincipalsRequest", "variableDeclarationType" : "ListThingPrincipalsRequest", "documentation" : null, "simpleType" : "ListThingPrincipalsRequest", "variableSetterType" : "ListThingPrincipalsRequest" }, "marshaller" : { "action" : "ListThingPrincipals", "verb" : "GET", "target" : null, "requestUri" : "/things/{thingName}/principals", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ThingName" : { "documentation" : "

The name of the thing.

", "name" : "ThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "variable" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "thingName", "marshallLocationName" : "thingName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 thing.

\n@param thingName The name of the thing.*/", "getterDocumentation" : "/**

The name of the thing.

\n@return The name of the thing.*/", "fluentSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetLoggingOptionsRequest" : { "c2jName" : "GetLoggingOptionsRequest", "documentation" : "

The input for the GetLoggingOptions operation.

", "shapeName" : "GetLoggingOptionsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "getLoggingOptionsRequest", "variableType" : "GetLoggingOptionsRequest", "variableDeclarationType" : "GetLoggingOptionsRequest", "documentation" : null, "simpleType" : "GetLoggingOptionsRequest", "variableSetterType" : "GetLoggingOptionsRequest" }, "marshaller" : { "action" : "GetLoggingOptions", "verb" : "GET", "target" : null, "requestUri" : "/loggingOptions", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteCertificateRequest" : { "c2jName" : "DeleteCertificateRequest", "documentation" : "

The input for the DeleteCertificate operation.

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

The ID of the certificate.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate.

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

The ID of the certificate.

\n@param certificateId The ID of the certificate.*/", "getterDocumentation" : "/**

The ID of the certificate.

\n@return The ID of the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteCertificateRequest", "variableType" : "DeleteCertificateRequest", "variableDeclarationType" : "DeleteCertificateRequest", "documentation" : null, "simpleType" : "DeleteCertificateRequest", "variableSetterType" : "DeleteCertificateRequest" }, "marshaller" : { "action" : "DeleteCertificate", "verb" : "DELETE", "target" : null, "requestUri" : "/certificates/{certificateId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateId" : { "documentation" : "

The ID of the certificate.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate.

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

The ID of the certificate.

\n@param certificateId The ID of the certificate.*/", "getterDocumentation" : "/**

The ID of the certificate.

\n@return The ID of the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PolicyVersion" : { "c2jName" : "PolicyVersion", "documentation" : "

Describes a policy version.

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

The policy version ID.

", "name" : "VersionId", "c2jName" : "versionId", "c2jShape" : "PolicyVersionId", "variable" : { "variableName" : "versionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy version ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "versionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "versionId", "marshallLocationName" : "versionId", "additionalUnmarshallingPath" : 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 policy version ID.

\n@param versionId The policy version ID.*/", "getterDocumentation" : "/**

The policy version ID.

\n@return The policy version ID.*/", "fluentSetterDocumentation" : "/**

The policy version ID.

\n@param versionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy version ID.

\n@param versionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the policy version is the default.

", "name" : "IsDefaultVersion", "c2jName" : "isDefaultVersion", "c2jShape" : "IsDefaultVersion", "variable" : { "variableName" : "isDefaultVersion", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the policy version is the default.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "isDefaultVersion", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "isDefaultVersion", "marshallLocationName" : "isDefaultVersion", "additionalUnmarshallingPath" : 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" : "/**

Specifies whether the policy version is the default.

\n@param isDefaultVersion Specifies whether the policy version is the default.*/", "getterDocumentation" : "/**

Specifies whether the policy version is the default.

\n@return Specifies whether the policy version is the default.*/", "fluentSetterDocumentation" : "/**

Specifies whether the policy version is the default.

\n@param isDefaultVersion Specifies whether the policy version is the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the policy version is the default.

\n@param isDefaultVersion Specifies whether the policy version is the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time the policy was created.

", "name" : "CreateDate", "c2jName" : "createDate", "c2jShape" : "DateType", "variable" : { "variableName" : "createDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time the policy was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createDate", "marshallLocationName" : "createDate", "additionalUnmarshallingPath" : 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 date and time the policy was created.

\n@param createDate The date and time the policy was created.*/", "getterDocumentation" : "/**

The date and time the policy was created.

\n@return The date and time the policy was created.*/", "fluentSetterDocumentation" : "/**

The date and time the policy was created.

\n@param createDate The date and time the policy was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time the policy was created.

\n@param createDate The date and time the policy was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "policyVersion", "variableType" : "PolicyVersion", "variableDeclarationType" : "PolicyVersion", "documentation" : null, "simpleType" : "PolicyVersion", "variableSetterType" : "PolicyVersion" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IsDefaultVersion" : { "documentation" : "

Specifies whether the policy version is the default.

", "name" : "IsDefaultVersion", "c2jName" : "isDefaultVersion", "c2jShape" : "IsDefaultVersion", "variable" : { "variableName" : "isDefaultVersion", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the policy version is the default.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "isDefaultVersion", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "isDefaultVersion", "marshallLocationName" : "isDefaultVersion", "additionalUnmarshallingPath" : 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" : "/**

Specifies whether the policy version is the default.

\n@param isDefaultVersion Specifies whether the policy version is the default.*/", "getterDocumentation" : "/**

Specifies whether the policy version is the default.

\n@return Specifies whether the policy version is the default.*/", "fluentSetterDocumentation" : "/**

Specifies whether the policy version is the default.

\n@param isDefaultVersion Specifies whether the policy version is the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the policy version is the default.

\n@param isDefaultVersion Specifies whether the policy version is the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VersionId" : { "documentation" : "

The policy version ID.

", "name" : "VersionId", "c2jName" : "versionId", "c2jShape" : "PolicyVersionId", "variable" : { "variableName" : "versionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy version ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "versionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "versionId", "marshallLocationName" : "versionId", "additionalUnmarshallingPath" : 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 policy version ID.

\n@param versionId The policy version ID.*/", "getterDocumentation" : "/**

The policy version ID.

\n@return The policy version ID.*/", "fluentSetterDocumentation" : "/**

The policy version ID.

\n@param versionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy version ID.

\n@param versionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreateDate" : { "documentation" : "

The date and time the policy was created.

", "name" : "CreateDate", "c2jName" : "createDate", "c2jShape" : "DateType", "variable" : { "variableName" : "createDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time the policy was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createDate", "marshallLocationName" : "createDate", "additionalUnmarshallingPath" : 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 date and time the policy was created.

\n@param createDate The date and time the policy was created.*/", "getterDocumentation" : "/**

The date and time the policy was created.

\n@return The date and time the policy was created.*/", "fluentSetterDocumentation" : "/**

The date and time the policy was created.

\n@param createDate The date and time the policy was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time the policy was created.

\n@param createDate The date and time the policy was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListCertificatesRequest" : { "c2jName" : "ListCertificatesRequest", "documentation" : "

The input for the ListCertificates operation.

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

The result page size.

", "name" : "PageSize", "c2jName" : "pageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The result page size.

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

The result page size.

\n@param pageSize The result page size.*/", "getterDocumentation" : "/**

The result page size.

\n@return The result page size.*/", "fluentSetterDocumentation" : "/**

The result page size.

\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The result page size.

\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The marker for the next set of results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "Marker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The marker for the next set of results.

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

The marker for the next set of results.

\n@param marker The marker for the next set of results.*/", "getterDocumentation" : "/**

The marker for the next set of results.

\n@return The marker for the next set of results.*/", "fluentSetterDocumentation" : "/**

The marker for the next set of results.

\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The marker for the next set of results.

\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

", "name" : "AscendingOrder", "c2jName" : "ascendingOrder", "c2jShape" : "AscendingOrder", "variable" : { "variableName" : "ascendingOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

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

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

\n@param ascendingOrder Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.*/", "getterDocumentation" : "/**

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

\n@return Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.*/", "fluentSetterDocumentation" : "/**

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

\n@param ascendingOrder Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

\n@param ascendingOrder Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listCertificatesRequest", "variableType" : "ListCertificatesRequest", "variableDeclarationType" : "ListCertificatesRequest", "documentation" : null, "simpleType" : "ListCertificatesRequest", "variableSetterType" : "ListCertificatesRequest" }, "marshaller" : { "action" : "ListCertificates", "verb" : "GET", "target" : null, "requestUri" : "/certificates", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PageSize" : { "documentation" : "

The result page size.

", "name" : "PageSize", "c2jName" : "pageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The result page size.

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

The result page size.

\n@param pageSize The result page size.*/", "getterDocumentation" : "/**

The result page size.

\n@return The result page size.*/", "fluentSetterDocumentation" : "/**

The result page size.

\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The result page size.

\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AscendingOrder" : { "documentation" : "

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

", "name" : "AscendingOrder", "c2jName" : "ascendingOrder", "c2jShape" : "AscendingOrder", "variable" : { "variableName" : "ascendingOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

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

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

\n@param ascendingOrder Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.*/", "getterDocumentation" : "/**

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

\n@return Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.*/", "fluentSetterDocumentation" : "/**

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

\n@param ascendingOrder Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

\n@param ascendingOrder Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

The marker for the next set of results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "Marker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The marker for the next set of results.

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

The marker for the next set of results.

\n@param marker The marker for the next set of results.*/", "getterDocumentation" : "/**

The marker for the next set of results.

\n@return The marker for the next set of results.*/", "fluentSetterDocumentation" : "/**

The marker for the next set of results.

\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The marker for the next set of results.

\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "documentation" : "

The specified resource does not exist.

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

You can't revert the certificate transfer because the transfer is already complete.

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

The output from the GetRegistrationCode operation.

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

The CA certificate registration code.

", "name" : "RegistrationCode", "c2jName" : "registrationCode", "c2jShape" : "RegistrationCode", "variable" : { "variableName" : "registrationCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CA certificate registration code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "registrationCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "registrationCode", "marshallLocationName" : "registrationCode", "additionalUnmarshallingPath" : 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 CA certificate registration code.

\n@param registrationCode The CA certificate registration code.*/", "getterDocumentation" : "/**

The CA certificate registration code.

\n@return The CA certificate registration code.*/", "fluentSetterDocumentation" : "/**

The CA certificate registration code.

\n@param registrationCode The CA certificate registration code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate registration code.

\n@param registrationCode The CA certificate registration code.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getRegistrationCodeResult", "variableType" : "GetRegistrationCodeResult", "variableDeclarationType" : "GetRegistrationCodeResult", "documentation" : null, "simpleType" : "GetRegistrationCodeResult", "variableSetterType" : "GetRegistrationCodeResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RegistrationCode" : { "documentation" : "

The CA certificate registration code.

", "name" : "RegistrationCode", "c2jName" : "registrationCode", "c2jShape" : "RegistrationCode", "variable" : { "variableName" : "registrationCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CA certificate registration code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "registrationCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "registrationCode", "marshallLocationName" : "registrationCode", "additionalUnmarshallingPath" : 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 CA certificate registration code.

\n@param registrationCode The CA certificate registration code.*/", "getterDocumentation" : "/**

The CA certificate registration code.

\n@return The CA certificate registration code.*/", "fluentSetterDocumentation" : "/**

The CA certificate registration code.

\n@param registrationCode The CA certificate registration code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate registration code.

\n@param registrationCode The CA certificate registration code.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TopicRulePayload" : { "c2jName" : "TopicRulePayload", "documentation" : "

Describes a rule.

", "shapeName" : "TopicRulePayload", "deprecated" : false, "required" : [ "sql", "actions" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.

", "name" : "Sql", "c2jName" : "sql", "c2jShape" : "SQL", "variable" : { "variableName" : "sql", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sql", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "sql", "marshallLocationName" : "sql", "additionalUnmarshallingPath" : 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 SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.

\n@param sql The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.*/", "getterDocumentation" : "/**

The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.

\n@return The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.*/", "fluentSetterDocumentation" : "/**

The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.

\n@param sql The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.

\n@param sql The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the rule.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : 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 description of the rule.

\n@param description The description of the rule.*/", "getterDocumentation" : "/**

The description of the rule.

\n@return The description of the rule.*/", "fluentSetterDocumentation" : "/**

The description of the rule.

\n@param description The description of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the rule.

\n@param description The description of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The actions associated with the rule.

", "name" : "Actions", "c2jName" : "actions", "c2jShape" : "ActionList", "variable" : { "variableName" : "actions", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The actions associated with the rule.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "actions", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "actions", "marshallLocationName" : "actions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Action", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Action", "variable" : { "variableName" : "member", "variableType" : "Action", "variableDeclarationType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "setterModel" : { "variableName" : "member", "variableType" : "Action", "variableDeclarationType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "getterModel" : { "returnType" : "Action", "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" : "Action", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The actions associated with the rule.

\n@param actions The actions associated with the rule.*/", "getterDocumentation" : "/**

The actions associated with the rule.

\n@return The actions associated with the rule.*/", "fluentSetterDocumentation" : "/**

The actions associated with the rule.

\n@param actions The actions associated with the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The actions associated with the rule.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setActions(java.util.Collection)} or {@link #withActions(java.util.Collection)} if you want to override the existing values.

\n@param actions The actions associated with the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the rule is disabled.

", "name" : "RuleDisabled", "c2jName" : "ruleDisabled", "c2jShape" : "IsDisabled", "variable" : { "variableName" : "ruleDisabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the rule is disabled.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "ruleDisabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleDisabled", "marshallLocationName" : "ruleDisabled", "additionalUnmarshallingPath" : 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" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.*/", "getterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@return Specifies whether the rule is disabled.*/", "fluentSetterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The version of the SQL rules engine to use when evaluating the rule.

", "name" : "AwsIotSqlVersion", "c2jName" : "awsIotSqlVersion", "c2jShape" : "AwsIotSqlVersion", "variable" : { "variableName" : "awsIotSqlVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The version of the SQL rules engine to use when evaluating the rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "awsIotSqlVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "awsIotSqlVersion", "marshallLocationName" : "awsIotSqlVersion", "additionalUnmarshallingPath" : 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 version of the SQL rules engine to use when evaluating the rule.

\n@param awsIotSqlVersion The version of the SQL rules engine to use when evaluating the rule.*/", "getterDocumentation" : "/**

The version of the SQL rules engine to use when evaluating the rule.

\n@return The version of the SQL rules engine to use when evaluating the rule.*/", "fluentSetterDocumentation" : "/**

The version of the SQL rules engine to use when evaluating the rule.

\n@param awsIotSqlVersion The version of the SQL rules engine to use when evaluating the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The version of the SQL rules engine to use when evaluating the rule.

\n@param awsIotSqlVersion The version of the SQL rules engine to use when evaluating the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "topicRulePayload", "variableType" : "TopicRulePayload", "variableDeclarationType" : "TopicRulePayload", "documentation" : null, "simpleType" : "TopicRulePayload", "variableSetterType" : "TopicRulePayload" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The description of the rule.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : 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 description of the rule.

\n@param description The description of the rule.*/", "getterDocumentation" : "/**

The description of the rule.

\n@return The description of the rule.*/", "fluentSetterDocumentation" : "/**

The description of the rule.

\n@param description The description of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the rule.

\n@param description The description of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RuleDisabled" : { "documentation" : "

Specifies whether the rule is disabled.

", "name" : "RuleDisabled", "c2jName" : "ruleDisabled", "c2jShape" : "IsDisabled", "variable" : { "variableName" : "ruleDisabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the rule is disabled.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "ruleDisabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleDisabled", "marshallLocationName" : "ruleDisabled", "additionalUnmarshallingPath" : 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" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.*/", "getterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@return Specifies whether the rule is disabled.*/", "fluentSetterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AwsIotSqlVersion" : { "documentation" : "

The version of the SQL rules engine to use when evaluating the rule.

", "name" : "AwsIotSqlVersion", "c2jName" : "awsIotSqlVersion", "c2jShape" : "AwsIotSqlVersion", "variable" : { "variableName" : "awsIotSqlVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The version of the SQL rules engine to use when evaluating the rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "awsIotSqlVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "awsIotSqlVersion", "marshallLocationName" : "awsIotSqlVersion", "additionalUnmarshallingPath" : 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 version of the SQL rules engine to use when evaluating the rule.

\n@param awsIotSqlVersion The version of the SQL rules engine to use when evaluating the rule.*/", "getterDocumentation" : "/**

The version of the SQL rules engine to use when evaluating the rule.

\n@return The version of the SQL rules engine to use when evaluating the rule.*/", "fluentSetterDocumentation" : "/**

The version of the SQL rules engine to use when evaluating the rule.

\n@param awsIotSqlVersion The version of the SQL rules engine to use when evaluating the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The version of the SQL rules engine to use when evaluating the rule.

\n@param awsIotSqlVersion The version of the SQL rules engine to use when evaluating the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Actions" : { "documentation" : "

The actions associated with the rule.

", "name" : "Actions", "c2jName" : "actions", "c2jShape" : "ActionList", "variable" : { "variableName" : "actions", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The actions associated with the rule.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "actions", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "actions", "marshallLocationName" : "actions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Action", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Action", "variable" : { "variableName" : "member", "variableType" : "Action", "variableDeclarationType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "setterModel" : { "variableName" : "member", "variableType" : "Action", "variableDeclarationType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "getterModel" : { "returnType" : "Action", "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" : "Action", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The actions associated with the rule.

\n@param actions The actions associated with the rule.*/", "getterDocumentation" : "/**

The actions associated with the rule.

\n@return The actions associated with the rule.*/", "fluentSetterDocumentation" : "/**

The actions associated with the rule.

\n@param actions The actions associated with the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The actions associated with the rule.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setActions(java.util.Collection)} or {@link #withActions(java.util.Collection)} if you want to override the existing values.

\n@param actions The actions associated with the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Sql" : { "documentation" : "

The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.

", "name" : "Sql", "c2jName" : "sql", "c2jShape" : "SQL", "variable" : { "variableName" : "sql", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sql", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "sql", "marshallLocationName" : "sql", "additionalUnmarshallingPath" : 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 SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.

\n@param sql The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.*/", "getterDocumentation" : "/**

The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.

\n@return The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.*/", "fluentSetterDocumentation" : "/**

The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.

\n@param sql The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.

\n@param sql The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetPolicyVersionResult" : { "c2jName" : "GetPolicyVersionResponse", "documentation" : "

The output from the GetPolicyVersion operation.

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

The policy ARN.

", "name" : "PolicyArn", "c2jName" : "policyArn", "c2jShape" : "PolicyArn", "variable" : { "variableName" : "policyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyArn", "marshallLocationName" : "policyArn", "additionalUnmarshallingPath" : 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 policy ARN.

\n@param policyArn The policy ARN.*/", "getterDocumentation" : "/**

The policy ARN.

\n@return The policy ARN.*/", "fluentSetterDocumentation" : "/**

The policy ARN.

\n@param policyArn The policy ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy ARN.

\n@param policyArn The policy ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The policy name.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyName", "marshallLocationName" : "policyName", "additionalUnmarshallingPath" : 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 policy name.

\n@param policyName The policy name.*/", "getterDocumentation" : "/**

The policy name.

\n@return The policy name.*/", "fluentSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The JSON document that describes the policy.

", "name" : "PolicyDocument", "c2jName" : "policyDocument", "c2jShape" : "PolicyDocument", "variable" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The JSON document that describes the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyDocument", "marshallLocationName" : "policyDocument", "additionalUnmarshallingPath" : 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 JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.*/", "getterDocumentation" : "/**

The JSON document that describes the policy.

\n@return The JSON document that describes the policy.*/", "fluentSetterDocumentation" : "/**

The JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The policy version ID.

", "name" : "PolicyVersionId", "c2jName" : "policyVersionId", "c2jShape" : "PolicyVersionId", "variable" : { "variableName" : "policyVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy version ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyVersionId", "marshallLocationName" : "policyVersionId", "additionalUnmarshallingPath" : 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 policy version ID.

\n@param policyVersionId The policy version ID.*/", "getterDocumentation" : "/**

The policy version ID.

\n@return The policy version ID.*/", "fluentSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the policy version is the default.

", "name" : "IsDefaultVersion", "c2jName" : "isDefaultVersion", "c2jShape" : "IsDefaultVersion", "variable" : { "variableName" : "isDefaultVersion", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the policy version is the default.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "isDefaultVersion", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "isDefaultVersion", "marshallLocationName" : "isDefaultVersion", "additionalUnmarshallingPath" : 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" : "/**

Specifies whether the policy version is the default.

\n@param isDefaultVersion Specifies whether the policy version is the default.*/", "getterDocumentation" : "/**

Specifies whether the policy version is the default.

\n@return Specifies whether the policy version is the default.*/", "fluentSetterDocumentation" : "/**

Specifies whether the policy version is the default.

\n@param isDefaultVersion Specifies whether the policy version is the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the policy version is the default.

\n@param isDefaultVersion Specifies whether the policy version is the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getPolicyVersionResult", "variableType" : "GetPolicyVersionResult", "variableDeclarationType" : "GetPolicyVersionResult", "documentation" : null, "simpleType" : "GetPolicyVersionResult", "variableSetterType" : "GetPolicyVersionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IsDefaultVersion" : { "documentation" : "

Specifies whether the policy version is the default.

", "name" : "IsDefaultVersion", "c2jName" : "isDefaultVersion", "c2jShape" : "IsDefaultVersion", "variable" : { "variableName" : "isDefaultVersion", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the policy version is the default.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "isDefaultVersion", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "isDefaultVersion", "marshallLocationName" : "isDefaultVersion", "additionalUnmarshallingPath" : 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" : "/**

Specifies whether the policy version is the default.

\n@param isDefaultVersion Specifies whether the policy version is the default.*/", "getterDocumentation" : "/**

Specifies whether the policy version is the default.

\n@return Specifies whether the policy version is the default.*/", "fluentSetterDocumentation" : "/**

Specifies whether the policy version is the default.

\n@param isDefaultVersion Specifies whether the policy version is the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the policy version is the default.

\n@param isDefaultVersion Specifies whether the policy version is the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyArn" : { "documentation" : "

The policy ARN.

", "name" : "PolicyArn", "c2jName" : "policyArn", "c2jShape" : "PolicyArn", "variable" : { "variableName" : "policyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyArn", "marshallLocationName" : "policyArn", "additionalUnmarshallingPath" : 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 policy ARN.

\n@param policyArn The policy ARN.*/", "getterDocumentation" : "/**

The policy ARN.

\n@return The policy ARN.*/", "fluentSetterDocumentation" : "/**

The policy ARN.

\n@param policyArn The policy ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy ARN.

\n@param policyArn The policy ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyName" : { "documentation" : "

The policy name.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyName", "marshallLocationName" : "policyName", "additionalUnmarshallingPath" : 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 policy name.

\n@param policyName The policy name.*/", "getterDocumentation" : "/**

The policy name.

\n@return The policy name.*/", "fluentSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyDocument" : { "documentation" : "

The JSON document that describes the policy.

", "name" : "PolicyDocument", "c2jName" : "policyDocument", "c2jShape" : "PolicyDocument", "variable" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The JSON document that describes the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyDocument", "marshallLocationName" : "policyDocument", "additionalUnmarshallingPath" : 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 JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.*/", "getterDocumentation" : "/**

The JSON document that describes the policy.

\n@return The JSON document that describes the policy.*/", "fluentSetterDocumentation" : "/**

The JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyVersionId" : { "documentation" : "

The policy version ID.

", "name" : "PolicyVersionId", "c2jName" : "policyVersionId", "c2jShape" : "PolicyVersionId", "variable" : { "variableName" : "policyVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy version ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyVersionId", "marshallLocationName" : "policyVersionId", "additionalUnmarshallingPath" : 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 policy version ID.

\n@param policyVersionId The policy version ID.*/", "getterDocumentation" : "/**

The policy version ID.

\n@return The policy version ID.*/", "fluentSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LambdaAction" : { "c2jName" : "LambdaAction", "documentation" : "

Describes an action to invoke a Lambda function.

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

The ARN of the Lambda function.

", "name" : "FunctionArn", "c2jName" : "functionArn", "c2jShape" : "FunctionArn", "variable" : { "variableName" : "functionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "functionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "functionArn", "marshallLocationName" : "functionArn", "additionalUnmarshallingPath" : 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 Lambda function.

\n@param functionArn The ARN of the Lambda function.*/", "getterDocumentation" : "/**

The ARN of the Lambda function.

\n@return The ARN of the Lambda function.*/", "fluentSetterDocumentation" : "/**

The ARN of the Lambda function.

\n@param functionArn The ARN of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the Lambda function.

\n@param functionArn The ARN of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "lambdaAction", "variableType" : "LambdaAction", "variableDeclarationType" : "LambdaAction", "documentation" : null, "simpleType" : "LambdaAction", "variableSetterType" : "LambdaAction" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "FunctionArn" : { "documentation" : "

The ARN of the Lambda function.

", "name" : "FunctionArn", "c2jName" : "functionArn", "c2jShape" : "FunctionArn", "variable" : { "variableName" : "functionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "functionArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "functionArn", "marshallLocationName" : "functionArn", "additionalUnmarshallingPath" : 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 Lambda function.

\n@param functionArn The ARN of the Lambda function.*/", "getterDocumentation" : "/**

The ARN of the Lambda function.

\n@return The ARN of the Lambda function.*/", "fluentSetterDocumentation" : "/**

The ARN of the Lambda function.

\n@param functionArn The ARN of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the Lambda function.

\n@param functionArn The ARN of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DetachPrincipalPolicyResult" : { "c2jName" : "DetachPrincipalPolicyResult", "documentation" : null, "shapeName" : "DetachPrincipalPolicyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "detachPrincipalPolicyResult", "variableType" : "DetachPrincipalPolicyResult", "variableDeclarationType" : "DetachPrincipalPolicyResult", "documentation" : null, "simpleType" : "DetachPrincipalPolicyResult", "variableSetterType" : "DetachPrincipalPolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteCACertificateRequest" : { "c2jName" : "DeleteCACertificateRequest", "documentation" : "

Input for the DeleteCACertificate operation.

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

The ID of the certificate to delete.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate to delete.

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

The ID of the certificate to delete.

\n@param certificateId The ID of the certificate to delete.*/", "getterDocumentation" : "/**

The ID of the certificate to delete.

\n@return The ID of the certificate to delete.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate to delete.

\n@param certificateId The ID of the certificate to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate to delete.

\n@param certificateId The ID of the certificate to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteCACertificateRequest", "variableType" : "DeleteCACertificateRequest", "variableDeclarationType" : "DeleteCACertificateRequest", "documentation" : null, "simpleType" : "DeleteCACertificateRequest", "variableSetterType" : "DeleteCACertificateRequest" }, "marshaller" : { "action" : "DeleteCACertificate", "verb" : "DELETE", "target" : null, "requestUri" : "/cacertificate/{certificateId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateId" : { "documentation" : "

The ID of the certificate to delete.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate to delete.

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

The ID of the certificate to delete.

\n@param certificateId The ID of the certificate to delete.*/", "getterDocumentation" : "/**

The ID of the certificate to delete.

\n@return The ID of the certificate to delete.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate to delete.

\n@param certificateId The ID of the certificate to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate to delete.

\n@param certificateId The ID of the certificate to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteRegistrationCodeRequest" : { "c2jName" : "DeleteRegistrationCodeRequest", "documentation" : "

The input for the DeleteRegistrationCode operation.

", "shapeName" : "DeleteRegistrationCodeRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteRegistrationCodeRequest", "variableType" : "DeleteRegistrationCodeRequest", "variableDeclarationType" : "DeleteRegistrationCodeRequest", "documentation" : null, "simpleType" : "DeleteRegistrationCodeRequest", "variableSetterType" : "DeleteRegistrationCodeRequest" }, "marshaller" : { "action" : "DeleteRegistrationCode", "verb" : "DELETE", "target" : null, "requestUri" : "/registrationcode", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetTopicRuleRequest" : { "c2jName" : "GetTopicRuleRequest", "documentation" : "

The input for the GetTopicRule operation.

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

The name of the rule.

", "name" : "RuleName", "c2jName" : "ruleName", "c2jShape" : "RuleName", "variable" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleName", "marshallLocationName" : "ruleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 rule.

\n@param ruleName The name of the rule.*/", "getterDocumentation" : "/**

The name of the rule.

\n@return The name of the rule.*/", "fluentSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getTopicRuleRequest", "variableType" : "GetTopicRuleRequest", "variableDeclarationType" : "GetTopicRuleRequest", "documentation" : null, "simpleType" : "GetTopicRuleRequest", "variableSetterType" : "GetTopicRuleRequest" }, "marshaller" : { "action" : "GetTopicRule", "verb" : "GET", "target" : null, "requestUri" : "/rules/{ruleName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RuleName" : { "documentation" : "

The name of the rule.

", "name" : "RuleName", "c2jName" : "ruleName", "c2jShape" : "RuleName", "variable" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleName", "marshallLocationName" : "ruleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 rule.

\n@param ruleName The name of the rule.*/", "getterDocumentation" : "/**

The name of the rule.

\n@return The name of the rule.*/", "fluentSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AttachPrincipalPolicyResult" : { "c2jName" : "AttachPrincipalPolicyResult", "documentation" : null, "shapeName" : "AttachPrincipalPolicyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "attachPrincipalPolicyResult", "variableType" : "AttachPrincipalPolicyResult", "variableDeclarationType" : "AttachPrincipalPolicyResult", "documentation" : null, "simpleType" : "AttachPrincipalPolicyResult", "variableSetterType" : "AttachPrincipalPolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateThingResult" : { "c2jName" : "UpdateThingResponse", "documentation" : "

The output from the UpdateThing operation.

", "shapeName" : "UpdateThingResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "updateThingResult", "variableType" : "UpdateThingResult", "variableDeclarationType" : "UpdateThingResult", "documentation" : null, "simpleType" : "UpdateThingResult", "variableSetterType" : "UpdateThingResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListCertificatesByCAResult" : { "c2jName" : "ListCertificatesByCAResponse", "documentation" : "

The output of the ListCertificatesByCA operation.

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

The device certificates signed by the specified CA certificate.

", "name" : "Certificates", "c2jName" : "certificates", "c2jShape" : "Certificates", "variable" : { "variableName" : "certificates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The device certificates signed by the specified CA certificate.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "certificates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificates", "marshallLocationName" : "certificates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Certificate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Certificate", "variable" : { "variableName" : "member", "variableType" : "Certificate", "variableDeclarationType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "setterModel" : { "variableName" : "member", "variableType" : "Certificate", "variableDeclarationType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "getterModel" : { "returnType" : "Certificate", "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" : "Certificate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The device certificates signed by the specified CA certificate.

\n@param certificates The device certificates signed by the specified CA certificate.*/", "getterDocumentation" : "/**

The device certificates signed by the specified CA certificate.

\n@return The device certificates signed by the specified CA certificate.*/", "fluentSetterDocumentation" : "/**

The device certificates signed by the specified CA certificate.

\n@param certificates The device certificates signed by the specified CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The device certificates signed by the specified CA certificate.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCertificates(java.util.Collection)} or {@link #withCertificates(java.util.Collection)} if you want to override the existing values.

\n@param certificates The device certificates signed by the specified CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The marker for the next set of results, or null if there are no additional results.

", "name" : "NextMarker", "c2jName" : "nextMarker", "c2jShape" : "Marker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The marker for the next set of results, or null if there are no additional results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextMarker", "marshallLocationName" : "nextMarker", "additionalUnmarshallingPath" : 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 marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.*/", "getterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@return The marker for the next set of results, or null if there are no additional results.*/", "fluentSetterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listCertificatesByCAResult", "variableType" : "ListCertificatesByCAResult", "variableDeclarationType" : "ListCertificatesByCAResult", "documentation" : null, "simpleType" : "ListCertificatesByCAResult", "variableSetterType" : "ListCertificatesByCAResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Certificates" : { "documentation" : "

The device certificates signed by the specified CA certificate.

", "name" : "Certificates", "c2jName" : "certificates", "c2jShape" : "Certificates", "variable" : { "variableName" : "certificates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The device certificates signed by the specified CA certificate.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "certificates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificates", "marshallLocationName" : "certificates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Certificate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Certificate", "variable" : { "variableName" : "member", "variableType" : "Certificate", "variableDeclarationType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "setterModel" : { "variableName" : "member", "variableType" : "Certificate", "variableDeclarationType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "getterModel" : { "returnType" : "Certificate", "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" : "Certificate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The device certificates signed by the specified CA certificate.

\n@param certificates The device certificates signed by the specified CA certificate.*/", "getterDocumentation" : "/**

The device certificates signed by the specified CA certificate.

\n@return The device certificates signed by the specified CA certificate.*/", "fluentSetterDocumentation" : "/**

The device certificates signed by the specified CA certificate.

\n@param certificates The device certificates signed by the specified CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The device certificates signed by the specified CA certificate.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCertificates(java.util.Collection)} or {@link #withCertificates(java.util.Collection)} if you want to override the existing values.

\n@param certificates The device certificates signed by the specified CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextMarker" : { "documentation" : "

The marker for the next set of results, or null if there are no additional results.

", "name" : "NextMarker", "c2jName" : "nextMarker", "c2jShape" : "Marker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The marker for the next set of results, or null if there are no additional results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextMarker", "marshallLocationName" : "nextMarker", "additionalUnmarshallingPath" : 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 marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.*/", "getterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@return The marker for the next set of results, or null if there are no additional results.*/", "fluentSetterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RegisterCertificateRequest" : { "c2jName" : "RegisterCertificateRequest", "documentation" : "

The input to the RegisterCertificate operation.

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

The certificate data, in PEM format.

", "name" : "CertificatePem", "c2jName" : "certificatePem", "c2jShape" : "CertificatePem", "variable" : { "variableName" : "certificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The certificate data, in PEM format.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificatePem", "marshallLocationName" : "certificatePem", "additionalUnmarshallingPath" : 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 certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.*/", "getterDocumentation" : "/**

The certificate data, in PEM format.

\n@return The certificate data, in PEM format.*/", "fluentSetterDocumentation" : "/**

The certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The CA certificate used to sign the device certificate being registered.

", "name" : "CaCertificatePem", "c2jName" : "caCertificatePem", "c2jShape" : "CertificatePem", "variable" : { "variableName" : "caCertificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CA certificate used to sign the device certificate being registered.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "caCertificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "caCertificatePem", "marshallLocationName" : "caCertificatePem", "additionalUnmarshallingPath" : 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 CA certificate used to sign the device certificate being registered.

\n@param caCertificatePem The CA certificate used to sign the device certificate being registered.*/", "getterDocumentation" : "/**

The CA certificate used to sign the device certificate being registered.

\n@return The CA certificate used to sign the device certificate being registered.*/", "fluentSetterDocumentation" : "/**

The CA certificate used to sign the device certificate being registered.

\n@param caCertificatePem The CA certificate used to sign the device certificate being registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate used to sign the device certificate being registered.

\n@param caCertificatePem The CA certificate used to sign the device certificate being registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A boolean value that specifies if the CA certificate is set to active.

", "name" : "SetAsActive", "c2jName" : "setAsActive", "c2jShape" : "SetAsActive", "variable" : { "variableName" : "setAsActive", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

A boolean value that specifies if the CA certificate is set to active.

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

A boolean value that specifies if the CA certificate is set to active.

\n@param setAsActive A boolean value that specifies if the CA certificate is set to active.*/", "getterDocumentation" : "/**

A boolean value that specifies if the CA certificate is set to active.

\n@return A boolean value that specifies if the CA certificate is set to active.*/", "fluentSetterDocumentation" : "/**

A boolean value that specifies if the CA certificate is set to active.

\n@param setAsActive A boolean value that specifies if the CA certificate is set to active.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A boolean value that specifies if the CA certificate is set to active.

\n@param setAsActive A boolean value that specifies if the CA certificate is set to active.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "registerCertificateRequest", "variableType" : "RegisterCertificateRequest", "variableDeclarationType" : "RegisterCertificateRequest", "documentation" : null, "simpleType" : "RegisterCertificateRequest", "variableSetterType" : "RegisterCertificateRequest" }, "marshaller" : { "action" : "RegisterCertificate", "verb" : "POST", "target" : null, "requestUri" : "/certificate/register", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CaCertificatePem" : { "documentation" : "

The CA certificate used to sign the device certificate being registered.

", "name" : "CaCertificatePem", "c2jName" : "caCertificatePem", "c2jShape" : "CertificatePem", "variable" : { "variableName" : "caCertificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CA certificate used to sign the device certificate being registered.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "caCertificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "caCertificatePem", "marshallLocationName" : "caCertificatePem", "additionalUnmarshallingPath" : 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 CA certificate used to sign the device certificate being registered.

\n@param caCertificatePem The CA certificate used to sign the device certificate being registered.*/", "getterDocumentation" : "/**

The CA certificate used to sign the device certificate being registered.

\n@return The CA certificate used to sign the device certificate being registered.*/", "fluentSetterDocumentation" : "/**

The CA certificate used to sign the device certificate being registered.

\n@param caCertificatePem The CA certificate used to sign the device certificate being registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate used to sign the device certificate being registered.

\n@param caCertificatePem The CA certificate used to sign the device certificate being registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificatePem" : { "documentation" : "

The certificate data, in PEM format.

", "name" : "CertificatePem", "c2jName" : "certificatePem", "c2jShape" : "CertificatePem", "variable" : { "variableName" : "certificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The certificate data, in PEM format.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificatePem", "marshallLocationName" : "certificatePem", "additionalUnmarshallingPath" : 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 certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.*/", "getterDocumentation" : "/**

The certificate data, in PEM format.

\n@return The certificate data, in PEM format.*/", "fluentSetterDocumentation" : "/**

The certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SetAsActive" : { "documentation" : "

A boolean value that specifies if the CA certificate is set to active.

", "name" : "SetAsActive", "c2jName" : "setAsActive", "c2jShape" : "SetAsActive", "variable" : { "variableName" : "setAsActive", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

A boolean value that specifies if the CA certificate is set to active.

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

A boolean value that specifies if the CA certificate is set to active.

\n@param setAsActive A boolean value that specifies if the CA certificate is set to active.*/", "getterDocumentation" : "/**

A boolean value that specifies if the CA certificate is set to active.

\n@return A boolean value that specifies if the CA certificate is set to active.*/", "fluentSetterDocumentation" : "/**

A boolean value that specifies if the CA certificate is set to active.

\n@param setAsActive A boolean value that specifies if the CA certificate is set to active.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A boolean value that specifies if the CA certificate is set to active.

\n@param setAsActive A boolean value that specifies if the CA certificate is set to active.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeletePolicyVersionRequest" : { "c2jName" : "DeletePolicyVersionRequest", "documentation" : "

The input for the DeletePolicyVersion operation.

", "shapeName" : "DeletePolicyVersionRequest", "deprecated" : false, "required" : [ "policyName", "policyVersionId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the policy.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyName", "marshallLocationName" : "policyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 policy.

\n@param policyName The name of the policy.*/", "getterDocumentation" : "/**

The name of the policy.

\n@return The name of the policy.*/", "fluentSetterDocumentation" : "/**

The name of the policy.

\n@param policyName The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the policy.

\n@param policyName The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The policy version ID.

", "name" : "PolicyVersionId", "c2jName" : "policyVersionId", "c2jShape" : "PolicyVersionId", "variable" : { "variableName" : "policyVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy version ID.

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

The policy version ID.

\n@param policyVersionId The policy version ID.*/", "getterDocumentation" : "/**

The policy version ID.

\n@return The policy version ID.*/", "fluentSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deletePolicyVersionRequest", "variableType" : "DeletePolicyVersionRequest", "variableDeclarationType" : "DeletePolicyVersionRequest", "documentation" : null, "simpleType" : "DeletePolicyVersionRequest", "variableSetterType" : "DeletePolicyVersionRequest" }, "marshaller" : { "action" : "DeletePolicyVersion", "verb" : "DELETE", "target" : null, "requestUri" : "/policies/{policyName}/version/{policyVersionId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyName" : { "documentation" : "

The name of the policy.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyName", "marshallLocationName" : "policyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 policy.

\n@param policyName The name of the policy.*/", "getterDocumentation" : "/**

The name of the policy.

\n@return The name of the policy.*/", "fluentSetterDocumentation" : "/**

The name of the policy.

\n@param policyName The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the policy.

\n@param policyName The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyVersionId" : { "documentation" : "

The policy version ID.

", "name" : "PolicyVersionId", "c2jName" : "policyVersionId", "c2jShape" : "PolicyVersionId", "variable" : { "variableName" : "policyVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy version ID.

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

The policy version ID.

\n@param policyVersionId The policy version ID.*/", "getterDocumentation" : "/**

The policy version ID.

\n@return The policy version ID.*/", "fluentSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CertificateStateException" : { "c2jName" : "CertificateStateException", "documentation" : "

The certificate operation is not allowed.

", "shapeName" : "CertificateStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "certificateStateException", "variableType" : "CertificateStateException", "variableDeclarationType" : "CertificateStateException", "documentation" : null, "simpleType" : "CertificateStateException", "variableSetterType" : "CertificateStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CertificateStateException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateTopicRuleResult" : { "c2jName" : "CreateTopicRuleResult", "documentation" : null, "shapeName" : "CreateTopicRuleResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "createTopicRuleResult", "variableType" : "CreateTopicRuleResult", "variableDeclarationType" : "CreateTopicRuleResult", "documentation" : null, "simpleType" : "CreateTopicRuleResult", "variableSetterType" : "CreateTopicRuleResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AttributePayload" : { "c2jName" : "AttributePayload", "documentation" : "

The attribute payload, a JSON string containing up to three key-value pairs (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

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

A JSON string containing up to three key-value pair in JSON format (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

", "name" : "Attributes", "c2jName" : "attributes", "c2jShape" : "Attributes", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A JSON string containing up to three key-value pair in JSON format (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "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" : "java.util.HashMap", "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, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A JSON string containing up to three key-value pair in JSON format (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@param attributes A JSON string containing up to three key-value pair in JSON format (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).*/", "getterDocumentation" : "/**

A JSON string containing up to three key-value pair in JSON format (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@return A JSON string containing up to three key-value pair in JSON format (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).*/", "fluentSetterDocumentation" : "/**

A JSON string containing up to three key-value pair in JSON format (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@param attributes A JSON string containing up to three key-value pair in JSON format (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A JSON string containing up to three key-value pair in JSON format (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@param attributes A JSON string containing up to three key-value pair in JSON format (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "attributePayload", "variableType" : "AttributePayload", "variableDeclarationType" : "AttributePayload", "documentation" : null, "simpleType" : "AttributePayload", "variableSetterType" : "AttributePayload" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Attributes" : { "documentation" : "

A JSON string containing up to three key-value pair in JSON format (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

", "name" : "Attributes", "c2jName" : "attributes", "c2jShape" : "Attributes", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A JSON string containing up to three key-value pair in JSON format (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "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" : "java.util.HashMap", "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, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A JSON string containing up to three key-value pair in JSON format (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@param attributes A JSON string containing up to three key-value pair in JSON format (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).*/", "getterDocumentation" : "/**

A JSON string containing up to three key-value pair in JSON format (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@return A JSON string containing up to three key-value pair in JSON format (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).*/", "fluentSetterDocumentation" : "/**

A JSON string containing up to three key-value pair in JSON format (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@param attributes A JSON string containing up to three key-value pair in JSON format (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A JSON string containing up to three key-value pair in JSON format (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@param attributes A JSON string containing up to three key-value pair in JSON format (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SqsAction" : { "c2jName" : "SqsAction", "documentation" : "

Describes an action to publish data to an Amazon SQS queue.

", "shapeName" : "SqsAction", "deprecated" : false, "required" : [ "roleArn", "queueUrl" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ARN of the IAM role that grants access.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the IAM role that grants access.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.*/", "getterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@return The ARN of the IAM role that grants access.*/", "fluentSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The URL of the Amazon SQS queue.

", "name" : "QueueUrl", "c2jName" : "queueUrl", "c2jShape" : "QueueUrl", "variable" : { "variableName" : "queueUrl", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The URL of the Amazon SQS queue.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "queueUrl", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "queueUrl", "marshallLocationName" : "queueUrl", "additionalUnmarshallingPath" : 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 URL of the Amazon SQS queue.

\n@param queueUrl The URL of the Amazon SQS queue.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue.

\n@return The URL of the Amazon SQS queue.*/", "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue.

\n@param queueUrl The URL of the Amazon SQS queue.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue.

\n@param queueUrl The URL of the Amazon SQS queue.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether to use Base64 encoding.

", "name" : "UseBase64", "c2jName" : "useBase64", "c2jShape" : "UseBase64", "variable" : { "variableName" : "useBase64", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether to use Base64 encoding.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "useBase64", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "useBase64", "marshallLocationName" : "useBase64", "additionalUnmarshallingPath" : 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" : "/**

Specifies whether to use Base64 encoding.

\n@param useBase64 Specifies whether to use Base64 encoding.*/", "getterDocumentation" : "/**

Specifies whether to use Base64 encoding.

\n@return Specifies whether to use Base64 encoding.*/", "fluentSetterDocumentation" : "/**

Specifies whether to use Base64 encoding.

\n@param useBase64 Specifies whether to use Base64 encoding.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether to use Base64 encoding.

\n@param useBase64 Specifies whether to use Base64 encoding.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "sqsAction", "variableType" : "SqsAction", "variableDeclarationType" : "SqsAction", "documentation" : null, "simpleType" : "SqsAction", "variableSetterType" : "SqsAction" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "UseBase64" : { "documentation" : "

Specifies whether to use Base64 encoding.

", "name" : "UseBase64", "c2jName" : "useBase64", "c2jShape" : "UseBase64", "variable" : { "variableName" : "useBase64", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether to use Base64 encoding.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "useBase64", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "useBase64", "marshallLocationName" : "useBase64", "additionalUnmarshallingPath" : 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" : "/**

Specifies whether to use Base64 encoding.

\n@param useBase64 Specifies whether to use Base64 encoding.*/", "getterDocumentation" : "/**

Specifies whether to use Base64 encoding.

\n@return Specifies whether to use Base64 encoding.*/", "fluentSetterDocumentation" : "/**

Specifies whether to use Base64 encoding.

\n@param useBase64 Specifies whether to use Base64 encoding.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether to use Base64 encoding.

\n@param useBase64 Specifies whether to use Base64 encoding.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "QueueUrl" : { "documentation" : "

The URL of the Amazon SQS queue.

", "name" : "QueueUrl", "c2jName" : "queueUrl", "c2jShape" : "QueueUrl", "variable" : { "variableName" : "queueUrl", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The URL of the Amazon SQS queue.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "queueUrl", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "queueUrl", "marshallLocationName" : "queueUrl", "additionalUnmarshallingPath" : 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 URL of the Amazon SQS queue.

\n@param queueUrl The URL of the Amazon SQS queue.*/", "getterDocumentation" : "/**

The URL of the Amazon SQS queue.

\n@return The URL of the Amazon SQS queue.*/", "fluentSetterDocumentation" : "/**

The URL of the Amazon SQS queue.

\n@param queueUrl The URL of the Amazon SQS queue.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The URL of the Amazon SQS queue.

\n@param queueUrl The URL of the Amazon SQS queue.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RoleArn" : { "documentation" : "

The ARN of the IAM role that grants access.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the IAM role that grants access.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.*/", "getterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@return The ARN of the IAM role that grants access.*/", "fluentSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteTopicRuleRequest" : { "c2jName" : "DeleteTopicRuleRequest", "documentation" : "

The input for the DeleteTopicRule operation.

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

The name of the rule.

", "name" : "RuleName", "c2jName" : "ruleName", "c2jShape" : "RuleName", "variable" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleName", "marshallLocationName" : "ruleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 rule.

\n@param ruleName The name of the rule.*/", "getterDocumentation" : "/**

The name of the rule.

\n@return The name of the rule.*/", "fluentSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteTopicRuleRequest", "variableType" : "DeleteTopicRuleRequest", "variableDeclarationType" : "DeleteTopicRuleRequest", "documentation" : null, "simpleType" : "DeleteTopicRuleRequest", "variableSetterType" : "DeleteTopicRuleRequest" }, "marshaller" : { "action" : "DeleteTopicRule", "verb" : "DELETE", "target" : null, "requestUri" : "/rules/{ruleName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RuleName" : { "documentation" : "

The name of the rule.

", "name" : "RuleName", "c2jName" : "ruleName", "c2jShape" : "RuleName", "variable" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleName", "marshallLocationName" : "ruleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 rule.

\n@param ruleName The name of the rule.*/", "getterDocumentation" : "/**

The name of the rule.

\n@return The name of the rule.*/", "fluentSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ServiceUnavailableException" : { "c2jName" : "ServiceUnavailableException", "documentation" : "

The service is temporarily unavailable.

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

The certificate is invalid.

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

The input for the ListPolicies operation.

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

The marker for the next set of results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "Marker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The marker for the next set of results.

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

The marker for the next set of results.

\n@param marker The marker for the next set of results.*/", "getterDocumentation" : "/**

The marker for the next set of results.

\n@return The marker for the next set of results.*/", "fluentSetterDocumentation" : "/**

The marker for the next set of results.

\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The marker for the next set of results.

\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The result page size.

", "name" : "PageSize", "c2jName" : "pageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The result page size.

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

The result page size.

\n@param pageSize The result page size.*/", "getterDocumentation" : "/**

The result page size.

\n@return The result page size.*/", "fluentSetterDocumentation" : "/**

The result page size.

\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The result page size.

\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the order for results. If true, the results are returned in ascending creation order.

", "name" : "AscendingOrder", "c2jName" : "ascendingOrder", "c2jShape" : "AscendingOrder", "variable" : { "variableName" : "ascendingOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies the order for results. If true, the results are returned in ascending creation order.

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

Specifies the order for results. If true, the results are returned in ascending creation order.

\n@param ascendingOrder Specifies the order for results. If true, the results are returned in ascending creation order.*/", "getterDocumentation" : "/**

Specifies the order for results. If true, the results are returned in ascending creation order.

\n@return Specifies the order for results. If true, the results are returned in ascending creation order.*/", "fluentSetterDocumentation" : "/**

Specifies the order for results. If true, the results are returned in ascending creation order.

\n@param ascendingOrder Specifies the order for results. If true, the results are returned in ascending creation order.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the order for results. If true, the results are returned in ascending creation order.

\n@param ascendingOrder Specifies the order for results. If true, the results are returned in ascending creation order.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listPoliciesRequest", "variableType" : "ListPoliciesRequest", "variableDeclarationType" : "ListPoliciesRequest", "documentation" : null, "simpleType" : "ListPoliciesRequest", "variableSetterType" : "ListPoliciesRequest" }, "marshaller" : { "action" : "ListPolicies", "verb" : "GET", "target" : null, "requestUri" : "/policies", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PageSize" : { "documentation" : "

The result page size.

", "name" : "PageSize", "c2jName" : "pageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The result page size.

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

The result page size.

\n@param pageSize The result page size.*/", "getterDocumentation" : "/**

The result page size.

\n@return The result page size.*/", "fluentSetterDocumentation" : "/**

The result page size.

\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The result page size.

\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AscendingOrder" : { "documentation" : "

Specifies the order for results. If true, the results are returned in ascending creation order.

", "name" : "AscendingOrder", "c2jName" : "ascendingOrder", "c2jShape" : "AscendingOrder", "variable" : { "variableName" : "ascendingOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies the order for results. If true, the results are returned in ascending creation order.

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

Specifies the order for results. If true, the results are returned in ascending creation order.

\n@param ascendingOrder Specifies the order for results. If true, the results are returned in ascending creation order.*/", "getterDocumentation" : "/**

Specifies the order for results. If true, the results are returned in ascending creation order.

\n@return Specifies the order for results. If true, the results are returned in ascending creation order.*/", "fluentSetterDocumentation" : "/**

Specifies the order for results. If true, the results are returned in ascending creation order.

\n@param ascendingOrder Specifies the order for results. If true, the results are returned in ascending creation order.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the order for results. If true, the results are returned in ascending creation order.

\n@param ascendingOrder Specifies the order for results. If true, the results are returned in ascending creation order.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

The marker for the next set of results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "Marker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The marker for the next set of results.

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

The marker for the next set of results.

\n@param marker The marker for the next set of results.*/", "getterDocumentation" : "/**

The marker for the next set of results.

\n@return The marker for the next set of results.*/", "fluentSetterDocumentation" : "/**

The marker for the next set of results.

\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The marker for the next set of results.

\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AttachThingPrincipalResult" : { "c2jName" : "AttachThingPrincipalResponse", "documentation" : "

The output from the AttachThingPrincipal operation.

", "shapeName" : "AttachThingPrincipalResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "attachThingPrincipalResult", "variableType" : "AttachThingPrincipalResult", "variableDeclarationType" : "AttachThingPrincipalResult", "documentation" : null, "simpleType" : "AttachThingPrincipalResult", "variableSetterType" : "AttachThingPrincipalResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListPrincipalThingsRequest" : { "c2jName" : "ListPrincipalThingsRequest", "documentation" : "

The input for the ListPrincipalThings operation.

", "shapeName" : "ListPrincipalThingsRequest", "deprecated" : false, "required" : [ "principal" ], "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A token used to retrieve the next value.

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

A token used to retrieve the next value.

", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.*/", "getterDocumentation" : "/**

A token used to retrieve the next value.

\n@return A token used to retrieve the next value.*/", "fluentSetterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of principals to return.

", "name" : "MaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of principals to return.

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

The maximum number of principals to return.

\n@param maxResults The maximum number of principals to return.*/", "getterDocumentation" : "/**

The maximum number of principals to return.

\n@return The maximum number of principals to return.*/", "fluentSetterDocumentation" : "/**

The maximum number of principals to return.

\n@param maxResults The maximum number of principals to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of principals to return.

\n@param maxResults The maximum number of principals to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The principal.

", "name" : "Principal", "c2jName" : "principal", "c2jShape" : "Principal", "variable" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The principal.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amzn-principal", "marshallLocationName" : "x-amzn-principal", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 principal.

\n@param principal The principal.*/", "getterDocumentation" : "/**

The principal.

\n@return The principal.*/", "fluentSetterDocumentation" : "/**

The principal.

\n@param principal The principal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The principal.

\n@param principal The principal.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listPrincipalThingsRequest", "variableType" : "ListPrincipalThingsRequest", "variableDeclarationType" : "ListPrincipalThingsRequest", "documentation" : null, "simpleType" : "ListPrincipalThingsRequest", "variableSetterType" : "ListPrincipalThingsRequest" }, "marshaller" : { "action" : "ListPrincipalThings", "verb" : "GET", "target" : null, "requestUri" : "/principals/things", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

A token used to retrieve the next value.

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

A token used to retrieve the next value.

", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.*/", "getterDocumentation" : "/**

A token used to retrieve the next value.

\n@return A token used to retrieve the next value.*/", "fluentSetterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Principal" : { "documentation" : "

The principal.

", "name" : "Principal", "c2jName" : "principal", "c2jShape" : "Principal", "variable" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The principal.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amzn-principal", "marshallLocationName" : "x-amzn-principal", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 principal.

\n@param principal The principal.*/", "getterDocumentation" : "/**

The principal.

\n@return The principal.*/", "fluentSetterDocumentation" : "/**

The principal.

\n@param principal The principal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The principal.

\n@param principal The principal.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxResults" : { "documentation" : "

The maximum number of principals to return.

", "name" : "MaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of principals to return.

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

The maximum number of principals to return.

\n@param maxResults The maximum number of principals to return.*/", "getterDocumentation" : "/**

The maximum number of principals to return.

\n@return The maximum number of principals to return.*/", "fluentSetterDocumentation" : "/**

The maximum number of principals to return.

\n@param maxResults The maximum number of principals to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of principals to return.

\n@param maxResults The maximum number of principals to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SnsAction" : { "c2jName" : "SnsAction", "documentation" : "

Describes an action to publish to an Amazon SNS topic.

", "shapeName" : "SnsAction", "deprecated" : false, "required" : [ "targetArn", "roleArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ARN of the SNS topic.

", "name" : "TargetArn", "c2jName" : "targetArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "targetArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the SNS topic.

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

The ARN of the SNS topic.

\n@param targetArn The ARN of the SNS topic.*/", "getterDocumentation" : "/**

The ARN of the SNS topic.

\n@return The ARN of the SNS topic.*/", "fluentSetterDocumentation" : "/**

The ARN of the SNS topic.

\n@param targetArn The ARN of the SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the SNS topic.

\n@param targetArn The ARN of the SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ARN of the IAM role that grants access.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the IAM role that grants access.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.*/", "getterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@return The ARN of the IAM role that grants access.*/", "fluentSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The message format of the message to publish. Optional. Accepted values are \"JSON\" and \"RAW\". The default value of the attribute is \"RAW\". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see refer to their official documentation.

", "name" : "MessageFormat", "c2jName" : "messageFormat", "c2jShape" : "MessageFormat", "variable" : { "variableName" : "messageFormat", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The message format of the message to publish. Optional. Accepted values are \"JSON\" and \"RAW\". The default value of the attribute is \"RAW\". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see refer to their official documentation.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "messageFormat", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "messageFormat", "marshallLocationName" : "messageFormat", "additionalUnmarshallingPath" : 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" : "MessageFormat", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The message format of the message to publish. Optional. Accepted values are \"JSON\" and \"RAW\". The default value of the attribute is \"RAW\". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see refer to their official documentation.

\n@param messageFormat The message format of the message to publish. Optional. Accepted values are \"JSON\" and \"RAW\". The default value of the attribute is \"RAW\". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see refer to their official documentation.\n@see MessageFormat*/", "getterDocumentation" : "/**

The message format of the message to publish. Optional. Accepted values are \"JSON\" and \"RAW\". The default value of the attribute is \"RAW\". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see refer to their official documentation.

\n@return The message format of the message to publish. Optional. Accepted values are \"JSON\" and \"RAW\". The default value of the attribute is \"RAW\". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see refer to their official documentation.\n@see MessageFormat*/", "fluentSetterDocumentation" : "/**

The message format of the message to publish. Optional. Accepted values are \"JSON\" and \"RAW\". The default value of the attribute is \"RAW\". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see refer to their official documentation.

\n@param messageFormat The message format of the message to publish. Optional. Accepted values are \"JSON\" and \"RAW\". The default value of the attribute is \"RAW\". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see refer to their official documentation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MessageFormat*/", "varargSetterDocumentation" : "/**

The message format of the message to publish. Optional. Accepted values are \"JSON\" and \"RAW\". The default value of the attribute is \"RAW\". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see refer to their official documentation.

\n@param messageFormat The message format of the message to publish. Optional. Accepted values are \"JSON\" and \"RAW\". The default value of the attribute is \"RAW\". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see refer to their official documentation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MessageFormat*/" } ], "enums" : null, "variable" : { "variableName" : "snsAction", "variableType" : "SnsAction", "variableDeclarationType" : "SnsAction", "documentation" : null, "simpleType" : "SnsAction", "variableSetterType" : "SnsAction" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MessageFormat" : { "documentation" : "

The message format of the message to publish. Optional. Accepted values are \"JSON\" and \"RAW\". The default value of the attribute is \"RAW\". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see refer to their official documentation.

", "name" : "MessageFormat", "c2jName" : "messageFormat", "c2jShape" : "MessageFormat", "variable" : { "variableName" : "messageFormat", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The message format of the message to publish. Optional. Accepted values are \"JSON\" and \"RAW\". The default value of the attribute is \"RAW\". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see refer to their official documentation.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "messageFormat", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "messageFormat", "marshallLocationName" : "messageFormat", "additionalUnmarshallingPath" : 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" : "MessageFormat", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The message format of the message to publish. Optional. Accepted values are \"JSON\" and \"RAW\". The default value of the attribute is \"RAW\". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see refer to their official documentation.

\n@param messageFormat The message format of the message to publish. Optional. Accepted values are \"JSON\" and \"RAW\". The default value of the attribute is \"RAW\". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see refer to their official documentation.\n@see MessageFormat*/", "getterDocumentation" : "/**

The message format of the message to publish. Optional. Accepted values are \"JSON\" and \"RAW\". The default value of the attribute is \"RAW\". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see refer to their official documentation.

\n@return The message format of the message to publish. Optional. Accepted values are \"JSON\" and \"RAW\". The default value of the attribute is \"RAW\". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see refer to their official documentation.\n@see MessageFormat*/", "fluentSetterDocumentation" : "/**

The message format of the message to publish. Optional. Accepted values are \"JSON\" and \"RAW\". The default value of the attribute is \"RAW\". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see refer to their official documentation.

\n@param messageFormat The message format of the message to publish. Optional. Accepted values are \"JSON\" and \"RAW\". The default value of the attribute is \"RAW\". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see refer to their official documentation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MessageFormat*/", "varargSetterDocumentation" : "/**

The message format of the message to publish. Optional. Accepted values are \"JSON\" and \"RAW\". The default value of the attribute is \"RAW\". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see refer to their official documentation.

\n@param messageFormat The message format of the message to publish. Optional. Accepted values are \"JSON\" and \"RAW\". The default value of the attribute is \"RAW\". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see refer to their official documentation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MessageFormat*/" }, "TargetArn" : { "documentation" : "

The ARN of the SNS topic.

", "name" : "TargetArn", "c2jName" : "targetArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "targetArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the SNS topic.

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

The ARN of the SNS topic.

\n@param targetArn The ARN of the SNS topic.*/", "getterDocumentation" : "/**

The ARN of the SNS topic.

\n@return The ARN of the SNS topic.*/", "fluentSetterDocumentation" : "/**

The ARN of the SNS topic.

\n@param targetArn The ARN of the SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the SNS topic.

\n@param targetArn The ARN of the SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RoleArn" : { "documentation" : "

The ARN of the IAM role that grants access.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the IAM role that grants access.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.*/", "getterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@return The ARN of the IAM role that grants access.*/", "fluentSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreatePolicyResult" : { "c2jName" : "CreatePolicyResponse", "documentation" : "

The output from the CreatePolicy operation.

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

The policy name.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyName", "marshallLocationName" : "policyName", "additionalUnmarshallingPath" : 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 policy name.

\n@param policyName The policy name.*/", "getterDocumentation" : "/**

The policy name.

\n@return The policy name.*/", "fluentSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The policy ARN.

", "name" : "PolicyArn", "c2jName" : "policyArn", "c2jShape" : "PolicyArn", "variable" : { "variableName" : "policyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyArn", "marshallLocationName" : "policyArn", "additionalUnmarshallingPath" : 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 policy ARN.

\n@param policyArn The policy ARN.*/", "getterDocumentation" : "/**

The policy ARN.

\n@return The policy ARN.*/", "fluentSetterDocumentation" : "/**

The policy ARN.

\n@param policyArn The policy ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy ARN.

\n@param policyArn The policy ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The JSON document that describes the policy.

", "name" : "PolicyDocument", "c2jName" : "policyDocument", "c2jShape" : "PolicyDocument", "variable" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The JSON document that describes the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyDocument", "marshallLocationName" : "policyDocument", "additionalUnmarshallingPath" : 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 JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.*/", "getterDocumentation" : "/**

The JSON document that describes the policy.

\n@return The JSON document that describes the policy.*/", "fluentSetterDocumentation" : "/**

The JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The policy version ID.

", "name" : "PolicyVersionId", "c2jName" : "policyVersionId", "c2jShape" : "PolicyVersionId", "variable" : { "variableName" : "policyVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy version ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyVersionId", "marshallLocationName" : "policyVersionId", "additionalUnmarshallingPath" : 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 policy version ID.

\n@param policyVersionId The policy version ID.*/", "getterDocumentation" : "/**

The policy version ID.

\n@return The policy version ID.*/", "fluentSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createPolicyResult", "variableType" : "CreatePolicyResult", "variableDeclarationType" : "CreatePolicyResult", "documentation" : null, "simpleType" : "CreatePolicyResult", "variableSetterType" : "CreatePolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyArn" : { "documentation" : "

The policy ARN.

", "name" : "PolicyArn", "c2jName" : "policyArn", "c2jShape" : "PolicyArn", "variable" : { "variableName" : "policyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyArn", "marshallLocationName" : "policyArn", "additionalUnmarshallingPath" : 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 policy ARN.

\n@param policyArn The policy ARN.*/", "getterDocumentation" : "/**

The policy ARN.

\n@return The policy ARN.*/", "fluentSetterDocumentation" : "/**

The policy ARN.

\n@param policyArn The policy ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy ARN.

\n@param policyArn The policy ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyName" : { "documentation" : "

The policy name.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyName", "marshallLocationName" : "policyName", "additionalUnmarshallingPath" : 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 policy name.

\n@param policyName The policy name.*/", "getterDocumentation" : "/**

The policy name.

\n@return The policy name.*/", "fluentSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyDocument" : { "documentation" : "

The JSON document that describes the policy.

", "name" : "PolicyDocument", "c2jName" : "policyDocument", "c2jShape" : "PolicyDocument", "variable" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The JSON document that describes the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyDocument", "marshallLocationName" : "policyDocument", "additionalUnmarshallingPath" : 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 JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.*/", "getterDocumentation" : "/**

The JSON document that describes the policy.

\n@return The JSON document that describes the policy.*/", "fluentSetterDocumentation" : "/**

The JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyVersionId" : { "documentation" : "

The policy version ID.

", "name" : "PolicyVersionId", "c2jName" : "policyVersionId", "c2jShape" : "PolicyVersionId", "variable" : { "variableName" : "policyVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy version ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyVersionId", "marshallLocationName" : "policyVersionId", "additionalUnmarshallingPath" : 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 policy version ID.

\n@param policyVersionId The policy version ID.*/", "getterDocumentation" : "/**

The policy version ID.

\n@return The policy version ID.*/", "fluentSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DisableTopicRuleResult" : { "c2jName" : "DisableTopicRuleResult", "documentation" : null, "shapeName" : "DisableTopicRuleResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "disableTopicRuleResult", "variableType" : "DisableTopicRuleResult", "variableDeclarationType" : "DisableTopicRuleResult", "documentation" : null, "simpleType" : "DisableTopicRuleResult", "variableSetterType" : "DisableTopicRuleResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RepublishAction" : { "c2jName" : "RepublishAction", "documentation" : "

Describes an action to republish to another topic.

", "shapeName" : "RepublishAction", "deprecated" : false, "required" : [ "roleArn", "topic" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ARN of the IAM role that grants access.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the IAM role that grants access.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.*/", "getterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@return The ARN of the IAM role that grants access.*/", "fluentSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the MQTT topic.

", "name" : "Topic", "c2jName" : "topic", "c2jShape" : "TopicPattern", "variable" : { "variableName" : "topic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the MQTT topic.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "topic", "marshallLocationName" : "topic", "additionalUnmarshallingPath" : 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 MQTT topic.

\n@param topic The name of the MQTT topic.*/", "getterDocumentation" : "/**

The name of the MQTT topic.

\n@return The name of the MQTT topic.*/", "fluentSetterDocumentation" : "/**

The name of the MQTT topic.

\n@param topic The name of the MQTT topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the MQTT topic.

\n@param topic The name of the MQTT topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "republishAction", "variableType" : "RepublishAction", "variableDeclarationType" : "RepublishAction", "documentation" : null, "simpleType" : "RepublishAction", "variableSetterType" : "RepublishAction" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Topic" : { "documentation" : "

The name of the MQTT topic.

", "name" : "Topic", "c2jName" : "topic", "c2jShape" : "TopicPattern", "variable" : { "variableName" : "topic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the MQTT topic.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "topic", "marshallLocationName" : "topic", "additionalUnmarshallingPath" : 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 MQTT topic.

\n@param topic The name of the MQTT topic.*/", "getterDocumentation" : "/**

The name of the MQTT topic.

\n@return The name of the MQTT topic.*/", "fluentSetterDocumentation" : "/**

The name of the MQTT topic.

\n@param topic The name of the MQTT topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the MQTT topic.

\n@param topic The name of the MQTT topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RoleArn" : { "documentation" : "

The ARN of the IAM role that grants access.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the IAM role that grants access.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.*/", "getterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@return The ARN of the IAM role that grants access.*/", "fluentSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LogLevel" : { "c2jName" : "LogLevel", "documentation" : "", "shapeName" : "LogLevel", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "DEBUG", "value" : "DEBUG" }, { "name" : "INFO", "value" : "INFO" }, { "name" : "ERROR", "value" : "ERROR" }, { "name" : "WARN", "value" : "WARN" }, { "name" : "DISABLED", "value" : "DISABLED" } ], "variable" : { "variableName" : "logLevel", "variableType" : "LogLevel", "variableDeclarationType" : "LogLevel", "documentation" : null, "simpleType" : "LogLevel", "variableSetterType" : "LogLevel" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetPolicyVersionRequest" : { "c2jName" : "GetPolicyVersionRequest", "documentation" : "

The input for the GetPolicyVersion operation.

", "shapeName" : "GetPolicyVersionRequest", "deprecated" : false, "required" : [ "policyName", "policyVersionId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the policy.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyName", "marshallLocationName" : "policyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 policy.

\n@param policyName The name of the policy.*/", "getterDocumentation" : "/**

The name of the policy.

\n@return The name of the policy.*/", "fluentSetterDocumentation" : "/**

The name of the policy.

\n@param policyName The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the policy.

\n@param policyName The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The policy version ID.

", "name" : "PolicyVersionId", "c2jName" : "policyVersionId", "c2jShape" : "PolicyVersionId", "variable" : { "variableName" : "policyVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy version ID.

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

The policy version ID.

\n@param policyVersionId The policy version ID.*/", "getterDocumentation" : "/**

The policy version ID.

\n@return The policy version ID.*/", "fluentSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getPolicyVersionRequest", "variableType" : "GetPolicyVersionRequest", "variableDeclarationType" : "GetPolicyVersionRequest", "documentation" : null, "simpleType" : "GetPolicyVersionRequest", "variableSetterType" : "GetPolicyVersionRequest" }, "marshaller" : { "action" : "GetPolicyVersion", "verb" : "GET", "target" : null, "requestUri" : "/policies/{policyName}/version/{policyVersionId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyName" : { "documentation" : "

The name of the policy.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyName", "marshallLocationName" : "policyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 policy.

\n@param policyName The name of the policy.*/", "getterDocumentation" : "/**

The name of the policy.

\n@return The name of the policy.*/", "fluentSetterDocumentation" : "/**

The name of the policy.

\n@param policyName The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the policy.

\n@param policyName The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyVersionId" : { "documentation" : "

The policy version ID.

", "name" : "PolicyVersionId", "c2jName" : "policyVersionId", "c2jShape" : "PolicyVersionId", "variable" : { "variableName" : "policyVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy version ID.

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

The policy version ID.

\n@param policyVersionId The policy version ID.*/", "getterDocumentation" : "/**

The policy version ID.

\n@return The policy version ID.*/", "fluentSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy version ID.

\n@param policyVersionId The policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeThingResult" : { "c2jName" : "DescribeThingResponse", "documentation" : "

The output from the DescribeThing operation.

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

The default client ID.

", "name" : "DefaultClientId", "c2jName" : "defaultClientId", "c2jShape" : "ClientId", "variable" : { "variableName" : "defaultClientId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The default client ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultClientId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultClientId", "marshallLocationName" : "defaultClientId", "additionalUnmarshallingPath" : 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 default client ID.

\n@param defaultClientId The default client ID.*/", "getterDocumentation" : "/**

The default client ID.

\n@return The default client ID.*/", "fluentSetterDocumentation" : "/**

The default client ID.

\n@param defaultClientId The default client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The default client ID.

\n@param defaultClientId The default client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the thing.

", "name" : "ThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "variable" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "thingName", "marshallLocationName" : "thingName", "additionalUnmarshallingPath" : 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 thing.

\n@param thingName The name of the thing.*/", "getterDocumentation" : "/**

The name of the thing.

\n@return The name of the thing.*/", "fluentSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The attributes, which are name/value pairs in JSON format (for example: {\\\"attributes\\\":{\\\"some-name1\\\":\\\"some-value1\\\"}, {\\\"some-name2\\\":\\\"some-value2\\\"}, {\\\"some-name3\\\":\\\"some-value3\\\"}})

", "name" : "Attributes", "c2jName" : "attributes", "c2jShape" : "Attributes", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

The attributes, which are name/value pairs in JSON format (for example: {\\\"attributes\\\":{\\\"some-name1\\\":\\\"some-value1\\\"}, {\\\"some-name2\\\":\\\"some-value2\\\"}, {\\\"some-name3\\\":\\\"some-value3\\\"}})

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "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" : "java.util.HashMap", "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, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The attributes, which are name/value pairs in JSON format (for example: {\\\"attributes\\\":{\\\"some-name1\\\":\\\"some-value1\\\"}, {\\\"some-name2\\\":\\\"some-value2\\\"}, {\\\"some-name3\\\":\\\"some-value3\\\"}})

\n@param attributes The attributes, which are name/value pairs in JSON format (for example: {\\\"attributes\\\":{\\\"some-name1\\\":\\\"some-value1\\\"}, {\\\"some-name2\\\":\\\"some-value2\\\"}, {\\\"some-name3\\\":\\\"some-value3\\\"}})*/", "getterDocumentation" : "/**

The attributes, which are name/value pairs in JSON format (for example: {\\\"attributes\\\":{\\\"some-name1\\\":\\\"some-value1\\\"}, {\\\"some-name2\\\":\\\"some-value2\\\"}, {\\\"some-name3\\\":\\\"some-value3\\\"}})

\n@return The attributes, which are name/value pairs in JSON format (for example: {\\\"attributes\\\":{\\\"some-name1\\\":\\\"some-value1\\\"}, {\\\"some-name2\\\":\\\"some-value2\\\"}, {\\\"some-name3\\\":\\\"some-value3\\\"}})*/", "fluentSetterDocumentation" : "/**

The attributes, which are name/value pairs in JSON format (for example: {\\\"attributes\\\":{\\\"some-name1\\\":\\\"some-value1\\\"}, {\\\"some-name2\\\":\\\"some-value2\\\"}, {\\\"some-name3\\\":\\\"some-value3\\\"}})

\n@param attributes The attributes, which are name/value pairs in JSON format (for example: {\\\"attributes\\\":{\\\"some-name1\\\":\\\"some-value1\\\"}, {\\\"some-name2\\\":\\\"some-value2\\\"}, {\\\"some-name3\\\":\\\"some-value3\\\"}})\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The attributes, which are name/value pairs in JSON format (for example: {\\\"attributes\\\":{\\\"some-name1\\\":\\\"some-value1\\\"}, {\\\"some-name2\\\":\\\"some-value2\\\"}, {\\\"some-name3\\\":\\\"some-value3\\\"}})

\n@param attributes The attributes, which are name/value pairs in JSON format (for example: {\\\"attributes\\\":{\\\"some-name1\\\":\\\"some-value1\\\"}, {\\\"some-name2\\\":\\\"some-value2\\\"}, {\\\"some-name3\\\":\\\"some-value3\\\"}})\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeThingResult", "variableType" : "DescribeThingResult", "variableDeclarationType" : "DescribeThingResult", "documentation" : null, "simpleType" : "DescribeThingResult", "variableSetterType" : "DescribeThingResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Attributes" : { "documentation" : "

The attributes, which are name/value pairs in JSON format (for example: {\\\"attributes\\\":{\\\"some-name1\\\":\\\"some-value1\\\"}, {\\\"some-name2\\\":\\\"some-value2\\\"}, {\\\"some-name3\\\":\\\"some-value3\\\"}})

", "name" : "Attributes", "c2jName" : "attributes", "c2jShape" : "Attributes", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

The attributes, which are name/value pairs in JSON format (for example: {\\\"attributes\\\":{\\\"some-name1\\\":\\\"some-value1\\\"}, {\\\"some-name2\\\":\\\"some-value2\\\"}, {\\\"some-name3\\\":\\\"some-value3\\\"}})

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "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" : "java.util.HashMap", "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, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The attributes, which are name/value pairs in JSON format (for example: {\\\"attributes\\\":{\\\"some-name1\\\":\\\"some-value1\\\"}, {\\\"some-name2\\\":\\\"some-value2\\\"}, {\\\"some-name3\\\":\\\"some-value3\\\"}})

\n@param attributes The attributes, which are name/value pairs in JSON format (for example: {\\\"attributes\\\":{\\\"some-name1\\\":\\\"some-value1\\\"}, {\\\"some-name2\\\":\\\"some-value2\\\"}, {\\\"some-name3\\\":\\\"some-value3\\\"}})*/", "getterDocumentation" : "/**

The attributes, which are name/value pairs in JSON format (for example: {\\\"attributes\\\":{\\\"some-name1\\\":\\\"some-value1\\\"}, {\\\"some-name2\\\":\\\"some-value2\\\"}, {\\\"some-name3\\\":\\\"some-value3\\\"}})

\n@return The attributes, which are name/value pairs in JSON format (for example: {\\\"attributes\\\":{\\\"some-name1\\\":\\\"some-value1\\\"}, {\\\"some-name2\\\":\\\"some-value2\\\"}, {\\\"some-name3\\\":\\\"some-value3\\\"}})*/", "fluentSetterDocumentation" : "/**

The attributes, which are name/value pairs in JSON format (for example: {\\\"attributes\\\":{\\\"some-name1\\\":\\\"some-value1\\\"}, {\\\"some-name2\\\":\\\"some-value2\\\"}, {\\\"some-name3\\\":\\\"some-value3\\\"}})

\n@param attributes The attributes, which are name/value pairs in JSON format (for example: {\\\"attributes\\\":{\\\"some-name1\\\":\\\"some-value1\\\"}, {\\\"some-name2\\\":\\\"some-value2\\\"}, {\\\"some-name3\\\":\\\"some-value3\\\"}})\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The attributes, which are name/value pairs in JSON format (for example: {\\\"attributes\\\":{\\\"some-name1\\\":\\\"some-value1\\\"}, {\\\"some-name2\\\":\\\"some-value2\\\"}, {\\\"some-name3\\\":\\\"some-value3\\\"}})

\n@param attributes The attributes, which are name/value pairs in JSON format (for example: {\\\"attributes\\\":{\\\"some-name1\\\":\\\"some-value1\\\"}, {\\\"some-name2\\\":\\\"some-value2\\\"}, {\\\"some-name3\\\":\\\"some-value3\\\"}})\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ThingName" : { "documentation" : "

The name of the thing.

", "name" : "ThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "variable" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "thingName", "marshallLocationName" : "thingName", "additionalUnmarshallingPath" : 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 thing.

\n@param thingName The name of the thing.*/", "getterDocumentation" : "/**

The name of the thing.

\n@return The name of the thing.*/", "fluentSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultClientId" : { "documentation" : "

The default client ID.

", "name" : "DefaultClientId", "c2jName" : "defaultClientId", "c2jShape" : "ClientId", "variable" : { "variableName" : "defaultClientId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The default client ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultClientId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultClientId", "marshallLocationName" : "defaultClientId", "additionalUnmarshallingPath" : 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 default client ID.

\n@param defaultClientId The default client ID.*/", "getterDocumentation" : "/**

The default client ID.

\n@return The default client ID.*/", "fluentSetterDocumentation" : "/**

The default client ID.

\n@param defaultClientId The default client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The default client ID.

\n@param defaultClientId The default client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateCertificateResult" : { "c2jName" : "UpdateCertificateResult", "documentation" : null, "shapeName" : "UpdateCertificateResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "updateCertificateResult", "variableType" : "UpdateCertificateResult", "variableDeclarationType" : "UpdateCertificateResult", "documentation" : null, "simpleType" : "UpdateCertificateResult", "variableSetterType" : "UpdateCertificateResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ReplaceTopicRuleRequest" : { "c2jName" : "ReplaceTopicRuleRequest", "documentation" : "

The input for the ReplaceTopicRule operation.

", "shapeName" : "ReplaceTopicRuleRequest", "deprecated" : false, "required" : [ "ruleName", "topicRulePayload" ], "hasPayloadMember" : true, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the rule.

", "name" : "RuleName", "c2jName" : "ruleName", "c2jShape" : "RuleName", "variable" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleName", "marshallLocationName" : "ruleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 rule.

\n@param ruleName The name of the rule.*/", "getterDocumentation" : "/**

The name of the rule.

\n@return The name of the rule.*/", "fluentSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The rule payload.

", "name" : "TopicRulePayload", "c2jName" : "topicRulePayload", "c2jShape" : "TopicRulePayload", "variable" : { "variableName" : "topicRulePayload", "variableType" : "TopicRulePayload", "variableDeclarationType" : "TopicRulePayload", "documentation" : "

The rule payload.

", "simpleType" : "TopicRulePayload", "variableSetterType" : "TopicRulePayload" }, "setterModel" : { "variableName" : "topicRulePayload", "variableType" : "TopicRulePayload", "variableDeclarationType" : "TopicRulePayload", "documentation" : "", "simpleType" : "TopicRulePayload", "variableSetterType" : "TopicRulePayload" }, "getterModel" : { "returnType" : "TopicRulePayload", "documentation" : null }, "http" : { "unmarshallLocationName" : "topicRulePayload", "marshallLocationName" : "topicRulePayload", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "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" : "/**

The rule payload.

\n@param topicRulePayload The rule payload.*/", "getterDocumentation" : "/**

The rule payload.

\n@return The rule payload.*/", "fluentSetterDocumentation" : "/**

The rule payload.

\n@param topicRulePayload The rule payload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The rule payload.

\n@param topicRulePayload The rule payload.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "replaceTopicRuleRequest", "variableType" : "ReplaceTopicRuleRequest", "variableDeclarationType" : "ReplaceTopicRuleRequest", "documentation" : null, "simpleType" : "ReplaceTopicRuleRequest", "variableSetterType" : "ReplaceTopicRuleRequest" }, "marshaller" : { "action" : "ReplaceTopicRule", "verb" : "PATCH", "target" : null, "requestUri" : "/rules/{ruleName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TopicRulePayload" : { "documentation" : "

The rule payload.

", "name" : "TopicRulePayload", "c2jName" : "topicRulePayload", "c2jShape" : "TopicRulePayload", "variable" : { "variableName" : "topicRulePayload", "variableType" : "TopicRulePayload", "variableDeclarationType" : "TopicRulePayload", "documentation" : "

The rule payload.

", "simpleType" : "TopicRulePayload", "variableSetterType" : "TopicRulePayload" }, "setterModel" : { "variableName" : "topicRulePayload", "variableType" : "TopicRulePayload", "variableDeclarationType" : "TopicRulePayload", "documentation" : "", "simpleType" : "TopicRulePayload", "variableSetterType" : "TopicRulePayload" }, "getterModel" : { "returnType" : "TopicRulePayload", "documentation" : null }, "http" : { "unmarshallLocationName" : "topicRulePayload", "marshallLocationName" : "topicRulePayload", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "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" : "/**

The rule payload.

\n@param topicRulePayload The rule payload.*/", "getterDocumentation" : "/**

The rule payload.

\n@return The rule payload.*/", "fluentSetterDocumentation" : "/**

The rule payload.

\n@param topicRulePayload The rule payload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The rule payload.

\n@param topicRulePayload The rule payload.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RuleName" : { "documentation" : "

The name of the rule.

", "name" : "RuleName", "c2jName" : "ruleName", "c2jShape" : "RuleName", "variable" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleName", "marshallLocationName" : "ruleName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 rule.

\n@param ruleName The name of the rule.*/", "getterDocumentation" : "/**

The name of the rule.

\n@return The name of the rule.*/", "fluentSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateThingRequest" : { "c2jName" : "CreateThingRequest", "documentation" : "

The input for the CreateThing operation.

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

The name of the thing.

", "name" : "ThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "variable" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "thingName", "marshallLocationName" : "thingName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 thing.

\n@param thingName The name of the thing.*/", "getterDocumentation" : "/**

The name of the thing.

\n@return The name of the thing.*/", "fluentSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

", "name" : "AttributePayload", "c2jName" : "attributePayload", "c2jShape" : "AttributePayload", "variable" : { "variableName" : "attributePayload", "variableType" : "AttributePayload", "variableDeclarationType" : "AttributePayload", "documentation" : "

The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

", "simpleType" : "AttributePayload", "variableSetterType" : "AttributePayload" }, "setterModel" : { "variableName" : "attributePayload", "variableType" : "AttributePayload", "variableDeclarationType" : "AttributePayload", "documentation" : "", "simpleType" : "AttributePayload", "variableSetterType" : "AttributePayload" }, "getterModel" : { "returnType" : "AttributePayload", "documentation" : null }, "http" : { "unmarshallLocationName" : "attributePayload", "marshallLocationName" : "attributePayload", "additionalUnmarshallingPath" : 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" : "/**

The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@param attributePayload The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).*/", "getterDocumentation" : "/**

The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@return The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).*/", "fluentSetterDocumentation" : "/**

The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@param attributePayload The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@param attributePayload The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createThingRequest", "variableType" : "CreateThingRequest", "variableDeclarationType" : "CreateThingRequest", "documentation" : null, "simpleType" : "CreateThingRequest", "variableSetterType" : "CreateThingRequest" }, "marshaller" : { "action" : "CreateThing", "verb" : "POST", "target" : null, "requestUri" : "/things/{thingName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AttributePayload" : { "documentation" : "

The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

", "name" : "AttributePayload", "c2jName" : "attributePayload", "c2jShape" : "AttributePayload", "variable" : { "variableName" : "attributePayload", "variableType" : "AttributePayload", "variableDeclarationType" : "AttributePayload", "documentation" : "

The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

", "simpleType" : "AttributePayload", "variableSetterType" : "AttributePayload" }, "setterModel" : { "variableName" : "attributePayload", "variableType" : "AttributePayload", "variableDeclarationType" : "AttributePayload", "documentation" : "", "simpleType" : "AttributePayload", "variableSetterType" : "AttributePayload" }, "getterModel" : { "returnType" : "AttributePayload", "documentation" : null }, "http" : { "unmarshallLocationName" : "attributePayload", "marshallLocationName" : "attributePayload", "additionalUnmarshallingPath" : 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" : "/**

The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@param attributePayload The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).*/", "getterDocumentation" : "/**

The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@return The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).*/", "fluentSetterDocumentation" : "/**

The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@param attributePayload The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).

\n@param attributePayload The attribute payload, which consists of up to 3 name/value pairs in a JSON document (for example, {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}}).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ThingName" : { "documentation" : "

The name of the thing.

", "name" : "ThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "variable" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "thingName", "marshallLocationName" : "thingName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 thing.

\n@param thingName The name of the thing.*/", "getterDocumentation" : "/**

The name of the thing.

\n@return The name of the thing.*/", "fluentSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListThingsRequest" : { "c2jName" : "ListThingsRequest", "documentation" : "

The input for the ListThings operation.

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

The token for the next value.

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

The token for the next value.

", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The token for the next value.

\n@param nextToken The token for the next value.*/", "getterDocumentation" : "/**

The token for the next value.

\n@return The token for the next value.*/", "fluentSetterDocumentation" : "/**

The token for the next value.

\n@param nextToken The token for the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The token for the next value.

\n@param nextToken The token for the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of results.

", "name" : "MaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of results.

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

The maximum number of results.

\n@param maxResults The maximum number of results.*/", "getterDocumentation" : "/**

The maximum number of results.

\n@return The maximum number of results.*/", "fluentSetterDocumentation" : "/**

The maximum number of results.

\n@param maxResults The maximum number of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of results.

\n@param maxResults The maximum number of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The attribute name.

", "name" : "AttributeName", "c2jName" : "attributeName", "c2jShape" : "AttributeName", "variable" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The attribute name.

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

The attribute name.

\n@param attributeName The attribute name.*/", "getterDocumentation" : "/**

The attribute name.

\n@return The attribute name.*/", "fluentSetterDocumentation" : "/**

The attribute name.

\n@param attributeName The attribute name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The attribute name.

\n@param attributeName The attribute name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The attribute value.

", "name" : "AttributeValue", "c2jName" : "attributeValue", "c2jShape" : "AttributeValue", "variable" : { "variableName" : "attributeValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The attribute value.

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

The attribute value.

\n@param attributeValue The attribute value.*/", "getterDocumentation" : "/**

The attribute value.

\n@return The attribute value.*/", "fluentSetterDocumentation" : "/**

The attribute value.

\n@param attributeValue The attribute value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The attribute value.

\n@param attributeValue The attribute value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listThingsRequest", "variableType" : "ListThingsRequest", "variableDeclarationType" : "ListThingsRequest", "documentation" : null, "simpleType" : "ListThingsRequest", "variableSetterType" : "ListThingsRequest" }, "marshaller" : { "action" : "ListThings", "verb" : "GET", "target" : null, "requestUri" : "/things", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

The token for the next value.

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

The token for the next value.

", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The token for the next value.

\n@param nextToken The token for the next value.*/", "getterDocumentation" : "/**

The token for the next value.

\n@return The token for the next value.*/", "fluentSetterDocumentation" : "/**

The token for the next value.

\n@param nextToken The token for the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The token for the next value.

\n@param nextToken The token for the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AttributeName" : { "documentation" : "

The attribute name.

", "name" : "AttributeName", "c2jName" : "attributeName", "c2jShape" : "AttributeName", "variable" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The attribute name.

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

The attribute name.

\n@param attributeName The attribute name.*/", "getterDocumentation" : "/**

The attribute name.

\n@return The attribute name.*/", "fluentSetterDocumentation" : "/**

The attribute name.

\n@param attributeName The attribute name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The attribute name.

\n@param attributeName The attribute name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxResults" : { "documentation" : "

The maximum number of results.

", "name" : "MaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of results.

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

The maximum number of results.

\n@param maxResults The maximum number of results.*/", "getterDocumentation" : "/**

The maximum number of results.

\n@return The maximum number of results.*/", "fluentSetterDocumentation" : "/**

The maximum number of results.

\n@param maxResults The maximum number of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of results.

\n@param maxResults The maximum number of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AttributeValue" : { "documentation" : "

The attribute value.

", "name" : "AttributeValue", "c2jName" : "attributeValue", "c2jShape" : "AttributeValue", "variable" : { "variableName" : "attributeValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The attribute value.

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

The attribute value.

\n@param attributeValue The attribute value.*/", "getterDocumentation" : "/**

The attribute value.

\n@return The attribute value.*/", "fluentSetterDocumentation" : "/**

The attribute value.

\n@param attributeValue The attribute value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The attribute value.

\n@param attributeValue The attribute value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CACertificateStatus" : { "c2jName" : "CACertificateStatus", "documentation" : "", "shapeName" : "CACertificateStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "ACTIVE", "value" : "ACTIVE" }, { "name" : "INACTIVE", "value" : "INACTIVE" } ], "variable" : { "variableName" : "cACertificateStatus", "variableType" : "CACertificateStatus", "variableDeclarationType" : "CACertificateStatus", "documentation" : null, "simpleType" : "CACertificateStatus", "variableSetterType" : "CACertificateStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListPolicyVersionsRequest" : { "c2jName" : "ListPolicyVersionsRequest", "documentation" : "

The input for the ListPolicyVersions operation.

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

The policy name.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy name.

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

The policy name.

\n@param policyName The policy name.*/", "getterDocumentation" : "/**

The policy name.

\n@return The policy name.*/", "fluentSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listPolicyVersionsRequest", "variableType" : "ListPolicyVersionsRequest", "variableDeclarationType" : "ListPolicyVersionsRequest", "documentation" : null, "simpleType" : "ListPolicyVersionsRequest", "variableSetterType" : "ListPolicyVersionsRequest" }, "marshaller" : { "action" : "ListPolicyVersions", "verb" : "GET", "target" : null, "requestUri" : "/policies/{policyName}/version", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyName" : { "documentation" : "

The policy name.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy name.

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

The policy name.

\n@param policyName The policy name.*/", "getterDocumentation" : "/**

The policy name.

\n@return The policy name.*/", "fluentSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteCACertificateResult" : { "c2jName" : "DeleteCACertificateResponse", "documentation" : "

The output for the DeleteCACertificate operation.

", "shapeName" : "DeleteCACertificateResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteCACertificateResult", "variableType" : "DeleteCACertificateResult", "variableDeclarationType" : "DeleteCACertificateResult", "documentation" : null, "simpleType" : "DeleteCACertificateResult", "variableSetterType" : "DeleteCACertificateResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetPolicyResult" : { "c2jName" : "GetPolicyResponse", "documentation" : "

The output from the GetPolicy operation.

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

The policy name.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyName", "marshallLocationName" : "policyName", "additionalUnmarshallingPath" : 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 policy name.

\n@param policyName The policy name.*/", "getterDocumentation" : "/**

The policy name.

\n@return The policy name.*/", "fluentSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The policy ARN.

", "name" : "PolicyArn", "c2jName" : "policyArn", "c2jShape" : "PolicyArn", "variable" : { "variableName" : "policyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyArn", "marshallLocationName" : "policyArn", "additionalUnmarshallingPath" : 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 policy ARN.

\n@param policyArn The policy ARN.*/", "getterDocumentation" : "/**

The policy ARN.

\n@return The policy ARN.*/", "fluentSetterDocumentation" : "/**

The policy ARN.

\n@param policyArn The policy ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy ARN.

\n@param policyArn The policy ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The JSON document that describes the policy.

", "name" : "PolicyDocument", "c2jName" : "policyDocument", "c2jShape" : "PolicyDocument", "variable" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The JSON document that describes the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyDocument", "marshallLocationName" : "policyDocument", "additionalUnmarshallingPath" : 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 JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.*/", "getterDocumentation" : "/**

The JSON document that describes the policy.

\n@return The JSON document that describes the policy.*/", "fluentSetterDocumentation" : "/**

The JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The default policy version ID.

", "name" : "DefaultVersionId", "c2jName" : "defaultVersionId", "c2jShape" : "PolicyVersionId", "variable" : { "variableName" : "defaultVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The default policy version ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultVersionId", "marshallLocationName" : "defaultVersionId", "additionalUnmarshallingPath" : 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 default policy version ID.

\n@param defaultVersionId The default policy version ID.*/", "getterDocumentation" : "/**

The default policy version ID.

\n@return The default policy version ID.*/", "fluentSetterDocumentation" : "/**

The default policy version ID.

\n@param defaultVersionId The default policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The default policy version ID.

\n@param defaultVersionId The default policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getPolicyResult", "variableType" : "GetPolicyResult", "variableDeclarationType" : "GetPolicyResult", "documentation" : null, "simpleType" : "GetPolicyResult", "variableSetterType" : "GetPolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DefaultVersionId" : { "documentation" : "

The default policy version ID.

", "name" : "DefaultVersionId", "c2jName" : "defaultVersionId", "c2jShape" : "PolicyVersionId", "variable" : { "variableName" : "defaultVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The default policy version ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultVersionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultVersionId", "marshallLocationName" : "defaultVersionId", "additionalUnmarshallingPath" : 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 default policy version ID.

\n@param defaultVersionId The default policy version ID.*/", "getterDocumentation" : "/**

The default policy version ID.

\n@return The default policy version ID.*/", "fluentSetterDocumentation" : "/**

The default policy version ID.

\n@param defaultVersionId The default policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The default policy version ID.

\n@param defaultVersionId The default policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyArn" : { "documentation" : "

The policy ARN.

", "name" : "PolicyArn", "c2jName" : "policyArn", "c2jShape" : "PolicyArn", "variable" : { "variableName" : "policyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyArn", "marshallLocationName" : "policyArn", "additionalUnmarshallingPath" : 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 policy ARN.

\n@param policyArn The policy ARN.*/", "getterDocumentation" : "/**

The policy ARN.

\n@return The policy ARN.*/", "fluentSetterDocumentation" : "/**

The policy ARN.

\n@param policyArn The policy ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy ARN.

\n@param policyArn The policy ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyName" : { "documentation" : "

The policy name.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyName", "marshallLocationName" : "policyName", "additionalUnmarshallingPath" : 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 policy name.

\n@param policyName The policy name.*/", "getterDocumentation" : "/**

The policy name.

\n@return The policy name.*/", "fluentSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyDocument" : { "documentation" : "

The JSON document that describes the policy.

", "name" : "PolicyDocument", "c2jName" : "policyDocument", "c2jShape" : "PolicyDocument", "variable" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The JSON document that describes the policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyDocument", "marshallLocationName" : "policyDocument", "additionalUnmarshallingPath" : 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 JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.*/", "getterDocumentation" : "/**

The JSON document that describes the policy.

\n@return The JSON document that describes the policy.*/", "fluentSetterDocumentation" : "/**

The JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The JSON document that describes the policy.

\n@param policyDocument The JSON document that describes the policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteThingResult" : { "c2jName" : "DeleteThingResponse", "documentation" : "

The output of the DeleteThing operation.

", "shapeName" : "DeleteThingResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteThingResult", "variableType" : "DeleteThingResult", "variableDeclarationType" : "DeleteThingResult", "documentation" : null, "simpleType" : "DeleteThingResult", "variableSetterType" : "DeleteThingResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListThingsResult" : { "c2jName" : "ListThingsResponse", "documentation" : "

The output from the ListThings operation.

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

The things.

", "name" : "Things", "c2jName" : "things", "c2jShape" : "ThingAttributeList", "variable" : { "variableName" : "things", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The things.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "things", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "things", "marshallLocationName" : "things", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ThingAttribute", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ThingAttribute", "variable" : { "variableName" : "member", "variableType" : "ThingAttribute", "variableDeclarationType" : "ThingAttribute", "documentation" : "", "simpleType" : "ThingAttribute", "variableSetterType" : "ThingAttribute" }, "setterModel" : { "variableName" : "member", "variableType" : "ThingAttribute", "variableDeclarationType" : "ThingAttribute", "documentation" : "", "simpleType" : "ThingAttribute", "variableSetterType" : "ThingAttribute" }, "getterModel" : { "returnType" : "ThingAttribute", "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" : "ThingAttribute", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The things.

\n@param things The things.*/", "getterDocumentation" : "/**

The things.

\n@return The things.*/", "fluentSetterDocumentation" : "/**

The things.

\n@param things The things.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The things.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setThings(java.util.Collection)} or {@link #withThings(java.util.Collection)} if you want to override the existing values.

\n@param things The things.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A token used to retrieve the next value.

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

A token used to retrieve the next value.

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

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.*/", "getterDocumentation" : "/**

A token used to retrieve the next value.

\n@return A token used to retrieve the next value.*/", "fluentSetterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listThingsResult", "variableType" : "ListThingsResult", "variableDeclarationType" : "ListThingsResult", "documentation" : null, "simpleType" : "ListThingsResult", "variableSetterType" : "ListThingsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Things" : { "documentation" : "

The things.

", "name" : "Things", "c2jName" : "things", "c2jShape" : "ThingAttributeList", "variable" : { "variableName" : "things", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The things.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "things", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "things", "marshallLocationName" : "things", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ThingAttribute", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ThingAttribute", "variable" : { "variableName" : "member", "variableType" : "ThingAttribute", "variableDeclarationType" : "ThingAttribute", "documentation" : "", "simpleType" : "ThingAttribute", "variableSetterType" : "ThingAttribute" }, "setterModel" : { "variableName" : "member", "variableType" : "ThingAttribute", "variableDeclarationType" : "ThingAttribute", "documentation" : "", "simpleType" : "ThingAttribute", "variableSetterType" : "ThingAttribute" }, "getterModel" : { "returnType" : "ThingAttribute", "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" : "ThingAttribute", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The things.

\n@param things The things.*/", "getterDocumentation" : "/**

The things.

\n@return The things.*/", "fluentSetterDocumentation" : "/**

The things.

\n@param things The things.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The things.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setThings(java.util.Collection)} or {@link #withThings(java.util.Collection)} if you want to override the existing values.

\n@param things The things.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

A token used to retrieve the next value.

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

A token used to retrieve the next value.

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

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.*/", "getterDocumentation" : "/**

A token used to retrieve the next value.

\n@return A token used to retrieve the next value.*/", "fluentSetterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreatePolicyRequest" : { "c2jName" : "CreatePolicyRequest", "documentation" : "

The input for the CreatePolicy operation.

", "shapeName" : "CreatePolicyRequest", "deprecated" : false, "required" : [ "policyName", "policyDocument" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The policy name.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy name.

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

The policy name.

\n@param policyName The policy name.*/", "getterDocumentation" : "/**

The policy name.

\n@return The policy name.*/", "fluentSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.

", "name" : "PolicyDocument", "c2jName" : "policyDocument", "c2jShape" : "PolicyDocument", "variable" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyDocument", "marshallLocationName" : "policyDocument", "additionalUnmarshallingPath" : 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 JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.

\n@param policyDocument The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.*/", "getterDocumentation" : "/**

The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.

\n@return The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.*/", "fluentSetterDocumentation" : "/**

The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.

\n@param policyDocument The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.

\n@param policyDocument The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createPolicyRequest", "variableType" : "CreatePolicyRequest", "variableDeclarationType" : "CreatePolicyRequest", "documentation" : null, "simpleType" : "CreatePolicyRequest", "variableSetterType" : "CreatePolicyRequest" }, "marshaller" : { "action" : "CreatePolicy", "verb" : "POST", "target" : null, "requestUri" : "/policies/{policyName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyName" : { "documentation" : "

The policy name.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy name.

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

The policy name.

\n@param policyName The policy name.*/", "getterDocumentation" : "/**

The policy name.

\n@return The policy name.*/", "fluentSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyDocument" : { "documentation" : "

The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.

", "name" : "PolicyDocument", "c2jName" : "policyDocument", "c2jShape" : "PolicyDocument", "variable" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyDocument", "marshallLocationName" : "policyDocument", "additionalUnmarshallingPath" : 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 JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.

\n@param policyDocument The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.*/", "getterDocumentation" : "/**

The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.

\n@return The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.*/", "fluentSetterDocumentation" : "/**

The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.

\n@param policyDocument The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.

\n@param policyDocument The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteThingRequest" : { "c2jName" : "DeleteThingRequest", "documentation" : "

The input for the DeleteThing operation.

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

The thing name.

", "name" : "ThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "variable" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The thing name.

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

The thing name.

\n@param thingName The thing name.*/", "getterDocumentation" : "/**

The thing name.

\n@return The thing name.*/", "fluentSetterDocumentation" : "/**

The thing name.

\n@param thingName The thing name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The thing name.

\n@param thingName The thing name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteThingRequest", "variableType" : "DeleteThingRequest", "variableDeclarationType" : "DeleteThingRequest", "documentation" : null, "simpleType" : "DeleteThingRequest", "variableSetterType" : "DeleteThingRequest" }, "marshaller" : { "action" : "DeleteThing", "verb" : "DELETE", "target" : null, "requestUri" : "/things/{thingName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ThingName" : { "documentation" : "

The thing name.

", "name" : "ThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "variable" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The thing name.

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

The thing name.

\n@param thingName The thing name.*/", "getterDocumentation" : "/**

The thing name.

\n@return The thing name.*/", "fluentSetterDocumentation" : "/**

The thing name.

\n@param thingName The thing name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The thing name.

\n@param thingName The thing name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CACertificate" : { "c2jName" : "CACertificate", "documentation" : "

A CA certificate.

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

The ARN of the CA certificate.

", "name" : "CertificateArn", "c2jName" : "certificateArn", "c2jShape" : "CertificateArn", "variable" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the CA certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateArn", "marshallLocationName" : "certificateArn", "additionalUnmarshallingPath" : 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 CA certificate.

\n@param certificateArn The ARN of the CA certificate.*/", "getterDocumentation" : "/**

The ARN of the CA certificate.

\n@return The ARN of the CA certificate.*/", "fluentSetterDocumentation" : "/**

The ARN of the CA certificate.

\n@param certificateArn The ARN of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the CA certificate.

\n@param certificateArn The ARN of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ID of the CA certificate.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the CA certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateId", "marshallLocationName" : "certificateId", "additionalUnmarshallingPath" : 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 ID of the CA certificate.

\n@param certificateId The ID of the CA certificate.*/", "getterDocumentation" : "/**

The ID of the CA certificate.

\n@return The ID of the CA certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the CA certificate.

\n@param certificateId The ID of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the CA certificate.

\n@param certificateId The ID of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of the CA certificate.

", "name" : "Status", "c2jName" : "status", "c2jShape" : "CACertificateStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the CA certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : 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" : "CACertificateStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the CA certificate.

\n@param status The status of the CA certificate.\n@see CACertificateStatus*/", "getterDocumentation" : "/**

The status of the CA certificate.

\n@return The status of the CA certificate.\n@see CACertificateStatus*/", "fluentSetterDocumentation" : "/**

The status of the CA certificate.

\n@param status The status of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CACertificateStatus*/", "varargSetterDocumentation" : "/**

The status of the CA certificate.

\n@param status The status of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CACertificateStatus*/" }, { "documentation" : "

The date the CA certificate was created.

", "name" : "CreationDate", "c2jName" : "creationDate", "c2jShape" : "DateType", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date the CA certificate was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "creationDate", "marshallLocationName" : "creationDate", "additionalUnmarshallingPath" : 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 date the CA certificate was created.

\n@param creationDate The date the CA certificate was created.*/", "getterDocumentation" : "/**

The date the CA certificate was created.

\n@return The date the CA certificate was created.*/", "fluentSetterDocumentation" : "/**

The date the CA certificate was created.

\n@param creationDate The date the CA certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date the CA certificate was created.

\n@param creationDate The date the CA certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cACertificate", "variableType" : "CACertificate", "variableDeclarationType" : "CACertificate", "documentation" : null, "simpleType" : "CACertificate", "variableSetterType" : "CACertificate" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

The status of the CA certificate.

", "name" : "Status", "c2jName" : "status", "c2jShape" : "CACertificateStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the CA certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : 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" : "CACertificateStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the CA certificate.

\n@param status The status of the CA certificate.\n@see CACertificateStatus*/", "getterDocumentation" : "/**

The status of the CA certificate.

\n@return The status of the CA certificate.\n@see CACertificateStatus*/", "fluentSetterDocumentation" : "/**

The status of the CA certificate.

\n@param status The status of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CACertificateStatus*/", "varargSetterDocumentation" : "/**

The status of the CA certificate.

\n@param status The status of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CACertificateStatus*/" }, "CertificateId" : { "documentation" : "

The ID of the CA certificate.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the CA certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateId", "marshallLocationName" : "certificateId", "additionalUnmarshallingPath" : 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 ID of the CA certificate.

\n@param certificateId The ID of the CA certificate.*/", "getterDocumentation" : "/**

The ID of the CA certificate.

\n@return The ID of the CA certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the CA certificate.

\n@param certificateId The ID of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the CA certificate.

\n@param certificateId The ID of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificateArn" : { "documentation" : "

The ARN of the CA certificate.

", "name" : "CertificateArn", "c2jName" : "certificateArn", "c2jShape" : "CertificateArn", "variable" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the CA certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateArn", "marshallLocationName" : "certificateArn", "additionalUnmarshallingPath" : 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 CA certificate.

\n@param certificateArn The ARN of the CA certificate.*/", "getterDocumentation" : "/**

The ARN of the CA certificate.

\n@return The ARN of the CA certificate.*/", "fluentSetterDocumentation" : "/**

The ARN of the CA certificate.

\n@param certificateArn The ARN of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the CA certificate.

\n@param certificateArn The ARN of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreationDate" : { "documentation" : "

The date the CA certificate was created.

", "name" : "CreationDate", "c2jName" : "creationDate", "c2jShape" : "DateType", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date the CA certificate was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "creationDate", "marshallLocationName" : "creationDate", "additionalUnmarshallingPath" : 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 date the CA certificate was created.

\n@param creationDate The date the CA certificate was created.*/", "getterDocumentation" : "/**

The date the CA certificate was created.

\n@return The date the CA certificate was created.*/", "fluentSetterDocumentation" : "/**

The date the CA certificate was created.

\n@param creationDate The date the CA certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date the CA certificate was created.

\n@param creationDate The date the CA certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListPoliciesResult" : { "c2jName" : "ListPoliciesResponse", "documentation" : "

The output from the ListPolicies operation.

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

The descriptions of the policies.

", "name" : "Policies", "c2jName" : "policies", "c2jShape" : "Policies", "variable" : { "variableName" : "policies", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The descriptions of the policies.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "policies", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "policies", "marshallLocationName" : "policies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Policy", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Policy", "variable" : { "variableName" : "member", "variableType" : "Policy", "variableDeclarationType" : "Policy", "documentation" : "", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "setterModel" : { "variableName" : "member", "variableType" : "Policy", "variableDeclarationType" : "Policy", "documentation" : "", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "getterModel" : { "returnType" : "Policy", "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" : "Policy", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The descriptions of the policies.

\n@param policies The descriptions of the policies.*/", "getterDocumentation" : "/**

The descriptions of the policies.

\n@return The descriptions of the policies.*/", "fluentSetterDocumentation" : "/**

The descriptions of the policies.

\n@param policies The descriptions of the policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The descriptions of the policies.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPolicies(java.util.Collection)} or {@link #withPolicies(java.util.Collection)} if you want to override the existing values.

\n@param policies The descriptions of the policies.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The marker for the next set of results, or null if there are no additional results.

", "name" : "NextMarker", "c2jName" : "nextMarker", "c2jShape" : "Marker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The marker for the next set of results, or null if there are no additional results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextMarker", "marshallLocationName" : "nextMarker", "additionalUnmarshallingPath" : 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 marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.*/", "getterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@return The marker for the next set of results, or null if there are no additional results.*/", "fluentSetterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listPoliciesResult", "variableType" : "ListPoliciesResult", "variableDeclarationType" : "ListPoliciesResult", "documentation" : null, "simpleType" : "ListPoliciesResult", "variableSetterType" : "ListPoliciesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Policies" : { "documentation" : "

The descriptions of the policies.

", "name" : "Policies", "c2jName" : "policies", "c2jShape" : "Policies", "variable" : { "variableName" : "policies", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The descriptions of the policies.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "policies", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "policies", "marshallLocationName" : "policies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Policy", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Policy", "variable" : { "variableName" : "member", "variableType" : "Policy", "variableDeclarationType" : "Policy", "documentation" : "", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "setterModel" : { "variableName" : "member", "variableType" : "Policy", "variableDeclarationType" : "Policy", "documentation" : "", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "getterModel" : { "returnType" : "Policy", "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" : "Policy", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The descriptions of the policies.

\n@param policies The descriptions of the policies.*/", "getterDocumentation" : "/**

The descriptions of the policies.

\n@return The descriptions of the policies.*/", "fluentSetterDocumentation" : "/**

The descriptions of the policies.

\n@param policies The descriptions of the policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The descriptions of the policies.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPolicies(java.util.Collection)} or {@link #withPolicies(java.util.Collection)} if you want to override the existing values.

\n@param policies The descriptions of the policies.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextMarker" : { "documentation" : "

The marker for the next set of results, or null if there are no additional results.

", "name" : "NextMarker", "c2jName" : "nextMarker", "c2jShape" : "Marker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The marker for the next set of results, or null if there are no additional results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextMarker", "marshallLocationName" : "nextMarker", "additionalUnmarshallingPath" : 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 marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.*/", "getterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@return The marker for the next set of results, or null if there are no additional results.*/", "fluentSetterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListPrincipalPoliciesResult" : { "c2jName" : "ListPrincipalPoliciesResponse", "documentation" : "

The output from the ListPrincipalPolicies operation.

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

The policies.

", "name" : "Policies", "c2jName" : "policies", "c2jShape" : "Policies", "variable" : { "variableName" : "policies", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The policies.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "policies", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "policies", "marshallLocationName" : "policies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Policy", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Policy", "variable" : { "variableName" : "member", "variableType" : "Policy", "variableDeclarationType" : "Policy", "documentation" : "", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "setterModel" : { "variableName" : "member", "variableType" : "Policy", "variableDeclarationType" : "Policy", "documentation" : "", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "getterModel" : { "returnType" : "Policy", "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" : "Policy", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The policies.

\n@param policies The policies.*/", "getterDocumentation" : "/**

The policies.

\n@return The policies.*/", "fluentSetterDocumentation" : "/**

The policies.

\n@param policies The policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policies.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPolicies(java.util.Collection)} or {@link #withPolicies(java.util.Collection)} if you want to override the existing values.

\n@param policies The policies.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The marker for the next set of results, or null if there are no additional results.

", "name" : "NextMarker", "c2jName" : "nextMarker", "c2jShape" : "Marker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The marker for the next set of results, or null if there are no additional results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextMarker", "marshallLocationName" : "nextMarker", "additionalUnmarshallingPath" : 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 marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.*/", "getterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@return The marker for the next set of results, or null if there are no additional results.*/", "fluentSetterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listPrincipalPoliciesResult", "variableType" : "ListPrincipalPoliciesResult", "variableDeclarationType" : "ListPrincipalPoliciesResult", "documentation" : null, "simpleType" : "ListPrincipalPoliciesResult", "variableSetterType" : "ListPrincipalPoliciesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Policies" : { "documentation" : "

The policies.

", "name" : "Policies", "c2jName" : "policies", "c2jShape" : "Policies", "variable" : { "variableName" : "policies", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The policies.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "policies", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "policies", "marshallLocationName" : "policies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Policy", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Policy", "variable" : { "variableName" : "member", "variableType" : "Policy", "variableDeclarationType" : "Policy", "documentation" : "", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "setterModel" : { "variableName" : "member", "variableType" : "Policy", "variableDeclarationType" : "Policy", "documentation" : "", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "getterModel" : { "returnType" : "Policy", "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" : "Policy", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The policies.

\n@param policies The policies.*/", "getterDocumentation" : "/**

The policies.

\n@return The policies.*/", "fluentSetterDocumentation" : "/**

The policies.

\n@param policies The policies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policies.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPolicies(java.util.Collection)} or {@link #withPolicies(java.util.Collection)} if you want to override the existing values.

\n@param policies The policies.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextMarker" : { "documentation" : "

The marker for the next set of results, or null if there are no additional results.

", "name" : "NextMarker", "c2jName" : "nextMarker", "c2jShape" : "Marker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The marker for the next set of results, or null if there are no additional results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextMarker", "marshallLocationName" : "nextMarker", "additionalUnmarshallingPath" : 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 marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.*/", "getterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@return The marker for the next set of results, or null if there are no additional results.*/", "fluentSetterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeCACertificateResult" : { "c2jName" : "DescribeCACertificateResponse", "documentation" : "

The output from the DescribeCACertificate operation.

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

The CA certificate description.

", "name" : "CertificateDescription", "c2jName" : "certificateDescription", "c2jShape" : "CACertificateDescription", "variable" : { "variableName" : "certificateDescription", "variableType" : "CACertificateDescription", "variableDeclarationType" : "CACertificateDescription", "documentation" : "

The CA certificate description.

", "simpleType" : "CACertificateDescription", "variableSetterType" : "CACertificateDescription" }, "setterModel" : { "variableName" : "certificateDescription", "variableType" : "CACertificateDescription", "variableDeclarationType" : "CACertificateDescription", "documentation" : "", "simpleType" : "CACertificateDescription", "variableSetterType" : "CACertificateDescription" }, "getterModel" : { "returnType" : "CACertificateDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateDescription", "marshallLocationName" : "certificateDescription", "additionalUnmarshallingPath" : 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" : "/**

The CA certificate description.

\n@param certificateDescription The CA certificate description.*/", "getterDocumentation" : "/**

The CA certificate description.

\n@return The CA certificate description.*/", "fluentSetterDocumentation" : "/**

The CA certificate description.

\n@param certificateDescription The CA certificate description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate description.

\n@param certificateDescription The CA certificate description.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeCACertificateResult", "variableType" : "DescribeCACertificateResult", "variableDeclarationType" : "DescribeCACertificateResult", "documentation" : null, "simpleType" : "DescribeCACertificateResult", "variableSetterType" : "DescribeCACertificateResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateDescription" : { "documentation" : "

The CA certificate description.

", "name" : "CertificateDescription", "c2jName" : "certificateDescription", "c2jShape" : "CACertificateDescription", "variable" : { "variableName" : "certificateDescription", "variableType" : "CACertificateDescription", "variableDeclarationType" : "CACertificateDescription", "documentation" : "

The CA certificate description.

", "simpleType" : "CACertificateDescription", "variableSetterType" : "CACertificateDescription" }, "setterModel" : { "variableName" : "certificateDescription", "variableType" : "CACertificateDescription", "variableDeclarationType" : "CACertificateDescription", "documentation" : "", "simpleType" : "CACertificateDescription", "variableSetterType" : "CACertificateDescription" }, "getterModel" : { "returnType" : "CACertificateDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateDescription", "marshallLocationName" : "certificateDescription", "additionalUnmarshallingPath" : 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" : "/**

The CA certificate description.

\n@param certificateDescription The CA certificate description.*/", "getterDocumentation" : "/**

The CA certificate description.

\n@return The CA certificate description.*/", "fluentSetterDocumentation" : "/**

The CA certificate description.

\n@param certificateDescription The CA certificate description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate description.

\n@param certificateDescription The CA certificate description.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ThingAttribute" : { "c2jName" : "ThingAttribute", "documentation" : "

Describes a thing attribute.

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

The name of the thing.

", "name" : "ThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "variable" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "thingName", "marshallLocationName" : "thingName", "additionalUnmarshallingPath" : 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 thing.

\n@param thingName The name of the thing.*/", "getterDocumentation" : "/**

The name of the thing.

\n@return The name of the thing.*/", "fluentSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The attributes.

", "name" : "Attributes", "c2jName" : "attributes", "c2jShape" : "Attributes", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

The attributes.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "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" : "java.util.HashMap", "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, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The attributes.

\n@param attributes The attributes.*/", "getterDocumentation" : "/**

The attributes.

\n@return The attributes.*/", "fluentSetterDocumentation" : "/**

The attributes.

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

The attributes.

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

The attributes.

", "name" : "Attributes", "c2jName" : "attributes", "c2jShape" : "Attributes", "variable" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

The attributes.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "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" : "java.util.HashMap", "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, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The attributes.

\n@param attributes The attributes.*/", "getterDocumentation" : "/**

The attributes.

\n@return The attributes.*/", "fluentSetterDocumentation" : "/**

The attributes.

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

The attributes.

\n@param attributes The attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ThingName" : { "documentation" : "

The name of the thing.

", "name" : "ThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "variable" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "thingName", "marshallLocationName" : "thingName", "additionalUnmarshallingPath" : 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 thing.

\n@param thingName The name of the thing.*/", "getterDocumentation" : "/**

The name of the thing.

\n@return The name of the thing.*/", "fluentSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListPrincipalPoliciesRequest" : { "c2jName" : "ListPrincipalPoliciesRequest", "documentation" : "

The input for the ListPrincipalPolicies operation.

", "shapeName" : "ListPrincipalPoliciesRequest", "deprecated" : false, "required" : [ "principal" ], "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The principal.

", "name" : "Principal", "c2jName" : "principal", "c2jShape" : "Principal", "variable" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The principal.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amzn-iot-principal", "marshallLocationName" : "x-amzn-iot-principal", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 principal.

\n@param principal The principal.*/", "getterDocumentation" : "/**

The principal.

\n@return The principal.*/", "fluentSetterDocumentation" : "/**

The principal.

\n@param principal The principal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The principal.

\n@param principal The principal.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The marker for the next set of results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "Marker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The marker for the next set of results.

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

The marker for the next set of results.

\n@param marker The marker for the next set of results.*/", "getterDocumentation" : "/**

The marker for the next set of results.

\n@return The marker for the next set of results.*/", "fluentSetterDocumentation" : "/**

The marker for the next set of results.

\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The marker for the next set of results.

\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The result page size.

", "name" : "PageSize", "c2jName" : "pageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The result page size.

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

The result page size.

\n@param pageSize The result page size.*/", "getterDocumentation" : "/**

The result page size.

\n@return The result page size.*/", "fluentSetterDocumentation" : "/**

The result page size.

\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The result page size.

\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the order for results. If true, results are returned in ascending creation order.

", "name" : "AscendingOrder", "c2jName" : "ascendingOrder", "c2jShape" : "AscendingOrder", "variable" : { "variableName" : "ascendingOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies the order for results. If true, results are returned in ascending creation order.

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

Specifies the order for results. If true, results are returned in ascending creation order.

\n@param ascendingOrder Specifies the order for results. If true, results are returned in ascending creation order.*/", "getterDocumentation" : "/**

Specifies the order for results. If true, results are returned in ascending creation order.

\n@return Specifies the order for results. If true, results are returned in ascending creation order.*/", "fluentSetterDocumentation" : "/**

Specifies the order for results. If true, results are returned in ascending creation order.

\n@param ascendingOrder Specifies the order for results. If true, results are returned in ascending creation order.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the order for results. If true, results are returned in ascending creation order.

\n@param ascendingOrder Specifies the order for results. If true, results are returned in ascending creation order.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listPrincipalPoliciesRequest", "variableType" : "ListPrincipalPoliciesRequest", "variableDeclarationType" : "ListPrincipalPoliciesRequest", "documentation" : null, "simpleType" : "ListPrincipalPoliciesRequest", "variableSetterType" : "ListPrincipalPoliciesRequest" }, "marshaller" : { "action" : "ListPrincipalPolicies", "verb" : "GET", "target" : null, "requestUri" : "/principal-policies", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Principal" : { "documentation" : "

The principal.

", "name" : "Principal", "c2jName" : "principal", "c2jShape" : "Principal", "variable" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The principal.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amzn-iot-principal", "marshallLocationName" : "x-amzn-iot-principal", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 principal.

\n@param principal The principal.*/", "getterDocumentation" : "/**

The principal.

\n@return The principal.*/", "fluentSetterDocumentation" : "/**

The principal.

\n@param principal The principal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The principal.

\n@param principal The principal.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PageSize" : { "documentation" : "

The result page size.

", "name" : "PageSize", "c2jName" : "pageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The result page size.

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

The result page size.

\n@param pageSize The result page size.*/", "getterDocumentation" : "/**

The result page size.

\n@return The result page size.*/", "fluentSetterDocumentation" : "/**

The result page size.

\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The result page size.

\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AscendingOrder" : { "documentation" : "

Specifies the order for results. If true, results are returned in ascending creation order.

", "name" : "AscendingOrder", "c2jName" : "ascendingOrder", "c2jShape" : "AscendingOrder", "variable" : { "variableName" : "ascendingOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies the order for results. If true, results are returned in ascending creation order.

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

Specifies the order for results. If true, results are returned in ascending creation order.

\n@param ascendingOrder Specifies the order for results. If true, results are returned in ascending creation order.*/", "getterDocumentation" : "/**

Specifies the order for results. If true, results are returned in ascending creation order.

\n@return Specifies the order for results. If true, results are returned in ascending creation order.*/", "fluentSetterDocumentation" : "/**

Specifies the order for results. If true, results are returned in ascending creation order.

\n@param ascendingOrder Specifies the order for results. If true, results are returned in ascending creation order.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the order for results. If true, results are returned in ascending creation order.

\n@param ascendingOrder Specifies the order for results. If true, results are returned in ascending creation order.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

The marker for the next set of results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "Marker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The marker for the next set of results.

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

The marker for the next set of results.

\n@param marker The marker for the next set of results.*/", "getterDocumentation" : "/**

The marker for the next set of results.

\n@return The marker for the next set of results.*/", "fluentSetterDocumentation" : "/**

The marker for the next set of results.

\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The marker for the next set of results.

\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeCertificateResult" : { "c2jName" : "DescribeCertificateResponse", "documentation" : "

The output of the DescribeCertificate operation.

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

The description of the certificate.

", "name" : "CertificateDescription", "c2jName" : "certificateDescription", "c2jShape" : "CertificateDescription", "variable" : { "variableName" : "certificateDescription", "variableType" : "CertificateDescription", "variableDeclarationType" : "CertificateDescription", "documentation" : "

The description of the certificate.

", "simpleType" : "CertificateDescription", "variableSetterType" : "CertificateDescription" }, "setterModel" : { "variableName" : "certificateDescription", "variableType" : "CertificateDescription", "variableDeclarationType" : "CertificateDescription", "documentation" : "", "simpleType" : "CertificateDescription", "variableSetterType" : "CertificateDescription" }, "getterModel" : { "returnType" : "CertificateDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateDescription", "marshallLocationName" : "certificateDescription", "additionalUnmarshallingPath" : 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" : "/**

The description of the certificate.

\n@param certificateDescription The description of the certificate.*/", "getterDocumentation" : "/**

The description of the certificate.

\n@return The description of the certificate.*/", "fluentSetterDocumentation" : "/**

The description of the certificate.

\n@param certificateDescription The description of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the certificate.

\n@param certificateDescription The description of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeCertificateResult", "variableType" : "DescribeCertificateResult", "variableDeclarationType" : "DescribeCertificateResult", "documentation" : null, "simpleType" : "DescribeCertificateResult", "variableSetterType" : "DescribeCertificateResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateDescription" : { "documentation" : "

The description of the certificate.

", "name" : "CertificateDescription", "c2jName" : "certificateDescription", "c2jShape" : "CertificateDescription", "variable" : { "variableName" : "certificateDescription", "variableType" : "CertificateDescription", "variableDeclarationType" : "CertificateDescription", "documentation" : "

The description of the certificate.

", "simpleType" : "CertificateDescription", "variableSetterType" : "CertificateDescription" }, "setterModel" : { "variableName" : "certificateDescription", "variableType" : "CertificateDescription", "variableDeclarationType" : "CertificateDescription", "documentation" : "", "simpleType" : "CertificateDescription", "variableSetterType" : "CertificateDescription" }, "getterModel" : { "returnType" : "CertificateDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateDescription", "marshallLocationName" : "certificateDescription", "additionalUnmarshallingPath" : 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" : "/**

The description of the certificate.

\n@param certificateDescription The description of the certificate.*/", "getterDocumentation" : "/**

The description of the certificate.

\n@return The description of the certificate.*/", "fluentSetterDocumentation" : "/**

The description of the certificate.

\n@param certificateDescription The description of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the certificate.

\n@param certificateDescription The description of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AcceptCertificateTransferResult" : { "c2jName" : "AcceptCertificateTransferResult", "documentation" : null, "shapeName" : "AcceptCertificateTransferResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "acceptCertificateTransferResult", "variableType" : "AcceptCertificateTransferResult", "variableDeclarationType" : "AcceptCertificateTransferResult", "documentation" : null, "simpleType" : "AcceptCertificateTransferResult", "variableSetterType" : "AcceptCertificateTransferResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CertificateStatus" : { "c2jName" : "CertificateStatus", "documentation" : "", "shapeName" : "CertificateStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "ACTIVE", "value" : "ACTIVE" }, { "name" : "INACTIVE", "value" : "INACTIVE" }, { "name" : "REVOKED", "value" : "REVOKED" }, { "name" : "PENDING_TRANSFER", "value" : "PENDING_TRANSFER" }, { "name" : "REGISTER_INACTIVE", "value" : "REGISTER_INACTIVE" } ], "variable" : { "variableName" : "certificateStatus", "variableType" : "CertificateStatus", "variableDeclarationType" : "CertificateStatus", "documentation" : null, "simpleType" : "CertificateStatus", "variableSetterType" : "CertificateStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListCertificatesByCARequest" : { "c2jName" : "ListCertificatesByCARequest", "documentation" : "

The input to the ListCertificatesByCA operation.

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

The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

", "name" : "CaCertificateId", "c2jName" : "caCertificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "caCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

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

The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

\n@param caCertificateId The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.*/", "getterDocumentation" : "/**

The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

\n@return The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

\n@param caCertificateId The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

\n@param caCertificateId The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The result page size.

", "name" : "PageSize", "c2jName" : "pageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The result page size.

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

The result page size.

\n@param pageSize The result page size.*/", "getterDocumentation" : "/**

The result page size.

\n@return The result page size.*/", "fluentSetterDocumentation" : "/**

The result page size.

\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The result page size.

\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The marker for the next set of results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "Marker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The marker for the next set of results.

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

The marker for the next set of results.

\n@param marker The marker for the next set of results.*/", "getterDocumentation" : "/**

The marker for the next set of results.

\n@return The marker for the next set of results.*/", "fluentSetterDocumentation" : "/**

The marker for the next set of results.

\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The marker for the next set of results.

\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

", "name" : "AscendingOrder", "c2jName" : "ascendingOrder", "c2jShape" : "AscendingOrder", "variable" : { "variableName" : "ascendingOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

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

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

\n@param ascendingOrder Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.*/", "getterDocumentation" : "/**

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

\n@return Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.*/", "fluentSetterDocumentation" : "/**

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

\n@param ascendingOrder Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

\n@param ascendingOrder Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listCertificatesByCARequest", "variableType" : "ListCertificatesByCARequest", "variableDeclarationType" : "ListCertificatesByCARequest", "documentation" : null, "simpleType" : "ListCertificatesByCARequest", "variableSetterType" : "ListCertificatesByCARequest" }, "marshaller" : { "action" : "ListCertificatesByCA", "verb" : "GET", "target" : null, "requestUri" : "/certificates-by-ca/{caCertificateId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CaCertificateId" : { "documentation" : "

The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

", "name" : "CaCertificateId", "c2jName" : "caCertificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "caCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

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

The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

\n@param caCertificateId The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.*/", "getterDocumentation" : "/**

The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

\n@return The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

\n@param caCertificateId The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

\n@param caCertificateId The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PageSize" : { "documentation" : "

The result page size.

", "name" : "PageSize", "c2jName" : "pageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The result page size.

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

The result page size.

\n@param pageSize The result page size.*/", "getterDocumentation" : "/**

The result page size.

\n@return The result page size.*/", "fluentSetterDocumentation" : "/**

The result page size.

\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The result page size.

\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AscendingOrder" : { "documentation" : "

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

", "name" : "AscendingOrder", "c2jName" : "ascendingOrder", "c2jShape" : "AscendingOrder", "variable" : { "variableName" : "ascendingOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

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

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

\n@param ascendingOrder Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.*/", "getterDocumentation" : "/**

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

\n@return Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.*/", "fluentSetterDocumentation" : "/**

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

\n@param ascendingOrder Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

\n@param ascendingOrder Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

The marker for the next set of results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "Marker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The marker for the next set of results.

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

The marker for the next set of results.

\n@param marker The marker for the next set of results.*/", "getterDocumentation" : "/**

The marker for the next set of results.

\n@return The marker for the next set of results.*/", "fluentSetterDocumentation" : "/**

The marker for the next set of results.

\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The marker for the next set of results.

\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RegistrationCodeValidationException" : { "c2jName" : "RegistrationCodeValidationException", "documentation" : "

The registration code is invalid.

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

Describes a rule.

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

The rule ARN.

", "name" : "RuleArn", "c2jName" : "ruleArn", "c2jShape" : "RuleArn", "variable" : { "variableName" : "ruleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The rule ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleArn", "marshallLocationName" : "ruleArn", "additionalUnmarshallingPath" : 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 rule ARN.

\n@param ruleArn The rule ARN.*/", "getterDocumentation" : "/**

The rule ARN.

\n@return The rule ARN.*/", "fluentSetterDocumentation" : "/**

The rule ARN.

\n@param ruleArn The rule ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The rule ARN.

\n@param ruleArn The rule ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the rule.

", "name" : "RuleName", "c2jName" : "ruleName", "c2jShape" : "RuleName", "variable" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleName", "marshallLocationName" : "ruleName", "additionalUnmarshallingPath" : 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 rule.

\n@param ruleName The name of the rule.*/", "getterDocumentation" : "/**

The name of the rule.

\n@return The name of the rule.*/", "fluentSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The pattern for the topic names that apply.

", "name" : "TopicPattern", "c2jName" : "topicPattern", "c2jShape" : "TopicPattern", "variable" : { "variableName" : "topicPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The pattern for the topic names that apply.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "topicPattern", "marshallLocationName" : "topicPattern", "additionalUnmarshallingPath" : 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 pattern for the topic names that apply.

\n@param topicPattern The pattern for the topic names that apply.*/", "getterDocumentation" : "/**

The pattern for the topic names that apply.

\n@return The pattern for the topic names that apply.*/", "fluentSetterDocumentation" : "/**

The pattern for the topic names that apply.

\n@param topicPattern The pattern for the topic names that apply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The pattern for the topic names that apply.

\n@param topicPattern The pattern for the topic names that apply.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time the rule was created.

", "name" : "CreatedAt", "c2jName" : "createdAt", "c2jShape" : "CreatedAtDate", "variable" : { "variableName" : "createdAt", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time the rule was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdAt", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdAt", "marshallLocationName" : "createdAt", "additionalUnmarshallingPath" : 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 date and time the rule was created.

\n@param createdAt The date and time the rule was created.*/", "getterDocumentation" : "/**

The date and time the rule was created.

\n@return The date and time the rule was created.*/", "fluentSetterDocumentation" : "/**

The date and time the rule was created.

\n@param createdAt The date and time the rule was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time the rule was created.

\n@param createdAt The date and time the rule was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the rule is disabled.

", "name" : "RuleDisabled", "c2jName" : "ruleDisabled", "c2jShape" : "IsDisabled", "variable" : { "variableName" : "ruleDisabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the rule is disabled.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "ruleDisabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleDisabled", "marshallLocationName" : "ruleDisabled", "additionalUnmarshallingPath" : 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" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.*/", "getterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@return Specifies whether the rule is disabled.*/", "fluentSetterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "topicRuleListItem", "variableType" : "TopicRuleListItem", "variableDeclarationType" : "TopicRuleListItem", "documentation" : null, "simpleType" : "TopicRuleListItem", "variableSetterType" : "TopicRuleListItem" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RuleArn" : { "documentation" : "

The rule ARN.

", "name" : "RuleArn", "c2jName" : "ruleArn", "c2jShape" : "RuleArn", "variable" : { "variableName" : "ruleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The rule ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleArn", "marshallLocationName" : "ruleArn", "additionalUnmarshallingPath" : 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 rule ARN.

\n@param ruleArn The rule ARN.*/", "getterDocumentation" : "/**

The rule ARN.

\n@return The rule ARN.*/", "fluentSetterDocumentation" : "/**

The rule ARN.

\n@param ruleArn The rule ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The rule ARN.

\n@param ruleArn The rule ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TopicPattern" : { "documentation" : "

The pattern for the topic names that apply.

", "name" : "TopicPattern", "c2jName" : "topicPattern", "c2jShape" : "TopicPattern", "variable" : { "variableName" : "topicPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The pattern for the topic names that apply.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "topicPattern", "marshallLocationName" : "topicPattern", "additionalUnmarshallingPath" : 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 pattern for the topic names that apply.

\n@param topicPattern The pattern for the topic names that apply.*/", "getterDocumentation" : "/**

The pattern for the topic names that apply.

\n@return The pattern for the topic names that apply.*/", "fluentSetterDocumentation" : "/**

The pattern for the topic names that apply.

\n@param topicPattern The pattern for the topic names that apply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The pattern for the topic names that apply.

\n@param topicPattern The pattern for the topic names that apply.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RuleDisabled" : { "documentation" : "

Specifies whether the rule is disabled.

", "name" : "RuleDisabled", "c2jName" : "ruleDisabled", "c2jShape" : "IsDisabled", "variable" : { "variableName" : "ruleDisabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the rule is disabled.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "ruleDisabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleDisabled", "marshallLocationName" : "ruleDisabled", "additionalUnmarshallingPath" : 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" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.*/", "getterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@return Specifies whether the rule is disabled.*/", "fluentSetterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RuleName" : { "documentation" : "

The name of the rule.

", "name" : "RuleName", "c2jName" : "ruleName", "c2jShape" : "RuleName", "variable" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleName", "marshallLocationName" : "ruleName", "additionalUnmarshallingPath" : 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 rule.

\n@param ruleName The name of the rule.*/", "getterDocumentation" : "/**

The name of the rule.

\n@return The name of the rule.*/", "fluentSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedAt" : { "documentation" : "

The date and time the rule was created.

", "name" : "CreatedAt", "c2jName" : "createdAt", "c2jShape" : "CreatedAtDate", "variable" : { "variableName" : "createdAt", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time the rule was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdAt", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdAt", "marshallLocationName" : "createdAt", "additionalUnmarshallingPath" : 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 date and time the rule was created.

\n@param createdAt The date and time the rule was created.*/", "getterDocumentation" : "/**

The date and time the rule was created.

\n@return The date and time the rule was created.*/", "fluentSetterDocumentation" : "/**

The date and time the rule was created.

\n@param createdAt The date and time the rule was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time the rule was created.

\n@param createdAt The date and time the rule was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "KinesisAction" : { "c2jName" : "KinesisAction", "documentation" : "

Describes an action to write data to an Amazon Kinesis stream.

", "shapeName" : "KinesisAction", "deprecated" : false, "required" : [ "roleArn", "streamName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ARN of the IAM role that grants access to the Amazon Kinesis stream.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the IAM role that grants access to the Amazon Kinesis stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that grants access to the Amazon Kinesis stream.

\n@param roleArn The ARN of the IAM role that grants access to the Amazon Kinesis stream.*/", "getterDocumentation" : "/**

The ARN of the IAM role that grants access to the Amazon Kinesis stream.

\n@return The ARN of the IAM role that grants access to the Amazon Kinesis stream.*/", "fluentSetterDocumentation" : "/**

The ARN of the IAM role that grants access to the Amazon Kinesis stream.

\n@param roleArn The ARN of the IAM role that grants access to the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the IAM role that grants access to the Amazon Kinesis stream.

\n@param roleArn The ARN of the IAM role that grants access to the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the Amazon Kinesis stream.

", "name" : "StreamName", "c2jName" : "streamName", "c2jShape" : "StreamName", "variable" : { "variableName" : "streamName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Amazon Kinesis stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "streamName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "streamName", "marshallLocationName" : "streamName", "additionalUnmarshallingPath" : 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 Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.*/", "getterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@return The name of the Amazon Kinesis stream.*/", "fluentSetterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The partition key.

", "name" : "PartitionKey", "c2jName" : "partitionKey", "c2jShape" : "PartitionKey", "variable" : { "variableName" : "partitionKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The partition key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "partitionKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "partitionKey", "marshallLocationName" : "partitionKey", "additionalUnmarshallingPath" : 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 partition key.

\n@param partitionKey The partition key.*/", "getterDocumentation" : "/**

The partition key.

\n@return The partition key.*/", "fluentSetterDocumentation" : "/**

The partition key.

\n@param partitionKey The partition key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The partition key.

\n@param partitionKey The partition key.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "kinesisAction", "variableType" : "KinesisAction", "variableDeclarationType" : "KinesisAction", "documentation" : null, "simpleType" : "KinesisAction", "variableSetterType" : "KinesisAction" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StreamName" : { "documentation" : "

The name of the Amazon Kinesis stream.

", "name" : "StreamName", "c2jName" : "streamName", "c2jShape" : "StreamName", "variable" : { "variableName" : "streamName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Amazon Kinesis stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "streamName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "streamName", "marshallLocationName" : "streamName", "additionalUnmarshallingPath" : 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 Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.*/", "getterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@return The name of the Amazon Kinesis stream.*/", "fluentSetterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Amazon Kinesis stream.

\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PartitionKey" : { "documentation" : "

The partition key.

", "name" : "PartitionKey", "c2jName" : "partitionKey", "c2jShape" : "PartitionKey", "variable" : { "variableName" : "partitionKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The partition key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "partitionKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "partitionKey", "marshallLocationName" : "partitionKey", "additionalUnmarshallingPath" : 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 partition key.

\n@param partitionKey The partition key.*/", "getterDocumentation" : "/**

The partition key.

\n@return The partition key.*/", "fluentSetterDocumentation" : "/**

The partition key.

\n@param partitionKey The partition key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The partition key.

\n@param partitionKey The partition key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RoleArn" : { "documentation" : "

The ARN of the IAM role that grants access to the Amazon Kinesis stream.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the IAM role that grants access to the Amazon Kinesis stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that grants access to the Amazon Kinesis stream.

\n@param roleArn The ARN of the IAM role that grants access to the Amazon Kinesis stream.*/", "getterDocumentation" : "/**

The ARN of the IAM role that grants access to the Amazon Kinesis stream.

\n@return The ARN of the IAM role that grants access to the Amazon Kinesis stream.*/", "fluentSetterDocumentation" : "/**

The ARN of the IAM role that grants access to the Amazon Kinesis stream.

\n@param roleArn The ARN of the IAM role that grants access to the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the IAM role that grants access to the Amazon Kinesis stream.

\n@param roleArn The ARN of the IAM role that grants access to the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListCertificatesResult" : { "c2jName" : "ListCertificatesResponse", "documentation" : "

The output of the ListCertificates operation.

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

The descriptions of the certificates.

", "name" : "Certificates", "c2jName" : "certificates", "c2jShape" : "Certificates", "variable" : { "variableName" : "certificates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The descriptions of the certificates.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "certificates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificates", "marshallLocationName" : "certificates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Certificate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Certificate", "variable" : { "variableName" : "member", "variableType" : "Certificate", "variableDeclarationType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "setterModel" : { "variableName" : "member", "variableType" : "Certificate", "variableDeclarationType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "getterModel" : { "returnType" : "Certificate", "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" : "Certificate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The descriptions of the certificates.

\n@param certificates The descriptions of the certificates.*/", "getterDocumentation" : "/**

The descriptions of the certificates.

\n@return The descriptions of the certificates.*/", "fluentSetterDocumentation" : "/**

The descriptions of the certificates.

\n@param certificates The descriptions of the certificates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The descriptions of the certificates.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCertificates(java.util.Collection)} or {@link #withCertificates(java.util.Collection)} if you want to override the existing values.

\n@param certificates The descriptions of the certificates.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The marker for the next set of results, or null if there are no additional results.

", "name" : "NextMarker", "c2jName" : "nextMarker", "c2jShape" : "Marker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The marker for the next set of results, or null if there are no additional results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextMarker", "marshallLocationName" : "nextMarker", "additionalUnmarshallingPath" : 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 marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.*/", "getterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@return The marker for the next set of results, or null if there are no additional results.*/", "fluentSetterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listCertificatesResult", "variableType" : "ListCertificatesResult", "variableDeclarationType" : "ListCertificatesResult", "documentation" : null, "simpleType" : "ListCertificatesResult", "variableSetterType" : "ListCertificatesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Certificates" : { "documentation" : "

The descriptions of the certificates.

", "name" : "Certificates", "c2jName" : "certificates", "c2jShape" : "Certificates", "variable" : { "variableName" : "certificates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The descriptions of the certificates.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "certificates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificates", "marshallLocationName" : "certificates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Certificate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Certificate", "variable" : { "variableName" : "member", "variableType" : "Certificate", "variableDeclarationType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "setterModel" : { "variableName" : "member", "variableType" : "Certificate", "variableDeclarationType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "getterModel" : { "returnType" : "Certificate", "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" : "Certificate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The descriptions of the certificates.

\n@param certificates The descriptions of the certificates.*/", "getterDocumentation" : "/**

The descriptions of the certificates.

\n@return The descriptions of the certificates.*/", "fluentSetterDocumentation" : "/**

The descriptions of the certificates.

\n@param certificates The descriptions of the certificates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The descriptions of the certificates.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCertificates(java.util.Collection)} or {@link #withCertificates(java.util.Collection)} if you want to override the existing values.

\n@param certificates The descriptions of the certificates.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextMarker" : { "documentation" : "

The marker for the next set of results, or null if there are no additional results.

", "name" : "NextMarker", "c2jName" : "nextMarker", "c2jShape" : "Marker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The marker for the next set of results, or null if there are no additional results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextMarker", "marshallLocationName" : "nextMarker", "additionalUnmarshallingPath" : 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 marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.*/", "getterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@return The marker for the next set of results, or null if there are no additional results.*/", "fluentSetterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The marker for the next set of results, or null if there are no additional results.

\n@param nextMarker The marker for the next set of results, or null if there are no additional results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "VersionsLimitExceededException" : { "c2jName" : "VersionsLimitExceededException", "documentation" : "

The number of policy versions exceeds the limit.

", "shapeName" : "VersionsLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "versionsLimitExceededException", "variableType" : "VersionsLimitExceededException", "variableDeclarationType" : "VersionsLimitExceededException", "documentation" : null, "simpleType" : "VersionsLimitExceededException", "variableSetterType" : "VersionsLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "VersionsLimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CancelCertificateTransferResult" : { "c2jName" : "CancelCertificateTransferResult", "documentation" : null, "shapeName" : "CancelCertificateTransferResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "cancelCertificateTransferResult", "variableType" : "CancelCertificateTransferResult", "variableDeclarationType" : "CancelCertificateTransferResult", "documentation" : null, "simpleType" : "CancelCertificateTransferResult", "variableSetterType" : "CancelCertificateTransferResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TransferCertificateResult" : { "c2jName" : "TransferCertificateResponse", "documentation" : "

The output from the TransferCertificate operation.

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

The ARN of the certificate.

", "name" : "TransferredCertificateArn", "c2jName" : "transferredCertificateArn", "c2jShape" : "CertificateArn", "variable" : { "variableName" : "transferredCertificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "transferredCertificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "transferredCertificateArn", "marshallLocationName" : "transferredCertificateArn", "additionalUnmarshallingPath" : 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 certificate.

\n@param transferredCertificateArn The ARN of the certificate.*/", "getterDocumentation" : "/**

The ARN of the certificate.

\n@return The ARN of the certificate.*/", "fluentSetterDocumentation" : "/**

The ARN of the certificate.

\n@param transferredCertificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the certificate.

\n@param transferredCertificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "transferCertificateResult", "variableType" : "TransferCertificateResult", "variableDeclarationType" : "TransferCertificateResult", "documentation" : null, "simpleType" : "TransferCertificateResult", "variableSetterType" : "TransferCertificateResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TransferredCertificateArn" : { "documentation" : "

The ARN of the certificate.

", "name" : "TransferredCertificateArn", "c2jName" : "transferredCertificateArn", "c2jShape" : "CertificateArn", "variable" : { "variableName" : "transferredCertificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "transferredCertificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "transferredCertificateArn", "marshallLocationName" : "transferredCertificateArn", "additionalUnmarshallingPath" : 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 certificate.

\n@param transferredCertificateArn The ARN of the certificate.*/", "getterDocumentation" : "/**

The ARN of the certificate.

\n@return The ARN of the certificate.*/", "fluentSetterDocumentation" : "/**

The ARN of the certificate.

\n@param transferredCertificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the certificate.

\n@param transferredCertificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeCACertificateRequest" : { "c2jName" : "DescribeCACertificateRequest", "documentation" : "

The input for the DescribeCACertificate operation.

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

The CA certificate identifier.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CA certificate identifier.

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

The CA certificate identifier.

\n@param certificateId The CA certificate identifier.*/", "getterDocumentation" : "/**

The CA certificate identifier.

\n@return The CA certificate identifier.*/", "fluentSetterDocumentation" : "/**

The CA certificate identifier.

\n@param certificateId The CA certificate identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate identifier.

\n@param certificateId The CA certificate identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeCACertificateRequest", "variableType" : "DescribeCACertificateRequest", "variableDeclarationType" : "DescribeCACertificateRequest", "documentation" : null, "simpleType" : "DescribeCACertificateRequest", "variableSetterType" : "DescribeCACertificateRequest" }, "marshaller" : { "action" : "DescribeCACertificate", "verb" : "GET", "target" : null, "requestUri" : "/cacertificate/{certificateId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateId" : { "documentation" : "

The CA certificate identifier.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CA certificate identifier.

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

The CA certificate identifier.

\n@param certificateId The CA certificate identifier.*/", "getterDocumentation" : "/**

The CA certificate identifier.

\n@return The CA certificate identifier.*/", "fluentSetterDocumentation" : "/**

The CA certificate identifier.

\n@param certificateId The CA certificate identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate identifier.

\n@param certificateId The CA certificate identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InternalFailureException" : { "c2jName" : "InternalFailureException", "documentation" : "

An unexpected error has occurred.

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

The output from the CreateCertificateFromCsr operation.

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

The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.

", "name" : "CertificateArn", "c2jName" : "certificateArn", "c2jShape" : "CertificateArn", "variable" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.

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

The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.

\n@return The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ID of the certificate. Certificate management operations only take a certificateId.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate. Certificate management operations only take a certificateId.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateId", "marshallLocationName" : "certificateId", "additionalUnmarshallingPath" : 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 ID of the certificate. Certificate management operations only take a certificateId.

\n@param certificateId The ID of the certificate. Certificate management operations only take a certificateId.*/", "getterDocumentation" : "/**

The ID of the certificate. Certificate management operations only take a certificateId.

\n@return The ID of the certificate. Certificate management operations only take a certificateId.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate. Certificate management operations only take a certificateId.

\n@param certificateId The ID of the certificate. Certificate management operations only take a certificateId.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate. Certificate management operations only take a certificateId.

\n@param certificateId The ID of the certificate. Certificate management operations only take a certificateId.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The certificate data, in PEM format.

", "name" : "CertificatePem", "c2jName" : "certificatePem", "c2jShape" : "CertificatePem", "variable" : { "variableName" : "certificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The certificate data, in PEM format.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificatePem", "marshallLocationName" : "certificatePem", "additionalUnmarshallingPath" : 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 certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.*/", "getterDocumentation" : "/**

The certificate data, in PEM format.

\n@return The certificate data, in PEM format.*/", "fluentSetterDocumentation" : "/**

The certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createCertificateFromCsrResult", "variableType" : "CreateCertificateFromCsrResult", "variableDeclarationType" : "CreateCertificateFromCsrResult", "documentation" : null, "simpleType" : "CreateCertificateFromCsrResult", "variableSetterType" : "CreateCertificateFromCsrResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateId" : { "documentation" : "

The ID of the certificate. Certificate management operations only take a certificateId.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate. Certificate management operations only take a certificateId.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateId", "marshallLocationName" : "certificateId", "additionalUnmarshallingPath" : 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 ID of the certificate. Certificate management operations only take a certificateId.

\n@param certificateId The ID of the certificate. Certificate management operations only take a certificateId.*/", "getterDocumentation" : "/**

The ID of the certificate. Certificate management operations only take a certificateId.

\n@return The ID of the certificate. Certificate management operations only take a certificateId.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate. Certificate management operations only take a certificateId.

\n@param certificateId The ID of the certificate. Certificate management operations only take a certificateId.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate. Certificate management operations only take a certificateId.

\n@param certificateId The ID of the certificate. Certificate management operations only take a certificateId.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificateArn" : { "documentation" : "

The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.

", "name" : "CertificateArn", "c2jName" : "certificateArn", "c2jShape" : "CertificateArn", "variable" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.

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

The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.

\n@return The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificatePem" : { "documentation" : "

The certificate data, in PEM format.

", "name" : "CertificatePem", "c2jName" : "certificatePem", "c2jShape" : "CertificatePem", "variable" : { "variableName" : "certificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The certificate data, in PEM format.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificatePem", "marshallLocationName" : "certificatePem", "additionalUnmarshallingPath" : 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 certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.*/", "getterDocumentation" : "/**

The certificate data, in PEM format.

\n@return The certificate data, in PEM format.*/", "fluentSetterDocumentation" : "/**

The certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteConflictException" : { "c2jName" : "DeleteConflictException", "documentation" : "

You can't delete the resource because it is attached to one or more resources.

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

The input for the CreateKeysAndCertificate operation.

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

Specifies whether the certificate is active.

", "name" : "SetAsActive", "c2jName" : "setAsActive", "c2jShape" : "SetAsActive", "variable" : { "variableName" : "setAsActive", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the certificate is active.

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

Specifies whether the certificate is active.

\n@param setAsActive Specifies whether the certificate is active.*/", "getterDocumentation" : "/**

Specifies whether the certificate is active.

\n@return Specifies whether the certificate is active.*/", "fluentSetterDocumentation" : "/**

Specifies whether the certificate is active.

\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the certificate is active.

\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createKeysAndCertificateRequest", "variableType" : "CreateKeysAndCertificateRequest", "variableDeclarationType" : "CreateKeysAndCertificateRequest", "documentation" : null, "simpleType" : "CreateKeysAndCertificateRequest", "variableSetterType" : "CreateKeysAndCertificateRequest" }, "marshaller" : { "action" : "CreateKeysAndCertificate", "verb" : "POST", "target" : null, "requestUri" : "/keys-and-certificate", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SetAsActive" : { "documentation" : "

Specifies whether the certificate is active.

", "name" : "SetAsActive", "c2jName" : "setAsActive", "c2jShape" : "SetAsActive", "variable" : { "variableName" : "setAsActive", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the certificate is active.

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

Specifies whether the certificate is active.

\n@param setAsActive Specifies whether the certificate is active.*/", "getterDocumentation" : "/**

Specifies whether the certificate is active.

\n@return Specifies whether the certificate is active.*/", "fluentSetterDocumentation" : "/**

Specifies whether the certificate is active.

\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the certificate is active.

\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateThingResult" : { "c2jName" : "CreateThingResponse", "documentation" : "

The output of the CreateThing operation.

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

The name of the thing.

", "name" : "ThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "variable" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "thingName", "marshallLocationName" : "thingName", "additionalUnmarshallingPath" : 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 thing.

\n@param thingName The name of the thing.*/", "getterDocumentation" : "/**

The name of the thing.

\n@return The name of the thing.*/", "fluentSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The thing ARN.

", "name" : "ThingArn", "c2jName" : "thingArn", "c2jShape" : "ThingArn", "variable" : { "variableName" : "thingArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The thing ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "thingArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "thingArn", "marshallLocationName" : "thingArn", "additionalUnmarshallingPath" : 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 thing ARN.

\n@param thingArn The thing ARN.*/", "getterDocumentation" : "/**

The thing ARN.

\n@return The thing ARN.*/", "fluentSetterDocumentation" : "/**

The thing ARN.

\n@param thingArn The thing ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The thing ARN.

\n@param thingArn The thing ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createThingResult", "variableType" : "CreateThingResult", "variableDeclarationType" : "CreateThingResult", "documentation" : null, "simpleType" : "CreateThingResult", "variableSetterType" : "CreateThingResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ThingName" : { "documentation" : "

The name of the thing.

", "name" : "ThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "variable" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "thingName", "marshallLocationName" : "thingName", "additionalUnmarshallingPath" : 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 thing.

\n@param thingName The name of the thing.*/", "getterDocumentation" : "/**

The name of the thing.

\n@return The name of the thing.*/", "fluentSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ThingArn" : { "documentation" : "

The thing ARN.

", "name" : "ThingArn", "c2jName" : "thingArn", "c2jShape" : "ThingArn", "variable" : { "variableName" : "thingArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The thing ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "thingArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "thingArn", "marshallLocationName" : "thingArn", "additionalUnmarshallingPath" : 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 thing ARN.

\n@param thingArn The thing ARN.*/", "getterDocumentation" : "/**

The thing ARN.

\n@return The thing ARN.*/", "fluentSetterDocumentation" : "/**

The thing ARN.

\n@param thingArn The thing ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The thing ARN.

\n@param thingArn The thing ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RegisterCACertificateResult" : { "c2jName" : "RegisterCACertificateResponse", "documentation" : "

The output from the RegisterCACertificateResponse operation.

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

The CA certificate ARN.

", "name" : "CertificateArn", "c2jName" : "certificateArn", "c2jShape" : "CertificateArn", "variable" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CA certificate ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateArn", "marshallLocationName" : "certificateArn", "additionalUnmarshallingPath" : 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 CA certificate ARN.

\n@param certificateArn The CA certificate ARN.*/", "getterDocumentation" : "/**

The CA certificate ARN.

\n@return The CA certificate ARN.*/", "fluentSetterDocumentation" : "/**

The CA certificate ARN.

\n@param certificateArn The CA certificate ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate ARN.

\n@param certificateArn The CA certificate ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The CA certificate identifier.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CA certificate identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateId", "marshallLocationName" : "certificateId", "additionalUnmarshallingPath" : 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 CA certificate identifier.

\n@param certificateId The CA certificate identifier.*/", "getterDocumentation" : "/**

The CA certificate identifier.

\n@return The CA certificate identifier.*/", "fluentSetterDocumentation" : "/**

The CA certificate identifier.

\n@param certificateId The CA certificate identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate identifier.

\n@param certificateId The CA certificate identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "registerCACertificateResult", "variableType" : "RegisterCACertificateResult", "variableDeclarationType" : "RegisterCACertificateResult", "documentation" : null, "simpleType" : "RegisterCACertificateResult", "variableSetterType" : "RegisterCACertificateResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateId" : { "documentation" : "

The CA certificate identifier.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CA certificate identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateId", "marshallLocationName" : "certificateId", "additionalUnmarshallingPath" : 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 CA certificate identifier.

\n@param certificateId The CA certificate identifier.*/", "getterDocumentation" : "/**

The CA certificate identifier.

\n@return The CA certificate identifier.*/", "fluentSetterDocumentation" : "/**

The CA certificate identifier.

\n@param certificateId The CA certificate identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate identifier.

\n@param certificateId The CA certificate identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificateArn" : { "documentation" : "

The CA certificate ARN.

", "name" : "CertificateArn", "c2jName" : "certificateArn", "c2jShape" : "CertificateArn", "variable" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CA certificate ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateArn", "marshallLocationName" : "certificateArn", "additionalUnmarshallingPath" : 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 CA certificate ARN.

\n@param certificateArn The CA certificate ARN.*/", "getterDocumentation" : "/**

The CA certificate ARN.

\n@return The CA certificate ARN.*/", "fluentSetterDocumentation" : "/**

The CA certificate ARN.

\n@param certificateArn The CA certificate ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificate ARN.

\n@param certificateArn The CA certificate ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteCertificateResult" : { "c2jName" : "DeleteCertificateResult", "documentation" : null, "shapeName" : "DeleteCertificateResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteCertificateResult", "variableType" : "DeleteCertificateResult", "variableDeclarationType" : "DeleteCertificateResult", "documentation" : null, "simpleType" : "DeleteCertificateResult", "variableSetterType" : "DeleteCertificateResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CloudwatchAlarmAction" : { "c2jName" : "CloudwatchAlarmAction", "documentation" : "

Describes an action that updates a CloudWatch alarm.

", "shapeName" : "CloudwatchAlarmAction", "deprecated" : false, "required" : [ "roleArn", "alarmName", "stateReason", "stateValue" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The IAM role that allows access to the CloudWatch alarm.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The IAM role that allows access to the CloudWatch alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that allows access to the CloudWatch alarm.

\n@param roleArn The IAM role that allows access to the CloudWatch alarm.*/", "getterDocumentation" : "/**

The IAM role that allows access to the CloudWatch alarm.

\n@return The IAM role that allows access to the CloudWatch alarm.*/", "fluentSetterDocumentation" : "/**

The IAM role that allows access to the CloudWatch alarm.

\n@param roleArn The IAM role that allows access to the CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The IAM role that allows access to the CloudWatch alarm.

\n@param roleArn The IAM role that allows access to the CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The CloudWatch alarm name.

", "name" : "AlarmName", "c2jName" : "alarmName", "c2jShape" : "AlarmName", "variable" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CloudWatch alarm name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "alarmName", "marshallLocationName" : "alarmName", "additionalUnmarshallingPath" : 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 CloudWatch alarm name.

\n@param alarmName The CloudWatch alarm name.*/", "getterDocumentation" : "/**

The CloudWatch alarm name.

\n@return The CloudWatch alarm name.*/", "fluentSetterDocumentation" : "/**

The CloudWatch alarm name.

\n@param alarmName The CloudWatch alarm name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CloudWatch alarm name.

\n@param alarmName The CloudWatch alarm name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The reason for the alarm change.

", "name" : "StateReason", "c2jName" : "stateReason", "c2jShape" : "StateReason", "variable" : { "variableName" : "stateReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The reason for the alarm change.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stateReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stateReason", "marshallLocationName" : "stateReason", "additionalUnmarshallingPath" : 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 reason for the alarm change.

\n@param stateReason The reason for the alarm change.*/", "getterDocumentation" : "/**

The reason for the alarm change.

\n@return The reason for the alarm change.*/", "fluentSetterDocumentation" : "/**

The reason for the alarm change.

\n@param stateReason The reason for the alarm change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The reason for the alarm change.

\n@param stateReason The reason for the alarm change.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.

", "name" : "StateValue", "c2jName" : "stateValue", "c2jShape" : "StateValue", "variable" : { "variableName" : "stateValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stateValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stateValue", "marshallLocationName" : "stateValue", "additionalUnmarshallingPath" : 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 value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.

\n@param stateValue The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.*/", "getterDocumentation" : "/**

The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.

\n@return The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.*/", "fluentSetterDocumentation" : "/**

The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.

\n@param stateValue The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.

\n@param stateValue The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cloudwatchAlarmAction", "variableType" : "CloudwatchAlarmAction", "variableDeclarationType" : "CloudwatchAlarmAction", "documentation" : null, "simpleType" : "CloudwatchAlarmAction", "variableSetterType" : "CloudwatchAlarmAction" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StateValue" : { "documentation" : "

The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.

", "name" : "StateValue", "c2jName" : "stateValue", "c2jShape" : "StateValue", "variable" : { "variableName" : "stateValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stateValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stateValue", "marshallLocationName" : "stateValue", "additionalUnmarshallingPath" : 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 value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.

\n@param stateValue The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.*/", "getterDocumentation" : "/**

The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.

\n@return The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.*/", "fluentSetterDocumentation" : "/**

The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.

\n@param stateValue The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.

\n@param stateValue The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StateReason" : { "documentation" : "

The reason for the alarm change.

", "name" : "StateReason", "c2jName" : "stateReason", "c2jShape" : "StateReason", "variable" : { "variableName" : "stateReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The reason for the alarm change.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stateReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stateReason", "marshallLocationName" : "stateReason", "additionalUnmarshallingPath" : 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 reason for the alarm change.

\n@param stateReason The reason for the alarm change.*/", "getterDocumentation" : "/**

The reason for the alarm change.

\n@return The reason for the alarm change.*/", "fluentSetterDocumentation" : "/**

The reason for the alarm change.

\n@param stateReason The reason for the alarm change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The reason for the alarm change.

\n@param stateReason The reason for the alarm change.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AlarmName" : { "documentation" : "

The CloudWatch alarm name.

", "name" : "AlarmName", "c2jName" : "alarmName", "c2jShape" : "AlarmName", "variable" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The CloudWatch alarm name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alarmName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "alarmName", "marshallLocationName" : "alarmName", "additionalUnmarshallingPath" : 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 CloudWatch alarm name.

\n@param alarmName The CloudWatch alarm name.*/", "getterDocumentation" : "/**

The CloudWatch alarm name.

\n@return The CloudWatch alarm name.*/", "fluentSetterDocumentation" : "/**

The CloudWatch alarm name.

\n@param alarmName The CloudWatch alarm name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CloudWatch alarm name.

\n@param alarmName The CloudWatch alarm name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RoleArn" : { "documentation" : "

The IAM role that allows access to the CloudWatch alarm.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The IAM role that allows access to the CloudWatch alarm.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that allows access to the CloudWatch alarm.

\n@param roleArn The IAM role that allows access to the CloudWatch alarm.*/", "getterDocumentation" : "/**

The IAM role that allows access to the CloudWatch alarm.

\n@return The IAM role that allows access to the CloudWatch alarm.*/", "fluentSetterDocumentation" : "/**

The IAM role that allows access to the CloudWatch alarm.

\n@param roleArn The IAM role that allows access to the CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The IAM role that allows access to the CloudWatch alarm.

\n@param roleArn The IAM role that allows access to the CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListCACertificatesRequest" : { "c2jName" : "ListCACertificatesRequest", "documentation" : "

Input for the ListCACertificates operation.

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

The result page size.

", "name" : "PageSize", "c2jName" : "pageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The result page size.

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

The result page size.

\n@param pageSize The result page size.*/", "getterDocumentation" : "/**

The result page size.

\n@return The result page size.*/", "fluentSetterDocumentation" : "/**

The result page size.

\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The result page size.

\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The marker for the next set of results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "Marker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The marker for the next set of results.

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

The marker for the next set of results.

\n@param marker The marker for the next set of results.*/", "getterDocumentation" : "/**

The marker for the next set of results.

\n@return The marker for the next set of results.*/", "fluentSetterDocumentation" : "/**

The marker for the next set of results.

\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The marker for the next set of results.

\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Determines the order of the results.

", "name" : "AscendingOrder", "c2jName" : "ascendingOrder", "c2jShape" : "AscendingOrder", "variable" : { "variableName" : "ascendingOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Determines the order of the results.

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

Determines the order of the results.

\n@param ascendingOrder Determines the order of the results.*/", "getterDocumentation" : "/**

Determines the order of the results.

\n@return Determines the order of the results.*/", "fluentSetterDocumentation" : "/**

Determines the order of the results.

\n@param ascendingOrder Determines the order of the results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Determines the order of the results.

\n@param ascendingOrder Determines the order of the results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listCACertificatesRequest", "variableType" : "ListCACertificatesRequest", "variableDeclarationType" : "ListCACertificatesRequest", "documentation" : null, "simpleType" : "ListCACertificatesRequest", "variableSetterType" : "ListCACertificatesRequest" }, "marshaller" : { "action" : "ListCACertificates", "verb" : "GET", "target" : null, "requestUri" : "/cacertificates", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PageSize" : { "documentation" : "

The result page size.

", "name" : "PageSize", "c2jName" : "pageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "pageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The result page size.

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

The result page size.

\n@param pageSize The result page size.*/", "getterDocumentation" : "/**

The result page size.

\n@return The result page size.*/", "fluentSetterDocumentation" : "/**

The result page size.

\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The result page size.

\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AscendingOrder" : { "documentation" : "

Determines the order of the results.

", "name" : "AscendingOrder", "c2jName" : "ascendingOrder", "c2jShape" : "AscendingOrder", "variable" : { "variableName" : "ascendingOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Determines the order of the results.

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

Determines the order of the results.

\n@param ascendingOrder Determines the order of the results.*/", "getterDocumentation" : "/**

Determines the order of the results.

\n@return Determines the order of the results.*/", "fluentSetterDocumentation" : "/**

Determines the order of the results.

\n@param ascendingOrder Determines the order of the results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Determines the order of the results.

\n@param ascendingOrder Determines the order of the results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

The marker for the next set of results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "Marker", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The marker for the next set of results.

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

The marker for the next set of results.

\n@param marker The marker for the next set of results.*/", "getterDocumentation" : "/**

The marker for the next set of results.

\n@return The marker for the next set of results.*/", "fluentSetterDocumentation" : "/**

The marker for the next set of results.

\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The marker for the next set of results.

\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "MessageFormat" : { "c2jName" : "MessageFormat", "documentation" : "", "shapeName" : "MessageFormat", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "RAW", "value" : "RAW" }, { "name" : "JSON", "value" : "JSON" } ], "variable" : { "variableName" : "messageFormat", "variableType" : "MessageFormat", "variableDeclarationType" : "MessageFormat", "documentation" : null, "simpleType" : "MessageFormat", "variableSetterType" : "MessageFormat" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "LoggingOptionsPayload" : { "c2jName" : "LoggingOptionsPayload", "documentation" : "

Describes the logging options payload.

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

The ARN of the IAM role that grants access.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the IAM role that grants access.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.*/", "getterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@return The ARN of the IAM role that grants access.*/", "fluentSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The logging level.

", "name" : "LogLevel", "c2jName" : "logLevel", "c2jShape" : "LogLevel", "variable" : { "variableName" : "logLevel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The logging level.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logLevel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "logLevel", "marshallLocationName" : "logLevel", "additionalUnmarshallingPath" : 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" : "LogLevel", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The logging level.

\n@param logLevel The logging level.\n@see LogLevel*/", "getterDocumentation" : "/**

The logging level.

\n@return The logging level.\n@see LogLevel*/", "fluentSetterDocumentation" : "/**

The logging level.

\n@param logLevel The logging level.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LogLevel*/", "varargSetterDocumentation" : "/**

The logging level.

\n@param logLevel The logging level.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LogLevel*/" } ], "enums" : null, "variable" : { "variableName" : "loggingOptionsPayload", "variableType" : "LoggingOptionsPayload", "variableDeclarationType" : "LoggingOptionsPayload", "documentation" : null, "simpleType" : "LoggingOptionsPayload", "variableSetterType" : "LoggingOptionsPayload" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LogLevel" : { "documentation" : "

The logging level.

", "name" : "LogLevel", "c2jName" : "logLevel", "c2jShape" : "LogLevel", "variable" : { "variableName" : "logLevel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The logging level.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logLevel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "logLevel", "marshallLocationName" : "logLevel", "additionalUnmarshallingPath" : 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" : "LogLevel", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The logging level.

\n@param logLevel The logging level.\n@see LogLevel*/", "getterDocumentation" : "/**

The logging level.

\n@return The logging level.\n@see LogLevel*/", "fluentSetterDocumentation" : "/**

The logging level.

\n@param logLevel The logging level.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LogLevel*/", "varargSetterDocumentation" : "/**

The logging level.

\n@param logLevel The logging level.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LogLevel*/" }, "RoleArn" : { "documentation" : "

The ARN of the IAM role that grants access.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the IAM role that grants access.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.*/", "getterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@return The ARN of the IAM role that grants access.*/", "fluentSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeThingRequest" : { "c2jName" : "DescribeThingRequest", "documentation" : "

The input for the DescribeThing operation.

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

The name of the thing.

", "name" : "ThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "variable" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "thingName", "marshallLocationName" : "thingName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 thing.

\n@param thingName The name of the thing.*/", "getterDocumentation" : "/**

The name of the thing.

\n@return The name of the thing.*/", "fluentSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeThingRequest", "variableType" : "DescribeThingRequest", "variableDeclarationType" : "DescribeThingRequest", "documentation" : null, "simpleType" : "DescribeThingRequest", "variableSetterType" : "DescribeThingRequest" }, "marshaller" : { "action" : "DescribeThing", "verb" : "GET", "target" : null, "requestUri" : "/things/{thingName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ThingName" : { "documentation" : "

The name of the thing.

", "name" : "ThingName", "c2jName" : "thingName", "c2jShape" : "ThingName", "variable" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the thing.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "thingName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "thingName", "marshallLocationName" : "thingName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 thing.

\n@param thingName The name of the thing.*/", "getterDocumentation" : "/**

The name of the thing.

\n@return The name of the thing.*/", "fluentSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the thing.

\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "S3Action" : { "c2jName" : "S3Action", "documentation" : "

Describes an action to write data to an Amazon S3 bucket.

", "shapeName" : "S3Action", "deprecated" : false, "required" : [ "roleArn", "bucketName", "key" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ARN of the IAM role that grants access.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the IAM role that grants access.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.*/", "getterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@return The ARN of the IAM role that grants access.*/", "fluentSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Amazon S3 bucket.

", "name" : "BucketName", "c2jName" : "bucketName", "c2jShape" : "BucketName", "variable" : { "variableName" : "bucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon S3 bucket.

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

The Amazon S3 bucket.

\n@param bucketName The Amazon S3 bucket.*/", "getterDocumentation" : "/**

The Amazon S3 bucket.

\n@return The Amazon S3 bucket.*/", "fluentSetterDocumentation" : "/**

The Amazon S3 bucket.

\n@param bucketName The Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon S3 bucket.

\n@param bucketName The Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The object key.

", "name" : "Key", "c2jName" : "key", "c2jShape" : "Key", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The object key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "key", "marshallLocationName" : "key", "additionalUnmarshallingPath" : 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 object key.

\n@param key The object key.*/", "getterDocumentation" : "/**

The object key.

\n@return The object key.*/", "fluentSetterDocumentation" : "/**

The object key.

\n@param key The object key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The object key.

\n@param key The object key.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "s3Action", "variableType" : "S3Action", "variableDeclarationType" : "S3Action", "documentation" : null, "simpleType" : "S3Action", "variableSetterType" : "S3Action" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Key" : { "documentation" : "

The object key.

", "name" : "Key", "c2jName" : "key", "c2jShape" : "Key", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The object key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "key", "marshallLocationName" : "key", "additionalUnmarshallingPath" : 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 object key.

\n@param key The object key.*/", "getterDocumentation" : "/**

The object key.

\n@return The object key.*/", "fluentSetterDocumentation" : "/**

The object key.

\n@param key The object key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The object key.

\n@param key The object key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BucketName" : { "documentation" : "

The Amazon S3 bucket.

", "name" : "BucketName", "c2jName" : "bucketName", "c2jShape" : "BucketName", "variable" : { "variableName" : "bucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon S3 bucket.

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

The Amazon S3 bucket.

\n@param bucketName The Amazon S3 bucket.*/", "getterDocumentation" : "/**

The Amazon S3 bucket.

\n@return The Amazon S3 bucket.*/", "fluentSetterDocumentation" : "/**

The Amazon S3 bucket.

\n@param bucketName The Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon S3 bucket.

\n@param bucketName The Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RoleArn" : { "documentation" : "

The ARN of the IAM role that grants access.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the IAM role that grants access.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.*/", "getterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@return The ARN of the IAM role that grants access.*/", "fluentSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the IAM role that grants access.

\n@param roleArn The ARN of the IAM role that grants access.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreatePolicyVersionRequest" : { "c2jName" : "CreatePolicyVersionRequest", "documentation" : "

The input for the CreatePolicyVersion operation.

", "shapeName" : "CreatePolicyVersionRequest", "deprecated" : false, "required" : [ "policyName", "policyDocument" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The policy name.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy name.

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

The policy name.

\n@param policyName The policy name.*/", "getterDocumentation" : "/**

The policy name.

\n@return The policy name.*/", "fluentSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces

", "name" : "PolicyDocument", "c2jName" : "policyDocument", "c2jShape" : "PolicyDocument", "variable" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyDocument", "marshallLocationName" : "policyDocument", "additionalUnmarshallingPath" : 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 JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces

\n@param policyDocument The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces*/", "getterDocumentation" : "/**

The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces

\n@return The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces*/", "fluentSetterDocumentation" : "/**

The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces

\n@param policyDocument The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces

\n@param policyDocument The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).

", "name" : "SetAsDefault", "c2jName" : "setAsDefault", "c2jShape" : "SetAsDefault", "variable" : { "variableName" : "setAsDefault", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).

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

Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).

\n@param setAsDefault Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).*/", "getterDocumentation" : "/**

Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).

\n@return Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).*/", "fluentSetterDocumentation" : "/**

Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).

\n@param setAsDefault Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).

\n@param setAsDefault Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createPolicyVersionRequest", "variableType" : "CreatePolicyVersionRequest", "variableDeclarationType" : "CreatePolicyVersionRequest", "documentation" : null, "simpleType" : "CreatePolicyVersionRequest", "variableSetterType" : "CreatePolicyVersionRequest" }, "marshaller" : { "action" : "CreatePolicyVersion", "verb" : "POST", "target" : null, "requestUri" : "/policies/{policyName}/version", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyName" : { "documentation" : "

The policy name.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy name.

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

The policy name.

\n@param policyName The policy name.*/", "getterDocumentation" : "/**

The policy name.

\n@return The policy name.*/", "fluentSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyDocument" : { "documentation" : "

The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces

", "name" : "PolicyDocument", "c2jName" : "policyDocument", "c2jShape" : "PolicyDocument", "variable" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyDocument", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyDocument", "marshallLocationName" : "policyDocument", "additionalUnmarshallingPath" : 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 JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces

\n@param policyDocument The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces*/", "getterDocumentation" : "/**

The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces

\n@return The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces*/", "fluentSetterDocumentation" : "/**

The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces

\n@param policyDocument The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces

\n@param policyDocument The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SetAsDefault" : { "documentation" : "

Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).

", "name" : "SetAsDefault", "c2jName" : "setAsDefault", "c2jShape" : "SetAsDefault", "variable" : { "variableName" : "setAsDefault", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).

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

Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).

\n@param setAsDefault Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).*/", "getterDocumentation" : "/**

Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).

\n@return Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).*/", "fluentSetterDocumentation" : "/**

Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).

\n@param setAsDefault Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).

\n@param setAsDefault Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CertificateDescription" : { "c2jName" : "CertificateDescription", "documentation" : "

Describes a certificate.

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

The ARN of the certificate.

", "name" : "CertificateArn", "c2jName" : "certificateArn", "c2jShape" : "CertificateArn", "variable" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateArn", "marshallLocationName" : "certificateArn", "additionalUnmarshallingPath" : 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 certificate.

\n@param certificateArn The ARN of the certificate.*/", "getterDocumentation" : "/**

The ARN of the certificate.

\n@return The ARN of the certificate.*/", "fluentSetterDocumentation" : "/**

The ARN of the certificate.

\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the certificate.

\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ID of the certificate.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateId", "marshallLocationName" : "certificateId", "additionalUnmarshallingPath" : 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 ID of the certificate.

\n@param certificateId The ID of the certificate.*/", "getterDocumentation" : "/**

The ID of the certificate.

\n@return The ID of the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The certificate ID of the CA certificate used to sign this certificate.

", "name" : "CaCertificateId", "c2jName" : "caCertificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "caCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The certificate ID of the CA certificate used to sign this certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "caCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "caCertificateId", "marshallLocationName" : "caCertificateId", "additionalUnmarshallingPath" : 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 certificate ID of the CA certificate used to sign this certificate.

\n@param caCertificateId The certificate ID of the CA certificate used to sign this certificate.*/", "getterDocumentation" : "/**

The certificate ID of the CA certificate used to sign this certificate.

\n@return The certificate ID of the CA certificate used to sign this certificate.*/", "fluentSetterDocumentation" : "/**

The certificate ID of the CA certificate used to sign this certificate.

\n@param caCertificateId The certificate ID of the CA certificate used to sign this certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The certificate ID of the CA certificate used to sign this certificate.

\n@param caCertificateId The certificate ID of the CA certificate used to sign this certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of the certificate.

", "name" : "Status", "c2jName" : "status", "c2jShape" : "CertificateStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : 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" : "CertificateStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the certificate.

\n@param status The status of the certificate.\n@see CertificateStatus*/", "getterDocumentation" : "/**

The status of the certificate.

\n@return The status of the certificate.\n@see CertificateStatus*/", "fluentSetterDocumentation" : "/**

The status of the certificate.

\n@param status The status of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus*/", "varargSetterDocumentation" : "/**

The status of the certificate.

\n@param status The status of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus*/" }, { "documentation" : "

The certificate data, in PEM format.

", "name" : "CertificatePem", "c2jName" : "certificatePem", "c2jShape" : "CertificatePem", "variable" : { "variableName" : "certificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The certificate data, in PEM format.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificatePem", "marshallLocationName" : "certificatePem", "additionalUnmarshallingPath" : 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 certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.*/", "getterDocumentation" : "/**

The certificate data, in PEM format.

\n@return The certificate data, in PEM format.*/", "fluentSetterDocumentation" : "/**

The certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ID of the AWS account that owns the certificate.

", "name" : "OwnedBy", "c2jName" : "ownedBy", "c2jShape" : "AwsAccountId", "variable" : { "variableName" : "ownedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the AWS account that owns the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ownedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ownedBy", "marshallLocationName" : "ownedBy", "additionalUnmarshallingPath" : 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 ID of the AWS account that owns the certificate.

\n@param ownedBy The ID of the AWS account that owns the certificate.*/", "getterDocumentation" : "/**

The ID of the AWS account that owns the certificate.

\n@return The ID of the AWS account that owns the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the AWS account that owns the certificate.

\n@param ownedBy The ID of the AWS account that owns the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the AWS account that owns the certificate.

\n@param ownedBy The ID of the AWS account that owns the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ID of the AWS account of the previous owner of the certificate.

", "name" : "PreviousOwnedBy", "c2jName" : "previousOwnedBy", "c2jShape" : "AwsAccountId", "variable" : { "variableName" : "previousOwnedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the AWS account of the previous owner of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "previousOwnedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "previousOwnedBy", "marshallLocationName" : "previousOwnedBy", "additionalUnmarshallingPath" : 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 ID of the AWS account of the previous owner of the certificate.

\n@param previousOwnedBy The ID of the AWS account of the previous owner of the certificate.*/", "getterDocumentation" : "/**

The ID of the AWS account of the previous owner of the certificate.

\n@return The ID of the AWS account of the previous owner of the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the AWS account of the previous owner of the certificate.

\n@param previousOwnedBy The ID of the AWS account of the previous owner of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the AWS account of the previous owner of the certificate.

\n@param previousOwnedBy The ID of the AWS account of the previous owner of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time the certificate was created.

", "name" : "CreationDate", "c2jName" : "creationDate", "c2jShape" : "DateType", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time the certificate was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "creationDate", "marshallLocationName" : "creationDate", "additionalUnmarshallingPath" : 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 date and time the certificate was created.

\n@param creationDate The date and time the certificate was created.*/", "getterDocumentation" : "/**

The date and time the certificate was created.

\n@return The date and time the certificate was created.*/", "fluentSetterDocumentation" : "/**

The date and time the certificate was created.

\n@param creationDate The date and time the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time the certificate was created.

\n@param creationDate The date and time the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time the certificate was last modified.

", "name" : "LastModifiedDate", "c2jName" : "lastModifiedDate", "c2jShape" : "DateType", "variable" : { "variableName" : "lastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time the certificate was last modified.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastModifiedDate", "marshallLocationName" : "lastModifiedDate", "additionalUnmarshallingPath" : 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 date and time the certificate was last modified.

\n@param lastModifiedDate The date and time the certificate was last modified.*/", "getterDocumentation" : "/**

The date and time the certificate was last modified.

\n@return The date and time the certificate was last modified.*/", "fluentSetterDocumentation" : "/**

The date and time the certificate was last modified.

\n@param lastModifiedDate The date and time the certificate was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time the certificate was last modified.

\n@param lastModifiedDate The date and time the certificate was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The transfer data.

", "name" : "TransferData", "c2jName" : "transferData", "c2jShape" : "TransferData", "variable" : { "variableName" : "transferData", "variableType" : "TransferData", "variableDeclarationType" : "TransferData", "documentation" : "

The transfer data.

", "simpleType" : "TransferData", "variableSetterType" : "TransferData" }, "setterModel" : { "variableName" : "transferData", "variableType" : "TransferData", "variableDeclarationType" : "TransferData", "documentation" : "", "simpleType" : "TransferData", "variableSetterType" : "TransferData" }, "getterModel" : { "returnType" : "TransferData", "documentation" : null }, "http" : { "unmarshallLocationName" : "transferData", "marshallLocationName" : "transferData", "additionalUnmarshallingPath" : 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" : "/**

The transfer data.

\n@param transferData The transfer data.*/", "getterDocumentation" : "/**

The transfer data.

\n@return The transfer data.*/", "fluentSetterDocumentation" : "/**

The transfer data.

\n@param transferData The transfer data.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The transfer data.

\n@param transferData The transfer data.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "certificateDescription", "variableType" : "CertificateDescription", "variableDeclarationType" : "CertificateDescription", "documentation" : null, "simpleType" : "CertificateDescription", "variableSetterType" : "CertificateDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PreviousOwnedBy" : { "documentation" : "

The ID of the AWS account of the previous owner of the certificate.

", "name" : "PreviousOwnedBy", "c2jName" : "previousOwnedBy", "c2jShape" : "AwsAccountId", "variable" : { "variableName" : "previousOwnedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the AWS account of the previous owner of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "previousOwnedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "previousOwnedBy", "marshallLocationName" : "previousOwnedBy", "additionalUnmarshallingPath" : 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 ID of the AWS account of the previous owner of the certificate.

\n@param previousOwnedBy The ID of the AWS account of the previous owner of the certificate.*/", "getterDocumentation" : "/**

The ID of the AWS account of the previous owner of the certificate.

\n@return The ID of the AWS account of the previous owner of the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the AWS account of the previous owner of the certificate.

\n@param previousOwnedBy The ID of the AWS account of the previous owner of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the AWS account of the previous owner of the certificate.

\n@param previousOwnedBy The ID of the AWS account of the previous owner of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Status" : { "documentation" : "

The status of the certificate.

", "name" : "Status", "c2jName" : "status", "c2jShape" : "CertificateStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : 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" : "CertificateStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the certificate.

\n@param status The status of the certificate.\n@see CertificateStatus*/", "getterDocumentation" : "/**

The status of the certificate.

\n@return The status of the certificate.\n@see CertificateStatus*/", "fluentSetterDocumentation" : "/**

The status of the certificate.

\n@param status The status of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus*/", "varargSetterDocumentation" : "/**

The status of the certificate.

\n@param status The status of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus*/" }, "CertificateId" : { "documentation" : "

The ID of the certificate.

", "name" : "CertificateId", "c2jName" : "certificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateId", "marshallLocationName" : "certificateId", "additionalUnmarshallingPath" : 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 ID of the certificate.

\n@param certificateId The ID of the certificate.*/", "getterDocumentation" : "/**

The ID of the certificate.

\n@return The ID of the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the certificate.

\n@param certificateId The ID of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificateArn" : { "documentation" : "

The ARN of the certificate.

", "name" : "CertificateArn", "c2jName" : "certificateArn", "c2jShape" : "CertificateArn", "variable" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ARN of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateArn", "marshallLocationName" : "certificateArn", "additionalUnmarshallingPath" : 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 certificate.

\n@param certificateArn The ARN of the certificate.*/", "getterDocumentation" : "/**

The ARN of the certificate.

\n@return The ARN of the certificate.*/", "fluentSetterDocumentation" : "/**

The ARN of the certificate.

\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ARN of the certificate.

\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CaCertificateId" : { "documentation" : "

The certificate ID of the CA certificate used to sign this certificate.

", "name" : "CaCertificateId", "c2jName" : "caCertificateId", "c2jShape" : "CertificateId", "variable" : { "variableName" : "caCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The certificate ID of the CA certificate used to sign this certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "caCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "caCertificateId", "marshallLocationName" : "caCertificateId", "additionalUnmarshallingPath" : 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 certificate ID of the CA certificate used to sign this certificate.

\n@param caCertificateId The certificate ID of the CA certificate used to sign this certificate.*/", "getterDocumentation" : "/**

The certificate ID of the CA certificate used to sign this certificate.

\n@return The certificate ID of the CA certificate used to sign this certificate.*/", "fluentSetterDocumentation" : "/**

The certificate ID of the CA certificate used to sign this certificate.

\n@param caCertificateId The certificate ID of the CA certificate used to sign this certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The certificate ID of the CA certificate used to sign this certificate.

\n@param caCertificateId The certificate ID of the CA certificate used to sign this certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificatePem" : { "documentation" : "

The certificate data, in PEM format.

", "name" : "CertificatePem", "c2jName" : "certificatePem", "c2jShape" : "CertificatePem", "variable" : { "variableName" : "certificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The certificate data, in PEM format.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificatePem", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificatePem", "marshallLocationName" : "certificatePem", "additionalUnmarshallingPath" : 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 certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.*/", "getterDocumentation" : "/**

The certificate data, in PEM format.

\n@return The certificate data, in PEM format.*/", "fluentSetterDocumentation" : "/**

The certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The certificate data, in PEM format.

\n@param certificatePem The certificate data, in PEM format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TransferData" : { "documentation" : "

The transfer data.

", "name" : "TransferData", "c2jName" : "transferData", "c2jShape" : "TransferData", "variable" : { "variableName" : "transferData", "variableType" : "TransferData", "variableDeclarationType" : "TransferData", "documentation" : "

The transfer data.

", "simpleType" : "TransferData", "variableSetterType" : "TransferData" }, "setterModel" : { "variableName" : "transferData", "variableType" : "TransferData", "variableDeclarationType" : "TransferData", "documentation" : "", "simpleType" : "TransferData", "variableSetterType" : "TransferData" }, "getterModel" : { "returnType" : "TransferData", "documentation" : null }, "http" : { "unmarshallLocationName" : "transferData", "marshallLocationName" : "transferData", "additionalUnmarshallingPath" : 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" : "/**

The transfer data.

\n@param transferData The transfer data.*/", "getterDocumentation" : "/**

The transfer data.

\n@return The transfer data.*/", "fluentSetterDocumentation" : "/**

The transfer data.

\n@param transferData The transfer data.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The transfer data.

\n@param transferData The transfer data.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastModifiedDate" : { "documentation" : "

The date and time the certificate was last modified.

", "name" : "LastModifiedDate", "c2jName" : "lastModifiedDate", "c2jShape" : "DateType", "variable" : { "variableName" : "lastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time the certificate was last modified.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastModifiedDate", "marshallLocationName" : "lastModifiedDate", "additionalUnmarshallingPath" : 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 date and time the certificate was last modified.

\n@param lastModifiedDate The date and time the certificate was last modified.*/", "getterDocumentation" : "/**

The date and time the certificate was last modified.

\n@return The date and time the certificate was last modified.*/", "fluentSetterDocumentation" : "/**

The date and time the certificate was last modified.

\n@param lastModifiedDate The date and time the certificate was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time the certificate was last modified.

\n@param lastModifiedDate The date and time the certificate was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreationDate" : { "documentation" : "

The date and time the certificate was created.

", "name" : "CreationDate", "c2jName" : "creationDate", "c2jShape" : "DateType", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time the certificate was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "creationDate", "marshallLocationName" : "creationDate", "additionalUnmarshallingPath" : 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 date and time the certificate was created.

\n@param creationDate The date and time the certificate was created.*/", "getterDocumentation" : "/**

The date and time the certificate was created.

\n@return The date and time the certificate was created.*/", "fluentSetterDocumentation" : "/**

The date and time the certificate was created.

\n@param creationDate The date and time the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time the certificate was created.

\n@param creationDate The date and time the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OwnedBy" : { "documentation" : "

The ID of the AWS account that owns the certificate.

", "name" : "OwnedBy", "c2jName" : "ownedBy", "c2jShape" : "AwsAccountId", "variable" : { "variableName" : "ownedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the AWS account that owns the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ownedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ownedBy", "marshallLocationName" : "ownedBy", "additionalUnmarshallingPath" : 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 ID of the AWS account that owns the certificate.

\n@param ownedBy The ID of the AWS account that owns the certificate.*/", "getterDocumentation" : "/**

The ID of the AWS account that owns the certificate.

\n@return The ID of the AWS account that owns the certificate.*/", "fluentSetterDocumentation" : "/**

The ID of the AWS account that owns the certificate.

\n@param ownedBy The ID of the AWS account that owns the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the AWS account that owns the certificate.

\n@param ownedBy The ID of the AWS account that owns the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TransferConflictException" : { "c2jName" : "TransferConflictException", "documentation" : "

You can't transfer the certificate because authorization policies are still attached.

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

The input for the ListTopicRules operation.

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

The topic.

", "name" : "Topic", "c2jName" : "topic", "c2jShape" : "Topic", "variable" : { "variableName" : "topic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The topic.

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

The topic.

\n@param topic The topic.*/", "getterDocumentation" : "/**

The topic.

\n@return The topic.*/", "fluentSetterDocumentation" : "/**

The topic.

\n@param topic The topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The topic.

\n@param topic The topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of results to return.

", "name" : "MaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of results to return.

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

The maximum number of results to return.

\n@param maxResults The maximum number of results to return.*/", "getterDocumentation" : "/**

The maximum number of results to return.

\n@return The maximum number of results to return.*/", "fluentSetterDocumentation" : "/**

The maximum number of results to return.

\n@param maxResults The maximum number of results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of results to return.

\n@param maxResults The maximum number of results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A token used to retrieve the next value.

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

A token used to retrieve the next value.

", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.*/", "getterDocumentation" : "/**

A token used to retrieve the next value.

\n@return A token used to retrieve the next value.*/", "fluentSetterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the rule is disabled.

", "name" : "RuleDisabled", "c2jName" : "ruleDisabled", "c2jShape" : "IsDisabled", "variable" : { "variableName" : "ruleDisabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the rule is disabled.

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

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.*/", "getterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@return Specifies whether the rule is disabled.*/", "fluentSetterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTopicRulesRequest", "variableType" : "ListTopicRulesRequest", "variableDeclarationType" : "ListTopicRulesRequest", "documentation" : null, "simpleType" : "ListTopicRulesRequest", "variableSetterType" : "ListTopicRulesRequest" }, "marshaller" : { "action" : "ListTopicRules", "verb" : "GET", "target" : null, "requestUri" : "/rules", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

A token used to retrieve the next value.

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

A token used to retrieve the next value.

", "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" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.*/", "getterDocumentation" : "/**

A token used to retrieve the next value.

\n@return A token used to retrieve the next value.*/", "fluentSetterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A token used to retrieve the next value.

\n@param nextToken A token used to retrieve the next value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RuleDisabled" : { "documentation" : "

Specifies whether the rule is disabled.

", "name" : "RuleDisabled", "c2jName" : "ruleDisabled", "c2jShape" : "IsDisabled", "variable" : { "variableName" : "ruleDisabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the rule is disabled.

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

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.*/", "getterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@return Specifies whether the rule is disabled.*/", "fluentSetterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Topic" : { "documentation" : "

The topic.

", "name" : "Topic", "c2jName" : "topic", "c2jShape" : "Topic", "variable" : { "variableName" : "topic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The topic.

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

The topic.

\n@param topic The topic.*/", "getterDocumentation" : "/**

The topic.

\n@return The topic.*/", "fluentSetterDocumentation" : "/**

The topic.

\n@param topic The topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The topic.

\n@param topic The topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxResults" : { "documentation" : "

The maximum number of results to return.

", "name" : "MaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of results to return.

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

The maximum number of results to return.

\n@param maxResults The maximum number of results to return.*/", "getterDocumentation" : "/**

The maximum number of results to return.

\n@return The maximum number of results to return.*/", "fluentSetterDocumentation" : "/**

The maximum number of results to return.

\n@param maxResults The maximum number of results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of results to return.

\n@param maxResults The maximum number of results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "FirehoseAction" : { "c2jName" : "FirehoseAction", "documentation" : "

Describes an action that writes data to an Amazon Kinesis Firehose stream.

", "shapeName" : "FirehoseAction", "deprecated" : false, "required" : [ "roleArn", "deliveryStreamName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The IAM role that grants access to the Amazon Kinesis Firehost stream.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The IAM role that grants access to the Amazon Kinesis Firehost stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that grants access to the Amazon Kinesis Firehost stream.

\n@param roleArn The IAM role that grants access to the Amazon Kinesis Firehost stream.*/", "getterDocumentation" : "/**

The IAM role that grants access to the Amazon Kinesis Firehost stream.

\n@return The IAM role that grants access to the Amazon Kinesis Firehost stream.*/", "fluentSetterDocumentation" : "/**

The IAM role that grants access to the Amazon Kinesis Firehost stream.

\n@param roleArn The IAM role that grants access to the Amazon Kinesis Firehost stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The IAM role that grants access to the Amazon Kinesis Firehost stream.

\n@param roleArn The IAM role that grants access to the Amazon Kinesis Firehost stream.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The delivery stream name.

", "name" : "DeliveryStreamName", "c2jName" : "deliveryStreamName", "c2jShape" : "DeliveryStreamName", "variable" : { "variableName" : "deliveryStreamName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The delivery stream name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deliveryStreamName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deliveryStreamName", "marshallLocationName" : "deliveryStreamName", "additionalUnmarshallingPath" : 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 delivery stream name.

\n@param deliveryStreamName The delivery stream name.*/", "getterDocumentation" : "/**

The delivery stream name.

\n@return The delivery stream name.*/", "fluentSetterDocumentation" : "/**

The delivery stream name.

\n@param deliveryStreamName The delivery stream name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The delivery stream name.

\n@param deliveryStreamName The delivery stream name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "firehoseAction", "variableType" : "FirehoseAction", "variableDeclarationType" : "FirehoseAction", "documentation" : null, "simpleType" : "FirehoseAction", "variableSetterType" : "FirehoseAction" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeliveryStreamName" : { "documentation" : "

The delivery stream name.

", "name" : "DeliveryStreamName", "c2jName" : "deliveryStreamName", "c2jShape" : "DeliveryStreamName", "variable" : { "variableName" : "deliveryStreamName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The delivery stream name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deliveryStreamName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deliveryStreamName", "marshallLocationName" : "deliveryStreamName", "additionalUnmarshallingPath" : 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 delivery stream name.

\n@param deliveryStreamName The delivery stream name.*/", "getterDocumentation" : "/**

The delivery stream name.

\n@return The delivery stream name.*/", "fluentSetterDocumentation" : "/**

The delivery stream name.

\n@param deliveryStreamName The delivery stream name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The delivery stream name.

\n@param deliveryStreamName The delivery stream name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RoleArn" : { "documentation" : "

The IAM role that grants access to the Amazon Kinesis Firehost stream.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The IAM role that grants access to the Amazon Kinesis Firehost stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role that grants access to the Amazon Kinesis Firehost stream.

\n@param roleArn The IAM role that grants access to the Amazon Kinesis Firehost stream.*/", "getterDocumentation" : "/**

The IAM role that grants access to the Amazon Kinesis Firehost stream.

\n@return The IAM role that grants access to the Amazon Kinesis Firehost stream.*/", "fluentSetterDocumentation" : "/**

The IAM role that grants access to the Amazon Kinesis Firehost stream.

\n@param roleArn The IAM role that grants access to the Amazon Kinesis Firehost stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The IAM role that grants access to the Amazon Kinesis Firehost stream.

\n@param roleArn The IAM role that grants access to the Amazon Kinesis Firehost stream.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ThrottlingException" : { "c2jName" : "ThrottlingException", "documentation" : "

The rate exceeds the limit.

", "shapeName" : "ThrottlingException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "throttlingException", "variableType" : "ThrottlingException", "variableDeclarationType" : "ThrottlingException", "documentation" : null, "simpleType" : "ThrottlingException", "variableSetterType" : "ThrottlingException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ThrottlingException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SetDefaultPolicyVersionResult" : { "c2jName" : "SetDefaultPolicyVersionResult", "documentation" : null, "shapeName" : "SetDefaultPolicyVersionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setDefaultPolicyVersionResult", "variableType" : "SetDefaultPolicyVersionResult", "variableDeclarationType" : "SetDefaultPolicyVersionResult", "documentation" : null, "simpleType" : "SetDefaultPolicyVersionResult", "variableSetterType" : "SetDefaultPolicyVersionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeletePolicyRequest" : { "c2jName" : "DeletePolicyRequest", "documentation" : "

The input for the DeletePolicy operation.

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

The name of the policy to delete.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the policy to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyName", "marshallLocationName" : "policyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 policy to delete.

\n@param policyName The name of the policy to delete.*/", "getterDocumentation" : "/**

The name of the policy to delete.

\n@return The name of the policy to delete.*/", "fluentSetterDocumentation" : "/**

The name of the policy to delete.

\n@param policyName The name of the policy to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the policy to delete.

\n@param policyName The name of the policy to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deletePolicyRequest", "variableType" : "DeletePolicyRequest", "variableDeclarationType" : "DeletePolicyRequest", "documentation" : null, "simpleType" : "DeletePolicyRequest", "variableSetterType" : "DeletePolicyRequest" }, "marshaller" : { "action" : "DeletePolicy", "verb" : "DELETE", "target" : null, "requestUri" : "/policies/{policyName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PolicyName" : { "documentation" : "

The name of the policy to delete.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the policy to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policyName", "marshallLocationName" : "policyName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "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 policy to delete.

\n@param policyName The name of the policy to delete.*/", "getterDocumentation" : "/**

The name of the policy to delete.

\n@return The name of the policy to delete.*/", "fluentSetterDocumentation" : "/**

The name of the policy to delete.

\n@param policyName The name of the policy to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the policy to delete.

\n@param policyName The name of the policy to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidRequestException" : { "c2jName" : "InvalidRequestException", "documentation" : "

The request is not valid.

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

The output from the ListCACertificates operation.

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

The CA certificates registered in your AWS account.

", "name" : "Certificates", "c2jName" : "certificates", "c2jShape" : "CACertificates", "variable" : { "variableName" : "certificates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The CA certificates registered in your AWS account.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "certificates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificates", "marshallLocationName" : "certificates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CACertificate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CACertificate", "variable" : { "variableName" : "member", "variableType" : "CACertificate", "variableDeclarationType" : "CACertificate", "documentation" : "", "simpleType" : "CACertificate", "variableSetterType" : "CACertificate" }, "setterModel" : { "variableName" : "member", "variableType" : "CACertificate", "variableDeclarationType" : "CACertificate", "documentation" : "", "simpleType" : "CACertificate", "variableSetterType" : "CACertificate" }, "getterModel" : { "returnType" : "CACertificate", "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" : "CACertificate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The CA certificates registered in your AWS account.

\n@param certificates The CA certificates registered in your AWS account.*/", "getterDocumentation" : "/**

The CA certificates registered in your AWS account.

\n@return The CA certificates registered in your AWS account.*/", "fluentSetterDocumentation" : "/**

The CA certificates registered in your AWS account.

\n@param certificates The CA certificates registered in your AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificates registered in your AWS account.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCertificates(java.util.Collection)} or {@link #withCertificates(java.util.Collection)} if you want to override the existing values.

\n@param certificates The CA certificates registered in your AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The current position within the list of CA certificates.

", "name" : "NextMarker", "c2jName" : "nextMarker", "c2jShape" : "Marker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The current position within the list of CA certificates.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextMarker", "marshallLocationName" : "nextMarker", "additionalUnmarshallingPath" : 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 current position within the list of CA certificates.

\n@param nextMarker The current position within the list of CA certificates.*/", "getterDocumentation" : "/**

The current position within the list of CA certificates.

\n@return The current position within the list of CA certificates.*/", "fluentSetterDocumentation" : "/**

The current position within the list of CA certificates.

\n@param nextMarker The current position within the list of CA certificates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current position within the list of CA certificates.

\n@param nextMarker The current position within the list of CA certificates.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listCACertificatesResult", "variableType" : "ListCACertificatesResult", "variableDeclarationType" : "ListCACertificatesResult", "documentation" : null, "simpleType" : "ListCACertificatesResult", "variableSetterType" : "ListCACertificatesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Certificates" : { "documentation" : "

The CA certificates registered in your AWS account.

", "name" : "Certificates", "c2jName" : "certificates", "c2jShape" : "CACertificates", "variable" : { "variableName" : "certificates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The CA certificates registered in your AWS account.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "certificates", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificates", "marshallLocationName" : "certificates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CACertificate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CACertificate", "variable" : { "variableName" : "member", "variableType" : "CACertificate", "variableDeclarationType" : "CACertificate", "documentation" : "", "simpleType" : "CACertificate", "variableSetterType" : "CACertificate" }, "setterModel" : { "variableName" : "member", "variableType" : "CACertificate", "variableDeclarationType" : "CACertificate", "documentation" : "", "simpleType" : "CACertificate", "variableSetterType" : "CACertificate" }, "getterModel" : { "returnType" : "CACertificate", "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" : "CACertificate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The CA certificates registered in your AWS account.

\n@param certificates The CA certificates registered in your AWS account.*/", "getterDocumentation" : "/**

The CA certificates registered in your AWS account.

\n@return The CA certificates registered in your AWS account.*/", "fluentSetterDocumentation" : "/**

The CA certificates registered in your AWS account.

\n@param certificates The CA certificates registered in your AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CA certificates registered in your AWS account.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCertificates(java.util.Collection)} or {@link #withCertificates(java.util.Collection)} if you want to override the existing values.

\n@param certificates The CA certificates registered in your AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextMarker" : { "documentation" : "

The current position within the list of CA certificates.

", "name" : "NextMarker", "c2jName" : "nextMarker", "c2jShape" : "Marker", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The current position within the list of CA certificates.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextMarker", "marshallLocationName" : "nextMarker", "additionalUnmarshallingPath" : 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 current position within the list of CA certificates.

\n@param nextMarker The current position within the list of CA certificates.*/", "getterDocumentation" : "/**

The current position within the list of CA certificates.

\n@return The current position within the list of CA certificates.*/", "fluentSetterDocumentation" : "/**

The current position within the list of CA certificates.

\n@param nextMarker The current position within the list of CA certificates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current position within the list of CA certificates.

\n@param nextMarker The current position within the list of CA certificates.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ReplaceTopicRuleResult" : { "c2jName" : "ReplaceTopicRuleResult", "documentation" : null, "shapeName" : "ReplaceTopicRuleResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "replaceTopicRuleResult", "variableType" : "ReplaceTopicRuleResult", "variableDeclarationType" : "ReplaceTopicRuleResult", "documentation" : null, "simpleType" : "ReplaceTopicRuleResult", "variableSetterType" : "ReplaceTopicRuleResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ElasticsearchAction" : { "c2jName" : "ElasticsearchAction", "documentation" : "

Describes an action that writes data to an Amazon Elasticsearch Service; domain.

", "shapeName" : "ElasticsearchAction", "deprecated" : false, "required" : [ "roleArn", "endpoint", "index", "type", "id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The IAM role ARN that has access to Elasticsearch.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The IAM role ARN that has access to Elasticsearch.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role ARN that has access to Elasticsearch.

\n@param roleArn The IAM role ARN that has access to Elasticsearch.*/", "getterDocumentation" : "/**

The IAM role ARN that has access to Elasticsearch.

\n@return The IAM role ARN that has access to Elasticsearch.*/", "fluentSetterDocumentation" : "/**

The IAM role ARN that has access to Elasticsearch.

\n@param roleArn The IAM role ARN that has access to Elasticsearch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The IAM role ARN that has access to Elasticsearch.

\n@param roleArn The IAM role ARN that has access to Elasticsearch.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The endpoint of your Elasticsearch domain.

", "name" : "Endpoint", "c2jName" : "endpoint", "c2jShape" : "ElasticsearchEndpoint", "variable" : { "variableName" : "endpoint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The endpoint of your Elasticsearch domain.

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

The endpoint of your Elasticsearch domain.

\n@param endpoint The endpoint of your Elasticsearch domain.*/", "getterDocumentation" : "/**

The endpoint of your Elasticsearch domain.

\n@return The endpoint of your Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

The endpoint of your Elasticsearch domain.

\n@param endpoint The endpoint of your Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The endpoint of your Elasticsearch domain.

\n@param endpoint The endpoint of your Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Elasticsearch index where you want to store your data.

", "name" : "Index", "c2jName" : "index", "c2jShape" : "ElasticsearchIndex", "variable" : { "variableName" : "index", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Elasticsearch index where you want to store your data.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "index", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "index", "marshallLocationName" : "index", "additionalUnmarshallingPath" : 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 Elasticsearch index where you want to store your data.

\n@param index The Elasticsearch index where you want to store your data.*/", "getterDocumentation" : "/**

The Elasticsearch index where you want to store your data.

\n@return The Elasticsearch index where you want to store your data.*/", "fluentSetterDocumentation" : "/**

The Elasticsearch index where you want to store your data.

\n@param index The Elasticsearch index where you want to store your data.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Elasticsearch index where you want to store your data.

\n@param index The Elasticsearch index where you want to store your data.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The type of document you are storing.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "ElasticsearchType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of document you are storing.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : 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 type of document you are storing.

\n@param type The type of document you are storing.*/", "getterDocumentation" : "/**

The type of document you are storing.

\n@return The type of document you are storing.*/", "fluentSetterDocumentation" : "/**

The type of document you are storing.

\n@param type The type of document you are storing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The type of document you are storing.

\n@param type The type of document you are storing.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The unique identifier for the document you are storing.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "ElasticsearchId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier for the document you are storing.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : 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 identifier for the document you are storing.

\n@param id The unique identifier for the document you are storing.*/", "getterDocumentation" : "/**

The unique identifier for the document you are storing.

\n@return The unique identifier for the document you are storing.*/", "fluentSetterDocumentation" : "/**

The unique identifier for the document you are storing.

\n@param id The unique identifier for the document you are storing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique identifier for the document you are storing.

\n@param id The unique identifier for the document you are storing.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "elasticsearchAction", "variableType" : "ElasticsearchAction", "variableDeclarationType" : "ElasticsearchAction", "documentation" : null, "simpleType" : "ElasticsearchAction", "variableSetterType" : "ElasticsearchAction" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Index" : { "documentation" : "

The Elasticsearch index where you want to store your data.

", "name" : "Index", "c2jName" : "index", "c2jShape" : "ElasticsearchIndex", "variable" : { "variableName" : "index", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Elasticsearch index where you want to store your data.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "index", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "index", "marshallLocationName" : "index", "additionalUnmarshallingPath" : 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 Elasticsearch index where you want to store your data.

\n@param index The Elasticsearch index where you want to store your data.*/", "getterDocumentation" : "/**

The Elasticsearch index where you want to store your data.

\n@return The Elasticsearch index where you want to store your data.*/", "fluentSetterDocumentation" : "/**

The Elasticsearch index where you want to store your data.

\n@param index The Elasticsearch index where you want to store your data.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Elasticsearch index where you want to store your data.

\n@param index The Elasticsearch index where you want to store your data.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Type" : { "documentation" : "

The type of document you are storing.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "ElasticsearchType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of document you are storing.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : 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 type of document you are storing.

\n@param type The type of document you are storing.*/", "getterDocumentation" : "/**

The type of document you are storing.

\n@return The type of document you are storing.*/", "fluentSetterDocumentation" : "/**

The type of document you are storing.

\n@param type The type of document you are storing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The type of document you are storing.

\n@param type The type of document you are storing.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The unique identifier for the document you are storing.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "ElasticsearchId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier for the document you are storing.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : 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 identifier for the document you are storing.

\n@param id The unique identifier for the document you are storing.*/", "getterDocumentation" : "/**

The unique identifier for the document you are storing.

\n@return The unique identifier for the document you are storing.*/", "fluentSetterDocumentation" : "/**

The unique identifier for the document you are storing.

\n@param id The unique identifier for the document you are storing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique identifier for the document you are storing.

\n@param id The unique identifier for the document you are storing.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Endpoint" : { "documentation" : "

The endpoint of your Elasticsearch domain.

", "name" : "Endpoint", "c2jName" : "endpoint", "c2jShape" : "ElasticsearchEndpoint", "variable" : { "variableName" : "endpoint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The endpoint of your Elasticsearch domain.

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

The endpoint of your Elasticsearch domain.

\n@param endpoint The endpoint of your Elasticsearch domain.*/", "getterDocumentation" : "/**

The endpoint of your Elasticsearch domain.

\n@return The endpoint of your Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

The endpoint of your Elasticsearch domain.

\n@param endpoint The endpoint of your Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The endpoint of your Elasticsearch domain.

\n@param endpoint The endpoint of your Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RoleArn" : { "documentation" : "

The IAM role ARN that has access to Elasticsearch.

", "name" : "RoleArn", "c2jName" : "roleArn", "c2jShape" : "AwsArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The IAM role ARN that has access to Elasticsearch.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "roleArn", "marshallLocationName" : "roleArn", "additionalUnmarshallingPath" : 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 IAM role ARN that has access to Elasticsearch.

\n@param roleArn The IAM role ARN that has access to Elasticsearch.*/", "getterDocumentation" : "/**

The IAM role ARN that has access to Elasticsearch.

\n@return The IAM role ARN that has access to Elasticsearch.*/", "fluentSetterDocumentation" : "/**

The IAM role ARN that has access to Elasticsearch.

\n@param roleArn The IAM role ARN that has access to Elasticsearch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The IAM role ARN that has access to Elasticsearch.

\n@param roleArn The IAM role ARN that has access to Elasticsearch.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AttachPrincipalPolicyRequest" : { "c2jName" : "AttachPrincipalPolicyRequest", "documentation" : "

The input for the AttachPrincipalPolicy operation.

", "shapeName" : "AttachPrincipalPolicyRequest", "deprecated" : false, "required" : [ "policyName", "principal" ], "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The policy name.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy name.

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

The policy name.

\n@param policyName The policy name.*/", "getterDocumentation" : "/**

The policy name.

\n@return The policy name.*/", "fluentSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.

", "name" : "Principal", "c2jName" : "principal", "c2jShape" : "Principal", "variable" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amzn-iot-principal", "marshallLocationName" : "x-amzn-iot-principal", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.

\n@param principal The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.*/", "getterDocumentation" : "/**

The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.

\n@return The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.*/", "fluentSetterDocumentation" : "/**

The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.

\n@param principal The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.

\n@param principal The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "attachPrincipalPolicyRequest", "variableType" : "AttachPrincipalPolicyRequest", "variableDeclarationType" : "AttachPrincipalPolicyRequest", "documentation" : null, "simpleType" : "AttachPrincipalPolicyRequest", "variableSetterType" : "AttachPrincipalPolicyRequest" }, "marshaller" : { "action" : "AttachPrincipalPolicy", "verb" : "PUT", "target" : null, "requestUri" : "/principal-policies/{policyName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Principal" : { "documentation" : "

The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.

", "name" : "Principal", "c2jName" : "principal", "c2jShape" : "Principal", "variable" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "principal", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amzn-iot-principal", "marshallLocationName" : "x-amzn-iot-principal", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "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 principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.

\n@param principal The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.*/", "getterDocumentation" : "/**

The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.

\n@return The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.*/", "fluentSetterDocumentation" : "/**

The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.

\n@param principal The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.

\n@param principal The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PolicyName" : { "documentation" : "

The policy name.

", "name" : "PolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "variable" : { "variableName" : "policyName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy name.

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

The policy name.

\n@param policyName The policy name.*/", "getterDocumentation" : "/**

The policy name.

\n@return The policy name.*/", "fluentSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy name.

\n@param policyName The policy name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TopicRule" : { "c2jName" : "TopicRule", "documentation" : "

Describes a rule.

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

The name of the rule.

", "name" : "RuleName", "c2jName" : "ruleName", "c2jShape" : "RuleName", "variable" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleName", "marshallLocationName" : "ruleName", "additionalUnmarshallingPath" : 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 rule.

\n@param ruleName The name of the rule.*/", "getterDocumentation" : "/**

The name of the rule.

\n@return The name of the rule.*/", "fluentSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.

", "name" : "Sql", "c2jName" : "sql", "c2jShape" : "SQL", "variable" : { "variableName" : "sql", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sql", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "sql", "marshallLocationName" : "sql", "additionalUnmarshallingPath" : 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 SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.

\n@param sql The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.*/", "getterDocumentation" : "/**

The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.

\n@return The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.*/", "fluentSetterDocumentation" : "/**

The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.

\n@param sql The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.

\n@param sql The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the rule.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : 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 description of the rule.

\n@param description The description of the rule.*/", "getterDocumentation" : "/**

The description of the rule.

\n@return The description of the rule.*/", "fluentSetterDocumentation" : "/**

The description of the rule.

\n@param description The description of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the rule.

\n@param description The description of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time the rule was created.

", "name" : "CreatedAt", "c2jName" : "createdAt", "c2jShape" : "CreatedAtDate", "variable" : { "variableName" : "createdAt", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time the rule was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdAt", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdAt", "marshallLocationName" : "createdAt", "additionalUnmarshallingPath" : 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 date and time the rule was created.

\n@param createdAt The date and time the rule was created.*/", "getterDocumentation" : "/**

The date and time the rule was created.

\n@return The date and time the rule was created.*/", "fluentSetterDocumentation" : "/**

The date and time the rule was created.

\n@param createdAt The date and time the rule was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time the rule was created.

\n@param createdAt The date and time the rule was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The actions associated with the rule.

", "name" : "Actions", "c2jName" : "actions", "c2jShape" : "ActionList", "variable" : { "variableName" : "actions", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The actions associated with the rule.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "actions", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "actions", "marshallLocationName" : "actions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Action", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Action", "variable" : { "variableName" : "member", "variableType" : "Action", "variableDeclarationType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "setterModel" : { "variableName" : "member", "variableType" : "Action", "variableDeclarationType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "getterModel" : { "returnType" : "Action", "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" : "Action", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The actions associated with the rule.

\n@param actions The actions associated with the rule.*/", "getterDocumentation" : "/**

The actions associated with the rule.

\n@return The actions associated with the rule.*/", "fluentSetterDocumentation" : "/**

The actions associated with the rule.

\n@param actions The actions associated with the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The actions associated with the rule.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setActions(java.util.Collection)} or {@link #withActions(java.util.Collection)} if you want to override the existing values.

\n@param actions The actions associated with the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the rule is disabled.

", "name" : "RuleDisabled", "c2jName" : "ruleDisabled", "c2jShape" : "IsDisabled", "variable" : { "variableName" : "ruleDisabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the rule is disabled.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "ruleDisabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleDisabled", "marshallLocationName" : "ruleDisabled", "additionalUnmarshallingPath" : 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" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.*/", "getterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@return Specifies whether the rule is disabled.*/", "fluentSetterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The version of the SQL rules engine to use when evaluating the rule.

", "name" : "AwsIotSqlVersion", "c2jName" : "awsIotSqlVersion", "c2jShape" : "AwsIotSqlVersion", "variable" : { "variableName" : "awsIotSqlVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The version of the SQL rules engine to use when evaluating the rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "awsIotSqlVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "awsIotSqlVersion", "marshallLocationName" : "awsIotSqlVersion", "additionalUnmarshallingPath" : 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 version of the SQL rules engine to use when evaluating the rule.

\n@param awsIotSqlVersion The version of the SQL rules engine to use when evaluating the rule.*/", "getterDocumentation" : "/**

The version of the SQL rules engine to use when evaluating the rule.

\n@return The version of the SQL rules engine to use when evaluating the rule.*/", "fluentSetterDocumentation" : "/**

The version of the SQL rules engine to use when evaluating the rule.

\n@param awsIotSqlVersion The version of the SQL rules engine to use when evaluating the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The version of the SQL rules engine to use when evaluating the rule.

\n@param awsIotSqlVersion The version of the SQL rules engine to use when evaluating the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "topicRule", "variableType" : "TopicRule", "variableDeclarationType" : "TopicRule", "documentation" : null, "simpleType" : "TopicRule", "variableSetterType" : "TopicRule" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The description of the rule.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : 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 description of the rule.

\n@param description The description of the rule.*/", "getterDocumentation" : "/**

The description of the rule.

\n@return The description of the rule.*/", "fluentSetterDocumentation" : "/**

The description of the rule.

\n@param description The description of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the rule.

\n@param description The description of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RuleDisabled" : { "documentation" : "

Specifies whether the rule is disabled.

", "name" : "RuleDisabled", "c2jName" : "ruleDisabled", "c2jShape" : "IsDisabled", "variable" : { "variableName" : "ruleDisabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the rule is disabled.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "ruleDisabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleDisabled", "marshallLocationName" : "ruleDisabled", "additionalUnmarshallingPath" : 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" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.*/", "getterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@return Specifies whether the rule is disabled.*/", "fluentSetterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the rule is disabled.

\n@param ruleDisabled Specifies whether the rule is disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AwsIotSqlVersion" : { "documentation" : "

The version of the SQL rules engine to use when evaluating the rule.

", "name" : "AwsIotSqlVersion", "c2jName" : "awsIotSqlVersion", "c2jShape" : "AwsIotSqlVersion", "variable" : { "variableName" : "awsIotSqlVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The version of the SQL rules engine to use when evaluating the rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "awsIotSqlVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "awsIotSqlVersion", "marshallLocationName" : "awsIotSqlVersion", "additionalUnmarshallingPath" : 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 version of the SQL rules engine to use when evaluating the rule.

\n@param awsIotSqlVersion The version of the SQL rules engine to use when evaluating the rule.*/", "getterDocumentation" : "/**

The version of the SQL rules engine to use when evaluating the rule.

\n@return The version of the SQL rules engine to use when evaluating the rule.*/", "fluentSetterDocumentation" : "/**

The version of the SQL rules engine to use when evaluating the rule.

\n@param awsIotSqlVersion The version of the SQL rules engine to use when evaluating the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The version of the SQL rules engine to use when evaluating the rule.

\n@param awsIotSqlVersion The version of the SQL rules engine to use when evaluating the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Actions" : { "documentation" : "

The actions associated with the rule.

", "name" : "Actions", "c2jName" : "actions", "c2jShape" : "ActionList", "variable" : { "variableName" : "actions", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The actions associated with the rule.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "actions", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "actions", "marshallLocationName" : "actions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Action", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Action", "variable" : { "variableName" : "member", "variableType" : "Action", "variableDeclarationType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "setterModel" : { "variableName" : "member", "variableType" : "Action", "variableDeclarationType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "getterModel" : { "returnType" : "Action", "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" : "Action", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The actions associated with the rule.

\n@param actions The actions associated with the rule.*/", "getterDocumentation" : "/**

The actions associated with the rule.

\n@return The actions associated with the rule.*/", "fluentSetterDocumentation" : "/**

The actions associated with the rule.

\n@param actions The actions associated with the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The actions associated with the rule.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setActions(java.util.Collection)} or {@link #withActions(java.util.Collection)} if you want to override the existing values.

\n@param actions The actions associated with the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Sql" : { "documentation" : "

The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.

", "name" : "Sql", "c2jName" : "sql", "c2jShape" : "SQL", "variable" : { "variableName" : "sql", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sql", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "sql", "marshallLocationName" : "sql", "additionalUnmarshallingPath" : 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 SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.

\n@param sql The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.*/", "getterDocumentation" : "/**

The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.

\n@return The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.*/", "fluentSetterDocumentation" : "/**

The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.

\n@param sql The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.

\n@param sql The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RuleName" : { "documentation" : "

The name of the rule.

", "name" : "RuleName", "c2jName" : "ruleName", "c2jShape" : "RuleName", "variable" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ruleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ruleName", "marshallLocationName" : "ruleName", "additionalUnmarshallingPath" : 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 rule.

\n@param ruleName The name of the rule.*/", "getterDocumentation" : "/**

The name of the rule.

\n@return The name of the rule.*/", "fluentSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the rule.

\n@param ruleName The name of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedAt" : { "documentation" : "

The date and time the rule was created.

", "name" : "CreatedAt", "c2jName" : "createdAt", "c2jShape" : "CreatedAtDate", "variable" : { "variableName" : "createdAt", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time the rule was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdAt", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdAt", "marshallLocationName" : "createdAt", "additionalUnmarshallingPath" : 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 date and time the rule was created.

\n@param createdAt The date and time the rule was created.*/", "getterDocumentation" : "/**

The date and time the rule was created.

\n@return The date and time the rule was created.*/", "fluentSetterDocumentation" : "/**

The date and time the rule was created.

\n@param createdAt The date and time the rule was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time the rule was created.

\n@param createdAt The date and time the rule was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : false, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : null, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "authPolicyActions" : { "skip" : true, "actionPrefix" : null, "fileNamePrefix" : null }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "convenienceTypeOverloads" : [ ] }, "examples" : { "version" : "1.0", "operationExamples" : { } }, "clientConfigFactory" : "ClientConfigurationFactory" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy