
models.iot-2015-05-28-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-osgi Show documentation
{
"metadata" : {
"apiVersion" : "2015-05-28",
"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,
"contentType" : "",
"jsonVersion" : "1.1",
"endpointPrefix" : "iot",
"signingName" : "execute-api",
"protocolDefaultExceptionUmarshallerImpl" : null,
"jsonProtocol" : true,
"xmlProtocol" : false,
"cborProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"syncClientBuilderClassName" : "AWSIotClientBuilder",
"asyncClientBuilderClassName" : "AWSIotAsyncClientBuilder",
"serviceName" : "AWS IoT"
},
"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,
"syncReturnType" : "AcceptCertificateTransferResult",
"asyncReturnType" : "AcceptCertificateTransferResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "AttachPrincipalPolicyResult",
"asyncReturnType" : "AttachPrincipalPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "AttachThingPrincipalResult",
"asyncReturnType" : "AttachThingPrincipalResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "CancelCertificateTransferResult",
"asyncReturnType" : "CancelCertificateTransferResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "CreateCertificateFromCsrResult",
"asyncReturnType" : "CreateCertificateFromCsrResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "CreateKeysAndCertificateResult",
"asyncReturnType" : "CreateKeysAndCertificateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "CreatePolicyResult",
"asyncReturnType" : "CreatePolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "CreatePolicyVersionResult",
"asyncReturnType" : "CreatePolicyVersionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createPolicyVersion"
},
"CreateThing" : {
"documentation" : "Creates a thing record 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.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreateThingResult",
"asyncReturnType" : "CreateThingResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createThing"
},
"CreateThingType" : {
"documentation" : "Creates a new thing type.
",
"operationName" : "CreateThingType",
"deprecated" : false,
"input" : {
"variableName" : "createThingTypeRequest",
"variableType" : "CreateThingTypeRequest",
"variableDeclarationType" : "CreateThingTypeRequest",
"documentation" : "The input for the CreateThingType operation.
",
"simpleType" : "CreateThingTypeRequest",
"variableSetterType" : "CreateThingTypeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateThingTypeResult",
"documentation" : "The output of the CreateThingType 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,
"syncReturnType" : "CreateThingTypeResult",
"asyncReturnType" : "CreateThingTypeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createThingType"
},
"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,
"syncReturnType" : "CreateTopicRuleResult",
"asyncReturnType" : "CreateTopicRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DeleteCACertificateResult",
"asyncReturnType" : "DeleteCACertificateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DeleteCertificateResult",
"asyncReturnType" : "DeleteCertificateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DeletePolicyResult",
"asyncReturnType" : "DeletePolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DeletePolicyVersionResult",
"asyncReturnType" : "DeletePolicyVersionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DeleteRegistrationCodeResult",
"asyncReturnType" : "DeleteRegistrationCodeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteRegistrationCode"
},
"DeleteThing" : {
"documentation" : "Deletes the specified thing.
",
"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" : "VersionConflictException",
"documentation" : "An exception thrown when the version of a thing passed to a command is different than the version specified with the --version parameter.
"
}, {
"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,
"syncReturnType" : "DeleteThingResult",
"asyncReturnType" : "DeleteThingResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteThing"
},
"DeleteThingType" : {
"documentation" : "Deletes the specified thing type . You cannot delete a thing type if it has things associated with it. To delete a thing type, first mark it as deprecated by calling DeprecateThingType, then remove any associated things by calling UpdateThing to change the thing type on any associated thing, and finally use DeleteThingType to delete the thing type.
",
"operationName" : "DeleteThingType",
"deprecated" : false,
"input" : {
"variableName" : "deleteThingTypeRequest",
"variableType" : "DeleteThingTypeRequest",
"variableDeclarationType" : "DeleteThingTypeRequest",
"documentation" : "The input for the DeleteThingType operation.
",
"simpleType" : "DeleteThingTypeRequest",
"variableSetterType" : "DeleteThingTypeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteThingTypeResult",
"documentation" : "The output for the DeleteThingType 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,
"syncReturnType" : "DeleteThingTypeResult",
"asyncReturnType" : "DeleteThingTypeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteThingType"
},
"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,
"syncReturnType" : "DeleteTopicRuleResult",
"asyncReturnType" : "DeleteTopicRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteTopicRule"
},
"DeprecateThingType" : {
"documentation" : "Deprecates a thing type. You can not associate new things with deprecated thing type.
",
"operationName" : "DeprecateThingType",
"deprecated" : false,
"input" : {
"variableName" : "deprecateThingTypeRequest",
"variableType" : "DeprecateThingTypeRequest",
"variableDeclarationType" : "DeprecateThingTypeRequest",
"documentation" : "The input for the DeprecateThingType operation.
",
"simpleType" : "DeprecateThingTypeRequest",
"variableSetterType" : "DeprecateThingTypeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeprecateThingTypeResult",
"documentation" : "The output for the DeprecateThingType 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,
"syncReturnType" : "DeprecateThingTypeResult",
"asyncReturnType" : "DeprecateThingTypeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deprecateThingType"
},
"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,
"syncReturnType" : "DescribeCACertificateResult",
"asyncReturnType" : "DescribeCACertificateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DescribeCertificateResult",
"asyncReturnType" : "DescribeCertificateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeCertificate"
},
"DescribeEndpoint" : {
"documentation" : "Returns a unique endpoint specific to the AWS account making the call.
",
"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,
"syncReturnType" : "DescribeEndpointResult",
"asyncReturnType" : "DescribeEndpointResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DescribeThingResult",
"asyncReturnType" : "DescribeThingResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeThing"
},
"DescribeThingType" : {
"documentation" : "Gets information about the specified thing type.
",
"operationName" : "DescribeThingType",
"deprecated" : false,
"input" : {
"variableName" : "describeThingTypeRequest",
"variableType" : "DescribeThingTypeRequest",
"variableDeclarationType" : "DescribeThingTypeRequest",
"documentation" : "The input for the DescribeThingType operation.
",
"simpleType" : "DescribeThingTypeRequest",
"variableSetterType" : "DescribeThingTypeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeThingTypeResult",
"documentation" : "The output for the DescribeThingType 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,
"syncReturnType" : "DescribeThingTypeResult",
"asyncReturnType" : "DescribeThingTypeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeThingType"
},
"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,
"syncReturnType" : "DetachPrincipalPolicyResult",
"asyncReturnType" : "DetachPrincipalPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DetachThingPrincipalResult",
"asyncReturnType" : "DetachThingPrincipalResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DisableTopicRuleResult",
"asyncReturnType" : "DisableTopicRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "EnableTopicRuleResult",
"asyncReturnType" : "EnableTopicRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "GetLoggingOptionsResult",
"asyncReturnType" : "GetLoggingOptionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "GetPolicyResult",
"asyncReturnType" : "GetPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "GetPolicyVersionResult",
"asyncReturnType" : "GetPolicyVersionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "GetRegistrationCodeResult",
"asyncReturnType" : "GetRegistrationCodeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "GetTopicRuleResult",
"asyncReturnType" : "GetTopicRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "ListCACertificatesResult",
"asyncReturnType" : "ListCACertificatesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "ListCertificatesResult",
"asyncReturnType" : "ListCertificatesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "ListCertificatesByCAResult",
"asyncReturnType" : "ListCertificatesByCAResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "ListPoliciesResult",
"asyncReturnType" : "ListPoliciesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "listPolicies"
},
"ListPolicyPrincipals" : {
"documentation" : "Lists the principals associated with the specified policy.
",
"operationName" : "ListPolicyPrincipals",
"deprecated" : false,
"input" : {
"variableName" : "listPolicyPrincipalsRequest",
"variableType" : "ListPolicyPrincipalsRequest",
"variableDeclarationType" : "ListPolicyPrincipalsRequest",
"documentation" : "The input for the ListPolicyPrincipals operation.
",
"simpleType" : "ListPolicyPrincipalsRequest",
"variableSetterType" : "ListPolicyPrincipalsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListPolicyPrincipalsResult",
"documentation" : "The output from the ListPolicyPrincipals 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,
"syncReturnType" : "ListPolicyPrincipalsResult",
"asyncReturnType" : "ListPolicyPrincipalsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "listPolicyPrincipals"
},
"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,
"syncReturnType" : "ListPolicyVersionsResult",
"asyncReturnType" : "ListPolicyVersionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "ListPrincipalPoliciesResult",
"asyncReturnType" : "ListPrincipalPoliciesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "ListPrincipalThingsResult",
"asyncReturnType" : "ListPrincipalThingsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "ListThingPrincipalsResult",
"asyncReturnType" : "ListThingPrincipalsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "listThingPrincipals"
},
"ListThingTypes" : {
"documentation" : "Lists the existing thing types.
",
"operationName" : "ListThingTypes",
"deprecated" : false,
"input" : {
"variableName" : "listThingTypesRequest",
"variableType" : "ListThingTypesRequest",
"variableDeclarationType" : "ListThingTypesRequest",
"documentation" : "The input for the ListThingTypes operation.
",
"simpleType" : "ListThingTypesRequest",
"variableSetterType" : "ListThingTypesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListThingTypesResult",
"documentation" : "The output for the ListThingTypes 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,
"syncReturnType" : "ListThingTypesResult",
"asyncReturnType" : "ListThingTypesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "listThingTypes"
},
"ListThings" : {
"documentation" : "Lists your things. Use the attributeName and attributeValue parameters to filter your things. For example, calling ListThings
with attributeName=Color and attributeValue=Red retrieves all things in the registry that contain an attribute Color with the value 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,
"syncReturnType" : "ListThingsResult",
"asyncReturnType" : "ListThingsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "ListTopicRulesResult",
"asyncReturnType" : "ListTopicRulesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "RegisterCACertificateResult",
"asyncReturnType" : "RegisterCACertificateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "RegisterCertificateResult",
"asyncReturnType" : "RegisterCertificateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "RejectCertificateTransferResult",
"asyncReturnType" : "RejectCertificateTransferResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "ReplaceTopicRuleResult",
"asyncReturnType" : "ReplaceTopicRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "SetDefaultPolicyVersionResult",
"asyncReturnType" : "SetDefaultPolicyVersionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "SetLoggingOptionsResult",
"asyncReturnType" : "SetLoggingOptionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "TransferCertificateResult",
"asyncReturnType" : "TransferCertificateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "UpdateCACertificateResult",
"asyncReturnType" : "UpdateCACertificateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "UpdateCertificateResult",
"asyncReturnType" : "UpdateCertificateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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" : "VersionConflictException",
"documentation" : "An exception thrown when the version of a thing passed to a command is different than the version specified with the --version parameter.
"
}, {
"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,
"syncReturnType" : "UpdateThingResult",
"asyncReturnType" : "UpdateThingResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateThing"
}
},
"shapes" : {
"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" : {
"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.*/"
},
"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.*/"
}
}
},
"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.*/"
}
}
},
"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" : { }
},
"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.*/"
}
}
},
"CreateThingTypeResult" : {
"c2jName" : "CreateThingTypeResponse",
"documentation" : "The output of the CreateThingType operation.
",
"shapeName" : "CreateThingTypeResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the thing type.
",
"name" : "ThingTypeName",
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"variable" : {
"variableName" : "thingTypeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the thing type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "thingTypeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "thingTypeName",
"marshallLocationName" : "thingTypeName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"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 type.
\n@param thingTypeName The name of the thing type.*/",
"getterDocumentation" : "/**The name of the thing type.
\n@return The name of the thing type.*/",
"fluentSetterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The Amazon Resource Name (ARN) of the thing type.
",
"name" : "ThingTypeArn",
"c2jName" : "thingTypeArn",
"c2jShape" : "ThingTypeArn",
"variable" : {
"variableName" : "thingTypeArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the thing type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "thingTypeArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "thingTypeArn",
"marshallLocationName" : "thingTypeArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"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 thing type.
\n@param thingTypeArn The Amazon Resource Name (ARN) of the thing type.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the thing type.
\n@return The Amazon Resource Name (ARN) of the thing type.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the thing type.
\n@param thingTypeArn The Amazon Resource Name (ARN) of the thing type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the thing type.
\n@param thingTypeArn The Amazon Resource Name (ARN) of the thing type.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createThingTypeResult",
"variableType" : "CreateThingTypeResult",
"variableDeclarationType" : "CreateThingTypeResult",
"documentation" : null,
"simpleType" : "CreateThingTypeResult",
"variableSetterType" : "CreateThingTypeResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ThingTypeName" : {
"documentation" : "The name of the thing type.
",
"name" : "ThingTypeName",
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"variable" : {
"variableName" : "thingTypeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the thing type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "thingTypeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "thingTypeName",
"marshallLocationName" : "thingTypeName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"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 type.
\n@param thingTypeName The name of the thing type.*/",
"getterDocumentation" : "/**The name of the thing type.
\n@return The name of the thing type.*/",
"fluentSetterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ThingTypeArn" : {
"documentation" : "The Amazon Resource Name (ARN) of the thing type.
",
"name" : "ThingTypeArn",
"c2jName" : "thingTypeArn",
"c2jShape" : "ThingTypeArn",
"variable" : {
"variableName" : "thingTypeArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the thing type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "thingTypeArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "thingTypeArn",
"marshallLocationName" : "thingTypeArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"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 thing type.
\n@param thingTypeArn The Amazon Resource Name (ARN) of the thing type.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the thing type.
\n@return The Amazon Resource Name (ARN) of the thing type.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the thing type.
\n@param thingTypeArn The Amazon Resource Name (ARN) of the thing type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the thing type.
\n@param thingTypeArn The Amazon Resource Name (ARN) of the thing type.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"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.*/"
}
}
},
"AttributePayload" : {
"c2jName" : "AttributePayload",
"documentation" : "The attribute payload.
",
"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.*/"
}, {
"documentation" : "
Specifies whether the list of attributes provided in the AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them.
To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
",
"name" : "Merge",
"c2jName" : "merge",
"c2jShape" : "Flag",
"variable" : {
"variableName" : "merge",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Specifies whether the list of attributes provided in the AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them.
To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "merge",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "merge",
"marshallLocationName" : "merge",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : 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 list of attributes provided in the AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them.
To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
\n@param merge Specifies whether the list of attributes provided in the AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them. To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
*/",
"getterDocumentation" : "/**Specifies whether the list of attributes provided in the AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them.
To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
\n@return Specifies whether the list of attributes provided in the AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them. To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
*/",
"fluentSetterDocumentation" : "/**Specifies whether the list of attributes provided in the AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them.
To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
\n@param merge Specifies whether the list of attributes provided in the AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them. To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Specifies whether the list of attributes provided in the AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them.
To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
\n@param merge Specifies whether the list of attributes provided in the AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them. To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
\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" : {
"Merge" : {
"documentation" : "Specifies whether the list of attributes provided in the AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them.
To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
",
"name" : "Merge",
"c2jName" : "merge",
"c2jShape" : "Flag",
"variable" : {
"variableName" : "merge",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Specifies whether the list of attributes provided in the AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them.
To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "merge",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "merge",
"marshallLocationName" : "merge",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : 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 list of attributes provided in the AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them.
To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
\n@param merge Specifies whether the list of attributes provided in the AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them. To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
*/",
"getterDocumentation" : "/**Specifies whether the list of attributes provided in the AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them.
To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
\n@return Specifies whether the list of attributes provided in the AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them. To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
*/",
"fluentSetterDocumentation" : "/**Specifies whether the list of attributes provided in the AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them.
To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
\n@param merge Specifies whether the list of attributes provided in the AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them. To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Specifies whether the list of attributes provided in the AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them.
To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
\n@param merge Specifies whether the list of attributes provided in the AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them. To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"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.*/"
}
}
},
"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" : {
"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" : {
"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*/"
}
}
},
"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.*/"
}
}
},
"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.*/"
}
}
},
"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*/"
},
"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.*/"
},
"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.*/"
},
"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.*/"
},
"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.*/"
},
"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.*/"
}
}
},
"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" : "The token for the next set of results, or null if there are no additional results.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The token for the next set of results, or null if there are no additional results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "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 set of results, or null if there are no additional results.
\n@param nextToken The token for the next set of results, or null if there are no additional results.*/",
"getterDocumentation" : "/**The token for the next set of results, or null if there are no additional results.
\n@return The token for the next set of results, or null if there are no additional results.*/",
"fluentSetterDocumentation" : "/**The token for the next set of results, or null if there are no additional results.
\n@param nextToken The token 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 token for the next set of results, or null if there are no additional results.
\n@param nextToken The token 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.*/"
}, {
"documentation" : "The maximum number of results to return in this operation.
",
"name" : "MaxResults",
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"variable" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The maximum number of results to return in this operation.
",
"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 in this operation.
\n@param maxResults The maximum number of results to return in this operation.*/",
"getterDocumentation" : "/**The maximum number of results to return in this operation.
\n@return The maximum number of results to return in this operation.*/",
"fluentSetterDocumentation" : "/**The maximum number of results to return in this operation.
\n@param maxResults The maximum number of results to return in this operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of results to return in this operation.
\n@param maxResults The maximum number of results to return in this operation.\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" : "The token for the next set of results, or null if there are no additional results.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The token for the next set of results, or null if there are no additional results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : "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 set of results, or null if there are no additional results.
\n@param nextToken The token for the next set of results, or null if there are no additional results.*/",
"getterDocumentation" : "/**The token for the next set of results, or null if there are no additional results.
\n@return The token for the next set of results, or null if there are no additional results.*/",
"fluentSetterDocumentation" : "/**The token for the next set of results, or null if there are no additional results.
\n@param nextToken The token 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 token for the next set of results, or null if there are no additional results.
\n@param nextToken The token 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.*/"
},
"MaxResults" : {
"documentation" : "The maximum number of results to return in this operation.
",
"name" : "MaxResults",
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"variable" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The maximum number of results to return in this operation.
",
"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 in this operation.
\n@param maxResults The maximum number of results to return in this operation.*/",
"getterDocumentation" : "/**The maximum number of results to return in this operation.
\n@return The maximum number of results to return in this operation.*/",
"fluentSetterDocumentation" : "/**The maximum number of results to return in this operation.
\n@param maxResults The maximum number of results to return in this operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of results to return in this operation.
\n@param maxResults The maximum number of results to return in this operation.\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.*/"
}
}
},
"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" : { }
},
"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" : { }
},
"CreateThingTypeRequest" : {
"c2jName" : "CreateThingTypeRequest",
"documentation" : "The input for the CreateThingType operation.
",
"shapeName" : "CreateThingTypeRequest",
"deprecated" : false,
"required" : [ "thingTypeName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the thing type.
",
"name" : "ThingTypeName",
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"variable" : {
"variableName" : "thingTypeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the thing type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "thingTypeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "thingTypeName",
"marshallLocationName" : "thingTypeName",
"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 type.
\n@param thingTypeName The name of the thing type.*/",
"getterDocumentation" : "/**The name of the thing type.
\n@return The name of the thing type.*/",
"fluentSetterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
",
"name" : "ThingTypeProperties",
"c2jName" : "thingTypeProperties",
"c2jShape" : "ThingTypeProperties",
"variable" : {
"variableName" : "thingTypeProperties",
"variableType" : "ThingTypeProperties",
"variableDeclarationType" : "ThingTypeProperties",
"documentation" : "The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
",
"simpleType" : "ThingTypeProperties",
"variableSetterType" : "ThingTypeProperties"
},
"setterModel" : {
"variableName" : "thingTypeProperties",
"variableType" : "ThingTypeProperties",
"variableDeclarationType" : "ThingTypeProperties",
"documentation" : "",
"simpleType" : "ThingTypeProperties",
"variableSetterType" : "ThingTypeProperties"
},
"getterModel" : {
"returnType" : "ThingTypeProperties",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "thingTypeProperties",
"marshallLocationName" : "thingTypeProperties",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : 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 ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
\n@param thingTypeProperties The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.*/",
"getterDocumentation" : "/**The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
\n@return The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.*/",
"fluentSetterDocumentation" : "/**The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
\n@param thingTypeProperties The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
\n@param thingTypeProperties The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createThingTypeRequest",
"variableType" : "CreateThingTypeRequest",
"variableDeclarationType" : "CreateThingTypeRequest",
"documentation" : null,
"simpleType" : "CreateThingTypeRequest",
"variableSetterType" : "CreateThingTypeRequest"
},
"marshaller" : {
"action" : "CreateThingType",
"verb" : "POST",
"target" : null,
"requestUri" : "/thing-types/{thingTypeName}",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ThingTypeName" : {
"documentation" : "The name of the thing type.
",
"name" : "ThingTypeName",
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"variable" : {
"variableName" : "thingTypeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the thing type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "thingTypeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "thingTypeName",
"marshallLocationName" : "thingTypeName",
"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 type.
\n@param thingTypeName The name of the thing type.*/",
"getterDocumentation" : "/**The name of the thing type.
\n@return The name of the thing type.*/",
"fluentSetterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ThingTypeProperties" : {
"documentation" : "The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
",
"name" : "ThingTypeProperties",
"c2jName" : "thingTypeProperties",
"c2jShape" : "ThingTypeProperties",
"variable" : {
"variableName" : "thingTypeProperties",
"variableType" : "ThingTypeProperties",
"variableDeclarationType" : "ThingTypeProperties",
"documentation" : "The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
",
"simpleType" : "ThingTypeProperties",
"variableSetterType" : "ThingTypeProperties"
},
"setterModel" : {
"variableName" : "thingTypeProperties",
"variableType" : "ThingTypeProperties",
"variableDeclarationType" : "ThingTypeProperties",
"documentation" : "",
"simpleType" : "ThingTypeProperties",
"variableSetterType" : "ThingTypeProperties"
},
"getterModel" : {
"returnType" : "ThingTypeProperties",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "thingTypeProperties",
"marshallLocationName" : "thingTypeProperties",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : 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 ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
\n@param thingTypeProperties The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.*/",
"getterDocumentation" : "/**The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
\n@return The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.*/",
"fluentSetterDocumentation" : "/**The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
\n@param thingTypeProperties The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
\n@param thingTypeProperties The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.\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.*/"
}
}
},
"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" : { }
},
"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" : { }
},
"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.*/"
},
"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.*/"
},
"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.*/"
}
}
},
"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.
\nNOTE: 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.
\nNOTE: 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.*/"
}
}
},
"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.
\nNOTE: 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" : "The token for the next set of results, or null if there are no additional results.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The token for the next set of results, or null if there are no additional results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The token for the next set of results, or null if there are no additional results.
\n@param nextToken The token for the next set of results, or null if there are no additional results.*/",
"getterDocumentation" : "/**The token for the next set of results, or null if there are no additional results.
\n@return The token for the next set of results, or null if there are no additional results.*/",
"fluentSetterDocumentation" : "/**The token for the next set of results, or null if there are no additional results.
\n@param nextToken The token 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 token for the next set of results, or null if there are no additional results.
\n@param nextToken The token 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" : "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" : {
"NextToken" : {
"documentation" : "The token for the next set of results, or null if there are no additional results.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The token for the next set of results, or null if there are no additional results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The token for the next set of results, or null if there are no additional results.
\n@param nextToken The token for the next set of results, or null if there are no additional results.*/",
"getterDocumentation" : "/**The token for the next set of results, or null if there are no additional results.
\n@return The token for the next set of results, or null if there are no additional results.*/",
"fluentSetterDocumentation" : "/**The token for the next set of results, or null if there are no additional results.
\n@param nextToken The token 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 token for the next set of results, or null if there are no additional results.
\n@param nextToken The token 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.*/"
},
"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.
\nNOTE: 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.*/"
}
}
},
"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.*/"
}
}
},
"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" : {
"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.*/"
},
"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.*/"
}
}
},
"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" : {
"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.*/"
},
"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.*/"
}
}
},
"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" : "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 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/{caCertificateId}",
"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" : "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 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.*/"
}
}
},
"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" : {
"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.*/"
},
"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.*/"
}
}
},
"DeleteThingTypeResult" : {
"c2jName" : "DeleteThingTypeResponse",
"documentation" : "The output for the DeleteThingType operation.
",
"shapeName" : "DeleteThingTypeResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "deleteThingTypeResult",
"variableType" : "DeleteThingTypeResult",
"variableDeclarationType" : "DeleteThingTypeResult",
"documentation" : null,
"simpleType" : "DeleteThingTypeResult",
"variableSetterType" : "DeleteThingTypeResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"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" : { }
},
"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.*/"
}
}
},
"DescribeThingTypeResult" : {
"c2jName" : "DescribeThingTypeResponse",
"documentation" : "The output for the DescribeThingType operation.
",
"shapeName" : "DescribeThingTypeResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the thing type.
",
"name" : "ThingTypeName",
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"variable" : {
"variableName" : "thingTypeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the thing type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "thingTypeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "thingTypeName",
"marshallLocationName" : "thingTypeName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"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 type.
\n@param thingTypeName The name of the thing type.*/",
"getterDocumentation" : "/**The name of the thing type.
\n@return The name of the thing type.*/",
"fluentSetterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
",
"name" : "ThingTypeProperties",
"c2jName" : "thingTypeProperties",
"c2jShape" : "ThingTypeProperties",
"variable" : {
"variableName" : "thingTypeProperties",
"variableType" : "ThingTypeProperties",
"variableDeclarationType" : "ThingTypeProperties",
"documentation" : "The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
",
"simpleType" : "ThingTypeProperties",
"variableSetterType" : "ThingTypeProperties"
},
"setterModel" : {
"variableName" : "thingTypeProperties",
"variableType" : "ThingTypeProperties",
"variableDeclarationType" : "ThingTypeProperties",
"documentation" : "",
"simpleType" : "ThingTypeProperties",
"variableSetterType" : "ThingTypeProperties"
},
"getterModel" : {
"returnType" : "ThingTypeProperties",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "thingTypeProperties",
"marshallLocationName" : "thingTypeProperties",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : 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 ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
\n@param thingTypeProperties The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.*/",
"getterDocumentation" : "/**The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
\n@return The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.*/",
"fluentSetterDocumentation" : "/**The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
\n@param thingTypeProperties The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
\n@param thingTypeProperties The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "ThingTypeMetadata",
"c2jName" : "thingTypeMetadata",
"c2jShape" : "ThingTypeMetadata",
"variable" : {
"variableName" : "thingTypeMetadata",
"variableType" : "ThingTypeMetadata",
"variableDeclarationType" : "ThingTypeMetadata",
"documentation" : "",
"simpleType" : "ThingTypeMetadata",
"variableSetterType" : "ThingTypeMetadata"
},
"setterModel" : {
"variableName" : "thingTypeMetadata",
"variableType" : "ThingTypeMetadata",
"variableDeclarationType" : "ThingTypeMetadata",
"documentation" : "",
"simpleType" : "ThingTypeMetadata",
"variableSetterType" : "ThingTypeMetadata"
},
"getterModel" : {
"returnType" : "ThingTypeMetadata",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "thingTypeMetadata",
"marshallLocationName" : "thingTypeMetadata",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : 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 thingTypeMetadata */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param thingTypeMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param thingTypeMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeThingTypeResult",
"variableType" : "DescribeThingTypeResult",
"variableDeclarationType" : "DescribeThingTypeResult",
"documentation" : null,
"simpleType" : "DescribeThingTypeResult",
"variableSetterType" : "DescribeThingTypeResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ThingTypeName" : {
"documentation" : "The name of the thing type.
",
"name" : "ThingTypeName",
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"variable" : {
"variableName" : "thingTypeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the thing type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "thingTypeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "thingTypeName",
"marshallLocationName" : "thingTypeName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"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 type.
\n@param thingTypeName The name of the thing type.*/",
"getterDocumentation" : "/**The name of the thing type.
\n@return The name of the thing type.*/",
"fluentSetterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ThingTypeProperties" : {
"documentation" : "The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
",
"name" : "ThingTypeProperties",
"c2jName" : "thingTypeProperties",
"c2jShape" : "ThingTypeProperties",
"variable" : {
"variableName" : "thingTypeProperties",
"variableType" : "ThingTypeProperties",
"variableDeclarationType" : "ThingTypeProperties",
"documentation" : "The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
",
"simpleType" : "ThingTypeProperties",
"variableSetterType" : "ThingTypeProperties"
},
"setterModel" : {
"variableName" : "thingTypeProperties",
"variableType" : "ThingTypeProperties",
"variableDeclarationType" : "ThingTypeProperties",
"documentation" : "",
"simpleType" : "ThingTypeProperties",
"variableSetterType" : "ThingTypeProperties"
},
"getterModel" : {
"returnType" : "ThingTypeProperties",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "thingTypeProperties",
"marshallLocationName" : "thingTypeProperties",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : 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 ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
\n@param thingTypeProperties The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.*/",
"getterDocumentation" : "/**The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
\n@return The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.*/",
"fluentSetterDocumentation" : "/**The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
\n@param thingTypeProperties The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
\n@param thingTypeProperties The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ThingTypeMetadata" : {
"documentation" : "",
"name" : "ThingTypeMetadata",
"c2jName" : "thingTypeMetadata",
"c2jShape" : "ThingTypeMetadata",
"variable" : {
"variableName" : "thingTypeMetadata",
"variableType" : "ThingTypeMetadata",
"variableDeclarationType" : "ThingTypeMetadata",
"documentation" : "",
"simpleType" : "ThingTypeMetadata",
"variableSetterType" : "ThingTypeMetadata"
},
"setterModel" : {
"variableName" : "thingTypeMetadata",
"variableType" : "ThingTypeMetadata",
"variableDeclarationType" : "ThingTypeMetadata",
"documentation" : "",
"simpleType" : "ThingTypeMetadata",
"variableSetterType" : "ThingTypeMetadata"
},
"getterModel" : {
"returnType" : "ThingTypeMetadata",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "thingTypeMetadata",
"marshallLocationName" : "thingTypeMetadata",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : 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 thingTypeMetadata */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param thingTypeMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param thingTypeMetadata \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.*/"
}
}
},
"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" : { }
},
"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" : { }
},
"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.*/"
}
}
},
"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" : { }
},
"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