
models.iot-2015-05-28-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-iot Show documentation
{
"customizationConfig" : {
"additionalShapeConstructors" : null,
"authPolicyActions" : {
"actionPrefix" : null,
"fileNamePrefix" : null,
"skip" : true
},
"calculateCRC32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customClientConfigFactory" : null,
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customExceptionUnmarshallerImpl" : null,
"customFileHeader" : null,
"customResponseMetadataClassName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"renameShapes" : null,
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sendEmptyAutoConstructedListAsEmptyList" : null,
"sendExplicitlyEmptyListsForQuery" : false,
"serviceClientHoldInputStream" : false,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"simpleMethods" : null,
"skipInterfaceAdditions" : false,
"skipSmokeTests" : false,
"useAutoConstructList" : false,
"useAutoConstructMap" : false
},
"metadata" : {
"apiVersion" : "2015-05-28",
"asyncClient" : "AWSIotAsyncClient",
"asyncClientBuilderClassName" : "AWSIotAsyncClientBuilder",
"asyncInterface" : "AWSIotAsync",
"cborProtocol" : false,
"checksumFormat" : null,
"contentType" : "",
"cucumberModuleInjectorClassName" : "AWSIotModuleInjector",
"defaultEndpoint" : "https://iot.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "iot.us-east-1.amazonaws.com",
"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.
",
"endpointPrefix" : "iot",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"packageName" : "com.amazonaws.services.iot",
"packagePath" : "com/amazonaws/services/iot",
"protocol" : "rest-json",
"protocolDefaultExceptionUmarshallerImpl" : null,
"serviceAbbreviation" : null,
"serviceFullName" : "AWS IoT",
"serviceName" : "AWS IoT",
"signingName" : "execute-api",
"smokeTestsPackageName" : "com.amazonaws.services.iot.smoketests",
"syncClient" : "AWSIotClient",
"syncClientBuilderClassName" : "AWSIotClientBuilder",
"syncInterface" : "AWSIot",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"xmlProtocol" : false
},
"operations" : {
"AcceptCertificateTransfer" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "AcceptCertificateTransferResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "AcceptCertificateTransferRequest",
"variableName" : "acceptCertificateTransferRequest",
"variableType" : "AcceptCertificateTransferRequest",
"documentation" : "The input for the AcceptCertificateTransfer operation.
",
"simpleType" : "AcceptCertificateTransferRequest",
"variableSetterType" : "AcceptCertificateTransferRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "acceptCertificateTransfer",
"operationName" : "AcceptCertificateTransfer",
"returnType" : {
"returnType" : "AcceptCertificateTransferResult",
"documentation" : null
},
"syncReturnType" : "AcceptCertificateTransferResult"
},
"AttachPrincipalPolicy" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "AttachPrincipalPolicyResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Attaches the specified policy to the specified principal (certificate or other credential).
",
"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,
"input" : {
"variableDeclarationType" : "AttachPrincipalPolicyRequest",
"variableName" : "attachPrincipalPolicyRequest",
"variableType" : "AttachPrincipalPolicyRequest",
"documentation" : "The input for the AttachPrincipalPolicy operation.
",
"simpleType" : "AttachPrincipalPolicyRequest",
"variableSetterType" : "AttachPrincipalPolicyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "attachPrincipalPolicy",
"operationName" : "AttachPrincipalPolicy",
"returnType" : {
"returnType" : "AttachPrincipalPolicyResult",
"documentation" : null
},
"syncReturnType" : "AttachPrincipalPolicyResult"
},
"AttachThingPrincipal" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "AttachThingPrincipalResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Attaches the specified principal to the specified thing.
",
"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,
"input" : {
"variableDeclarationType" : "AttachThingPrincipalRequest",
"variableName" : "attachThingPrincipalRequest",
"variableType" : "AttachThingPrincipalRequest",
"documentation" : "The input for the AttachThingPrincipal operation.
",
"simpleType" : "AttachThingPrincipalRequest",
"variableSetterType" : "AttachThingPrincipalRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "attachThingPrincipal",
"operationName" : "AttachThingPrincipal",
"returnType" : {
"returnType" : "AttachThingPrincipalResult",
"documentation" : "The output from the AttachThingPrincipal operation.
"
},
"syncReturnType" : "AttachThingPrincipalResult"
},
"CancelCertificateTransfer" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CancelCertificateTransferResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "CancelCertificateTransferRequest",
"variableName" : "cancelCertificateTransferRequest",
"variableType" : "CancelCertificateTransferRequest",
"documentation" : "The input for the CancelCertificateTransfer operation.
",
"simpleType" : "CancelCertificateTransferRequest",
"variableSetterType" : "CancelCertificateTransferRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "cancelCertificateTransfer",
"operationName" : "CancelCertificateTransfer",
"returnType" : {
"returnType" : "CancelCertificateTransferResult",
"documentation" : null
},
"syncReturnType" : "CancelCertificateTransferResult"
},
"CreateCertificateFromCsr" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateCertificateFromCsrResult",
"authenticated" : true,
"deprecated" : false,
"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\"
",
"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,
"input" : {
"variableDeclarationType" : "CreateCertificateFromCsrRequest",
"variableName" : "createCertificateFromCsrRequest",
"variableType" : "CreateCertificateFromCsrRequest",
"documentation" : "The input for the CreateCertificateFromCsr operation.
",
"simpleType" : "CreateCertificateFromCsrRequest",
"variableSetterType" : "CreateCertificateFromCsrRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createCertificateFromCsr",
"operationName" : "CreateCertificateFromCsr",
"returnType" : {
"returnType" : "CreateCertificateFromCsrResult",
"documentation" : "The output from the CreateCertificateFromCsr operation.
"
},
"syncReturnType" : "CreateCertificateFromCsrResult"
},
"CreateKeysAndCertificate" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateKeysAndCertificateResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "CreateKeysAndCertificateRequest",
"variableName" : "createKeysAndCertificateRequest",
"variableType" : "CreateKeysAndCertificateRequest",
"documentation" : "The input for the CreateKeysAndCertificate operation.
",
"simpleType" : "CreateKeysAndCertificateRequest",
"variableSetterType" : "CreateKeysAndCertificateRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createKeysAndCertificate",
"operationName" : "CreateKeysAndCertificate",
"returnType" : {
"returnType" : "CreateKeysAndCertificateResult",
"documentation" : "The output of the CreateKeysAndCertificate operation.
"
},
"syncReturnType" : "CreateKeysAndCertificateResult"
},
"CreatePolicy" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreatePolicyResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "CreatePolicyRequest",
"variableName" : "createPolicyRequest",
"variableType" : "CreatePolicyRequest",
"documentation" : "The input for the CreatePolicy operation.
",
"simpleType" : "CreatePolicyRequest",
"variableSetterType" : "CreatePolicyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createPolicy",
"operationName" : "CreatePolicy",
"returnType" : {
"returnType" : "CreatePolicyResult",
"documentation" : "The output from the CreatePolicy operation.
"
},
"syncReturnType" : "CreatePolicyResult"
},
"CreatePolicyVersion" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreatePolicyVersionResult",
"authenticated" : true,
"deprecated" : false,
"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).
",
"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,
"input" : {
"variableDeclarationType" : "CreatePolicyVersionRequest",
"variableName" : "createPolicyVersionRequest",
"variableType" : "CreatePolicyVersionRequest",
"documentation" : "The input for the CreatePolicyVersion operation.
",
"simpleType" : "CreatePolicyVersionRequest",
"variableSetterType" : "CreatePolicyVersionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createPolicyVersion",
"operationName" : "CreatePolicyVersion",
"returnType" : {
"returnType" : "CreatePolicyVersionResult",
"documentation" : "The output of the CreatePolicyVersion operation.
"
},
"syncReturnType" : "CreatePolicyVersionResult"
},
"CreateThing" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateThingResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a thing record in the thing registry.
",
"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,
"input" : {
"variableDeclarationType" : "CreateThingRequest",
"variableName" : "createThingRequest",
"variableType" : "CreateThingRequest",
"documentation" : "The input for the CreateThing operation.
",
"simpleType" : "CreateThingRequest",
"variableSetterType" : "CreateThingRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createThing",
"operationName" : "CreateThing",
"returnType" : {
"returnType" : "CreateThingResult",
"documentation" : "The output of the CreateThing operation.
"
},
"syncReturnType" : "CreateThingResult"
},
"CreateThingType" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateThingTypeResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new thing type.
",
"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,
"input" : {
"variableDeclarationType" : "CreateThingTypeRequest",
"variableName" : "createThingTypeRequest",
"variableType" : "CreateThingTypeRequest",
"documentation" : "The input for the CreateThingType operation.
",
"simpleType" : "CreateThingTypeRequest",
"variableSetterType" : "CreateThingTypeRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createThingType",
"operationName" : "CreateThingType",
"returnType" : {
"returnType" : "CreateThingTypeResult",
"documentation" : "The output of the CreateThingType operation.
"
},
"syncReturnType" : "CreateThingTypeResult"
},
"CreateTopicRule" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateTopicRuleResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "CreateTopicRuleRequest",
"variableName" : "createTopicRuleRequest",
"variableType" : "CreateTopicRuleRequest",
"documentation" : "The input for the CreateTopicRule operation.
",
"simpleType" : "CreateTopicRuleRequest",
"variableSetterType" : "CreateTopicRuleRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createTopicRule",
"operationName" : "CreateTopicRule",
"returnType" : {
"returnType" : "CreateTopicRuleResult",
"documentation" : null
},
"syncReturnType" : "CreateTopicRuleResult"
},
"DeleteCACertificate" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteCACertificateResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a registered CA certificate.
",
"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,
"input" : {
"variableDeclarationType" : "DeleteCACertificateRequest",
"variableName" : "deleteCACertificateRequest",
"variableType" : "DeleteCACertificateRequest",
"documentation" : "Input for the DeleteCACertificate operation.
",
"simpleType" : "DeleteCACertificateRequest",
"variableSetterType" : "DeleteCACertificateRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteCACertificate",
"operationName" : "DeleteCACertificate",
"returnType" : {
"returnType" : "DeleteCACertificateResult",
"documentation" : "The output for the DeleteCACertificate operation.
"
},
"syncReturnType" : "DeleteCACertificateResult"
},
"DeleteCertificate" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteCertificateResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DeleteCertificateRequest",
"variableName" : "deleteCertificateRequest",
"variableType" : "DeleteCertificateRequest",
"documentation" : "The input for the DeleteCertificate operation.
",
"simpleType" : "DeleteCertificateRequest",
"variableSetterType" : "DeleteCertificateRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteCertificate",
"operationName" : "DeleteCertificate",
"returnType" : {
"returnType" : "DeleteCertificateResult",
"documentation" : null
},
"syncReturnType" : "DeleteCertificateResult"
},
"DeletePolicy" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeletePolicyResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DeletePolicyRequest",
"variableName" : "deletePolicyRequest",
"variableType" : "DeletePolicyRequest",
"documentation" : "The input for the DeletePolicy operation.
",
"simpleType" : "DeletePolicyRequest",
"variableSetterType" : "DeletePolicyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deletePolicy",
"operationName" : "DeletePolicy",
"returnType" : {
"returnType" : "DeletePolicyResult",
"documentation" : null
},
"syncReturnType" : "DeletePolicyResult"
},
"DeletePolicyVersion" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeletePolicyVersionResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DeletePolicyVersionRequest",
"variableName" : "deletePolicyVersionRequest",
"variableType" : "DeletePolicyVersionRequest",
"documentation" : "The input for the DeletePolicyVersion operation.
",
"simpleType" : "DeletePolicyVersionRequest",
"variableSetterType" : "DeletePolicyVersionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deletePolicyVersion",
"operationName" : "DeletePolicyVersion",
"returnType" : {
"returnType" : "DeletePolicyVersionResult",
"documentation" : null
},
"syncReturnType" : "DeletePolicyVersionResult"
},
"DeleteRegistrationCode" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteRegistrationCodeResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a CA certificate registration code.
",
"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,
"input" : {
"variableDeclarationType" : "DeleteRegistrationCodeRequest",
"variableName" : "deleteRegistrationCodeRequest",
"variableType" : "DeleteRegistrationCodeRequest",
"documentation" : "The input for the DeleteRegistrationCode operation.
",
"simpleType" : "DeleteRegistrationCodeRequest",
"variableSetterType" : "DeleteRegistrationCodeRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteRegistrationCode",
"operationName" : "DeleteRegistrationCode",
"returnType" : {
"returnType" : "DeleteRegistrationCodeResult",
"documentation" : "The output for the DeleteRegistrationCode operation.
"
},
"syncReturnType" : "DeleteRegistrationCodeResult"
},
"DeleteThing" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteThingResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified thing.
",
"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,
"input" : {
"variableDeclarationType" : "DeleteThingRequest",
"variableName" : "deleteThingRequest",
"variableType" : "DeleteThingRequest",
"documentation" : "The input for the DeleteThing operation.
",
"simpleType" : "DeleteThingRequest",
"variableSetterType" : "DeleteThingRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteThing",
"operationName" : "DeleteThing",
"returnType" : {
"returnType" : "DeleteThingResult",
"documentation" : "The output of the DeleteThing operation.
"
},
"syncReturnType" : "DeleteThingResult"
},
"DeleteThingType" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteThingTypeResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DeleteThingTypeRequest",
"variableName" : "deleteThingTypeRequest",
"variableType" : "DeleteThingTypeRequest",
"documentation" : "The input for the DeleteThingType operation.
",
"simpleType" : "DeleteThingTypeRequest",
"variableSetterType" : "DeleteThingTypeRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteThingType",
"operationName" : "DeleteThingType",
"returnType" : {
"returnType" : "DeleteThingTypeResult",
"documentation" : "The output for the DeleteThingType operation.
"
},
"syncReturnType" : "DeleteThingTypeResult"
},
"DeleteTopicRule" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteTopicRuleResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified rule.
",
"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,
"input" : {
"variableDeclarationType" : "DeleteTopicRuleRequest",
"variableName" : "deleteTopicRuleRequest",
"variableType" : "DeleteTopicRuleRequest",
"documentation" : "The input for the DeleteTopicRule operation.
",
"simpleType" : "DeleteTopicRuleRequest",
"variableSetterType" : "DeleteTopicRuleRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteTopicRule",
"operationName" : "DeleteTopicRule",
"returnType" : {
"returnType" : "DeleteTopicRuleResult",
"documentation" : null
},
"syncReturnType" : "DeleteTopicRuleResult"
},
"DeprecateThingType" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeprecateThingTypeResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deprecates a thing type. You can not associate new things with deprecated thing type.
",
"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,
"input" : {
"variableDeclarationType" : "DeprecateThingTypeRequest",
"variableName" : "deprecateThingTypeRequest",
"variableType" : "DeprecateThingTypeRequest",
"documentation" : "The input for the DeprecateThingType operation.
",
"simpleType" : "DeprecateThingTypeRequest",
"variableSetterType" : "DeprecateThingTypeRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deprecateThingType",
"operationName" : "DeprecateThingType",
"returnType" : {
"returnType" : "DeprecateThingTypeResult",
"documentation" : "The output for the DeprecateThingType operation.
"
},
"syncReturnType" : "DeprecateThingTypeResult"
},
"DescribeCACertificate" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeCACertificateResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes a registered CA certificate.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeCACertificateRequest",
"variableName" : "describeCACertificateRequest",
"variableType" : "DescribeCACertificateRequest",
"documentation" : "The input for the DescribeCACertificate operation.
",
"simpleType" : "DescribeCACertificateRequest",
"variableSetterType" : "DescribeCACertificateRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeCACertificate",
"operationName" : "DescribeCACertificate",
"returnType" : {
"returnType" : "DescribeCACertificateResult",
"documentation" : "The output from the DescribeCACertificate operation.
"
},
"syncReturnType" : "DescribeCACertificateResult"
},
"DescribeCertificate" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeCertificateResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about the specified certificate.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeCertificateRequest",
"variableName" : "describeCertificateRequest",
"variableType" : "DescribeCertificateRequest",
"documentation" : "The input for the DescribeCertificate operation.
",
"simpleType" : "DescribeCertificateRequest",
"variableSetterType" : "DescribeCertificateRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeCertificate",
"operationName" : "DescribeCertificate",
"returnType" : {
"returnType" : "DescribeCertificateResult",
"documentation" : "The output of the DescribeCertificate operation.
"
},
"syncReturnType" : "DescribeCertificateResult"
},
"DescribeEndpoint" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeEndpointResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a unique endpoint specific to the AWS account making the call.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeEndpointRequest",
"variableName" : "describeEndpointRequest",
"variableType" : "DescribeEndpointRequest",
"documentation" : "The input for the DescribeEndpoint operation.
",
"simpleType" : "DescribeEndpointRequest",
"variableSetterType" : "DescribeEndpointRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeEndpoint",
"operationName" : "DescribeEndpoint",
"returnType" : {
"returnType" : "DescribeEndpointResult",
"documentation" : "The output from the DescribeEndpoint operation.
"
},
"syncReturnType" : "DescribeEndpointResult"
},
"DescribeThing" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeThingResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about the specified thing.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeThingRequest",
"variableName" : "describeThingRequest",
"variableType" : "DescribeThingRequest",
"documentation" : "The input for the DescribeThing operation.
",
"simpleType" : "DescribeThingRequest",
"variableSetterType" : "DescribeThingRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeThing",
"operationName" : "DescribeThing",
"returnType" : {
"returnType" : "DescribeThingResult",
"documentation" : "The output from the DescribeThing operation.
"
},
"syncReturnType" : "DescribeThingResult"
},
"DescribeThingType" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeThingTypeResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about the specified thing type.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeThingTypeRequest",
"variableName" : "describeThingTypeRequest",
"variableType" : "DescribeThingTypeRequest",
"documentation" : "The input for the DescribeThingType operation.
",
"simpleType" : "DescribeThingTypeRequest",
"variableSetterType" : "DescribeThingTypeRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeThingType",
"operationName" : "DescribeThingType",
"returnType" : {
"returnType" : "DescribeThingTypeResult",
"documentation" : "The output for the DescribeThingType operation.
"
},
"syncReturnType" : "DescribeThingTypeResult"
},
"DetachPrincipalPolicy" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DetachPrincipalPolicyResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes the specified policy from the specified certificate.
",
"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,
"input" : {
"variableDeclarationType" : "DetachPrincipalPolicyRequest",
"variableName" : "detachPrincipalPolicyRequest",
"variableType" : "DetachPrincipalPolicyRequest",
"documentation" : "The input for the DetachPrincipalPolicy operation.
",
"simpleType" : "DetachPrincipalPolicyRequest",
"variableSetterType" : "DetachPrincipalPolicyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "detachPrincipalPolicy",
"operationName" : "DetachPrincipalPolicy",
"returnType" : {
"returnType" : "DetachPrincipalPolicyResult",
"documentation" : null
},
"syncReturnType" : "DetachPrincipalPolicyResult"
},
"DetachThingPrincipal" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DetachThingPrincipalResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Detaches the specified principal from the specified thing.
",
"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,
"input" : {
"variableDeclarationType" : "DetachThingPrincipalRequest",
"variableName" : "detachThingPrincipalRequest",
"variableType" : "DetachThingPrincipalRequest",
"documentation" : "The input for the DetachThingPrincipal operation.
",
"simpleType" : "DetachThingPrincipalRequest",
"variableSetterType" : "DetachThingPrincipalRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "detachThingPrincipal",
"operationName" : "DetachThingPrincipal",
"returnType" : {
"returnType" : "DetachThingPrincipalResult",
"documentation" : "The output from the DetachThingPrincipal operation.
"
},
"syncReturnType" : "DetachThingPrincipalResult"
},
"DisableTopicRule" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DisableTopicRuleResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disables the specified rule.
",
"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,
"input" : {
"variableDeclarationType" : "DisableTopicRuleRequest",
"variableName" : "disableTopicRuleRequest",
"variableType" : "DisableTopicRuleRequest",
"documentation" : "The input for the DisableTopicRuleRequest operation.
",
"simpleType" : "DisableTopicRuleRequest",
"variableSetterType" : "DisableTopicRuleRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "disableTopicRule",
"operationName" : "DisableTopicRule",
"returnType" : {
"returnType" : "DisableTopicRuleResult",
"documentation" : null
},
"syncReturnType" : "DisableTopicRuleResult"
},
"EnableTopicRule" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "EnableTopicRuleResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Enables the specified rule.
",
"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,
"input" : {
"variableDeclarationType" : "EnableTopicRuleRequest",
"variableName" : "enableTopicRuleRequest",
"variableType" : "EnableTopicRuleRequest",
"documentation" : "The input for the EnableTopicRuleRequest operation.
",
"simpleType" : "EnableTopicRuleRequest",
"variableSetterType" : "EnableTopicRuleRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "enableTopicRule",
"operationName" : "EnableTopicRule",
"returnType" : {
"returnType" : "EnableTopicRuleResult",
"documentation" : null
},
"syncReturnType" : "EnableTopicRuleResult"
},
"GetLoggingOptions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetLoggingOptionsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the logging options.
",
"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,
"input" : {
"variableDeclarationType" : "GetLoggingOptionsRequest",
"variableName" : "getLoggingOptionsRequest",
"variableType" : "GetLoggingOptionsRequest",
"documentation" : "The input for the GetLoggingOptions operation.
",
"simpleType" : "GetLoggingOptionsRequest",
"variableSetterType" : "GetLoggingOptionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getLoggingOptions",
"operationName" : "GetLoggingOptions",
"returnType" : {
"returnType" : "GetLoggingOptionsResult",
"documentation" : "The output from the GetLoggingOptions operation.
"
},
"syncReturnType" : "GetLoggingOptionsResult"
},
"GetPolicy" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetPolicyResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about the specified policy with the policy document of the default version.
",
"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,
"input" : {
"variableDeclarationType" : "GetPolicyRequest",
"variableName" : "getPolicyRequest",
"variableType" : "GetPolicyRequest",
"documentation" : "The input for the GetPolicy operation.
",
"simpleType" : "GetPolicyRequest",
"variableSetterType" : "GetPolicyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getPolicy",
"operationName" : "GetPolicy",
"returnType" : {
"returnType" : "GetPolicyResult",
"documentation" : "The output from the GetPolicy operation.
"
},
"syncReturnType" : "GetPolicyResult"
},
"GetPolicyVersion" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetPolicyVersionResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about the specified policy version.
",
"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,
"input" : {
"variableDeclarationType" : "GetPolicyVersionRequest",
"variableName" : "getPolicyVersionRequest",
"variableType" : "GetPolicyVersionRequest",
"documentation" : "The input for the GetPolicyVersion operation.
",
"simpleType" : "GetPolicyVersionRequest",
"variableSetterType" : "GetPolicyVersionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getPolicyVersion",
"operationName" : "GetPolicyVersion",
"returnType" : {
"returnType" : "GetPolicyVersionResult",
"documentation" : "The output from the GetPolicyVersion operation.
"
},
"syncReturnType" : "GetPolicyVersionResult"
},
"GetRegistrationCode" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetRegistrationCodeResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets a registration code used to register a CA certificate with AWS IoT.
",
"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,
"input" : {
"variableDeclarationType" : "GetRegistrationCodeRequest",
"variableName" : "getRegistrationCodeRequest",
"variableType" : "GetRegistrationCodeRequest",
"documentation" : "The input to the GetRegistrationCode operation.
",
"simpleType" : "GetRegistrationCodeRequest",
"variableSetterType" : "GetRegistrationCodeRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getRegistrationCode",
"operationName" : "GetRegistrationCode",
"returnType" : {
"returnType" : "GetRegistrationCodeResult",
"documentation" : "The output from the GetRegistrationCode operation.
"
},
"syncReturnType" : "GetRegistrationCodeResult"
},
"GetTopicRule" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetTopicRuleResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about the specified rule.
",
"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,
"input" : {
"variableDeclarationType" : "GetTopicRuleRequest",
"variableName" : "getTopicRuleRequest",
"variableType" : "GetTopicRuleRequest",
"documentation" : "The input for the GetTopicRule operation.
",
"simpleType" : "GetTopicRuleRequest",
"variableSetterType" : "GetTopicRuleRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getTopicRule",
"operationName" : "GetTopicRule",
"returnType" : {
"returnType" : "GetTopicRuleResult",
"documentation" : "The output from the GetTopicRule operation.
"
},
"syncReturnType" : "GetTopicRuleResult"
},
"ListCACertificates" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListCACertificatesResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ListCACertificatesRequest",
"variableName" : "listCACertificatesRequest",
"variableType" : "ListCACertificatesRequest",
"documentation" : "Input for the ListCACertificates operation.
",
"simpleType" : "ListCACertificatesRequest",
"variableSetterType" : "ListCACertificatesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listCACertificates",
"operationName" : "ListCACertificates",
"returnType" : {
"returnType" : "ListCACertificatesResult",
"documentation" : "The output from the ListCACertificates operation.
"
},
"syncReturnType" : "ListCACertificatesResult"
},
"ListCertificates" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListCertificatesResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ListCertificatesRequest",
"variableName" : "listCertificatesRequest",
"variableType" : "ListCertificatesRequest",
"documentation" : "The input for the ListCertificates operation.
",
"simpleType" : "ListCertificatesRequest",
"variableSetterType" : "ListCertificatesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listCertificates",
"operationName" : "ListCertificates",
"returnType" : {
"returnType" : "ListCertificatesResult",
"documentation" : "The output of the ListCertificates operation.
"
},
"syncReturnType" : "ListCertificatesResult"
},
"ListCertificatesByCA" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListCertificatesByCAResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "List the device certificates signed by the specified CA certificate.
",
"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,
"input" : {
"variableDeclarationType" : "ListCertificatesByCARequest",
"variableName" : "listCertificatesByCARequest",
"variableType" : "ListCertificatesByCARequest",
"documentation" : "The input to the ListCertificatesByCA operation.
",
"simpleType" : "ListCertificatesByCARequest",
"variableSetterType" : "ListCertificatesByCARequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listCertificatesByCA",
"operationName" : "ListCertificatesByCA",
"returnType" : {
"returnType" : "ListCertificatesByCAResult",
"documentation" : "The output of the ListCertificatesByCA operation.
"
},
"syncReturnType" : "ListCertificatesByCAResult"
},
"ListOutgoingCertificates" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListOutgoingCertificatesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists certificates that are being transfered but not yet accepted.
",
"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,
"input" : {
"variableDeclarationType" : "ListOutgoingCertificatesRequest",
"variableName" : "listOutgoingCertificatesRequest",
"variableType" : "ListOutgoingCertificatesRequest",
"documentation" : "The input to the ListOutgoingCertificates operation.
",
"simpleType" : "ListOutgoingCertificatesRequest",
"variableSetterType" : "ListOutgoingCertificatesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listOutgoingCertificates",
"operationName" : "ListOutgoingCertificates",
"returnType" : {
"returnType" : "ListOutgoingCertificatesResult",
"documentation" : "The output from the ListOutgoingCertificates operation.
"
},
"syncReturnType" : "ListOutgoingCertificatesResult"
},
"ListPolicies" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListPoliciesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists your policies.
",
"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,
"input" : {
"variableDeclarationType" : "ListPoliciesRequest",
"variableName" : "listPoliciesRequest",
"variableType" : "ListPoliciesRequest",
"documentation" : "The input for the ListPolicies operation.
",
"simpleType" : "ListPoliciesRequest",
"variableSetterType" : "ListPoliciesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listPolicies",
"operationName" : "ListPolicies",
"returnType" : {
"returnType" : "ListPoliciesResult",
"documentation" : "The output from the ListPolicies operation.
"
},
"syncReturnType" : "ListPoliciesResult"
},
"ListPolicyPrincipals" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListPolicyPrincipalsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the principals associated with the specified policy.
",
"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,
"input" : {
"variableDeclarationType" : "ListPolicyPrincipalsRequest",
"variableName" : "listPolicyPrincipalsRequest",
"variableType" : "ListPolicyPrincipalsRequest",
"documentation" : "The input for the ListPolicyPrincipals operation.
",
"simpleType" : "ListPolicyPrincipalsRequest",
"variableSetterType" : "ListPolicyPrincipalsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listPolicyPrincipals",
"operationName" : "ListPolicyPrincipals",
"returnType" : {
"returnType" : "ListPolicyPrincipalsResult",
"documentation" : "The output from the ListPolicyPrincipals operation.
"
},
"syncReturnType" : "ListPolicyPrincipalsResult"
},
"ListPolicyVersions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListPolicyVersionsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the versions of the specified policy and identifies the default version.
",
"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,
"input" : {
"variableDeclarationType" : "ListPolicyVersionsRequest",
"variableName" : "listPolicyVersionsRequest",
"variableType" : "ListPolicyVersionsRequest",
"documentation" : "The input for the ListPolicyVersions operation.
",
"simpleType" : "ListPolicyVersionsRequest",
"variableSetterType" : "ListPolicyVersionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listPolicyVersions",
"operationName" : "ListPolicyVersions",
"returnType" : {
"returnType" : "ListPolicyVersionsResult",
"documentation" : "The output from the ListPolicyVersions operation.
"
},
"syncReturnType" : "ListPolicyVersionsResult"
},
"ListPrincipalPolicies" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListPrincipalPoliciesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the policies attached to the specified principal. If you use an Cognito identity, the ID must be in AmazonCognito Identity format.
",
"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,
"input" : {
"variableDeclarationType" : "ListPrincipalPoliciesRequest",
"variableName" : "listPrincipalPoliciesRequest",
"variableType" : "ListPrincipalPoliciesRequest",
"documentation" : "The input for the ListPrincipalPolicies operation.
",
"simpleType" : "ListPrincipalPoliciesRequest",
"variableSetterType" : "ListPrincipalPoliciesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listPrincipalPolicies",
"operationName" : "ListPrincipalPolicies",
"returnType" : {
"returnType" : "ListPrincipalPoliciesResult",
"documentation" : "The output from the ListPrincipalPolicies operation.
"
},
"syncReturnType" : "ListPrincipalPoliciesResult"
},
"ListPrincipalThings" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListPrincipalThingsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the things associated with the specified principal.
",
"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,
"input" : {
"variableDeclarationType" : "ListPrincipalThingsRequest",
"variableName" : "listPrincipalThingsRequest",
"variableType" : "ListPrincipalThingsRequest",
"documentation" : "The input for the ListPrincipalThings operation.
",
"simpleType" : "ListPrincipalThingsRequest",
"variableSetterType" : "ListPrincipalThingsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listPrincipalThings",
"operationName" : "ListPrincipalThings",
"returnType" : {
"returnType" : "ListPrincipalThingsResult",
"documentation" : "The output from the ListPrincipalThings operation.
"
},
"syncReturnType" : "ListPrincipalThingsResult"
},
"ListThingPrincipals" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListThingPrincipalsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the principals associated with the specified thing.
",
"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,
"input" : {
"variableDeclarationType" : "ListThingPrincipalsRequest",
"variableName" : "listThingPrincipalsRequest",
"variableType" : "ListThingPrincipalsRequest",
"documentation" : "The input for the ListThingPrincipal operation.
",
"simpleType" : "ListThingPrincipalsRequest",
"variableSetterType" : "ListThingPrincipalsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listThingPrincipals",
"operationName" : "ListThingPrincipals",
"returnType" : {
"returnType" : "ListThingPrincipalsResult",
"documentation" : "The output from the ListThingPrincipals operation.
"
},
"syncReturnType" : "ListThingPrincipalsResult"
},
"ListThingTypes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListThingTypesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the existing thing types.
",
"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,
"input" : {
"variableDeclarationType" : "ListThingTypesRequest",
"variableName" : "listThingTypesRequest",
"variableType" : "ListThingTypesRequest",
"documentation" : "The input for the ListThingTypes operation.
",
"simpleType" : "ListThingTypesRequest",
"variableSetterType" : "ListThingTypesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listThingTypes",
"operationName" : "ListThingTypes",
"returnType" : {
"returnType" : "ListThingTypesResult",
"documentation" : "The output for the ListThingTypes operation.
"
},
"syncReturnType" : "ListThingTypesResult"
},
"ListThings" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListThingsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ListThingsRequest",
"variableName" : "listThingsRequest",
"variableType" : "ListThingsRequest",
"documentation" : "The input for the ListThings operation.
",
"simpleType" : "ListThingsRequest",
"variableSetterType" : "ListThingsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listThings",
"operationName" : "ListThings",
"returnType" : {
"returnType" : "ListThingsResult",
"documentation" : "The output from the ListThings operation.
"
},
"syncReturnType" : "ListThingsResult"
},
"ListTopicRules" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListTopicRulesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the rules for the specific topic.
",
"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,
"input" : {
"variableDeclarationType" : "ListTopicRulesRequest",
"variableName" : "listTopicRulesRequest",
"variableType" : "ListTopicRulesRequest",
"documentation" : "The input for the ListTopicRules operation.
",
"simpleType" : "ListTopicRulesRequest",
"variableSetterType" : "ListTopicRulesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listTopicRules",
"operationName" : "ListTopicRules",
"returnType" : {
"returnType" : "ListTopicRulesResult",
"documentation" : "The output from the ListTopicRules operation.
"
},
"syncReturnType" : "ListTopicRulesResult"
},
"RegisterCACertificate" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "RegisterCACertificateResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "RegisterCACertificateRequest",
"variableName" : "registerCACertificateRequest",
"variableType" : "RegisterCACertificateRequest",
"documentation" : "The input to the RegisterCACertificate operation.
",
"simpleType" : "RegisterCACertificateRequest",
"variableSetterType" : "RegisterCACertificateRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "registerCACertificate",
"operationName" : "RegisterCACertificate",
"returnType" : {
"returnType" : "RegisterCACertificateResult",
"documentation" : "The output from the RegisterCACertificateResponse operation.
"
},
"syncReturnType" : "RegisterCACertificateResult"
},
"RegisterCertificate" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "RegisterCertificateResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "RegisterCertificateRequest",
"variableName" : "registerCertificateRequest",
"variableType" : "RegisterCertificateRequest",
"documentation" : "The input to the RegisterCertificate operation.
",
"simpleType" : "RegisterCertificateRequest",
"variableSetterType" : "RegisterCertificateRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "registerCertificate",
"operationName" : "RegisterCertificate",
"returnType" : {
"returnType" : "RegisterCertificateResult",
"documentation" : "The output from the RegisterCertificate operation.
"
},
"syncReturnType" : "RegisterCertificateResult"
},
"RejectCertificateTransfer" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "RejectCertificateTransferResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "RejectCertificateTransferRequest",
"variableName" : "rejectCertificateTransferRequest",
"variableType" : "RejectCertificateTransferRequest",
"documentation" : "The input for the RejectCertificateTransfer operation.
",
"simpleType" : "RejectCertificateTransferRequest",
"variableSetterType" : "RejectCertificateTransferRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "rejectCertificateTransfer",
"operationName" : "RejectCertificateTransfer",
"returnType" : {
"returnType" : "RejectCertificateTransferResult",
"documentation" : null
},
"syncReturnType" : "RejectCertificateTransferResult"
},
"ReplaceTopicRule" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ReplaceTopicRuleResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ReplaceTopicRuleRequest",
"variableName" : "replaceTopicRuleRequest",
"variableType" : "ReplaceTopicRuleRequest",
"documentation" : "The input for the ReplaceTopicRule operation.
",
"simpleType" : "ReplaceTopicRuleRequest",
"variableSetterType" : "ReplaceTopicRuleRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "replaceTopicRule",
"operationName" : "ReplaceTopicRule",
"returnType" : {
"returnType" : "ReplaceTopicRuleResult",
"documentation" : null
},
"syncReturnType" : "ReplaceTopicRuleResult"
},
"SetDefaultPolicyVersion" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetDefaultPolicyVersionResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "SetDefaultPolicyVersionRequest",
"variableName" : "setDefaultPolicyVersionRequest",
"variableType" : "SetDefaultPolicyVersionRequest",
"documentation" : "The input for the SetDefaultPolicyVersion operation.
",
"simpleType" : "SetDefaultPolicyVersionRequest",
"variableSetterType" : "SetDefaultPolicyVersionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setDefaultPolicyVersion",
"operationName" : "SetDefaultPolicyVersion",
"returnType" : {
"returnType" : "SetDefaultPolicyVersionResult",
"documentation" : null
},
"syncReturnType" : "SetDefaultPolicyVersionResult"
},
"SetLoggingOptions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetLoggingOptionsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Sets the logging options.
",
"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,
"input" : {
"variableDeclarationType" : "SetLoggingOptionsRequest",
"variableName" : "setLoggingOptionsRequest",
"variableType" : "SetLoggingOptionsRequest",
"documentation" : "The input for the SetLoggingOptions operation.
",
"simpleType" : "SetLoggingOptionsRequest",
"variableSetterType" : "SetLoggingOptionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setLoggingOptions",
"operationName" : "SetLoggingOptions",
"returnType" : {
"returnType" : "SetLoggingOptionsResult",
"documentation" : null
},
"syncReturnType" : "SetLoggingOptionsResult"
},
"TransferCertificate" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "TransferCertificateResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "TransferCertificateRequest",
"variableName" : "transferCertificateRequest",
"variableType" : "TransferCertificateRequest",
"documentation" : "The input for the TransferCertificate operation.
",
"simpleType" : "TransferCertificateRequest",
"variableSetterType" : "TransferCertificateRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "transferCertificate",
"operationName" : "TransferCertificate",
"returnType" : {
"returnType" : "TransferCertificateResult",
"documentation" : "The output from the TransferCertificate operation.
"
},
"syncReturnType" : "TransferCertificateResult"
},
"UpdateCACertificate" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateCACertificateResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates a registered CA certificate.
",
"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,
"input" : {
"variableDeclarationType" : "UpdateCACertificateRequest",
"variableName" : "updateCACertificateRequest",
"variableType" : "UpdateCACertificateRequest",
"documentation" : "The input to the UpdateCACertificate operation.
",
"simpleType" : "UpdateCACertificateRequest",
"variableSetterType" : "UpdateCACertificateRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateCACertificate",
"operationName" : "UpdateCACertificate",
"returnType" : {
"returnType" : "UpdateCACertificateResult",
"documentation" : null
},
"syncReturnType" : "UpdateCACertificateResult"
},
"UpdateCertificate" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateCertificateResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "UpdateCertificateRequest",
"variableName" : "updateCertificateRequest",
"variableType" : "UpdateCertificateRequest",
"documentation" : "The input for the UpdateCertificate operation.
",
"simpleType" : "UpdateCertificateRequest",
"variableSetterType" : "UpdateCertificateRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateCertificate",
"operationName" : "UpdateCertificate",
"returnType" : {
"returnType" : "UpdateCertificateResult",
"documentation" : null
},
"syncReturnType" : "UpdateCertificateResult"
},
"UpdateThing" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateThingResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the data for a thing.
",
"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,
"input" : {
"variableDeclarationType" : "UpdateThingRequest",
"variableName" : "updateThingRequest",
"variableType" : "UpdateThingRequest",
"documentation" : "The input for the UpdateThing operation.
",
"simpleType" : "UpdateThingRequest",
"variableSetterType" : "UpdateThingRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateThing",
"operationName" : "UpdateThing",
"returnType" : {
"returnType" : "UpdateThingResult",
"documentation" : "The output from the UpdateThing operation.
"
},
"syncReturnType" : "UpdateThingResult"
}
},
"shapes" : {
"AcceptCertificateTransferRequest" : {
"c2jName" : "AcceptCertificateTransferRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the AcceptCertificateTransfer operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "AcceptCertificateTransfer",
"locationName" : null,
"requestUri" : "/accept-certificate-transfer/{certificateId}",
"target" : null,
"verb" : "PATCH",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the certificate.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the certificate.
\n@return The ID of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "certificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateId",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The ID of the certificate.
\n@param certificateId The ID of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The ID of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "setAsActive",
"c2jShape" : "SetAsActive",
"deprecated" : false,
"documentation" : "Specifies whether the certificate is active.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies whether the certificate is active.
\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Specifies whether the certificate is active.
\n@return Specifies whether the certificate is active.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "setAsActive",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "setAsActive",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SetAsActive",
"setterDocumentation" : "/**Specifies whether the certificate is active.
\n@param setAsActive Specifies whether the certificate is active.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "setAsActive",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies whether the certificate is active.
\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "setAsActive",
"variableType" : "Boolean",
"documentation" : "Specifies whether the certificate is active.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CertificateId" : {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the certificate.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the certificate.
\n@return The ID of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "certificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateId",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The ID of the certificate.
\n@param certificateId The ID of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The ID of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SetAsActive" : {
"c2jName" : "setAsActive",
"c2jShape" : "SetAsActive",
"deprecated" : false,
"documentation" : "Specifies whether the certificate is active.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies whether the certificate is active.
\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Specifies whether the certificate is active.
\n@return Specifies whether the certificate is active.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "setAsActive",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "setAsActive",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SetAsActive",
"setterDocumentation" : "/**Specifies whether the certificate is active.
\n@param setAsActive Specifies whether the certificate is active.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "setAsActive",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies whether the certificate is active.
\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "setAsActive",
"variableType" : "Boolean",
"documentation" : "Specifies whether the certificate is active.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "certificateId" ],
"shapeName" : "AcceptCertificateTransferRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AcceptCertificateTransferRequest",
"variableName" : "acceptCertificateTransferRequest",
"variableType" : "AcceptCertificateTransferRequest",
"documentation" : null,
"simpleType" : "AcceptCertificateTransferRequest",
"variableSetterType" : "AcceptCertificateTransferRequest"
},
"wrapper" : false
},
"AcceptCertificateTransferResult" : {
"c2jName" : "AcceptCertificateTransferResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "AcceptCertificateTransferResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AcceptCertificateTransferResult",
"variableName" : "acceptCertificateTransferResult",
"variableType" : "AcceptCertificateTransferResult",
"documentation" : null,
"simpleType" : "AcceptCertificateTransferResult",
"variableSetterType" : "AcceptCertificateTransferResult"
},
"wrapper" : false
},
"Action" : {
"c2jName" : "Action",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes the actions associated with a rule.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "dynamoDB",
"c2jShape" : "DynamoDBAction",
"deprecated" : false,
"documentation" : "Write to a DynamoDB table.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Write to a DynamoDB table.
\n@param dynamoDB Write to a DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Write to a DynamoDB table.
\n@return Write to a DynamoDB table.*/",
"getterModel" : {
"returnType" : "DynamoDBAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "dynamoDB",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "dynamoDB",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DynamoDB",
"setterDocumentation" : "/**Write to a DynamoDB table.
\n@param dynamoDB Write to a DynamoDB table.*/",
"setterModel" : {
"variableDeclarationType" : "DynamoDBAction",
"variableName" : "dynamoDB",
"variableType" : "DynamoDBAction",
"documentation" : "",
"simpleType" : "DynamoDBAction",
"variableSetterType" : "DynamoDBAction"
},
"simple" : false,
"varargSetterDocumentation" : "/**Write to a DynamoDB table.
\n@param dynamoDB Write to a DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "DynamoDBAction",
"variableName" : "dynamoDB",
"variableType" : "DynamoDBAction",
"documentation" : "Write to a DynamoDB table.
",
"simpleType" : "DynamoDBAction",
"variableSetterType" : "DynamoDBAction"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "lambda",
"c2jShape" : "LambdaAction",
"deprecated" : false,
"documentation" : "Invoke a Lambda function.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Invoke a Lambda function.
\n@param lambda Invoke a Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Invoke a Lambda function.
\n@return Invoke a Lambda function.*/",
"getterModel" : {
"returnType" : "LambdaAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "lambda",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "lambda",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Lambda",
"setterDocumentation" : "/**Invoke a Lambda function.
\n@param lambda Invoke a Lambda function.*/",
"setterModel" : {
"variableDeclarationType" : "LambdaAction",
"variableName" : "lambda",
"variableType" : "LambdaAction",
"documentation" : "",
"simpleType" : "LambdaAction",
"variableSetterType" : "LambdaAction"
},
"simple" : false,
"varargSetterDocumentation" : "/**Invoke a Lambda function.
\n@param lambda Invoke a Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "LambdaAction",
"variableName" : "lambda",
"variableType" : "LambdaAction",
"documentation" : "Invoke a Lambda function.
",
"simpleType" : "LambdaAction",
"variableSetterType" : "LambdaAction"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "sns",
"c2jShape" : "SnsAction",
"deprecated" : false,
"documentation" : "Publish to an Amazon SNS topic.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Publish to an Amazon SNS topic.
\n@param sns Publish to an Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Publish to an Amazon SNS topic.
\n@return Publish to an Amazon SNS topic.*/",
"getterModel" : {
"returnType" : "SnsAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "sns",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "sns",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Sns",
"setterDocumentation" : "/**Publish to an Amazon SNS topic.
\n@param sns Publish to an Amazon SNS topic.*/",
"setterModel" : {
"variableDeclarationType" : "SnsAction",
"variableName" : "sns",
"variableType" : "SnsAction",
"documentation" : "",
"simpleType" : "SnsAction",
"variableSetterType" : "SnsAction"
},
"simple" : false,
"varargSetterDocumentation" : "/**Publish to an Amazon SNS topic.
\n@param sns Publish to an Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SnsAction",
"variableName" : "sns",
"variableType" : "SnsAction",
"documentation" : "Publish to an Amazon SNS topic.
",
"simpleType" : "SnsAction",
"variableSetterType" : "SnsAction"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "sqs",
"c2jShape" : "SqsAction",
"deprecated" : false,
"documentation" : "Publish to an Amazon SQS queue.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Publish to an Amazon SQS queue.
\n@param sqs Publish to an Amazon SQS queue.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Publish to an Amazon SQS queue.
\n@return Publish to an Amazon SQS queue.*/",
"getterModel" : {
"returnType" : "SqsAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "sqs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "sqs",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Sqs",
"setterDocumentation" : "/**Publish to an Amazon SQS queue.
\n@param sqs Publish to an Amazon SQS queue.*/",
"setterModel" : {
"variableDeclarationType" : "SqsAction",
"variableName" : "sqs",
"variableType" : "SqsAction",
"documentation" : "",
"simpleType" : "SqsAction",
"variableSetterType" : "SqsAction"
},
"simple" : false,
"varargSetterDocumentation" : "/**Publish to an Amazon SQS queue.
\n@param sqs Publish to an Amazon SQS queue.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SqsAction",
"variableName" : "sqs",
"variableType" : "SqsAction",
"documentation" : "Publish to an Amazon SQS queue.
",
"simpleType" : "SqsAction",
"variableSetterType" : "SqsAction"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "kinesis",
"c2jShape" : "KinesisAction",
"deprecated" : false,
"documentation" : "Write data to an Amazon Kinesis stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Write data to an Amazon Kinesis stream.
\n@param kinesis Write data to an Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Write data to an Amazon Kinesis stream.
\n@return Write data to an Amazon Kinesis stream.*/",
"getterModel" : {
"returnType" : "KinesisAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "kinesis",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "kinesis",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Kinesis",
"setterDocumentation" : "/**Write data to an Amazon Kinesis stream.
\n@param kinesis Write data to an Amazon Kinesis stream.*/",
"setterModel" : {
"variableDeclarationType" : "KinesisAction",
"variableName" : "kinesis",
"variableType" : "KinesisAction",
"documentation" : "",
"simpleType" : "KinesisAction",
"variableSetterType" : "KinesisAction"
},
"simple" : false,
"varargSetterDocumentation" : "/**Write data to an Amazon Kinesis stream.
\n@param kinesis Write data to an Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisAction",
"variableName" : "kinesis",
"variableType" : "KinesisAction",
"documentation" : "Write data to an Amazon Kinesis stream.
",
"simpleType" : "KinesisAction",
"variableSetterType" : "KinesisAction"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "republish",
"c2jShape" : "RepublishAction",
"deprecated" : false,
"documentation" : "Publish to another MQTT topic.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Publish to another MQTT topic.
\n@param republish Publish to another MQTT topic.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Publish to another MQTT topic.
\n@return Publish to another MQTT topic.*/",
"getterModel" : {
"returnType" : "RepublishAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "republish",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "republish",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Republish",
"setterDocumentation" : "/**Publish to another MQTT topic.
\n@param republish Publish to another MQTT topic.*/",
"setterModel" : {
"variableDeclarationType" : "RepublishAction",
"variableName" : "republish",
"variableType" : "RepublishAction",
"documentation" : "",
"simpleType" : "RepublishAction",
"variableSetterType" : "RepublishAction"
},
"simple" : false,
"varargSetterDocumentation" : "/**Publish to another MQTT topic.
\n@param republish Publish to another MQTT topic.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RepublishAction",
"variableName" : "republish",
"variableType" : "RepublishAction",
"documentation" : "Publish to another MQTT topic.
",
"simpleType" : "RepublishAction",
"variableSetterType" : "RepublishAction"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "s3",
"c2jShape" : "S3Action",
"deprecated" : false,
"documentation" : "Write to an Amazon S3 bucket.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Write to an Amazon S3 bucket.
\n@param s3 Write to an Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Write to an Amazon S3 bucket.
\n@return Write to an Amazon S3 bucket.*/",
"getterModel" : {
"returnType" : "S3Action",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "s3",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "s3",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "S3",
"setterDocumentation" : "/**Write to an Amazon S3 bucket.
\n@param s3 Write to an Amazon S3 bucket.*/",
"setterModel" : {
"variableDeclarationType" : "S3Action",
"variableName" : "s3",
"variableType" : "S3Action",
"documentation" : "",
"simpleType" : "S3Action",
"variableSetterType" : "S3Action"
},
"simple" : false,
"varargSetterDocumentation" : "/**Write to an Amazon S3 bucket.
\n@param s3 Write to an Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "S3Action",
"variableName" : "s3",
"variableType" : "S3Action",
"documentation" : "Write to an Amazon S3 bucket.
",
"simpleType" : "S3Action",
"variableSetterType" : "S3Action"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "firehose",
"c2jShape" : "FirehoseAction",
"deprecated" : false,
"documentation" : "Write to an Amazon Kinesis Firehose stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Write to an Amazon Kinesis Firehose stream.
\n@param firehose Write to an Amazon Kinesis Firehose stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Write to an Amazon Kinesis Firehose stream.
\n@return Write to an Amazon Kinesis Firehose stream.*/",
"getterModel" : {
"returnType" : "FirehoseAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "firehose",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "firehose",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Firehose",
"setterDocumentation" : "/**Write to an Amazon Kinesis Firehose stream.
\n@param firehose Write to an Amazon Kinesis Firehose stream.*/",
"setterModel" : {
"variableDeclarationType" : "FirehoseAction",
"variableName" : "firehose",
"variableType" : "FirehoseAction",
"documentation" : "",
"simpleType" : "FirehoseAction",
"variableSetterType" : "FirehoseAction"
},
"simple" : false,
"varargSetterDocumentation" : "/**Write to an Amazon Kinesis Firehose stream.
\n@param firehose Write to an Amazon Kinesis Firehose stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "FirehoseAction",
"variableName" : "firehose",
"variableType" : "FirehoseAction",
"documentation" : "Write to an Amazon Kinesis Firehose stream.
",
"simpleType" : "FirehoseAction",
"variableSetterType" : "FirehoseAction"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "cloudwatchMetric",
"c2jShape" : "CloudwatchMetricAction",
"deprecated" : false,
"documentation" : "Capture a CloudWatch metric.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Capture a CloudWatch metric.
\n@param cloudwatchMetric Capture a CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Capture a CloudWatch metric.
\n@return Capture a CloudWatch metric.*/",
"getterModel" : {
"returnType" : "CloudwatchMetricAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "cloudwatchMetric",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "cloudwatchMetric",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CloudwatchMetric",
"setterDocumentation" : "/**Capture a CloudWatch metric.
\n@param cloudwatchMetric Capture a CloudWatch metric.*/",
"setterModel" : {
"variableDeclarationType" : "CloudwatchMetricAction",
"variableName" : "cloudwatchMetric",
"variableType" : "CloudwatchMetricAction",
"documentation" : "",
"simpleType" : "CloudwatchMetricAction",
"variableSetterType" : "CloudwatchMetricAction"
},
"simple" : false,
"varargSetterDocumentation" : "/**Capture a CloudWatch metric.
\n@param cloudwatchMetric Capture a CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "CloudwatchMetricAction",
"variableName" : "cloudwatchMetric",
"variableType" : "CloudwatchMetricAction",
"documentation" : "Capture a CloudWatch metric.
",
"simpleType" : "CloudwatchMetricAction",
"variableSetterType" : "CloudwatchMetricAction"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "cloudwatchAlarm",
"c2jShape" : "CloudwatchAlarmAction",
"deprecated" : false,
"documentation" : "Change the state of a CloudWatch alarm.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Change the state of a CloudWatch alarm.
\n@param cloudwatchAlarm Change the state of a CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Change the state of a CloudWatch alarm.
\n@return Change the state of a CloudWatch alarm.*/",
"getterModel" : {
"returnType" : "CloudwatchAlarmAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "cloudwatchAlarm",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "cloudwatchAlarm",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CloudwatchAlarm",
"setterDocumentation" : "/**Change the state of a CloudWatch alarm.
\n@param cloudwatchAlarm Change the state of a CloudWatch alarm.*/",
"setterModel" : {
"variableDeclarationType" : "CloudwatchAlarmAction",
"variableName" : "cloudwatchAlarm",
"variableType" : "CloudwatchAlarmAction",
"documentation" : "",
"simpleType" : "CloudwatchAlarmAction",
"variableSetterType" : "CloudwatchAlarmAction"
},
"simple" : false,
"varargSetterDocumentation" : "/**Change the state of a CloudWatch alarm.
\n@param cloudwatchAlarm Change the state of a CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "CloudwatchAlarmAction",
"variableName" : "cloudwatchAlarm",
"variableType" : "CloudwatchAlarmAction",
"documentation" : "Change the state of a CloudWatch alarm.
",
"simpleType" : "CloudwatchAlarmAction",
"variableSetterType" : "CloudwatchAlarmAction"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "elasticsearch",
"c2jShape" : "ElasticsearchAction",
"deprecated" : false,
"documentation" : "Write data to an Amazon Elasticsearch Service domain.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Write data to an Amazon Elasticsearch Service domain.
\n@param elasticsearch Write data to an Amazon Elasticsearch Service domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Write data to an Amazon Elasticsearch Service domain.
\n@return Write data to an Amazon Elasticsearch Service domain.*/",
"getterModel" : {
"returnType" : "ElasticsearchAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "elasticsearch",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "elasticsearch",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Elasticsearch",
"setterDocumentation" : "/**Write data to an Amazon Elasticsearch Service domain.
\n@param elasticsearch Write data to an Amazon Elasticsearch Service domain.*/",
"setterModel" : {
"variableDeclarationType" : "ElasticsearchAction",
"variableName" : "elasticsearch",
"variableType" : "ElasticsearchAction",
"documentation" : "",
"simpleType" : "ElasticsearchAction",
"variableSetterType" : "ElasticsearchAction"
},
"simple" : false,
"varargSetterDocumentation" : "/**Write data to an Amazon Elasticsearch Service domain.
\n@param elasticsearch Write data to an Amazon Elasticsearch Service domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ElasticsearchAction",
"variableName" : "elasticsearch",
"variableType" : "ElasticsearchAction",
"documentation" : "Write data to an Amazon Elasticsearch Service domain.
",
"simpleType" : "ElasticsearchAction",
"variableSetterType" : "ElasticsearchAction"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CloudwatchAlarm" : {
"c2jName" : "cloudwatchAlarm",
"c2jShape" : "CloudwatchAlarmAction",
"deprecated" : false,
"documentation" : "Change the state of a CloudWatch alarm.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Change the state of a CloudWatch alarm.
\n@param cloudwatchAlarm Change the state of a CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Change the state of a CloudWatch alarm.
\n@return Change the state of a CloudWatch alarm.*/",
"getterModel" : {
"returnType" : "CloudwatchAlarmAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "cloudwatchAlarm",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "cloudwatchAlarm",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CloudwatchAlarm",
"setterDocumentation" : "/**Change the state of a CloudWatch alarm.
\n@param cloudwatchAlarm Change the state of a CloudWatch alarm.*/",
"setterModel" : {
"variableDeclarationType" : "CloudwatchAlarmAction",
"variableName" : "cloudwatchAlarm",
"variableType" : "CloudwatchAlarmAction",
"documentation" : "",
"simpleType" : "CloudwatchAlarmAction",
"variableSetterType" : "CloudwatchAlarmAction"
},
"simple" : false,
"varargSetterDocumentation" : "/**Change the state of a CloudWatch alarm.
\n@param cloudwatchAlarm Change the state of a CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "CloudwatchAlarmAction",
"variableName" : "cloudwatchAlarm",
"variableType" : "CloudwatchAlarmAction",
"documentation" : "Change the state of a CloudWatch alarm.
",
"simpleType" : "CloudwatchAlarmAction",
"variableSetterType" : "CloudwatchAlarmAction"
},
"xmlNameSpaceUri" : null
},
"CloudwatchMetric" : {
"c2jName" : "cloudwatchMetric",
"c2jShape" : "CloudwatchMetricAction",
"deprecated" : false,
"documentation" : "Capture a CloudWatch metric.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Capture a CloudWatch metric.
\n@param cloudwatchMetric Capture a CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Capture a CloudWatch metric.
\n@return Capture a CloudWatch metric.*/",
"getterModel" : {
"returnType" : "CloudwatchMetricAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "cloudwatchMetric",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "cloudwatchMetric",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CloudwatchMetric",
"setterDocumentation" : "/**Capture a CloudWatch metric.
\n@param cloudwatchMetric Capture a CloudWatch metric.*/",
"setterModel" : {
"variableDeclarationType" : "CloudwatchMetricAction",
"variableName" : "cloudwatchMetric",
"variableType" : "CloudwatchMetricAction",
"documentation" : "",
"simpleType" : "CloudwatchMetricAction",
"variableSetterType" : "CloudwatchMetricAction"
},
"simple" : false,
"varargSetterDocumentation" : "/**Capture a CloudWatch metric.
\n@param cloudwatchMetric Capture a CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "CloudwatchMetricAction",
"variableName" : "cloudwatchMetric",
"variableType" : "CloudwatchMetricAction",
"documentation" : "Capture a CloudWatch metric.
",
"simpleType" : "CloudwatchMetricAction",
"variableSetterType" : "CloudwatchMetricAction"
},
"xmlNameSpaceUri" : null
},
"DynamoDB" : {
"c2jName" : "dynamoDB",
"c2jShape" : "DynamoDBAction",
"deprecated" : false,
"documentation" : "Write to a DynamoDB table.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Write to a DynamoDB table.
\n@param dynamoDB Write to a DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Write to a DynamoDB table.
\n@return Write to a DynamoDB table.*/",
"getterModel" : {
"returnType" : "DynamoDBAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "dynamoDB",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "dynamoDB",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DynamoDB",
"setterDocumentation" : "/**Write to a DynamoDB table.
\n@param dynamoDB Write to a DynamoDB table.*/",
"setterModel" : {
"variableDeclarationType" : "DynamoDBAction",
"variableName" : "dynamoDB",
"variableType" : "DynamoDBAction",
"documentation" : "",
"simpleType" : "DynamoDBAction",
"variableSetterType" : "DynamoDBAction"
},
"simple" : false,
"varargSetterDocumentation" : "/**Write to a DynamoDB table.
\n@param dynamoDB Write to a DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "DynamoDBAction",
"variableName" : "dynamoDB",
"variableType" : "DynamoDBAction",
"documentation" : "Write to a DynamoDB table.
",
"simpleType" : "DynamoDBAction",
"variableSetterType" : "DynamoDBAction"
},
"xmlNameSpaceUri" : null
},
"Elasticsearch" : {
"c2jName" : "elasticsearch",
"c2jShape" : "ElasticsearchAction",
"deprecated" : false,
"documentation" : "Write data to an Amazon Elasticsearch Service domain.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Write data to an Amazon Elasticsearch Service domain.
\n@param elasticsearch Write data to an Amazon Elasticsearch Service domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Write data to an Amazon Elasticsearch Service domain.
\n@return Write data to an Amazon Elasticsearch Service domain.*/",
"getterModel" : {
"returnType" : "ElasticsearchAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "elasticsearch",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "elasticsearch",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Elasticsearch",
"setterDocumentation" : "/**Write data to an Amazon Elasticsearch Service domain.
\n@param elasticsearch Write data to an Amazon Elasticsearch Service domain.*/",
"setterModel" : {
"variableDeclarationType" : "ElasticsearchAction",
"variableName" : "elasticsearch",
"variableType" : "ElasticsearchAction",
"documentation" : "",
"simpleType" : "ElasticsearchAction",
"variableSetterType" : "ElasticsearchAction"
},
"simple" : false,
"varargSetterDocumentation" : "/**Write data to an Amazon Elasticsearch Service domain.
\n@param elasticsearch Write data to an Amazon Elasticsearch Service domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ElasticsearchAction",
"variableName" : "elasticsearch",
"variableType" : "ElasticsearchAction",
"documentation" : "Write data to an Amazon Elasticsearch Service domain.
",
"simpleType" : "ElasticsearchAction",
"variableSetterType" : "ElasticsearchAction"
},
"xmlNameSpaceUri" : null
},
"Firehose" : {
"c2jName" : "firehose",
"c2jShape" : "FirehoseAction",
"deprecated" : false,
"documentation" : "Write to an Amazon Kinesis Firehose stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Write to an Amazon Kinesis Firehose stream.
\n@param firehose Write to an Amazon Kinesis Firehose stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Write to an Amazon Kinesis Firehose stream.
\n@return Write to an Amazon Kinesis Firehose stream.*/",
"getterModel" : {
"returnType" : "FirehoseAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "firehose",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "firehose",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Firehose",
"setterDocumentation" : "/**Write to an Amazon Kinesis Firehose stream.
\n@param firehose Write to an Amazon Kinesis Firehose stream.*/",
"setterModel" : {
"variableDeclarationType" : "FirehoseAction",
"variableName" : "firehose",
"variableType" : "FirehoseAction",
"documentation" : "",
"simpleType" : "FirehoseAction",
"variableSetterType" : "FirehoseAction"
},
"simple" : false,
"varargSetterDocumentation" : "/**Write to an Amazon Kinesis Firehose stream.
\n@param firehose Write to an Amazon Kinesis Firehose stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "FirehoseAction",
"variableName" : "firehose",
"variableType" : "FirehoseAction",
"documentation" : "Write to an Amazon Kinesis Firehose stream.
",
"simpleType" : "FirehoseAction",
"variableSetterType" : "FirehoseAction"
},
"xmlNameSpaceUri" : null
},
"Kinesis" : {
"c2jName" : "kinesis",
"c2jShape" : "KinesisAction",
"deprecated" : false,
"documentation" : "Write data to an Amazon Kinesis stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Write data to an Amazon Kinesis stream.
\n@param kinesis Write data to an Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Write data to an Amazon Kinesis stream.
\n@return Write data to an Amazon Kinesis stream.*/",
"getterModel" : {
"returnType" : "KinesisAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "kinesis",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "kinesis",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Kinesis",
"setterDocumentation" : "/**Write data to an Amazon Kinesis stream.
\n@param kinesis Write data to an Amazon Kinesis stream.*/",
"setterModel" : {
"variableDeclarationType" : "KinesisAction",
"variableName" : "kinesis",
"variableType" : "KinesisAction",
"documentation" : "",
"simpleType" : "KinesisAction",
"variableSetterType" : "KinesisAction"
},
"simple" : false,
"varargSetterDocumentation" : "/**Write data to an Amazon Kinesis stream.
\n@param kinesis Write data to an Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisAction",
"variableName" : "kinesis",
"variableType" : "KinesisAction",
"documentation" : "Write data to an Amazon Kinesis stream.
",
"simpleType" : "KinesisAction",
"variableSetterType" : "KinesisAction"
},
"xmlNameSpaceUri" : null
},
"Lambda" : {
"c2jName" : "lambda",
"c2jShape" : "LambdaAction",
"deprecated" : false,
"documentation" : "Invoke a Lambda function.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Invoke a Lambda function.
\n@param lambda Invoke a Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Invoke a Lambda function.
\n@return Invoke a Lambda function.*/",
"getterModel" : {
"returnType" : "LambdaAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "lambda",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "lambda",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Lambda",
"setterDocumentation" : "/**Invoke a Lambda function.
\n@param lambda Invoke a Lambda function.*/",
"setterModel" : {
"variableDeclarationType" : "LambdaAction",
"variableName" : "lambda",
"variableType" : "LambdaAction",
"documentation" : "",
"simpleType" : "LambdaAction",
"variableSetterType" : "LambdaAction"
},
"simple" : false,
"varargSetterDocumentation" : "/**Invoke a Lambda function.
\n@param lambda Invoke a Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "LambdaAction",
"variableName" : "lambda",
"variableType" : "LambdaAction",
"documentation" : "Invoke a Lambda function.
",
"simpleType" : "LambdaAction",
"variableSetterType" : "LambdaAction"
},
"xmlNameSpaceUri" : null
},
"Republish" : {
"c2jName" : "republish",
"c2jShape" : "RepublishAction",
"deprecated" : false,
"documentation" : "Publish to another MQTT topic.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Publish to another MQTT topic.
\n@param republish Publish to another MQTT topic.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Publish to another MQTT topic.
\n@return Publish to another MQTT topic.*/",
"getterModel" : {
"returnType" : "RepublishAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "republish",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "republish",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Republish",
"setterDocumentation" : "/**Publish to another MQTT topic.
\n@param republish Publish to another MQTT topic.*/",
"setterModel" : {
"variableDeclarationType" : "RepublishAction",
"variableName" : "republish",
"variableType" : "RepublishAction",
"documentation" : "",
"simpleType" : "RepublishAction",
"variableSetterType" : "RepublishAction"
},
"simple" : false,
"varargSetterDocumentation" : "/**Publish to another MQTT topic.
\n@param republish Publish to another MQTT topic.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RepublishAction",
"variableName" : "republish",
"variableType" : "RepublishAction",
"documentation" : "Publish to another MQTT topic.
",
"simpleType" : "RepublishAction",
"variableSetterType" : "RepublishAction"
},
"xmlNameSpaceUri" : null
},
"S3" : {
"c2jName" : "s3",
"c2jShape" : "S3Action",
"deprecated" : false,
"documentation" : "Write to an Amazon S3 bucket.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Write to an Amazon S3 bucket.
\n@param s3 Write to an Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Write to an Amazon S3 bucket.
\n@return Write to an Amazon S3 bucket.*/",
"getterModel" : {
"returnType" : "S3Action",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "s3",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "s3",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "S3",
"setterDocumentation" : "/**Write to an Amazon S3 bucket.
\n@param s3 Write to an Amazon S3 bucket.*/",
"setterModel" : {
"variableDeclarationType" : "S3Action",
"variableName" : "s3",
"variableType" : "S3Action",
"documentation" : "",
"simpleType" : "S3Action",
"variableSetterType" : "S3Action"
},
"simple" : false,
"varargSetterDocumentation" : "/**Write to an Amazon S3 bucket.
\n@param s3 Write to an Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "S3Action",
"variableName" : "s3",
"variableType" : "S3Action",
"documentation" : "Write to an Amazon S3 bucket.
",
"simpleType" : "S3Action",
"variableSetterType" : "S3Action"
},
"xmlNameSpaceUri" : null
},
"Sns" : {
"c2jName" : "sns",
"c2jShape" : "SnsAction",
"deprecated" : false,
"documentation" : "Publish to an Amazon SNS topic.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Publish to an Amazon SNS topic.
\n@param sns Publish to an Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Publish to an Amazon SNS topic.
\n@return Publish to an Amazon SNS topic.*/",
"getterModel" : {
"returnType" : "SnsAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "sns",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "sns",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Sns",
"setterDocumentation" : "/**Publish to an Amazon SNS topic.
\n@param sns Publish to an Amazon SNS topic.*/",
"setterModel" : {
"variableDeclarationType" : "SnsAction",
"variableName" : "sns",
"variableType" : "SnsAction",
"documentation" : "",
"simpleType" : "SnsAction",
"variableSetterType" : "SnsAction"
},
"simple" : false,
"varargSetterDocumentation" : "/**Publish to an Amazon SNS topic.
\n@param sns Publish to an Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SnsAction",
"variableName" : "sns",
"variableType" : "SnsAction",
"documentation" : "Publish to an Amazon SNS topic.
",
"simpleType" : "SnsAction",
"variableSetterType" : "SnsAction"
},
"xmlNameSpaceUri" : null
},
"Sqs" : {
"c2jName" : "sqs",
"c2jShape" : "SqsAction",
"deprecated" : false,
"documentation" : "Publish to an Amazon SQS queue.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Publish to an Amazon SQS queue.
\n@param sqs Publish to an Amazon SQS queue.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Publish to an Amazon SQS queue.
\n@return Publish to an Amazon SQS queue.*/",
"getterModel" : {
"returnType" : "SqsAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "sqs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "sqs",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Sqs",
"setterDocumentation" : "/**Publish to an Amazon SQS queue.
\n@param sqs Publish to an Amazon SQS queue.*/",
"setterModel" : {
"variableDeclarationType" : "SqsAction",
"variableName" : "sqs",
"variableType" : "SqsAction",
"documentation" : "",
"simpleType" : "SqsAction",
"variableSetterType" : "SqsAction"
},
"simple" : false,
"varargSetterDocumentation" : "/**Publish to an Amazon SQS queue.
\n@param sqs Publish to an Amazon SQS queue.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SqsAction",
"variableName" : "sqs",
"variableType" : "SqsAction",
"documentation" : "Publish to an Amazon SQS queue.
",
"simpleType" : "SqsAction",
"variableSetterType" : "SqsAction"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "Action",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Action",
"variableName" : "action",
"variableType" : "Action",
"documentation" : null,
"simpleType" : "Action",
"variableSetterType" : "Action"
},
"wrapper" : false
},
"AttachPrincipalPolicyRequest" : {
"c2jName" : "AttachPrincipalPolicyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the AttachPrincipalPolicy operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : true,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "AttachPrincipalPolicy",
"locationName" : null,
"requestUri" : "/principal-policies/{policyName}",
"target" : null,
"verb" : "PUT",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The policy name.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy name.
\n@return The policy name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The policy name.
\n@param policyName The policy name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The policy name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "principal",
"c2jShape" : "Principal",
"deprecated" : false,
"documentation" : "The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.
\n@param principal The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.
\n@return The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : true,
"isPayload" : false,
"isStreaming" : false,
"location" : "header",
"marshallLocationName" : "x-amzn-iot-principal",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "x-amzn-iot-principal",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Principal",
"setterDocumentation" : "/**The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.
\n@param principal The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "principal",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.
\n@param principal The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "principal",
"variableType" : "String",
"documentation" : "The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PolicyName" : {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The policy name.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy name.
\n@return The policy name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The policy name.
\n@param policyName The policy name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The policy name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Principal" : {
"c2jName" : "principal",
"c2jShape" : "Principal",
"deprecated" : false,
"documentation" : "The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.
\n@param principal The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.
\n@return The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : true,
"isPayload" : false,
"isStreaming" : false,
"location" : "header",
"marshallLocationName" : "x-amzn-iot-principal",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "x-amzn-iot-principal",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Principal",
"setterDocumentation" : "/**The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.
\n@param principal The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "principal",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.
\n@param principal The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "principal",
"variableType" : "String",
"documentation" : "The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "policyName", "principal" ],
"shapeName" : "AttachPrincipalPolicyRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AttachPrincipalPolicyRequest",
"variableName" : "attachPrincipalPolicyRequest",
"variableType" : "AttachPrincipalPolicyRequest",
"documentation" : null,
"simpleType" : "AttachPrincipalPolicyRequest",
"variableSetterType" : "AttachPrincipalPolicyRequest"
},
"wrapper" : false
},
"AttachPrincipalPolicyResult" : {
"c2jName" : "AttachPrincipalPolicyResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "AttachPrincipalPolicyResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AttachPrincipalPolicyResult",
"variableName" : "attachPrincipalPolicyResult",
"variableType" : "AttachPrincipalPolicyResult",
"documentation" : null,
"simpleType" : "AttachPrincipalPolicyResult",
"variableSetterType" : "AttachPrincipalPolicyResult"
},
"wrapper" : false
},
"AttachThingPrincipalRequest" : {
"c2jName" : "AttachThingPrincipalRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the AttachThingPrincipal operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : true,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "AttachThingPrincipal",
"locationName" : null,
"requestUri" : "/things/{thingName}/principals",
"target" : null,
"verb" : "PUT",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "thingName",
"c2jShape" : "ThingName",
"deprecated" : false,
"documentation" : "The name of the thing.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the thing.
\n@return The name of the thing.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "thingName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingName",
"setterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "The name of the thing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "principal",
"c2jShape" : "Principal",
"deprecated" : false,
"documentation" : "The principal, such as a certificate or other credential.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The principal, such as a certificate or other credential.
\n@param principal The principal, such as a certificate or other credential.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The principal, such as a certificate or other credential.
\n@return The principal, such as a certificate or other credential.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : true,
"isPayload" : false,
"isStreaming" : false,
"location" : "header",
"marshallLocationName" : "x-amzn-principal",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "x-amzn-principal",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Principal",
"setterDocumentation" : "/**The principal, such as a certificate or other credential.
\n@param principal The principal, such as a certificate or other credential.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "principal",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The principal, such as a certificate or other credential.
\n@param principal The principal, such as a certificate or other credential.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "principal",
"variableType" : "String",
"documentation" : "The principal, such as a certificate or other credential.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Principal" : {
"c2jName" : "principal",
"c2jShape" : "Principal",
"deprecated" : false,
"documentation" : "The principal, such as a certificate or other credential.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The principal, such as a certificate or other credential.
\n@param principal The principal, such as a certificate or other credential.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The principal, such as a certificate or other credential.
\n@return The principal, such as a certificate or other credential.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : true,
"isPayload" : false,
"isStreaming" : false,
"location" : "header",
"marshallLocationName" : "x-amzn-principal",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "x-amzn-principal",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Principal",
"setterDocumentation" : "/**The principal, such as a certificate or other credential.
\n@param principal The principal, such as a certificate or other credential.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "principal",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The principal, such as a certificate or other credential.
\n@param principal The principal, such as a certificate or other credential.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "principal",
"variableType" : "String",
"documentation" : "The principal, such as a certificate or other credential.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ThingName" : {
"c2jName" : "thingName",
"c2jShape" : "ThingName",
"deprecated" : false,
"documentation" : "The name of the thing.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the thing.
\n@return The name of the thing.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "thingName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingName",
"setterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "The name of the thing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "thingName", "principal" ],
"shapeName" : "AttachThingPrincipalRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AttachThingPrincipalRequest",
"variableName" : "attachThingPrincipalRequest",
"variableType" : "AttachThingPrincipalRequest",
"documentation" : null,
"simpleType" : "AttachThingPrincipalRequest",
"variableSetterType" : "AttachThingPrincipalRequest"
},
"wrapper" : false
},
"AttachThingPrincipalResult" : {
"c2jName" : "AttachThingPrincipalResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output from the AttachThingPrincipal operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "AttachThingPrincipalResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AttachThingPrincipalResult",
"variableName" : "attachThingPrincipalResult",
"variableType" : "AttachThingPrincipalResult",
"documentation" : null,
"simpleType" : "AttachThingPrincipalResult",
"variableSetterType" : "AttachThingPrincipalResult"
},
"wrapper" : false
},
"AttributePayload" : {
"c2jName" : "AttributePayload",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The attribute payload.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "attributes",
"c2jShape" : "Attributes",
"deprecated" : false,
"documentation" : "A JSON string containing up to three key-value pair in JSON format. For example:
{\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
",
"enumType" : null,
"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.*/",
"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\\\"}})
*/",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attributes",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"c2jName" : "value",
"c2jShape" : "AttributeValue",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**\n@param value */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueType" : "String",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "java.util.HashMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : true
},
"name" : "Attributes",
"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\\\"}})
*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "attributes",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "merge",
"c2jShape" : "Flag",
"deprecated" : false,
"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
.
",
"enumType" : null,
"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.*/",
"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
.
*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "merge",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "merge",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Merge",
"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
.
*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "merge",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "merge",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Attributes" : {
"c2jName" : "attributes",
"c2jShape" : "Attributes",
"deprecated" : false,
"documentation" : "A JSON string containing up to three key-value pair in JSON format. For example:
{\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
",
"enumType" : null,
"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.*/",
"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\\\"}})
*/",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attributes",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"c2jName" : "value",
"c2jShape" : "AttributeValue",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**\n@param value */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueType" : "String",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "java.util.HashMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : true
},
"name" : "Attributes",
"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\\\"}})
*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "attributes",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"Merge" : {
"c2jName" : "merge",
"c2jShape" : "Flag",
"deprecated" : false,
"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
.
",
"enumType" : null,
"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.*/",
"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
.
*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "merge",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "merge",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Merge",
"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
.
*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "merge",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "merge",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "AttributePayload",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AttributePayload",
"variableName" : "attributePayload",
"variableType" : "AttributePayload",
"documentation" : null,
"simpleType" : "AttributePayload",
"variableSetterType" : "AttributePayload"
},
"wrapper" : false
},
"AutoRegistrationStatus" : {
"c2jName" : "AutoRegistrationStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "ENABLE",
"value" : "ENABLE"
}, {
"name" : "DISABLE",
"value" : "DISABLE"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "AutoRegistrationStatus",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AutoRegistrationStatus",
"variableName" : "autoRegistrationStatus",
"variableType" : "AutoRegistrationStatus",
"documentation" : null,
"simpleType" : "AutoRegistrationStatus",
"variableSetterType" : "AutoRegistrationStatus"
},
"wrapper" : false
},
"CACertificate" : {
"c2jName" : "CACertificate",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A CA certificate.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "certificateArn",
"c2jShape" : "CertificateArn",
"deprecated" : false,
"documentation" : "The ARN of the CA certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ARN of the CA certificate.
\n@param certificateArn The ARN of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ARN of the CA certificate.
\n@return The ARN of the CA certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateArn",
"setterDocumentation" : "/**The ARN of the CA certificate.
\n@param certificateArn The ARN of the CA certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ARN of the CA certificate.
\n@param certificateArn The ARN of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The ARN of the CA certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the CA certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the CA certificate.
\n@param certificateId The ID of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the CA certificate.
\n@return The ID of the CA certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The ID of the CA certificate.
\n@param certificateId The ID of the CA certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the CA certificate.
\n@param certificateId The ID of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The ID of the CA certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "status",
"c2jShape" : "CACertificateStatus",
"deprecated" : false,
"documentation" : "The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
",
"enumType" : "CACertificateStatus",
"fluentSetterDocumentation" : "/**The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
\n@param status The status of the CA certificate. The status value REGISTER_INACTIVE is deprecated and should not be used.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CACertificateStatus*/",
"getterDocumentation" : "/**
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
\n@return The status of the CA certificate. The status value REGISTER_INACTIVE is deprecated and should not be used.\n@see CACertificateStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
\n@param status The status of the CA certificate. The status value REGISTER_INACTIVE is deprecated and should not be used.\n@see CACertificateStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
\n@param status The status of the CA certificate. The status value REGISTER_INACTIVE is deprecated and should not be used.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CACertificateStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "creationDate",
"c2jShape" : "DateType",
"deprecated" : false,
"documentation" : "The date the CA certificate was created.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The date the CA certificate was created.
\n@return The date the CA certificate was created.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "creationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreationDate",
"setterDocumentation" : "/**The date the CA certificate was created.
\n@param creationDate The date the CA certificate was created.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "The date the CA certificate was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CertificateArn" : {
"c2jName" : "certificateArn",
"c2jShape" : "CertificateArn",
"deprecated" : false,
"documentation" : "The ARN of the CA certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ARN of the CA certificate.
\n@param certificateArn The ARN of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ARN of the CA certificate.
\n@return The ARN of the CA certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateArn",
"setterDocumentation" : "/**The ARN of the CA certificate.
\n@param certificateArn The ARN of the CA certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ARN of the CA certificate.
\n@param certificateArn The ARN of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The ARN of the CA certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificateId" : {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the CA certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the CA certificate.
\n@param certificateId The ID of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the CA certificate.
\n@return The ID of the CA certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The ID of the CA certificate.
\n@param certificateId The ID of the CA certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the CA certificate.
\n@param certificateId The ID of the CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The ID of the CA certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CreationDate" : {
"c2jName" : "creationDate",
"c2jShape" : "DateType",
"deprecated" : false,
"documentation" : "The date the CA certificate was created.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The date the CA certificate was created.
\n@return The date the CA certificate was created.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "creationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreationDate",
"setterDocumentation" : "/**The date the CA certificate was created.
\n@param creationDate The date the CA certificate was created.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "The date the CA certificate was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"c2jName" : "status",
"c2jShape" : "CACertificateStatus",
"deprecated" : false,
"documentation" : "The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
",
"enumType" : "CACertificateStatus",
"fluentSetterDocumentation" : "/**The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
\n@param status The status of the CA certificate. The status value REGISTER_INACTIVE is deprecated and should not be used.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CACertificateStatus*/",
"getterDocumentation" : "/**
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
\n@return The status of the CA certificate. The status value REGISTER_INACTIVE is deprecated and should not be used.\n@see CACertificateStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
\n@param status The status of the CA certificate. The status value REGISTER_INACTIVE is deprecated and should not be used.\n@see CACertificateStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
\n@param status The status of the CA certificate. The status value REGISTER_INACTIVE is deprecated and should not be used.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CACertificateStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CACertificate",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CACertificate",
"variableName" : "cACertificate",
"variableType" : "CACertificate",
"documentation" : null,
"simpleType" : "CACertificate",
"variableSetterType" : "CACertificate"
},
"wrapper" : false
},
"CACertificateDescription" : {
"c2jName" : "CACertificateDescription",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes a CA certificate.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "certificateArn",
"c2jShape" : "CertificateArn",
"deprecated" : false,
"documentation" : "The CA certificate ARN.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The CA certificate ARN.
\n@return The CA certificate ARN.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateArn",
"setterDocumentation" : "/**The CA certificate ARN.
\n@param certificateArn The CA certificate ARN.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The CA certificate ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The CA certificate ID.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The CA certificate ID.
\n@return The CA certificate ID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The CA certificate ID.
\n@param certificateId The CA certificate ID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The CA certificate ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "status",
"c2jShape" : "CACertificateStatus",
"deprecated" : false,
"documentation" : "The status of a CA certificate.
",
"enumType" : "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*/",
"getterDocumentation" : "/**The status of a CA certificate.
\n@return The status of a CA certificate.\n@see CACertificateStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**The status of a CA certificate.
\n@param status The status of a CA certificate.\n@see CACertificateStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of a CA certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "certificatePem",
"c2jShape" : "CertificatePem",
"deprecated" : false,
"documentation" : "The CA certificate data, in PEM format.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The CA certificate data, in PEM format.
\n@return The CA certificate data, in PEM format.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificatePem",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificatePem",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificatePem",
"setterDocumentation" : "/**The CA certificate data, in PEM format.
\n@param certificatePem The CA certificate data, in PEM format.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "The CA certificate data, in PEM format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ownedBy",
"c2jShape" : "AwsAccountId",
"deprecated" : false,
"documentation" : "The owner of the CA certificate.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The owner of the CA certificate.
\n@return The owner of the CA certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ownedBy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ownedBy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OwnedBy",
"setterDocumentation" : "/**The owner of the CA certificate.
\n@param ownedBy The owner of the CA certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ownedBy",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ownedBy",
"variableType" : "String",
"documentation" : "The owner of the CA certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "creationDate",
"c2jShape" : "DateType",
"deprecated" : false,
"documentation" : "The date the CA certificate was created.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The date the CA certificate was created.
\n@return The date the CA certificate was created.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "creationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreationDate",
"setterDocumentation" : "/**The date the CA certificate was created.
\n@param creationDate The date the CA certificate was created.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "The date the CA certificate was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "autoRegistrationStatus",
"c2jShape" : "AutoRegistrationStatus",
"deprecated" : false,
"documentation" : "Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"
",
"enumType" : "AutoRegistrationStatus",
"fluentSetterDocumentation" : "/**Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"
\n@param autoRegistrationStatus Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"\n@return Returns a reference to this object so that method calls can be chained together.\n@see AutoRegistrationStatus*/",
"getterDocumentation" : "/**Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"
\n@return Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"\n@see AutoRegistrationStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "autoRegistrationStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "autoRegistrationStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AutoRegistrationStatus",
"setterDocumentation" : "/**Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"
\n@param autoRegistrationStatus Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"\n@see AutoRegistrationStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "autoRegistrationStatus",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"
\n@param autoRegistrationStatus Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"\n@return Returns a reference to this object so that method calls can be chained together.\n@see AutoRegistrationStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "autoRegistrationStatus",
"variableType" : "String",
"documentation" : "Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AutoRegistrationStatus" : {
"c2jName" : "autoRegistrationStatus",
"c2jShape" : "AutoRegistrationStatus",
"deprecated" : false,
"documentation" : "Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"
",
"enumType" : "AutoRegistrationStatus",
"fluentSetterDocumentation" : "/**Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"
\n@param autoRegistrationStatus Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"\n@return Returns a reference to this object so that method calls can be chained together.\n@see AutoRegistrationStatus*/",
"getterDocumentation" : "/**Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"
\n@return Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"\n@see AutoRegistrationStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "autoRegistrationStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "autoRegistrationStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AutoRegistrationStatus",
"setterDocumentation" : "/**Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"
\n@param autoRegistrationStatus Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"\n@see AutoRegistrationStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "autoRegistrationStatus",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"
\n@param autoRegistrationStatus Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"\n@return Returns a reference to this object so that method calls can be chained together.\n@see AutoRegistrationStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "autoRegistrationStatus",
"variableType" : "String",
"documentation" : "Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificateArn" : {
"c2jName" : "certificateArn",
"c2jShape" : "CertificateArn",
"deprecated" : false,
"documentation" : "The CA certificate ARN.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The CA certificate ARN.
\n@return The CA certificate ARN.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateArn",
"setterDocumentation" : "/**The CA certificate ARN.
\n@param certificateArn The CA certificate ARN.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The CA certificate ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificateId" : {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The CA certificate ID.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The CA certificate ID.
\n@return The CA certificate ID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The CA certificate ID.
\n@param certificateId The CA certificate ID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The CA certificate ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificatePem" : {
"c2jName" : "certificatePem",
"c2jShape" : "CertificatePem",
"deprecated" : false,
"documentation" : "The CA certificate data, in PEM format.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The CA certificate data, in PEM format.
\n@return The CA certificate data, in PEM format.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificatePem",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificatePem",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificatePem",
"setterDocumentation" : "/**The CA certificate data, in PEM format.
\n@param certificatePem The CA certificate data, in PEM format.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "The CA certificate data, in PEM format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CreationDate" : {
"c2jName" : "creationDate",
"c2jShape" : "DateType",
"deprecated" : false,
"documentation" : "The date the CA certificate was created.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The date the CA certificate was created.
\n@return The date the CA certificate was created.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "creationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreationDate",
"setterDocumentation" : "/**The date the CA certificate was created.
\n@param creationDate The date the CA certificate was created.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "The date the CA certificate was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"OwnedBy" : {
"c2jName" : "ownedBy",
"c2jShape" : "AwsAccountId",
"deprecated" : false,
"documentation" : "The owner of the CA certificate.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The owner of the CA certificate.
\n@return The owner of the CA certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ownedBy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ownedBy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OwnedBy",
"setterDocumentation" : "/**The owner of the CA certificate.
\n@param ownedBy The owner of the CA certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ownedBy",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ownedBy",
"variableType" : "String",
"documentation" : "The owner of the CA certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"c2jName" : "status",
"c2jShape" : "CACertificateStatus",
"deprecated" : false,
"documentation" : "The status of a CA certificate.
",
"enumType" : "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*/",
"getterDocumentation" : "/**The status of a CA certificate.
\n@return The status of a CA certificate.\n@see CACertificateStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**The status of a CA certificate.
\n@param status The status of a CA certificate.\n@see CACertificateStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of a CA certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CACertificateDescription",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CACertificateDescription",
"variableName" : "cACertificateDescription",
"variableType" : "CACertificateDescription",
"documentation" : null,
"simpleType" : "CACertificateDescription",
"variableSetterType" : "CACertificateDescription"
},
"wrapper" : false
},
"CACertificateStatus" : {
"c2jName" : "CACertificateStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "ACTIVE",
"value" : "ACTIVE"
}, {
"name" : "INACTIVE",
"value" : "INACTIVE"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "CACertificateStatus",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CACertificateStatus",
"variableName" : "cACertificateStatus",
"variableType" : "CACertificateStatus",
"documentation" : null,
"simpleType" : "CACertificateStatus",
"variableSetterType" : "CACertificateStatus"
},
"wrapper" : false
},
"CancelCertificateTransferRequest" : {
"c2jName" : "CancelCertificateTransferRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the CancelCertificateTransfer operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CancelCertificateTransfer",
"locationName" : null,
"requestUri" : "/cancel-certificate-transfer/{certificateId}",
"target" : null,
"verb" : "PATCH",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the certificate.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the certificate.
\n@return The ID of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "certificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateId",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The ID of the certificate.
\n@param certificateId The ID of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The ID of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CertificateId" : {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the certificate.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the certificate.
\n@return The ID of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "certificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateId",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The ID of the certificate.
\n@param certificateId The ID of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The ID of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "certificateId" ],
"shapeName" : "CancelCertificateTransferRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CancelCertificateTransferRequest",
"variableName" : "cancelCertificateTransferRequest",
"variableType" : "CancelCertificateTransferRequest",
"documentation" : null,
"simpleType" : "CancelCertificateTransferRequest",
"variableSetterType" : "CancelCertificateTransferRequest"
},
"wrapper" : false
},
"CancelCertificateTransferResult" : {
"c2jName" : "CancelCertificateTransferResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "CancelCertificateTransferResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CancelCertificateTransferResult",
"variableName" : "cancelCertificateTransferResult",
"variableType" : "CancelCertificateTransferResult",
"documentation" : null,
"simpleType" : "CancelCertificateTransferResult",
"variableSetterType" : "CancelCertificateTransferResult"
},
"wrapper" : false
},
"CannedAccessControlList" : {
"c2jName" : "CannedAccessControlList",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "Private",
"value" : "private"
}, {
"name" : "PublicRead",
"value" : "public-read"
}, {
"name" : "PublicReadWrite",
"value" : "public-read-write"
}, {
"name" : "AwsExecRead",
"value" : "aws-exec-read"
}, {
"name" : "AuthenticatedRead",
"value" : "authenticated-read"
}, {
"name" : "BucketOwnerRead",
"value" : "bucket-owner-read"
}, {
"name" : "BucketOwnerFullControl",
"value" : "bucket-owner-full-control"
}, {
"name" : "LogDeliveryWrite",
"value" : "log-delivery-write"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "CannedAccessControlList",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CannedAccessControlList",
"variableName" : "cannedAccessControlList",
"variableType" : "CannedAccessControlList",
"documentation" : null,
"simpleType" : "CannedAccessControlList",
"variableSetterType" : "CannedAccessControlList"
},
"wrapper" : false
},
"Certificate" : {
"c2jName" : "Certificate",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Information about a certificate.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "certificateArn",
"c2jShape" : "CertificateArn",
"deprecated" : false,
"documentation" : "The ARN of the certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ARN of the certificate.
\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ARN of the certificate.
\n@return The ARN of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateArn",
"setterDocumentation" : "/**The ARN of the certificate.
\n@param certificateArn The ARN of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ARN of the certificate.
\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The ARN of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the certificate.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the certificate.
\n@return The ID of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The ID of the certificate.
\n@param certificateId The ID of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The ID of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "status",
"c2jShape" : "CertificateStatus",
"deprecated" : false,
"documentation" : "The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
",
"enumType" : "CertificateStatus",
"fluentSetterDocumentation" : "/**The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
\n@param status The status of the certificate. The status value REGISTER_INACTIVE is deprecated and should not be used.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus*/",
"getterDocumentation" : "/**
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
\n@return The status of the certificate. The status value REGISTER_INACTIVE is deprecated and should not be used.\n@see CertificateStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
\n@param status The status of the certificate. The status value REGISTER_INACTIVE is deprecated and should not be used.\n@see CertificateStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
\n@param status The status of the certificate. The status value REGISTER_INACTIVE is deprecated and should not be used.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "creationDate",
"c2jShape" : "DateType",
"deprecated" : false,
"documentation" : "The date and time the certificate was created.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The date and time the certificate was created.
\n@param creationDate The date and time the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The date and time the certificate was created.
\n@return The date and time the certificate was created.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "creationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreationDate",
"setterDocumentation" : "/**The date and time the certificate was created.
\n@param creationDate The date and time the certificate was created.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The date and time the certificate was created.
\n@param creationDate The date and time the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "The date and time the certificate was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CertificateArn" : {
"c2jName" : "certificateArn",
"c2jShape" : "CertificateArn",
"deprecated" : false,
"documentation" : "The ARN of the certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ARN of the certificate.
\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ARN of the certificate.
\n@return The ARN of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateArn",
"setterDocumentation" : "/**The ARN of the certificate.
\n@param certificateArn The ARN of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ARN of the certificate.
\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The ARN of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificateId" : {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the certificate.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the certificate.
\n@return The ID of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The ID of the certificate.
\n@param certificateId The ID of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The ID of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CreationDate" : {
"c2jName" : "creationDate",
"c2jShape" : "DateType",
"deprecated" : false,
"documentation" : "The date and time the certificate was created.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The date and time the certificate was created.
\n@param creationDate The date and time the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The date and time the certificate was created.
\n@return The date and time the certificate was created.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "creationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreationDate",
"setterDocumentation" : "/**The date and time the certificate was created.
\n@param creationDate The date and time the certificate was created.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The date and time the certificate was created.
\n@param creationDate The date and time the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "The date and time the certificate was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"c2jName" : "status",
"c2jShape" : "CertificateStatus",
"deprecated" : false,
"documentation" : "The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
",
"enumType" : "CertificateStatus",
"fluentSetterDocumentation" : "/**The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
\n@param status The status of the certificate. The status value REGISTER_INACTIVE is deprecated and should not be used.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus*/",
"getterDocumentation" : "/**
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
\n@return The status of the certificate. The status value REGISTER_INACTIVE is deprecated and should not be used.\n@see CertificateStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
\n@param status The status of the certificate. The status value REGISTER_INACTIVE is deprecated and should not be used.\n@see CertificateStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
\n@param status The status of the certificate. The status value REGISTER_INACTIVE is deprecated and should not be used.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "Certificate",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Certificate",
"variableName" : "certificate",
"variableType" : "Certificate",
"documentation" : null,
"simpleType" : "Certificate",
"variableSetterType" : "Certificate"
},
"wrapper" : false
},
"CertificateConflictException" : {
"c2jName" : "CertificateConflictException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"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.
",
"enums" : null,
"errorCode" : "CertificateConflictException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "CertificateConflictException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CertificateConflictException",
"variableName" : "certificateConflictException",
"variableType" : "CertificateConflictException",
"documentation" : null,
"simpleType" : "CertificateConflictException",
"variableSetterType" : "CertificateConflictException"
},
"wrapper" : false
},
"CertificateDescription" : {
"c2jName" : "CertificateDescription",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes a certificate.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "certificateArn",
"c2jShape" : "CertificateArn",
"deprecated" : false,
"documentation" : "The ARN of the certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ARN of the certificate.
\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ARN of the certificate.
\n@return The ARN of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateArn",
"setterDocumentation" : "/**The ARN of the certificate.
\n@param certificateArn The ARN of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ARN of the certificate.
\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The ARN of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the certificate.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the certificate.
\n@return The ID of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The ID of the certificate.
\n@param certificateId The ID of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The ID of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "caCertificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The certificate ID of the CA certificate used to sign this certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The certificate ID of the CA certificate used to sign this certificate.
\n@param caCertificateId The certificate ID of the CA certificate used to sign this certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The certificate ID of the CA certificate used to sign this certificate.
\n@return The certificate ID of the CA certificate used to sign this certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "caCertificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caCertificateId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CaCertificateId",
"setterDocumentation" : "/**The certificate ID of the CA certificate used to sign this certificate.
\n@param caCertificateId The certificate ID of the CA certificate used to sign this certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caCertificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The certificate ID of the CA certificate used to sign this certificate.
\n@param caCertificateId The certificate ID of the CA certificate used to sign this certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caCertificateId",
"variableType" : "String",
"documentation" : "The certificate ID of the CA certificate used to sign this certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "status",
"c2jShape" : "CertificateStatus",
"deprecated" : false,
"documentation" : "The status of the certificate.
",
"enumType" : "CertificateStatus",
"fluentSetterDocumentation" : "/**The status of the certificate.
\n@param status The status of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus*/",
"getterDocumentation" : "/**The status of the certificate.
\n@return The status of the certificate.\n@see CertificateStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**The status of the certificate.
\n@param status The status of the certificate.\n@see CertificateStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The status of the certificate.
\n@param status The status of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "certificatePem",
"c2jShape" : "CertificatePem",
"deprecated" : false,
"documentation" : "The certificate data, in PEM format.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The certificate data, in PEM format.
\n@return The certificate data, in PEM format.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificatePem",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificatePem",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificatePem",
"setterDocumentation" : "/**The certificate data, in PEM format.
\n@param certificatePem The certificate data, in PEM format.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "The certificate data, in PEM format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ownedBy",
"c2jShape" : "AwsAccountId",
"deprecated" : false,
"documentation" : "The ID of the AWS account that owns the certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the AWS account that owns the certificate.
\n@param ownedBy The ID of the AWS account that owns the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the AWS account that owns the certificate.
\n@return The ID of the AWS account that owns the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ownedBy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ownedBy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OwnedBy",
"setterDocumentation" : "/**The ID of the AWS account that owns the certificate.
\n@param ownedBy The ID of the AWS account that owns the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ownedBy",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the AWS account that owns the certificate.
\n@param ownedBy The ID of the AWS account that owns the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ownedBy",
"variableType" : "String",
"documentation" : "The ID of the AWS account that owns the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "previousOwnedBy",
"c2jShape" : "AwsAccountId",
"deprecated" : false,
"documentation" : "The ID of the AWS account of the previous owner of the certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the AWS account of the previous owner of the certificate.
\n@param previousOwnedBy The ID of the AWS account of the previous owner of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the AWS account of the previous owner of the certificate.
\n@return The ID of the AWS account of the previous owner of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "previousOwnedBy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "previousOwnedBy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PreviousOwnedBy",
"setterDocumentation" : "/**The ID of the AWS account of the previous owner of the certificate.
\n@param previousOwnedBy The ID of the AWS account of the previous owner of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "previousOwnedBy",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the AWS account of the previous owner of the certificate.
\n@param previousOwnedBy The ID of the AWS account of the previous owner of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "previousOwnedBy",
"variableType" : "String",
"documentation" : "The ID of the AWS account of the previous owner of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "creationDate",
"c2jShape" : "DateType",
"deprecated" : false,
"documentation" : "The date and time the certificate was created.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The date and time the certificate was created.
\n@param creationDate The date and time the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The date and time the certificate was created.
\n@return The date and time the certificate was created.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "creationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreationDate",
"setterDocumentation" : "/**The date and time the certificate was created.
\n@param creationDate The date and time the certificate was created.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The date and time the certificate was created.
\n@param creationDate The date and time the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "The date and time the certificate was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "lastModifiedDate",
"c2jShape" : "DateType",
"deprecated" : false,
"documentation" : "The date and time the certificate was last modified.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The date and time the certificate was last modified.
\n@param lastModifiedDate The date and time the certificate was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The date and time the certificate was last modified.
\n@return The date and time the certificate was last modified.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "lastModifiedDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastModifiedDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LastModifiedDate",
"setterDocumentation" : "/**The date and time the certificate was last modified.
\n@param lastModifiedDate The date and time the certificate was last modified.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "lastModifiedDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The date and time the certificate was last modified.
\n@param lastModifiedDate The date and time the certificate was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "lastModifiedDate",
"variableType" : "java.util.Date",
"documentation" : "The date and time the certificate was last modified.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "transferData",
"c2jShape" : "TransferData",
"deprecated" : false,
"documentation" : "The transfer data.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The transfer data.
\n@param transferData The transfer data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The transfer data.
\n@return The transfer data.*/",
"getterModel" : {
"returnType" : "TransferData",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "transferData",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "transferData",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TransferData",
"setterDocumentation" : "/**The transfer data.
\n@param transferData The transfer data.*/",
"setterModel" : {
"variableDeclarationType" : "TransferData",
"variableName" : "transferData",
"variableType" : "TransferData",
"documentation" : "",
"simpleType" : "TransferData",
"variableSetterType" : "TransferData"
},
"simple" : false,
"varargSetterDocumentation" : "/**The transfer data.
\n@param transferData The transfer data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "TransferData",
"variableName" : "transferData",
"variableType" : "TransferData",
"documentation" : "The transfer data.
",
"simpleType" : "TransferData",
"variableSetterType" : "TransferData"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CaCertificateId" : {
"c2jName" : "caCertificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The certificate ID of the CA certificate used to sign this certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The certificate ID of the CA certificate used to sign this certificate.
\n@param caCertificateId The certificate ID of the CA certificate used to sign this certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The certificate ID of the CA certificate used to sign this certificate.
\n@return The certificate ID of the CA certificate used to sign this certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "caCertificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caCertificateId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CaCertificateId",
"setterDocumentation" : "/**The certificate ID of the CA certificate used to sign this certificate.
\n@param caCertificateId The certificate ID of the CA certificate used to sign this certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caCertificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The certificate ID of the CA certificate used to sign this certificate.
\n@param caCertificateId The certificate ID of the CA certificate used to sign this certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caCertificateId",
"variableType" : "String",
"documentation" : "The certificate ID of the CA certificate used to sign this certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificateArn" : {
"c2jName" : "certificateArn",
"c2jShape" : "CertificateArn",
"deprecated" : false,
"documentation" : "The ARN of the certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ARN of the certificate.
\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ARN of the certificate.
\n@return The ARN of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateArn",
"setterDocumentation" : "/**The ARN of the certificate.
\n@param certificateArn The ARN of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ARN of the certificate.
\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The ARN of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificateId" : {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the certificate.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the certificate.
\n@return The ID of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The ID of the certificate.
\n@param certificateId The ID of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The ID of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificatePem" : {
"c2jName" : "certificatePem",
"c2jShape" : "CertificatePem",
"deprecated" : false,
"documentation" : "The certificate data, in PEM format.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The certificate data, in PEM format.
\n@return The certificate data, in PEM format.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificatePem",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificatePem",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificatePem",
"setterDocumentation" : "/**The certificate data, in PEM format.
\n@param certificatePem The certificate data, in PEM format.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "The certificate data, in PEM format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CreationDate" : {
"c2jName" : "creationDate",
"c2jShape" : "DateType",
"deprecated" : false,
"documentation" : "The date and time the certificate was created.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The date and time the certificate was created.
\n@param creationDate The date and time the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The date and time the certificate was created.
\n@return The date and time the certificate was created.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "creationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreationDate",
"setterDocumentation" : "/**The date and time the certificate was created.
\n@param creationDate The date and time the certificate was created.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The date and time the certificate was created.
\n@param creationDate The date and time the certificate was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "The date and time the certificate was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"LastModifiedDate" : {
"c2jName" : "lastModifiedDate",
"c2jShape" : "DateType",
"deprecated" : false,
"documentation" : "The date and time the certificate was last modified.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The date and time the certificate was last modified.
\n@param lastModifiedDate The date and time the certificate was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The date and time the certificate was last modified.
\n@return The date and time the certificate was last modified.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "lastModifiedDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastModifiedDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LastModifiedDate",
"setterDocumentation" : "/**The date and time the certificate was last modified.
\n@param lastModifiedDate The date and time the certificate was last modified.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "lastModifiedDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The date and time the certificate was last modified.
\n@param lastModifiedDate The date and time the certificate was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "lastModifiedDate",
"variableType" : "java.util.Date",
"documentation" : "The date and time the certificate was last modified.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"OwnedBy" : {
"c2jName" : "ownedBy",
"c2jShape" : "AwsAccountId",
"deprecated" : false,
"documentation" : "The ID of the AWS account that owns the certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the AWS account that owns the certificate.
\n@param ownedBy The ID of the AWS account that owns the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the AWS account that owns the certificate.
\n@return The ID of the AWS account that owns the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ownedBy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ownedBy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OwnedBy",
"setterDocumentation" : "/**The ID of the AWS account that owns the certificate.
\n@param ownedBy The ID of the AWS account that owns the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ownedBy",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the AWS account that owns the certificate.
\n@param ownedBy The ID of the AWS account that owns the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ownedBy",
"variableType" : "String",
"documentation" : "The ID of the AWS account that owns the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PreviousOwnedBy" : {
"c2jName" : "previousOwnedBy",
"c2jShape" : "AwsAccountId",
"deprecated" : false,
"documentation" : "The ID of the AWS account of the previous owner of the certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the AWS account of the previous owner of the certificate.
\n@param previousOwnedBy The ID of the AWS account of the previous owner of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the AWS account of the previous owner of the certificate.
\n@return The ID of the AWS account of the previous owner of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "previousOwnedBy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "previousOwnedBy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PreviousOwnedBy",
"setterDocumentation" : "/**The ID of the AWS account of the previous owner of the certificate.
\n@param previousOwnedBy The ID of the AWS account of the previous owner of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "previousOwnedBy",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the AWS account of the previous owner of the certificate.
\n@param previousOwnedBy The ID of the AWS account of the previous owner of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "previousOwnedBy",
"variableType" : "String",
"documentation" : "The ID of the AWS account of the previous owner of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"c2jName" : "status",
"c2jShape" : "CertificateStatus",
"deprecated" : false,
"documentation" : "The status of the certificate.
",
"enumType" : "CertificateStatus",
"fluentSetterDocumentation" : "/**The status of the certificate.
\n@param status The status of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus*/",
"getterDocumentation" : "/**The status of the certificate.
\n@return The status of the certificate.\n@see CertificateStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**The status of the certificate.
\n@param status The status of the certificate.\n@see CertificateStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The status of the certificate.
\n@param status The status of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TransferData" : {
"c2jName" : "transferData",
"c2jShape" : "TransferData",
"deprecated" : false,
"documentation" : "The transfer data.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The transfer data.
\n@param transferData The transfer data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The transfer data.
\n@return The transfer data.*/",
"getterModel" : {
"returnType" : "TransferData",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "transferData",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "transferData",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TransferData",
"setterDocumentation" : "/**The transfer data.
\n@param transferData The transfer data.*/",
"setterModel" : {
"variableDeclarationType" : "TransferData",
"variableName" : "transferData",
"variableType" : "TransferData",
"documentation" : "",
"simpleType" : "TransferData",
"variableSetterType" : "TransferData"
},
"simple" : false,
"varargSetterDocumentation" : "/**The transfer data.
\n@param transferData The transfer data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "TransferData",
"variableName" : "transferData",
"variableType" : "TransferData",
"documentation" : "The transfer data.
",
"simpleType" : "TransferData",
"variableSetterType" : "TransferData"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CertificateDescription",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CertificateDescription",
"variableName" : "certificateDescription",
"variableType" : "CertificateDescription",
"documentation" : null,
"simpleType" : "CertificateDescription",
"variableSetterType" : "CertificateDescription"
},
"wrapper" : false
},
"CertificateStateException" : {
"c2jName" : "CertificateStateException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The certificate operation is not allowed.
",
"enums" : null,
"errorCode" : "CertificateStateException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "CertificateStateException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CertificateStateException",
"variableName" : "certificateStateException",
"variableType" : "CertificateStateException",
"documentation" : null,
"simpleType" : "CertificateStateException",
"variableSetterType" : "CertificateStateException"
},
"wrapper" : false
},
"CertificateStatus" : {
"c2jName" : "CertificateStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "ACTIVE",
"value" : "ACTIVE"
}, {
"name" : "INACTIVE",
"value" : "INACTIVE"
}, {
"name" : "REVOKED",
"value" : "REVOKED"
}, {
"name" : "PENDING_TRANSFER",
"value" : "PENDING_TRANSFER"
}, {
"name" : "REGISTER_INACTIVE",
"value" : "REGISTER_INACTIVE"
}, {
"name" : "PENDING_ACTIVATION",
"value" : "PENDING_ACTIVATION"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "CertificateStatus",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CertificateStatus",
"variableName" : "certificateStatus",
"variableType" : "CertificateStatus",
"documentation" : null,
"simpleType" : "CertificateStatus",
"variableSetterType" : "CertificateStatus"
},
"wrapper" : false
},
"CertificateValidationException" : {
"c2jName" : "CertificateValidationException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The certificate is invalid.
",
"enums" : null,
"errorCode" : "CertificateValidationException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "CertificateValidationException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CertificateValidationException",
"variableName" : "certificateValidationException",
"variableType" : "CertificateValidationException",
"documentation" : null,
"simpleType" : "CertificateValidationException",
"variableSetterType" : "CertificateValidationException"
},
"wrapper" : false
},
"CloudwatchAlarmAction" : {
"c2jName" : "CloudwatchAlarmAction",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes an action that updates a CloudWatch alarm.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "roleArn",
"c2jShape" : "AwsArn",
"deprecated" : false,
"documentation" : "The IAM role that allows access to the CloudWatch alarm.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IAM role that allows access to the CloudWatch alarm.
\n@param roleArn The IAM role that allows access to the CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The IAM role that allows access to the CloudWatch alarm.
\n@return The IAM role that allows access to the CloudWatch alarm.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "roleArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleArn",
"setterDocumentation" : "/**The IAM role that allows access to the CloudWatch alarm.
\n@param roleArn The IAM role that allows access to the CloudWatch alarm.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The IAM role that allows access to the CloudWatch alarm.
\n@param roleArn The IAM role that allows access to the CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The IAM role that allows access to the CloudWatch alarm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "alarmName",
"c2jShape" : "AlarmName",
"deprecated" : false,
"documentation" : "The CloudWatch alarm name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The CloudWatch alarm name.
\n@param alarmName The CloudWatch alarm name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The CloudWatch alarm name.
\n@return The CloudWatch alarm name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "alarmName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "alarmName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AlarmName",
"setterDocumentation" : "/**The CloudWatch alarm name.
\n@param alarmName The CloudWatch alarm name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alarmName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The CloudWatch alarm name.
\n@param alarmName The CloudWatch alarm name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alarmName",
"variableType" : "String",
"documentation" : "The CloudWatch alarm name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "stateReason",
"c2jShape" : "StateReason",
"deprecated" : false,
"documentation" : "The reason for the alarm change.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The reason for the alarm change.
\n@param stateReason The reason for the alarm change.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The reason for the alarm change.
\n@return The reason for the alarm change.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "stateReason",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "stateReason",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StateReason",
"setterDocumentation" : "/**The reason for the alarm change.
\n@param stateReason The reason for the alarm change.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateReason",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The reason for the alarm change.
\n@param stateReason The reason for the alarm change.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateReason",
"variableType" : "String",
"documentation" : "The reason for the alarm change.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "stateValue",
"c2jShape" : "StateValue",
"deprecated" : false,
"documentation" : "The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.
\n@param stateValue The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.
\n@return The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "stateValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "stateValue",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StateValue",
"setterDocumentation" : "/**The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.
\n@param stateValue The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateValue",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.
\n@param stateValue The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateValue",
"variableType" : "String",
"documentation" : "The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AlarmName" : {
"c2jName" : "alarmName",
"c2jShape" : "AlarmName",
"deprecated" : false,
"documentation" : "The CloudWatch alarm name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The CloudWatch alarm name.
\n@param alarmName The CloudWatch alarm name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The CloudWatch alarm name.
\n@return The CloudWatch alarm name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "alarmName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "alarmName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AlarmName",
"setterDocumentation" : "/**The CloudWatch alarm name.
\n@param alarmName The CloudWatch alarm name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "alarmName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The CloudWatch alarm name.
\n@param alarmName The CloudWatch alarm name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "alarmName",
"variableType" : "String",
"documentation" : "The CloudWatch alarm name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleArn" : {
"c2jName" : "roleArn",
"c2jShape" : "AwsArn",
"deprecated" : false,
"documentation" : "The IAM role that allows access to the CloudWatch alarm.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IAM role that allows access to the CloudWatch alarm.
\n@param roleArn The IAM role that allows access to the CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The IAM role that allows access to the CloudWatch alarm.
\n@return The IAM role that allows access to the CloudWatch alarm.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "roleArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleArn",
"setterDocumentation" : "/**The IAM role that allows access to the CloudWatch alarm.
\n@param roleArn The IAM role that allows access to the CloudWatch alarm.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The IAM role that allows access to the CloudWatch alarm.
\n@param roleArn The IAM role that allows access to the CloudWatch alarm.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The IAM role that allows access to the CloudWatch alarm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StateReason" : {
"c2jName" : "stateReason",
"c2jShape" : "StateReason",
"deprecated" : false,
"documentation" : "The reason for the alarm change.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The reason for the alarm change.
\n@param stateReason The reason for the alarm change.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The reason for the alarm change.
\n@return The reason for the alarm change.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "stateReason",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "stateReason",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StateReason",
"setterDocumentation" : "/**The reason for the alarm change.
\n@param stateReason The reason for the alarm change.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateReason",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The reason for the alarm change.
\n@param stateReason The reason for the alarm change.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateReason",
"variableType" : "String",
"documentation" : "The reason for the alarm change.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StateValue" : {
"c2jName" : "stateValue",
"c2jShape" : "StateValue",
"deprecated" : false,
"documentation" : "The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.
\n@param stateValue The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.
\n@return The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "stateValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "stateValue",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StateValue",
"setterDocumentation" : "/**The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.
\n@param stateValue The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateValue",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.
\n@param stateValue The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateValue",
"variableType" : "String",
"documentation" : "The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "roleArn", "alarmName", "stateReason", "stateValue" ],
"shapeName" : "CloudwatchAlarmAction",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CloudwatchAlarmAction",
"variableName" : "cloudwatchAlarmAction",
"variableType" : "CloudwatchAlarmAction",
"documentation" : null,
"simpleType" : "CloudwatchAlarmAction",
"variableSetterType" : "CloudwatchAlarmAction"
},
"wrapper" : false
},
"CloudwatchMetricAction" : {
"c2jName" : "CloudwatchMetricAction",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes an action that captures a CloudWatch metric.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "roleArn",
"c2jShape" : "AwsArn",
"deprecated" : false,
"documentation" : "The IAM role that allows access to the CloudWatch metric.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IAM role that allows access to the CloudWatch metric.
\n@param roleArn The IAM role that allows access to the CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The IAM role that allows access to the CloudWatch metric.
\n@return The IAM role that allows access to the CloudWatch metric.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "roleArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleArn",
"setterDocumentation" : "/**The IAM role that allows access to the CloudWatch metric.
\n@param roleArn The IAM role that allows access to the CloudWatch metric.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The IAM role that allows access to the CloudWatch metric.
\n@param roleArn The IAM role that allows access to the CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The IAM role that allows access to the CloudWatch metric.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "metricNamespace",
"c2jShape" : "MetricNamespace",
"deprecated" : false,
"documentation" : "The CloudWatch metric namespace name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The CloudWatch metric namespace name.
\n@param metricNamespace The CloudWatch metric namespace name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The CloudWatch metric namespace name.
\n@return The CloudWatch metric namespace name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "metricNamespace",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "metricNamespace",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MetricNamespace",
"setterDocumentation" : "/**The CloudWatch metric namespace name.
\n@param metricNamespace The CloudWatch metric namespace name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricNamespace",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The CloudWatch metric namespace name.
\n@param metricNamespace The CloudWatch metric namespace name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricNamespace",
"variableType" : "String",
"documentation" : "The CloudWatch metric namespace name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "metricName",
"c2jShape" : "MetricName",
"deprecated" : false,
"documentation" : "The CloudWatch metric name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The CloudWatch metric name.
\n@param metricName The CloudWatch metric name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The CloudWatch metric name.
\n@return The CloudWatch metric name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "metricName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "metricName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MetricName",
"setterDocumentation" : "/**The CloudWatch metric name.
\n@param metricName The CloudWatch metric name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The CloudWatch metric name.
\n@param metricName The CloudWatch metric name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : "The CloudWatch metric name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "metricValue",
"c2jShape" : "MetricValue",
"deprecated" : false,
"documentation" : "The CloudWatch metric value.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The CloudWatch metric value.
\n@param metricValue The CloudWatch metric value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The CloudWatch metric value.
\n@return The CloudWatch metric value.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "metricValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "metricValue",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MetricValue",
"setterDocumentation" : "/**The CloudWatch metric value.
\n@param metricValue The CloudWatch metric value.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricValue",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The CloudWatch metric value.
\n@param metricValue The CloudWatch metric value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricValue",
"variableType" : "String",
"documentation" : "The CloudWatch metric value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "metricUnit",
"c2jShape" : "MetricUnit",
"deprecated" : false,
"documentation" : "The metric unit supported by CloudWatch.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The metric unit supported by CloudWatch.
\n@param metricUnit The metric unit supported by CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The metric unit supported by CloudWatch.
\n@return The metric unit supported by CloudWatch.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "metricUnit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "metricUnit",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MetricUnit",
"setterDocumentation" : "/**The metric unit supported by CloudWatch.
\n@param metricUnit The metric unit supported by CloudWatch.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricUnit",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The metric unit supported by CloudWatch.
\n@param metricUnit The metric unit supported by CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricUnit",
"variableType" : "String",
"documentation" : "The metric unit supported by CloudWatch.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "metricTimestamp",
"c2jShape" : "MetricTimestamp",
"deprecated" : false,
"documentation" : "An optional Unix timestamp.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**An optional Unix timestamp.
\n@param metricTimestamp An optional Unix timestamp.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**An optional Unix timestamp.
\n@return An optional Unix timestamp.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "metricTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "metricTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MetricTimestamp",
"setterDocumentation" : "/**An optional Unix timestamp.
\n@param metricTimestamp An optional Unix timestamp.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricTimestamp",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**An optional Unix timestamp.
\n@param metricTimestamp An optional Unix timestamp.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricTimestamp",
"variableType" : "String",
"documentation" : "An optional Unix timestamp.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MetricName" : {
"c2jName" : "metricName",
"c2jShape" : "MetricName",
"deprecated" : false,
"documentation" : "The CloudWatch metric name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The CloudWatch metric name.
\n@param metricName The CloudWatch metric name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The CloudWatch metric name.
\n@return The CloudWatch metric name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "metricName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "metricName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MetricName",
"setterDocumentation" : "/**The CloudWatch metric name.
\n@param metricName The CloudWatch metric name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The CloudWatch metric name.
\n@param metricName The CloudWatch metric name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricName",
"variableType" : "String",
"documentation" : "The CloudWatch metric name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"MetricNamespace" : {
"c2jName" : "metricNamespace",
"c2jShape" : "MetricNamespace",
"deprecated" : false,
"documentation" : "The CloudWatch metric namespace name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The CloudWatch metric namespace name.
\n@param metricNamespace The CloudWatch metric namespace name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The CloudWatch metric namespace name.
\n@return The CloudWatch metric namespace name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "metricNamespace",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "metricNamespace",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MetricNamespace",
"setterDocumentation" : "/**The CloudWatch metric namespace name.
\n@param metricNamespace The CloudWatch metric namespace name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricNamespace",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The CloudWatch metric namespace name.
\n@param metricNamespace The CloudWatch metric namespace name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricNamespace",
"variableType" : "String",
"documentation" : "The CloudWatch metric namespace name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"MetricTimestamp" : {
"c2jName" : "metricTimestamp",
"c2jShape" : "MetricTimestamp",
"deprecated" : false,
"documentation" : "An optional Unix timestamp.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**An optional Unix timestamp.
\n@param metricTimestamp An optional Unix timestamp.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**An optional Unix timestamp.
\n@return An optional Unix timestamp.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "metricTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "metricTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MetricTimestamp",
"setterDocumentation" : "/**An optional Unix timestamp.
\n@param metricTimestamp An optional Unix timestamp.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricTimestamp",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**An optional Unix timestamp.
\n@param metricTimestamp An optional Unix timestamp.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricTimestamp",
"variableType" : "String",
"documentation" : "An optional Unix timestamp.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"MetricUnit" : {
"c2jName" : "metricUnit",
"c2jShape" : "MetricUnit",
"deprecated" : false,
"documentation" : "The metric unit supported by CloudWatch.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The metric unit supported by CloudWatch.
\n@param metricUnit The metric unit supported by CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The metric unit supported by CloudWatch.
\n@return The metric unit supported by CloudWatch.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "metricUnit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "metricUnit",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MetricUnit",
"setterDocumentation" : "/**The metric unit supported by CloudWatch.
\n@param metricUnit The metric unit supported by CloudWatch.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricUnit",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The metric unit supported by CloudWatch.
\n@param metricUnit The metric unit supported by CloudWatch.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricUnit",
"variableType" : "String",
"documentation" : "The metric unit supported by CloudWatch.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"MetricValue" : {
"c2jName" : "metricValue",
"c2jShape" : "MetricValue",
"deprecated" : false,
"documentation" : "The CloudWatch metric value.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The CloudWatch metric value.
\n@param metricValue The CloudWatch metric value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The CloudWatch metric value.
\n@return The CloudWatch metric value.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "metricValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "metricValue",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MetricValue",
"setterDocumentation" : "/**The CloudWatch metric value.
\n@param metricValue The CloudWatch metric value.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "metricValue",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The CloudWatch metric value.
\n@param metricValue The CloudWatch metric value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "metricValue",
"variableType" : "String",
"documentation" : "The CloudWatch metric value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleArn" : {
"c2jName" : "roleArn",
"c2jShape" : "AwsArn",
"deprecated" : false,
"documentation" : "The IAM role that allows access to the CloudWatch metric.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IAM role that allows access to the CloudWatch metric.
\n@param roleArn The IAM role that allows access to the CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The IAM role that allows access to the CloudWatch metric.
\n@return The IAM role that allows access to the CloudWatch metric.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "roleArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleArn",
"setterDocumentation" : "/**The IAM role that allows access to the CloudWatch metric.
\n@param roleArn The IAM role that allows access to the CloudWatch metric.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The IAM role that allows access to the CloudWatch metric.
\n@param roleArn The IAM role that allows access to the CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The IAM role that allows access to the CloudWatch metric.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "roleArn", "metricNamespace", "metricName", "metricValue", "metricUnit" ],
"shapeName" : "CloudwatchMetricAction",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CloudwatchMetricAction",
"variableName" : "cloudwatchMetricAction",
"variableType" : "CloudwatchMetricAction",
"documentation" : null,
"simpleType" : "CloudwatchMetricAction",
"variableSetterType" : "CloudwatchMetricAction"
},
"wrapper" : false
},
"CreateCertificateFromCsrRequest" : {
"c2jName" : "CreateCertificateFromCsrRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the CreateCertificateFromCsr operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateCertificateFromCsr",
"locationName" : null,
"requestUri" : "/certificates",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "certificateSigningRequest",
"c2jShape" : "CertificateSigningRequest",
"deprecated" : false,
"documentation" : "The certificate signing request (CSR).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The certificate signing request (CSR).
\n@param certificateSigningRequest The certificate signing request (CSR).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The certificate signing request (CSR).
\n@return The certificate signing request (CSR).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateSigningRequest",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateSigningRequest",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateSigningRequest",
"setterDocumentation" : "/**The certificate signing request (CSR).
\n@param certificateSigningRequest The certificate signing request (CSR).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateSigningRequest",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The certificate signing request (CSR).
\n@param certificateSigningRequest The certificate signing request (CSR).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateSigningRequest",
"variableType" : "String",
"documentation" : "The certificate signing request (CSR).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "setAsActive",
"c2jShape" : "SetAsActive",
"deprecated" : false,
"documentation" : "Specifies whether the certificate is active.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies whether the certificate is active.
\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Specifies whether the certificate is active.
\n@return Specifies whether the certificate is active.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "setAsActive",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "setAsActive",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SetAsActive",
"setterDocumentation" : "/**Specifies whether the certificate is active.
\n@param setAsActive Specifies whether the certificate is active.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "setAsActive",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies whether the certificate is active.
\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "setAsActive",
"variableType" : "Boolean",
"documentation" : "Specifies whether the certificate is active.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CertificateSigningRequest" : {
"c2jName" : "certificateSigningRequest",
"c2jShape" : "CertificateSigningRequest",
"deprecated" : false,
"documentation" : "The certificate signing request (CSR).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The certificate signing request (CSR).
\n@param certificateSigningRequest The certificate signing request (CSR).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The certificate signing request (CSR).
\n@return The certificate signing request (CSR).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateSigningRequest",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateSigningRequest",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateSigningRequest",
"setterDocumentation" : "/**The certificate signing request (CSR).
\n@param certificateSigningRequest The certificate signing request (CSR).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateSigningRequest",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The certificate signing request (CSR).
\n@param certificateSigningRequest The certificate signing request (CSR).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateSigningRequest",
"variableType" : "String",
"documentation" : "The certificate signing request (CSR).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SetAsActive" : {
"c2jName" : "setAsActive",
"c2jShape" : "SetAsActive",
"deprecated" : false,
"documentation" : "Specifies whether the certificate is active.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies whether the certificate is active.
\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Specifies whether the certificate is active.
\n@return Specifies whether the certificate is active.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "setAsActive",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "setAsActive",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SetAsActive",
"setterDocumentation" : "/**Specifies whether the certificate is active.
\n@param setAsActive Specifies whether the certificate is active.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "setAsActive",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies whether the certificate is active.
\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "setAsActive",
"variableType" : "Boolean",
"documentation" : "Specifies whether the certificate is active.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "certificateSigningRequest" ],
"shapeName" : "CreateCertificateFromCsrRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateCertificateFromCsrRequest",
"variableName" : "createCertificateFromCsrRequest",
"variableType" : "CreateCertificateFromCsrRequest",
"documentation" : null,
"simpleType" : "CreateCertificateFromCsrRequest",
"variableSetterType" : "CreateCertificateFromCsrRequest"
},
"wrapper" : false
},
"CreateCertificateFromCsrResult" : {
"c2jName" : "CreateCertificateFromCsrResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output from the CreateCertificateFromCsr operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "certificateArn",
"c2jShape" : "CertificateArn",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
\n@param certificateArn The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
\n@return The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
\n@param certificateArn The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
\n@param certificateArn The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the certificate. Certificate management operations only take a certificateId.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the certificate. Certificate management operations only take a certificateId.
\n@param certificateId The ID of the certificate. Certificate management operations only take a certificateId.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the certificate. Certificate management operations only take a certificateId.
\n@return The ID of the certificate. Certificate management operations only take a certificateId.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The ID of the certificate. Certificate management operations only take a certificateId.
\n@param certificateId The ID of the certificate. Certificate management operations only take a certificateId.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the certificate. Certificate management operations only take a certificateId.
\n@param certificateId The ID of the certificate. Certificate management operations only take a certificateId.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The ID of the certificate. Certificate management operations only take a certificateId.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "certificatePem",
"c2jShape" : "CertificatePem",
"deprecated" : false,
"documentation" : "The certificate data, in PEM format.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The certificate data, in PEM format.
\n@return The certificate data, in PEM format.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificatePem",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificatePem",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificatePem",
"setterDocumentation" : "/**The certificate data, in PEM format.
\n@param certificatePem The certificate data, in PEM format.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "The certificate data, in PEM format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CertificateArn" : {
"c2jName" : "certificateArn",
"c2jShape" : "CertificateArn",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
\n@param certificateArn The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
\n@return The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
\n@param certificateArn The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
\n@param certificateArn The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificateId" : {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the certificate. Certificate management operations only take a certificateId.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the certificate. Certificate management operations only take a certificateId.
\n@param certificateId The ID of the certificate. Certificate management operations only take a certificateId.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the certificate. Certificate management operations only take a certificateId.
\n@return The ID of the certificate. Certificate management operations only take a certificateId.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The ID of the certificate. Certificate management operations only take a certificateId.
\n@param certificateId The ID of the certificate. Certificate management operations only take a certificateId.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the certificate. Certificate management operations only take a certificateId.
\n@param certificateId The ID of the certificate. Certificate management operations only take a certificateId.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The ID of the certificate. Certificate management operations only take a certificateId.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificatePem" : {
"c2jName" : "certificatePem",
"c2jShape" : "CertificatePem",
"deprecated" : false,
"documentation" : "The certificate data, in PEM format.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The certificate data, in PEM format.
\n@return The certificate data, in PEM format.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificatePem",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificatePem",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificatePem",
"setterDocumentation" : "/**The certificate data, in PEM format.
\n@param certificatePem The certificate data, in PEM format.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "The certificate data, in PEM format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CreateCertificateFromCsrResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateCertificateFromCsrResult",
"variableName" : "createCertificateFromCsrResult",
"variableType" : "CreateCertificateFromCsrResult",
"documentation" : null,
"simpleType" : "CreateCertificateFromCsrResult",
"variableSetterType" : "CreateCertificateFromCsrResult"
},
"wrapper" : false
},
"CreateKeysAndCertificateRequest" : {
"c2jName" : "CreateKeysAndCertificateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the CreateKeysAndCertificate operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateKeysAndCertificate",
"locationName" : null,
"requestUri" : "/keys-and-certificate",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "setAsActive",
"c2jShape" : "SetAsActive",
"deprecated" : false,
"documentation" : "Specifies whether the certificate is active.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies whether the certificate is active.
\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Specifies whether the certificate is active.
\n@return Specifies whether the certificate is active.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "setAsActive",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "setAsActive",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SetAsActive",
"setterDocumentation" : "/**Specifies whether the certificate is active.
\n@param setAsActive Specifies whether the certificate is active.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "setAsActive",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies whether the certificate is active.
\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "setAsActive",
"variableType" : "Boolean",
"documentation" : "Specifies whether the certificate is active.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"SetAsActive" : {
"c2jName" : "setAsActive",
"c2jShape" : "SetAsActive",
"deprecated" : false,
"documentation" : "Specifies whether the certificate is active.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies whether the certificate is active.
\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Specifies whether the certificate is active.
\n@return Specifies whether the certificate is active.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "setAsActive",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "setAsActive",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SetAsActive",
"setterDocumentation" : "/**Specifies whether the certificate is active.
\n@param setAsActive Specifies whether the certificate is active.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "setAsActive",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies whether the certificate is active.
\n@param setAsActive Specifies whether the certificate is active.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "setAsActive",
"variableType" : "Boolean",
"documentation" : "Specifies whether the certificate is active.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CreateKeysAndCertificateRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateKeysAndCertificateRequest",
"variableName" : "createKeysAndCertificateRequest",
"variableType" : "CreateKeysAndCertificateRequest",
"documentation" : null,
"simpleType" : "CreateKeysAndCertificateRequest",
"variableSetterType" : "CreateKeysAndCertificateRequest"
},
"wrapper" : false
},
"CreateKeysAndCertificateResult" : {
"c2jName" : "CreateKeysAndCertificateResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output of the CreateKeysAndCertificate operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "certificateArn",
"c2jShape" : "CertificateArn",
"deprecated" : false,
"documentation" : "The ARN of the certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ARN of the certificate.
\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ARN of the certificate.
\n@return The ARN of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateArn",
"setterDocumentation" : "/**The ARN of the certificate.
\n@param certificateArn The ARN of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ARN of the certificate.
\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The ARN of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).
\n@param certificateId The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).
\n@return The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).
\n@param certificateId The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).
\n@param certificateId The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "certificatePem",
"c2jShape" : "CertificatePem",
"deprecated" : false,
"documentation" : "The certificate data, in PEM format.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The certificate data, in PEM format.
\n@return The certificate data, in PEM format.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificatePem",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificatePem",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificatePem",
"setterDocumentation" : "/**The certificate data, in PEM format.
\n@param certificatePem The certificate data, in PEM format.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "The certificate data, in PEM format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "keyPair",
"c2jShape" : "KeyPair",
"deprecated" : false,
"documentation" : "The generated key pair.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The generated key pair.
\n@param keyPair The generated key pair.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The generated key pair.
\n@return The generated key pair.*/",
"getterModel" : {
"returnType" : "KeyPair",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "keyPair",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "keyPair",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KeyPair",
"setterDocumentation" : "/**The generated key pair.
\n@param keyPair The generated key pair.*/",
"setterModel" : {
"variableDeclarationType" : "KeyPair",
"variableName" : "keyPair",
"variableType" : "KeyPair",
"documentation" : "",
"simpleType" : "KeyPair",
"variableSetterType" : "KeyPair"
},
"simple" : false,
"varargSetterDocumentation" : "/**The generated key pair.
\n@param keyPair The generated key pair.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KeyPair",
"variableName" : "keyPair",
"variableType" : "KeyPair",
"documentation" : "The generated key pair.
",
"simpleType" : "KeyPair",
"variableSetterType" : "KeyPair"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CertificateArn" : {
"c2jName" : "certificateArn",
"c2jShape" : "CertificateArn",
"deprecated" : false,
"documentation" : "The ARN of the certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ARN of the certificate.
\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ARN of the certificate.
\n@return The ARN of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateArn",
"setterDocumentation" : "/**The ARN of the certificate.
\n@param certificateArn The ARN of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ARN of the certificate.
\n@param certificateArn The ARN of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The ARN of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificateId" : {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).
\n@param certificateId The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).
\n@return The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).
\n@param certificateId The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).
\n@param certificateId The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CertificatePem" : {
"c2jName" : "certificatePem",
"c2jShape" : "CertificatePem",
"deprecated" : false,
"documentation" : "The certificate data, in PEM format.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The certificate data, in PEM format.
\n@return The certificate data, in PEM format.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificatePem",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificatePem",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificatePem",
"setterDocumentation" : "/**The certificate data, in PEM format.
\n@param certificatePem The certificate data, in PEM format.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificatePem",
"variableType" : "String",
"documentation" : "The certificate data, in PEM format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"KeyPair" : {
"c2jName" : "keyPair",
"c2jShape" : "KeyPair",
"deprecated" : false,
"documentation" : "The generated key pair.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The generated key pair.
\n@param keyPair The generated key pair.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The generated key pair.
\n@return The generated key pair.*/",
"getterModel" : {
"returnType" : "KeyPair",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "keyPair",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "keyPair",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KeyPair",
"setterDocumentation" : "/**The generated key pair.
\n@param keyPair The generated key pair.*/",
"setterModel" : {
"variableDeclarationType" : "KeyPair",
"variableName" : "keyPair",
"variableType" : "KeyPair",
"documentation" : "",
"simpleType" : "KeyPair",
"variableSetterType" : "KeyPair"
},
"simple" : false,
"varargSetterDocumentation" : "/**The generated key pair.
\n@param keyPair The generated key pair.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KeyPair",
"variableName" : "keyPair",
"variableType" : "KeyPair",
"documentation" : "The generated key pair.
",
"simpleType" : "KeyPair",
"variableSetterType" : "KeyPair"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CreateKeysAndCertificateResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateKeysAndCertificateResult",
"variableName" : "createKeysAndCertificateResult",
"variableType" : "CreateKeysAndCertificateResult",
"documentation" : null,
"simpleType" : "CreateKeysAndCertificateResult",
"variableSetterType" : "CreateKeysAndCertificateResult"
},
"wrapper" : false
},
"CreatePolicyRequest" : {
"c2jName" : "CreatePolicyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the CreatePolicy operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreatePolicy",
"locationName" : null,
"requestUri" : "/policies/{policyName}",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The policy name.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy name.
\n@return The policy name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The policy name.
\n@param policyName The policy name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The policy name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "policyDocument",
"c2jShape" : "PolicyDocument",
"deprecated" : false,
"documentation" : "The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.
\n@param policyDocument The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.
\n@return The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyDocument",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyDocument",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyDocument",
"setterDocumentation" : "/**The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.
\n@param policyDocument The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.
\n@param policyDocument The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PolicyDocument" : {
"c2jName" : "policyDocument",
"c2jShape" : "PolicyDocument",
"deprecated" : false,
"documentation" : "The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.
\n@param policyDocument The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.
\n@return The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyDocument",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyDocument",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyDocument",
"setterDocumentation" : "/**The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.
\n@param policyDocument The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.
\n@param policyDocument The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PolicyName" : {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The policy name.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy name.
\n@return The policy name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The policy name.
\n@param policyName The policy name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The policy name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "policyName", "policyDocument" ],
"shapeName" : "CreatePolicyRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreatePolicyRequest",
"variableName" : "createPolicyRequest",
"variableType" : "CreatePolicyRequest",
"documentation" : null,
"simpleType" : "CreatePolicyRequest",
"variableSetterType" : "CreatePolicyRequest"
},
"wrapper" : false
},
"CreatePolicyResult" : {
"c2jName" : "CreatePolicyResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output from the CreatePolicy operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The policy name.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy name.
\n@return The policy name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The policy name.
\n@param policyName The policy name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The policy name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "policyArn",
"c2jShape" : "PolicyArn",
"deprecated" : false,
"documentation" : "The policy ARN.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy ARN.
\n@return The policy ARN.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyArn",
"setterDocumentation" : "/**The policy ARN.
\n@param policyArn The policy ARN.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyArn",
"variableType" : "String",
"documentation" : "The policy ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "policyDocument",
"c2jShape" : "PolicyDocument",
"deprecated" : false,
"documentation" : "The JSON document that describes the policy.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The JSON document that describes the policy.
\n@return The JSON document that describes the policy.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyDocument",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyDocument",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyDocument",
"setterDocumentation" : "/**The JSON document that describes the policy.
\n@param policyDocument The JSON document that describes the policy.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "The JSON document that describes the policy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "policyVersionId",
"c2jShape" : "PolicyVersionId",
"deprecated" : false,
"documentation" : "The policy version ID.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy version ID.
\n@return The policy version ID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyVersionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyVersionId",
"setterDocumentation" : "/**The policy version ID.
\n@param policyVersionId The policy version ID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyVersionId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyVersionId",
"variableType" : "String",
"documentation" : "The policy version ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PolicyArn" : {
"c2jName" : "policyArn",
"c2jShape" : "PolicyArn",
"deprecated" : false,
"documentation" : "The policy ARN.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy ARN.
\n@return The policy ARN.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyArn",
"setterDocumentation" : "/**The policy ARN.
\n@param policyArn The policy ARN.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyArn",
"variableType" : "String",
"documentation" : "The policy ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PolicyDocument" : {
"c2jName" : "policyDocument",
"c2jShape" : "PolicyDocument",
"deprecated" : false,
"documentation" : "The JSON document that describes the policy.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The JSON document that describes the policy.
\n@return The JSON document that describes the policy.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyDocument",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyDocument",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyDocument",
"setterDocumentation" : "/**The JSON document that describes the policy.
\n@param policyDocument The JSON document that describes the policy.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "The JSON document that describes the policy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PolicyName" : {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The policy name.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy name.
\n@return The policy name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The policy name.
\n@param policyName The policy name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The policy name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PolicyVersionId" : {
"c2jName" : "policyVersionId",
"c2jShape" : "PolicyVersionId",
"deprecated" : false,
"documentation" : "The policy version ID.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy version ID.
\n@return The policy version ID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyVersionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyVersionId",
"setterDocumentation" : "/**The policy version ID.
\n@param policyVersionId The policy version ID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyVersionId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyVersionId",
"variableType" : "String",
"documentation" : "The policy version ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CreatePolicyResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreatePolicyResult",
"variableName" : "createPolicyResult",
"variableType" : "CreatePolicyResult",
"documentation" : null,
"simpleType" : "CreatePolicyResult",
"variableSetterType" : "CreatePolicyResult"
},
"wrapper" : false
},
"CreatePolicyVersionRequest" : {
"c2jName" : "CreatePolicyVersionRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the CreatePolicyVersion operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreatePolicyVersion",
"locationName" : null,
"requestUri" : "/policies/{policyName}/version",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The policy name.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy name.
\n@return The policy name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The policy name.
\n@param policyName The policy name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The policy name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "policyDocument",
"c2jShape" : "PolicyDocument",
"deprecated" : false,
"documentation" : "The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyDocument",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyDocument",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyDocument",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "setAsDefault",
"c2jShape" : "SetAsDefault",
"deprecated" : false,
"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).
",
"enumType" : null,
"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.*/",
"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).*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "setAsDefault",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "setAsDefault",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SetAsDefault",
"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).*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "setAsDefault",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "setAsDefault",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PolicyDocument" : {
"c2jName" : "policyDocument",
"c2jShape" : "PolicyDocument",
"deprecated" : false,
"documentation" : "The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces
",
"enumType" : null,
"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.*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyDocument",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyDocument",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyDocument",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespaces
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PolicyName" : {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The policy name.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy name.
\n@return The policy name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The policy name.
\n@param policyName The policy name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The policy name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SetAsDefault" : {
"c2jName" : "setAsDefault",
"c2jShape" : "SetAsDefault",
"deprecated" : false,
"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).
",
"enumType" : null,
"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.*/",
"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).*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "setAsDefault",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "setAsDefault",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SetAsDefault",
"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).*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "setAsDefault",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "setAsDefault",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "policyName", "policyDocument" ],
"shapeName" : "CreatePolicyVersionRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreatePolicyVersionRequest",
"variableName" : "createPolicyVersionRequest",
"variableType" : "CreatePolicyVersionRequest",
"documentation" : null,
"simpleType" : "CreatePolicyVersionRequest",
"variableSetterType" : "CreatePolicyVersionRequest"
},
"wrapper" : false
},
"CreatePolicyVersionResult" : {
"c2jName" : "CreatePolicyVersionResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output of the CreatePolicyVersion operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "policyArn",
"c2jShape" : "PolicyArn",
"deprecated" : false,
"documentation" : "The policy ARN.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy ARN.
\n@return The policy ARN.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyArn",
"setterDocumentation" : "/**The policy ARN.
\n@param policyArn The policy ARN.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyArn",
"variableType" : "String",
"documentation" : "The policy ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "policyDocument",
"c2jShape" : "PolicyDocument",
"deprecated" : false,
"documentation" : "The JSON document that describes the policy.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The JSON document that describes the policy.
\n@return The JSON document that describes the policy.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyDocument",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyDocument",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyDocument",
"setterDocumentation" : "/**The JSON document that describes the policy.
\n@param policyDocument The JSON document that describes the policy.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "The JSON document that describes the policy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "policyVersionId",
"c2jShape" : "PolicyVersionId",
"deprecated" : false,
"documentation" : "The policy version ID.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy version ID.
\n@return The policy version ID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyVersionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyVersionId",
"setterDocumentation" : "/**The policy version ID.
\n@param policyVersionId The policy version ID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyVersionId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyVersionId",
"variableType" : "String",
"documentation" : "The policy version ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "isDefaultVersion",
"c2jShape" : "IsDefaultVersion",
"deprecated" : false,
"documentation" : "Specifies whether the policy version is the default.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies whether the policy version is the default.
\n@param isDefaultVersion Specifies whether the policy version is the default.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Specifies whether the policy version is the default.
\n@return Specifies whether the policy version is the default.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "isDefaultVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "isDefaultVersion",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IsDefaultVersion",
"setterDocumentation" : "/**Specifies whether the policy version is the default.
\n@param isDefaultVersion Specifies whether the policy version is the default.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isDefaultVersion",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies whether the policy version is the default.
\n@param isDefaultVersion Specifies whether the policy version is the default.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isDefaultVersion",
"variableType" : "Boolean",
"documentation" : "Specifies whether the policy version is the default.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"IsDefaultVersion" : {
"c2jName" : "isDefaultVersion",
"c2jShape" : "IsDefaultVersion",
"deprecated" : false,
"documentation" : "Specifies whether the policy version is the default.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies whether the policy version is the default.
\n@param isDefaultVersion Specifies whether the policy version is the default.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Specifies whether the policy version is the default.
\n@return Specifies whether the policy version is the default.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "isDefaultVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "isDefaultVersion",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IsDefaultVersion",
"setterDocumentation" : "/**Specifies whether the policy version is the default.
\n@param isDefaultVersion Specifies whether the policy version is the default.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isDefaultVersion",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies whether the policy version is the default.
\n@param isDefaultVersion Specifies whether the policy version is the default.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isDefaultVersion",
"variableType" : "Boolean",
"documentation" : "Specifies whether the policy version is the default.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"PolicyArn" : {
"c2jName" : "policyArn",
"c2jShape" : "PolicyArn",
"deprecated" : false,
"documentation" : "The policy ARN.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy ARN.
\n@return The policy ARN.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyArn",
"setterDocumentation" : "/**The policy ARN.
\n@param policyArn The policy ARN.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyArn",
"variableType" : "String",
"documentation" : "The policy ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PolicyDocument" : {
"c2jName" : "policyDocument",
"c2jShape" : "PolicyDocument",
"deprecated" : false,
"documentation" : "The JSON document that describes the policy.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The JSON document that describes the policy.
\n@return The JSON document that describes the policy.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyDocument",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyDocument",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyDocument",
"setterDocumentation" : "/**The JSON document that describes the policy.
\n@param policyDocument The JSON document that describes the policy.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "The JSON document that describes the policy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PolicyVersionId" : {
"c2jName" : "policyVersionId",
"c2jShape" : "PolicyVersionId",
"deprecated" : false,
"documentation" : "The policy version ID.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy version ID.
\n@return The policy version ID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyVersionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyVersionId",
"setterDocumentation" : "/**The policy version ID.
\n@param policyVersionId The policy version ID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyVersionId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyVersionId",
"variableType" : "String",
"documentation" : "The policy version ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CreatePolicyVersionResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreatePolicyVersionResult",
"variableName" : "createPolicyVersionResult",
"variableType" : "CreatePolicyVersionResult",
"documentation" : null,
"simpleType" : "CreatePolicyVersionResult",
"variableSetterType" : "CreatePolicyVersionResult"
},
"wrapper" : false
},
"CreateThingRequest" : {
"c2jName" : "CreateThingRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the CreateThing operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateThing",
"locationName" : null,
"requestUri" : "/things/{thingName}",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "thingName",
"c2jShape" : "ThingName",
"deprecated" : false,
"documentation" : "The name of the thing to create.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the thing to create.
\n@param thingName The name of the thing to create.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the thing to create.
\n@return The name of the thing to create.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "thingName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingName",
"setterDocumentation" : "/**The name of the thing to create.
\n@param thingName The name of the thing to create.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the thing to create.
\n@param thingName The name of the thing to create.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "The name of the thing to create.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"deprecated" : false,
"documentation" : "The name of the thing type associated with the new thing.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the thing type associated with the new thing.
\n@param thingTypeName The name of the thing type associated with the new thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the thing type associated with the new thing.
\n@return The name of the thing type associated with the new thing.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingTypeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeName",
"setterDocumentation" : "/**The name of the thing type associated with the new thing.
\n@param thingTypeName The name of the thing type associated with the new thing.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the thing type associated with the new thing.
\n@param thingTypeName The name of the thing type associated with the new thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "The name of the thing type associated with the new thing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "attributePayload",
"c2jShape" : "AttributePayload",
"deprecated" : false,
"documentation" : "The attribute payload, which consists of up to three name/value pairs in a JSON document. For example:
{\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The attribute payload, which consists of up to three name/value pairs in a JSON document. For example:
{\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
\n@param attributePayload The attribute payload, which consists of up to three name/value pairs in a JSON document. For example: {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The attribute payload, which consists of up to three name/value pairs in a JSON document. For example:
{\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
\n@return The attribute payload, which consists of up to three name/value pairs in a JSON document. For example: {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
*/",
"getterModel" : {
"returnType" : "AttributePayload",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attributePayload",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attributePayload",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AttributePayload",
"setterDocumentation" : "/**
The attribute payload, which consists of up to three name/value pairs in a JSON document. For example:
{\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
\n@param attributePayload The attribute payload, which consists of up to three name/value pairs in a JSON document. For example: {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
*/",
"setterModel" : {
"variableDeclarationType" : "AttributePayload",
"variableName" : "attributePayload",
"variableType" : "AttributePayload",
"documentation" : "",
"simpleType" : "AttributePayload",
"variableSetterType" : "AttributePayload"
},
"simple" : false,
"varargSetterDocumentation" : "/**
The attribute payload, which consists of up to three name/value pairs in a JSON document. For example:
{\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
\n@param attributePayload The attribute payload, which consists of up to three name/value pairs in a JSON document. For example: {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AttributePayload",
"variableName" : "attributePayload",
"variableType" : "AttributePayload",
"documentation" : "
The attribute payload, which consists of up to three name/value pairs in a JSON document. For example:
{\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
",
"simpleType" : "AttributePayload",
"variableSetterType" : "AttributePayload"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AttributePayload" : {
"c2jName" : "attributePayload",
"c2jShape" : "AttributePayload",
"deprecated" : false,
"documentation" : "The attribute payload, which consists of up to three name/value pairs in a JSON document. For example:
{\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The attribute payload, which consists of up to three name/value pairs in a JSON document. For example:
{\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
\n@param attributePayload The attribute payload, which consists of up to three name/value pairs in a JSON document. For example: {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The attribute payload, which consists of up to three name/value pairs in a JSON document. For example:
{\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
\n@return The attribute payload, which consists of up to three name/value pairs in a JSON document. For example: {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
*/",
"getterModel" : {
"returnType" : "AttributePayload",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attributePayload",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attributePayload",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AttributePayload",
"setterDocumentation" : "/**
The attribute payload, which consists of up to three name/value pairs in a JSON document. For example:
{\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
\n@param attributePayload The attribute payload, which consists of up to three name/value pairs in a JSON document. For example: {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
*/",
"setterModel" : {
"variableDeclarationType" : "AttributePayload",
"variableName" : "attributePayload",
"variableType" : "AttributePayload",
"documentation" : "",
"simpleType" : "AttributePayload",
"variableSetterType" : "AttributePayload"
},
"simple" : false,
"varargSetterDocumentation" : "/**
The attribute payload, which consists of up to three name/value pairs in a JSON document. For example:
{\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
\n@param attributePayload The attribute payload, which consists of up to three name/value pairs in a JSON document. For example: {\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AttributePayload",
"variableName" : "attributePayload",
"variableType" : "AttributePayload",
"documentation" : "
The attribute payload, which consists of up to three name/value pairs in a JSON document. For example:
{\\\"attributes\\\":{\\\"string1\\\":\\\"string2\\\"}})
",
"simpleType" : "AttributePayload",
"variableSetterType" : "AttributePayload"
},
"xmlNameSpaceUri" : null
},
"ThingName" : {
"c2jName" : "thingName",
"c2jShape" : "ThingName",
"deprecated" : false,
"documentation" : "The name of the thing to create.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the thing to create.
\n@param thingName The name of the thing to create.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the thing to create.
\n@return The name of the thing to create.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "thingName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingName",
"setterDocumentation" : "/**The name of the thing to create.
\n@param thingName The name of the thing to create.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the thing to create.
\n@param thingName The name of the thing to create.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "The name of the thing to create.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ThingTypeName" : {
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"deprecated" : false,
"documentation" : "The name of the thing type associated with the new thing.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the thing type associated with the new thing.
\n@param thingTypeName The name of the thing type associated with the new thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the thing type associated with the new thing.
\n@return The name of the thing type associated with the new thing.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingTypeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeName",
"setterDocumentation" : "/**The name of the thing type associated with the new thing.
\n@param thingTypeName The name of the thing type associated with the new thing.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the thing type associated with the new thing.
\n@param thingTypeName The name of the thing type associated with the new thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "The name of the thing type associated with the new thing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "thingName" ],
"shapeName" : "CreateThingRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateThingRequest",
"variableName" : "createThingRequest",
"variableType" : "CreateThingRequest",
"documentation" : null,
"simpleType" : "CreateThingRequest",
"variableSetterType" : "CreateThingRequest"
},
"wrapper" : false
},
"CreateThingResult" : {
"c2jName" : "CreateThingResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output of the CreateThing operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "thingName",
"c2jShape" : "ThingName",
"deprecated" : false,
"documentation" : "The name of the new thing.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the new thing.
\n@param thingName The name of the new thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the new thing.
\n@return The name of the new thing.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingName",
"setterDocumentation" : "/**The name of the new thing.
\n@param thingName The name of the new thing.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the new thing.
\n@param thingName The name of the new thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "The name of the new thing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "thingArn",
"c2jShape" : "ThingArn",
"deprecated" : false,
"documentation" : "The ARN of the new thing.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ARN of the new thing.
\n@param thingArn The ARN of the new thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ARN of the new thing.
\n@return The ARN of the new thing.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingArn",
"setterDocumentation" : "/**The ARN of the new thing.
\n@param thingArn The ARN of the new thing.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ARN of the new thing.
\n@param thingArn The ARN of the new thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingArn",
"variableType" : "String",
"documentation" : "The ARN of the new thing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ThingArn" : {
"c2jName" : "thingArn",
"c2jShape" : "ThingArn",
"deprecated" : false,
"documentation" : "The ARN of the new thing.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ARN of the new thing.
\n@param thingArn The ARN of the new thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ARN of the new thing.
\n@return The ARN of the new thing.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingArn",
"setterDocumentation" : "/**The ARN of the new thing.
\n@param thingArn The ARN of the new thing.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ARN of the new thing.
\n@param thingArn The ARN of the new thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingArn",
"variableType" : "String",
"documentation" : "The ARN of the new thing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ThingName" : {
"c2jName" : "thingName",
"c2jShape" : "ThingName",
"deprecated" : false,
"documentation" : "The name of the new thing.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the new thing.
\n@param thingName The name of the new thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the new thing.
\n@return The name of the new thing.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingName",
"setterDocumentation" : "/**The name of the new thing.
\n@param thingName The name of the new thing.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the new thing.
\n@param thingName The name of the new thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "The name of the new thing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CreateThingResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateThingResult",
"variableName" : "createThingResult",
"variableType" : "CreateThingResult",
"documentation" : null,
"simpleType" : "CreateThingResult",
"variableSetterType" : "CreateThingResult"
},
"wrapper" : false
},
"CreateThingTypeRequest" : {
"c2jName" : "CreateThingTypeRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the CreateThingType operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateThingType",
"locationName" : null,
"requestUri" : "/thing-types/{thingTypeName}",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"deprecated" : false,
"documentation" : "The name of the thing type.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the thing type.
\n@return The name of the thing type.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "thingTypeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeName",
"setterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "The name of the thing type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "thingTypeProperties",
"c2jShape" : "ThingTypeProperties",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "ThingTypeProperties",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingTypeProperties",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeProperties",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeProperties",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "ThingTypeProperties",
"variableName" : "thingTypeProperties",
"variableType" : "ThingTypeProperties",
"documentation" : "",
"simpleType" : "ThingTypeProperties",
"variableSetterType" : "ThingTypeProperties"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ThingTypeProperties",
"variableName" : "thingTypeProperties",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ThingTypeName" : {
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"deprecated" : false,
"documentation" : "The name of the thing type.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the thing type.
\n@return The name of the thing type.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "thingTypeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeName",
"setterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "The name of the thing type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ThingTypeProperties" : {
"c2jName" : "thingTypeProperties",
"c2jShape" : "ThingTypeProperties",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "ThingTypeProperties",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingTypeProperties",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeProperties",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeProperties",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "ThingTypeProperties",
"variableName" : "thingTypeProperties",
"variableType" : "ThingTypeProperties",
"documentation" : "",
"simpleType" : "ThingTypeProperties",
"variableSetterType" : "ThingTypeProperties"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ThingTypeProperties",
"variableName" : "thingTypeProperties",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "thingTypeName" ],
"shapeName" : "CreateThingTypeRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateThingTypeRequest",
"variableName" : "createThingTypeRequest",
"variableType" : "CreateThingTypeRequest",
"documentation" : null,
"simpleType" : "CreateThingTypeRequest",
"variableSetterType" : "CreateThingTypeRequest"
},
"wrapper" : false
},
"CreateThingTypeResult" : {
"c2jName" : "CreateThingTypeResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output of the CreateThingType operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"deprecated" : false,
"documentation" : "The name of the thing type.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the thing type.
\n@return The name of the thing type.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingTypeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeName",
"setterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "The name of the thing type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "thingTypeArn",
"c2jShape" : "ThingTypeArn",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the thing type.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the thing type.
\n@return The Amazon Resource Name (ARN) of the thing type.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingTypeArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the thing type.
\n@param thingTypeArn The Amazon Resource Name (ARN) of the thing type.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the thing type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ThingTypeArn" : {
"c2jName" : "thingTypeArn",
"c2jShape" : "ThingTypeArn",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the thing type.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the thing type.
\n@return The Amazon Resource Name (ARN) of the thing type.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingTypeArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the thing type.
\n@param thingTypeArn The Amazon Resource Name (ARN) of the thing type.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the thing type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ThingTypeName" : {
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"deprecated" : false,
"documentation" : "The name of the thing type.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the thing type.
\n@return The name of the thing type.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingTypeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeName",
"setterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "The name of the thing type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CreateThingTypeResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateThingTypeResult",
"variableName" : "createThingTypeResult",
"variableType" : "CreateThingTypeResult",
"documentation" : null,
"simpleType" : "CreateThingTypeResult",
"variableSetterType" : "CreateThingTypeResult"
},
"wrapper" : false
},
"CreateTopicRuleRequest" : {
"c2jName" : "CreateTopicRuleRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the CreateTopicRule operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : true,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateTopicRule",
"locationName" : null,
"requestUri" : "/rules/{ruleName}",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ruleName",
"c2jShape" : "RuleName",
"deprecated" : false,
"documentation" : "The name of the rule.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the rule.
\n@return The name of the rule.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "ruleName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ruleName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuleName",
"setterDocumentation" : "/**The name of the rule.
\n@param ruleName The name of the rule.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "The name of the rule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "topicRulePayload",
"c2jShape" : "TopicRulePayload",
"deprecated" : false,
"documentation" : "The rule payload.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The rule payload.
\n@param topicRulePayload The rule payload.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The rule payload.
\n@return The rule payload.*/",
"getterModel" : {
"returnType" : "TopicRulePayload",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : true,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "topicRulePayload",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "topicRulePayload",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TopicRulePayload",
"setterDocumentation" : "/**The rule payload.
\n@param topicRulePayload The rule payload.*/",
"setterModel" : {
"variableDeclarationType" : "TopicRulePayload",
"variableName" : "topicRulePayload",
"variableType" : "TopicRulePayload",
"documentation" : "",
"simpleType" : "TopicRulePayload",
"variableSetterType" : "TopicRulePayload"
},
"simple" : false,
"varargSetterDocumentation" : "/**The rule payload.
\n@param topicRulePayload The rule payload.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "TopicRulePayload",
"variableName" : "topicRulePayload",
"variableType" : "TopicRulePayload",
"documentation" : "The rule payload.
",
"simpleType" : "TopicRulePayload",
"variableSetterType" : "TopicRulePayload"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RuleName" : {
"c2jName" : "ruleName",
"c2jShape" : "RuleName",
"deprecated" : false,
"documentation" : "The name of the rule.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the rule.
\n@return The name of the rule.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "ruleName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ruleName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuleName",
"setterDocumentation" : "/**The name of the rule.
\n@param ruleName The name of the rule.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "The name of the rule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TopicRulePayload" : {
"c2jName" : "topicRulePayload",
"c2jShape" : "TopicRulePayload",
"deprecated" : false,
"documentation" : "The rule payload.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The rule payload.
\n@param topicRulePayload The rule payload.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The rule payload.
\n@return The rule payload.*/",
"getterModel" : {
"returnType" : "TopicRulePayload",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : true,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "topicRulePayload",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "topicRulePayload",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TopicRulePayload",
"setterDocumentation" : "/**The rule payload.
\n@param topicRulePayload The rule payload.*/",
"setterModel" : {
"variableDeclarationType" : "TopicRulePayload",
"variableName" : "topicRulePayload",
"variableType" : "TopicRulePayload",
"documentation" : "",
"simpleType" : "TopicRulePayload",
"variableSetterType" : "TopicRulePayload"
},
"simple" : false,
"varargSetterDocumentation" : "/**The rule payload.
\n@param topicRulePayload The rule payload.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "TopicRulePayload",
"variableName" : "topicRulePayload",
"variableType" : "TopicRulePayload",
"documentation" : "The rule payload.
",
"simpleType" : "TopicRulePayload",
"variableSetterType" : "TopicRulePayload"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "ruleName", "topicRulePayload" ],
"shapeName" : "CreateTopicRuleRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateTopicRuleRequest",
"variableName" : "createTopicRuleRequest",
"variableType" : "CreateTopicRuleRequest",
"documentation" : null,
"simpleType" : "CreateTopicRuleRequest",
"variableSetterType" : "CreateTopicRuleRequest"
},
"wrapper" : false
},
"CreateTopicRuleResult" : {
"c2jName" : "CreateTopicRuleResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "CreateTopicRuleResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateTopicRuleResult",
"variableName" : "createTopicRuleResult",
"variableType" : "CreateTopicRuleResult",
"documentation" : null,
"simpleType" : "CreateTopicRuleResult",
"variableSetterType" : "CreateTopicRuleResult"
},
"wrapper" : false
},
"DeleteCACertificateRequest" : {
"c2jName" : "DeleteCACertificateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Input for the DeleteCACertificate operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteCACertificate",
"locationName" : null,
"requestUri" : "/cacertificate/{caCertificateId}",
"target" : null,
"verb" : "DELETE",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the certificate to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the certificate to delete.
\n@param certificateId The ID of the certificate to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the certificate to delete.
\n@return The ID of the certificate to delete.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "caCertificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caCertificateId",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The ID of the certificate to delete.
\n@param certificateId The ID of the certificate to delete.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the certificate to delete.
\n@param certificateId The ID of the certificate to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The ID of the certificate to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CertificateId" : {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the certificate to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the certificate to delete.
\n@param certificateId The ID of the certificate to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the certificate to delete.
\n@return The ID of the certificate to delete.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "caCertificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caCertificateId",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The ID of the certificate to delete.
\n@param certificateId The ID of the certificate to delete.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the certificate to delete.
\n@param certificateId The ID of the certificate to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The ID of the certificate to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "certificateId" ],
"shapeName" : "DeleteCACertificateRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteCACertificateRequest",
"variableName" : "deleteCACertificateRequest",
"variableType" : "DeleteCACertificateRequest",
"documentation" : null,
"simpleType" : "DeleteCACertificateRequest",
"variableSetterType" : "DeleteCACertificateRequest"
},
"wrapper" : false
},
"DeleteCACertificateResult" : {
"c2jName" : "DeleteCACertificateResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output for the DeleteCACertificate operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeleteCACertificateResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteCACertificateResult",
"variableName" : "deleteCACertificateResult",
"variableType" : "DeleteCACertificateResult",
"documentation" : null,
"simpleType" : "DeleteCACertificateResult",
"variableSetterType" : "DeleteCACertificateResult"
},
"wrapper" : false
},
"DeleteCertificateRequest" : {
"c2jName" : "DeleteCertificateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the DeleteCertificate operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteCertificate",
"locationName" : null,
"requestUri" : "/certificates/{certificateId}",
"target" : null,
"verb" : "DELETE",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the certificate.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the certificate.
\n@return The ID of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "certificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateId",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The ID of the certificate.
\n@param certificateId The ID of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The ID of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CertificateId" : {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the certificate.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the certificate.
\n@return The ID of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "certificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateId",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The ID of the certificate.
\n@param certificateId The ID of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The ID of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "certificateId" ],
"shapeName" : "DeleteCertificateRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteCertificateRequest",
"variableName" : "deleteCertificateRequest",
"variableType" : "DeleteCertificateRequest",
"documentation" : null,
"simpleType" : "DeleteCertificateRequest",
"variableSetterType" : "DeleteCertificateRequest"
},
"wrapper" : false
},
"DeleteCertificateResult" : {
"c2jName" : "DeleteCertificateResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeleteCertificateResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteCertificateResult",
"variableName" : "deleteCertificateResult",
"variableType" : "DeleteCertificateResult",
"documentation" : null,
"simpleType" : "DeleteCertificateResult",
"variableSetterType" : "DeleteCertificateResult"
},
"wrapper" : false
},
"DeleteConflictException" : {
"c2jName" : "DeleteConflictException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "You can't delete the resource because it is attached to one or more resources.
",
"enums" : null,
"errorCode" : "DeleteConflictException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeleteConflictException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteConflictException",
"variableName" : "deleteConflictException",
"variableType" : "DeleteConflictException",
"documentation" : null,
"simpleType" : "DeleteConflictException",
"variableSetterType" : "DeleteConflictException"
},
"wrapper" : false
},
"DeletePolicyRequest" : {
"c2jName" : "DeletePolicyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the DeletePolicy operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeletePolicy",
"locationName" : null,
"requestUri" : "/policies/{policyName}",
"target" : null,
"verb" : "DELETE",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The name of the policy to delete.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the policy to delete.
\n@return The name of the policy to delete.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The name of the policy to delete.
\n@param policyName The name of the policy to delete.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PolicyName" : {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The name of the policy to delete.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the policy to delete.
\n@return The name of the policy to delete.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The name of the policy to delete.
\n@param policyName The name of the policy to delete.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "policyName" ],
"shapeName" : "DeletePolicyRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeletePolicyRequest",
"variableName" : "deletePolicyRequest",
"variableType" : "DeletePolicyRequest",
"documentation" : null,
"simpleType" : "DeletePolicyRequest",
"variableSetterType" : "DeletePolicyRequest"
},
"wrapper" : false
},
"DeletePolicyResult" : {
"c2jName" : "DeletePolicyResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeletePolicyResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeletePolicyResult",
"variableName" : "deletePolicyResult",
"variableType" : "DeletePolicyResult",
"documentation" : null,
"simpleType" : "DeletePolicyResult",
"variableSetterType" : "DeletePolicyResult"
},
"wrapper" : false
},
"DeletePolicyVersionRequest" : {
"c2jName" : "DeletePolicyVersionRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the DeletePolicyVersion operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeletePolicyVersion",
"locationName" : null,
"requestUri" : "/policies/{policyName}/version/{policyVersionId}",
"target" : null,
"verb" : "DELETE",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The name of the policy.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the policy.
\n@return The name of the policy.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The name of the policy.
\n@param policyName The name of the policy.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "policyVersionId",
"c2jShape" : "PolicyVersionId",
"deprecated" : false,
"documentation" : "The policy version ID.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy version ID.
\n@return The policy version ID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "policyVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyVersionId",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyVersionId",
"setterDocumentation" : "/**The policy version ID.
\n@param policyVersionId The policy version ID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyVersionId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyVersionId",
"variableType" : "String",
"documentation" : "The policy version ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PolicyName" : {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The name of the policy.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the policy.
\n@return The name of the policy.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The name of the policy.
\n@param policyName The name of the policy.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PolicyVersionId" : {
"c2jName" : "policyVersionId",
"c2jShape" : "PolicyVersionId",
"deprecated" : false,
"documentation" : "The policy version ID.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy version ID.
\n@return The policy version ID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "policyVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyVersionId",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyVersionId",
"setterDocumentation" : "/**The policy version ID.
\n@param policyVersionId The policy version ID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyVersionId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyVersionId",
"variableType" : "String",
"documentation" : "The policy version ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "policyName", "policyVersionId" ],
"shapeName" : "DeletePolicyVersionRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeletePolicyVersionRequest",
"variableName" : "deletePolicyVersionRequest",
"variableType" : "DeletePolicyVersionRequest",
"documentation" : null,
"simpleType" : "DeletePolicyVersionRequest",
"variableSetterType" : "DeletePolicyVersionRequest"
},
"wrapper" : false
},
"DeletePolicyVersionResult" : {
"c2jName" : "DeletePolicyVersionResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeletePolicyVersionResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeletePolicyVersionResult",
"variableName" : "deletePolicyVersionResult",
"variableType" : "DeletePolicyVersionResult",
"documentation" : null,
"simpleType" : "DeletePolicyVersionResult",
"variableSetterType" : "DeletePolicyVersionResult"
},
"wrapper" : false
},
"DeleteRegistrationCodeRequest" : {
"c2jName" : "DeleteRegistrationCodeRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the DeleteRegistrationCode operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteRegistrationCode",
"locationName" : null,
"requestUri" : "/registrationcode",
"target" : null,
"verb" : "DELETE",
"xmlNameSpaceUri" : null
},
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeleteRegistrationCodeRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteRegistrationCodeRequest",
"variableName" : "deleteRegistrationCodeRequest",
"variableType" : "DeleteRegistrationCodeRequest",
"documentation" : null,
"simpleType" : "DeleteRegistrationCodeRequest",
"variableSetterType" : "DeleteRegistrationCodeRequest"
},
"wrapper" : false
},
"DeleteRegistrationCodeResult" : {
"c2jName" : "DeleteRegistrationCodeResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output for the DeleteRegistrationCode operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeleteRegistrationCodeResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteRegistrationCodeResult",
"variableName" : "deleteRegistrationCodeResult",
"variableType" : "DeleteRegistrationCodeResult",
"documentation" : null,
"simpleType" : "DeleteRegistrationCodeResult",
"variableSetterType" : "DeleteRegistrationCodeResult"
},
"wrapper" : false
},
"DeleteThingRequest" : {
"c2jName" : "DeleteThingRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the DeleteThing operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteThing",
"locationName" : null,
"requestUri" : "/things/{thingName}",
"target" : null,
"verb" : "DELETE",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "thingName",
"c2jShape" : "ThingName",
"deprecated" : false,
"documentation" : "The name of the thing to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the thing to delete.
\n@param thingName The name of the thing to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the thing to delete.
\n@return The name of the thing to delete.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "thingName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingName",
"setterDocumentation" : "/**The name of the thing to delete.
\n@param thingName The name of the thing to delete.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the thing to delete.
\n@param thingName The name of the thing to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "The name of the thing to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "expectedVersion",
"c2jShape" : "OptionalVersion",
"deprecated" : false,
"documentation" : "The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing
request is rejected with a VersionConflictException
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing
request is rejected with a VersionConflictException
.
\n@param expectedVersion The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing
request is rejected with a VersionConflictException
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing
request is rejected with a VersionConflictException
.
\n@return The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing
request is rejected with a VersionConflictException
.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "expectedVersion",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "expectedVersion",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ExpectedVersion",
"setterDocumentation" : "/**The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing
request is rejected with a VersionConflictException
.
\n@param expectedVersion The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing
request is rejected with a VersionConflictException
.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "expectedVersion",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing
request is rejected with a VersionConflictException
.
\n@param expectedVersion The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing
request is rejected with a VersionConflictException
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "expectedVersion",
"variableType" : "Long",
"documentation" : "The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing
request is rejected with a VersionConflictException
.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ExpectedVersion" : {
"c2jName" : "expectedVersion",
"c2jShape" : "OptionalVersion",
"deprecated" : false,
"documentation" : "The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing
request is rejected with a VersionConflictException
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing
request is rejected with a VersionConflictException
.
\n@param expectedVersion The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing
request is rejected with a VersionConflictException
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing
request is rejected with a VersionConflictException
.
\n@return The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing
request is rejected with a VersionConflictException
.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "expectedVersion",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "expectedVersion",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ExpectedVersion",
"setterDocumentation" : "/**The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing
request is rejected with a VersionConflictException
.
\n@param expectedVersion The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing
request is rejected with a VersionConflictException
.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "expectedVersion",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing
request is rejected with a VersionConflictException
.
\n@param expectedVersion The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing
request is rejected with a VersionConflictException
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "expectedVersion",
"variableType" : "Long",
"documentation" : "The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing
request is rejected with a VersionConflictException
.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"ThingName" : {
"c2jName" : "thingName",
"c2jShape" : "ThingName",
"deprecated" : false,
"documentation" : "The name of the thing to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the thing to delete.
\n@param thingName The name of the thing to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the thing to delete.
\n@return The name of the thing to delete.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "thingName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingName",
"setterDocumentation" : "/**The name of the thing to delete.
\n@param thingName The name of the thing to delete.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the thing to delete.
\n@param thingName The name of the thing to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "The name of the thing to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "thingName" ],
"shapeName" : "DeleteThingRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteThingRequest",
"variableName" : "deleteThingRequest",
"variableType" : "DeleteThingRequest",
"documentation" : null,
"simpleType" : "DeleteThingRequest",
"variableSetterType" : "DeleteThingRequest"
},
"wrapper" : false
},
"DeleteThingResult" : {
"c2jName" : "DeleteThingResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output of the DeleteThing operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeleteThingResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteThingResult",
"variableName" : "deleteThingResult",
"variableType" : "DeleteThingResult",
"documentation" : null,
"simpleType" : "DeleteThingResult",
"variableSetterType" : "DeleteThingResult"
},
"wrapper" : false
},
"DeleteThingTypeRequest" : {
"c2jName" : "DeleteThingTypeRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the DeleteThingType operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteThingType",
"locationName" : null,
"requestUri" : "/thing-types/{thingTypeName}",
"target" : null,
"verb" : "DELETE",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"deprecated" : false,
"documentation" : "The name of the thing type.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the thing type.
\n@return The name of the thing type.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "thingTypeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeName",
"setterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "The name of the thing type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ThingTypeName" : {
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"deprecated" : false,
"documentation" : "The name of the thing type.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the thing type.
\n@return The name of the thing type.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "thingTypeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeName",
"setterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "The name of the thing type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "thingTypeName" ],
"shapeName" : "DeleteThingTypeRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteThingTypeRequest",
"variableName" : "deleteThingTypeRequest",
"variableType" : "DeleteThingTypeRequest",
"documentation" : null,
"simpleType" : "DeleteThingTypeRequest",
"variableSetterType" : "DeleteThingTypeRequest"
},
"wrapper" : false
},
"DeleteThingTypeResult" : {
"c2jName" : "DeleteThingTypeResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output for the DeleteThingType operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeleteThingTypeResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteThingTypeResult",
"variableName" : "deleteThingTypeResult",
"variableType" : "DeleteThingTypeResult",
"documentation" : null,
"simpleType" : "DeleteThingTypeResult",
"variableSetterType" : "DeleteThingTypeResult"
},
"wrapper" : false
},
"DeleteTopicRuleRequest" : {
"c2jName" : "DeleteTopicRuleRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the DeleteTopicRule operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteTopicRule",
"locationName" : null,
"requestUri" : "/rules/{ruleName}",
"target" : null,
"verb" : "DELETE",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ruleName",
"c2jShape" : "RuleName",
"deprecated" : false,
"documentation" : "The name of the rule.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the rule.
\n@return The name of the rule.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "ruleName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ruleName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuleName",
"setterDocumentation" : "/**The name of the rule.
\n@param ruleName The name of the rule.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "The name of the rule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RuleName" : {
"c2jName" : "ruleName",
"c2jShape" : "RuleName",
"deprecated" : false,
"documentation" : "The name of the rule.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the rule.
\n@return The name of the rule.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "ruleName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ruleName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuleName",
"setterDocumentation" : "/**The name of the rule.
\n@param ruleName The name of the rule.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "The name of the rule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "ruleName" ],
"shapeName" : "DeleteTopicRuleRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteTopicRuleRequest",
"variableName" : "deleteTopicRuleRequest",
"variableType" : "DeleteTopicRuleRequest",
"documentation" : null,
"simpleType" : "DeleteTopicRuleRequest",
"variableSetterType" : "DeleteTopicRuleRequest"
},
"wrapper" : false
},
"DeleteTopicRuleResult" : {
"c2jName" : "DeleteTopicRuleResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeleteTopicRuleResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteTopicRuleResult",
"variableName" : "deleteTopicRuleResult",
"variableType" : "DeleteTopicRuleResult",
"documentation" : null,
"simpleType" : "DeleteTopicRuleResult",
"variableSetterType" : "DeleteTopicRuleResult"
},
"wrapper" : false
},
"DeprecateThingTypeRequest" : {
"c2jName" : "DeprecateThingTypeRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the DeprecateThingType operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeprecateThingType",
"locationName" : null,
"requestUri" : "/thing-types/{thingTypeName}/deprecate",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"deprecated" : false,
"documentation" : "The name of the thing type to deprecate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the thing type to deprecate.
\n@param thingTypeName The name of the thing type to deprecate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the thing type to deprecate.
\n@return The name of the thing type to deprecate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "thingTypeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeName",
"setterDocumentation" : "/**The name of the thing type to deprecate.
\n@param thingTypeName The name of the thing type to deprecate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the thing type to deprecate.
\n@param thingTypeName The name of the thing type to deprecate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "The name of the thing type to deprecate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "undoDeprecate",
"c2jShape" : "UndoDeprecate",
"deprecated" : false,
"documentation" : "Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.
\n@param undoDeprecate Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.
\n@return Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "undoDeprecate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "undoDeprecate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "UndoDeprecate",
"setterDocumentation" : "/**Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.
\n@param undoDeprecate Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "undoDeprecate",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.
\n@param undoDeprecate Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "undoDeprecate",
"variableType" : "Boolean",
"documentation" : "Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ThingTypeName" : {
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"deprecated" : false,
"documentation" : "The name of the thing type to deprecate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the thing type to deprecate.
\n@param thingTypeName The name of the thing type to deprecate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the thing type to deprecate.
\n@return The name of the thing type to deprecate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "thingTypeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeName",
"setterDocumentation" : "/**The name of the thing type to deprecate.
\n@param thingTypeName The name of the thing type to deprecate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the thing type to deprecate.
\n@param thingTypeName The name of the thing type to deprecate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "The name of the thing type to deprecate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"UndoDeprecate" : {
"c2jName" : "undoDeprecate",
"c2jShape" : "UndoDeprecate",
"deprecated" : false,
"documentation" : "Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.
\n@param undoDeprecate Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.
\n@return Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "undoDeprecate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "undoDeprecate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "UndoDeprecate",
"setterDocumentation" : "/**Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.
\n@param undoDeprecate Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "undoDeprecate",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.
\n@param undoDeprecate Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "undoDeprecate",
"variableType" : "Boolean",
"documentation" : "Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "thingTypeName" ],
"shapeName" : "DeprecateThingTypeRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeprecateThingTypeRequest",
"variableName" : "deprecateThingTypeRequest",
"variableType" : "DeprecateThingTypeRequest",
"documentation" : null,
"simpleType" : "DeprecateThingTypeRequest",
"variableSetterType" : "DeprecateThingTypeRequest"
},
"wrapper" : false
},
"DeprecateThingTypeResult" : {
"c2jName" : "DeprecateThingTypeResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output for the DeprecateThingType operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeprecateThingTypeResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeprecateThingTypeResult",
"variableName" : "deprecateThingTypeResult",
"variableType" : "DeprecateThingTypeResult",
"documentation" : null,
"simpleType" : "DeprecateThingTypeResult",
"variableSetterType" : "DeprecateThingTypeResult"
},
"wrapper" : false
},
"DescribeCACertificateRequest" : {
"c2jName" : "DescribeCACertificateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the DescribeCACertificate operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeCACertificate",
"locationName" : null,
"requestUri" : "/cacertificate/{caCertificateId}",
"target" : null,
"verb" : "GET",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The CA certificate identifier.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The CA certificate identifier.
\n@return The CA certificate identifier.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "caCertificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caCertificateId",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The CA certificate identifier.
\n@param certificateId The CA certificate identifier.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The CA certificate identifier.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CertificateId" : {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The CA certificate identifier.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The CA certificate identifier.
\n@return The CA certificate identifier.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "caCertificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caCertificateId",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The CA certificate identifier.
\n@param certificateId The CA certificate identifier.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The CA certificate identifier.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "certificateId" ],
"shapeName" : "DescribeCACertificateRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeCACertificateRequest",
"variableName" : "describeCACertificateRequest",
"variableType" : "DescribeCACertificateRequest",
"documentation" : null,
"simpleType" : "DescribeCACertificateRequest",
"variableSetterType" : "DescribeCACertificateRequest"
},
"wrapper" : false
},
"DescribeCACertificateResult" : {
"c2jName" : "DescribeCACertificateResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output from the DescribeCACertificate operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "certificateDescription",
"c2jShape" : "CACertificateDescription",
"deprecated" : false,
"documentation" : "The CA certificate description.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The CA certificate description.
\n@param certificateDescription The CA certificate description.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The CA certificate description.
\n@return The CA certificate description.*/",
"getterModel" : {
"returnType" : "CACertificateDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateDescription",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateDescription",
"setterDocumentation" : "/**The CA certificate description.
\n@param certificateDescription The CA certificate description.*/",
"setterModel" : {
"variableDeclarationType" : "CACertificateDescription",
"variableName" : "certificateDescription",
"variableType" : "CACertificateDescription",
"documentation" : "",
"simpleType" : "CACertificateDescription",
"variableSetterType" : "CACertificateDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**The CA certificate description.
\n@param certificateDescription The CA certificate description.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "CACertificateDescription",
"variableName" : "certificateDescription",
"variableType" : "CACertificateDescription",
"documentation" : "The CA certificate description.
",
"simpleType" : "CACertificateDescription",
"variableSetterType" : "CACertificateDescription"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CertificateDescription" : {
"c2jName" : "certificateDescription",
"c2jShape" : "CACertificateDescription",
"deprecated" : false,
"documentation" : "The CA certificate description.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The CA certificate description.
\n@param certificateDescription The CA certificate description.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The CA certificate description.
\n@return The CA certificate description.*/",
"getterModel" : {
"returnType" : "CACertificateDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateDescription",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateDescription",
"setterDocumentation" : "/**The CA certificate description.
\n@param certificateDescription The CA certificate description.*/",
"setterModel" : {
"variableDeclarationType" : "CACertificateDescription",
"variableName" : "certificateDescription",
"variableType" : "CACertificateDescription",
"documentation" : "",
"simpleType" : "CACertificateDescription",
"variableSetterType" : "CACertificateDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**The CA certificate description.
\n@param certificateDescription The CA certificate description.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "CACertificateDescription",
"variableName" : "certificateDescription",
"variableType" : "CACertificateDescription",
"documentation" : "The CA certificate description.
",
"simpleType" : "CACertificateDescription",
"variableSetterType" : "CACertificateDescription"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "DescribeCACertificateResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeCACertificateResult",
"variableName" : "describeCACertificateResult",
"variableType" : "DescribeCACertificateResult",
"documentation" : null,
"simpleType" : "DescribeCACertificateResult",
"variableSetterType" : "DescribeCACertificateResult"
},
"wrapper" : false
},
"DescribeCertificateRequest" : {
"c2jName" : "DescribeCertificateRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the DescribeCertificate operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeCertificate",
"locationName" : null,
"requestUri" : "/certificates/{certificateId}",
"target" : null,
"verb" : "GET",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the certificate.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the certificate.
\n@return The ID of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "certificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateId",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The ID of the certificate.
\n@param certificateId The ID of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The ID of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CertificateId" : {
"c2jName" : "certificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the certificate.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the certificate.
\n@return The ID of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "certificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateId",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateId",
"setterDocumentation" : "/**The ID of the certificate.
\n@param certificateId The ID of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateId",
"variableType" : "String",
"documentation" : "The ID of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "certificateId" ],
"shapeName" : "DescribeCertificateRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeCertificateRequest",
"variableName" : "describeCertificateRequest",
"variableType" : "DescribeCertificateRequest",
"documentation" : null,
"simpleType" : "DescribeCertificateRequest",
"variableSetterType" : "DescribeCertificateRequest"
},
"wrapper" : false
},
"DescribeCertificateResult" : {
"c2jName" : "DescribeCertificateResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output of the DescribeCertificate operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "certificateDescription",
"c2jShape" : "CertificateDescription",
"deprecated" : false,
"documentation" : "The description of the certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The description of the certificate.
\n@param certificateDescription The description of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The description of the certificate.
\n@return The description of the certificate.*/",
"getterModel" : {
"returnType" : "CertificateDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateDescription",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateDescription",
"setterDocumentation" : "/**The description of the certificate.
\n@param certificateDescription The description of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "CertificateDescription",
"variableName" : "certificateDescription",
"variableType" : "CertificateDescription",
"documentation" : "",
"simpleType" : "CertificateDescription",
"variableSetterType" : "CertificateDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**The description of the certificate.
\n@param certificateDescription The description of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "CertificateDescription",
"variableName" : "certificateDescription",
"variableType" : "CertificateDescription",
"documentation" : "The description of the certificate.
",
"simpleType" : "CertificateDescription",
"variableSetterType" : "CertificateDescription"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CertificateDescription" : {
"c2jName" : "certificateDescription",
"c2jShape" : "CertificateDescription",
"deprecated" : false,
"documentation" : "The description of the certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The description of the certificate.
\n@param certificateDescription The description of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The description of the certificate.
\n@return The description of the certificate.*/",
"getterModel" : {
"returnType" : "CertificateDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificateDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificateDescription",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateDescription",
"setterDocumentation" : "/**The description of the certificate.
\n@param certificateDescription The description of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "CertificateDescription",
"variableName" : "certificateDescription",
"variableType" : "CertificateDescription",
"documentation" : "",
"simpleType" : "CertificateDescription",
"variableSetterType" : "CertificateDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**The description of the certificate.
\n@param certificateDescription The description of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "CertificateDescription",
"variableName" : "certificateDescription",
"variableType" : "CertificateDescription",
"documentation" : "The description of the certificate.
",
"simpleType" : "CertificateDescription",
"variableSetterType" : "CertificateDescription"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "DescribeCertificateResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeCertificateResult",
"variableName" : "describeCertificateResult",
"variableType" : "DescribeCertificateResult",
"documentation" : null,
"simpleType" : "DescribeCertificateResult",
"variableSetterType" : "DescribeCertificateResult"
},
"wrapper" : false
},
"DescribeEndpointRequest" : {
"c2jName" : "DescribeEndpointRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the DescribeEndpoint operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeEndpoint",
"locationName" : null,
"requestUri" : "/endpoint",
"target" : null,
"verb" : "GET",
"xmlNameSpaceUri" : null
},
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DescribeEndpointRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeEndpointRequest",
"variableName" : "describeEndpointRequest",
"variableType" : "DescribeEndpointRequest",
"documentation" : null,
"simpleType" : "DescribeEndpointRequest",
"variableSetterType" : "DescribeEndpointRequest"
},
"wrapper" : false
},
"DescribeEndpointResult" : {
"c2jName" : "DescribeEndpointResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output from the DescribeEndpoint operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "endpointAddress",
"c2jShape" : "EndpointAddress",
"deprecated" : false,
"documentation" : "The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.
\n@param endpointAddress The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.
\n@return The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "endpointAddress",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "endpointAddress",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EndpointAddress",
"setterDocumentation" : "/**The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.
\n@param endpointAddress The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointAddress",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.
\n@param endpointAddress The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointAddress",
"variableType" : "String",
"documentation" : "The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EndpointAddress" : {
"c2jName" : "endpointAddress",
"c2jShape" : "EndpointAddress",
"deprecated" : false,
"documentation" : "The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.
\n@param endpointAddress The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.
\n@return The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "endpointAddress",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "endpointAddress",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EndpointAddress",
"setterDocumentation" : "/**The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.
\n@param endpointAddress The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointAddress",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.
\n@param endpointAddress The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointAddress",
"variableType" : "String",
"documentation" : "The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "DescribeEndpointResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeEndpointResult",
"variableName" : "describeEndpointResult",
"variableType" : "DescribeEndpointResult",
"documentation" : null,
"simpleType" : "DescribeEndpointResult",
"variableSetterType" : "DescribeEndpointResult"
},
"wrapper" : false
},
"DescribeThingRequest" : {
"c2jName" : "DescribeThingRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the DescribeThing operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeThing",
"locationName" : null,
"requestUri" : "/things/{thingName}",
"target" : null,
"verb" : "GET",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "thingName",
"c2jShape" : "ThingName",
"deprecated" : false,
"documentation" : "The name of the thing.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the thing.
\n@return The name of the thing.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "thingName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingName",
"setterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "The name of the thing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ThingName" : {
"c2jName" : "thingName",
"c2jShape" : "ThingName",
"deprecated" : false,
"documentation" : "The name of the thing.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the thing.
\n@return The name of the thing.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "thingName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingName",
"setterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "The name of the thing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "thingName" ],
"shapeName" : "DescribeThingRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeThingRequest",
"variableName" : "describeThingRequest",
"variableType" : "DescribeThingRequest",
"documentation" : null,
"simpleType" : "DescribeThingRequest",
"variableSetterType" : "DescribeThingRequest"
},
"wrapper" : false
},
"DescribeThingResult" : {
"c2jName" : "DescribeThingResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output from the DescribeThing operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "defaultClientId",
"c2jShape" : "ClientId",
"deprecated" : false,
"documentation" : "The default client ID.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The default client ID.
\n@param defaultClientId The default client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The default client ID.
\n@return The default client ID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "defaultClientId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultClientId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultClientId",
"setterDocumentation" : "/**The default client ID.
\n@param defaultClientId The default client ID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultClientId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The default client ID.
\n@param defaultClientId The default client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultClientId",
"variableType" : "String",
"documentation" : "The default client ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "thingName",
"c2jShape" : "ThingName",
"deprecated" : false,
"documentation" : "The name of the thing.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the thing.
\n@return The name of the thing.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingName",
"setterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "The name of the thing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"deprecated" : false,
"documentation" : "The thing type name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The thing type name.
\n@param thingTypeName The thing type name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The thing type name.
\n@return The thing type name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingTypeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeName",
"setterDocumentation" : "/**The thing type name.
\n@param thingTypeName The thing type name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The thing type name.
\n@param thingTypeName The thing type name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "The thing type name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "attributes",
"c2jShape" : "Attributes",
"deprecated" : false,
"documentation" : "The thing attributes.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The thing attributes.
\n@param attributes The thing attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The thing attributes.
\n@return The thing attributes.*/",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attributes",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"c2jName" : "value",
"c2jShape" : "AttributeValue",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**\n@param value */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueType" : "String",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "java.util.HashMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : true
},
"name" : "Attributes",
"setterDocumentation" : "/**The thing attributes.
\n@param attributes The thing attributes.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"varargSetterDocumentation" : "/**The thing attributes.
\n@param attributes The thing attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "The thing attributes.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "version",
"c2jShape" : "Version",
"deprecated" : false,
"documentation" : "The current version of the thing record in the registry.
To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The current version of the thing record in the registry.
To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
\n@param version The current version of the thing record in the registry. To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The current version of the thing record in the registry.
To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
\n@return The current version of the thing record in the registry. To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "version",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "version",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Version",
"setterDocumentation" : "/**The current version of the thing record in the registry.
To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
\n@param version The current version of the thing record in the registry. To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "version",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The current version of the thing record in the registry.
To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
\n@param version The current version of the thing record in the registry. To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "version",
"variableType" : "Long",
"documentation" : "The current version of the thing record in the registry.
To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Attributes" : {
"c2jName" : "attributes",
"c2jShape" : "Attributes",
"deprecated" : false,
"documentation" : "The thing attributes.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The thing attributes.
\n@param attributes The thing attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The thing attributes.
\n@return The thing attributes.*/",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attributes",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"c2jName" : "value",
"c2jShape" : "AttributeValue",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**\n@param value */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueType" : "String",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "java.util.HashMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : true
},
"name" : "Attributes",
"setterDocumentation" : "/**The thing attributes.
\n@param attributes The thing attributes.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"varargSetterDocumentation" : "/**The thing attributes.
\n@param attributes The thing attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "The thing attributes.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
},
"DefaultClientId" : {
"c2jName" : "defaultClientId",
"c2jShape" : "ClientId",
"deprecated" : false,
"documentation" : "The default client ID.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The default client ID.
\n@param defaultClientId The default client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The default client ID.
\n@return The default client ID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "defaultClientId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultClientId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultClientId",
"setterDocumentation" : "/**The default client ID.
\n@param defaultClientId The default client ID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultClientId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The default client ID.
\n@param defaultClientId The default client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultClientId",
"variableType" : "String",
"documentation" : "The default client ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ThingName" : {
"c2jName" : "thingName",
"c2jShape" : "ThingName",
"deprecated" : false,
"documentation" : "The name of the thing.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the thing.
\n@return The name of the thing.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingName",
"setterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "The name of the thing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ThingTypeName" : {
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"deprecated" : false,
"documentation" : "The thing type name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The thing type name.
\n@param thingTypeName The thing type name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The thing type name.
\n@return The thing type name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingTypeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeName",
"setterDocumentation" : "/**The thing type name.
\n@param thingTypeName The thing type name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The thing type name.
\n@param thingTypeName The thing type name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "The thing type name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Version" : {
"c2jName" : "version",
"c2jShape" : "Version",
"deprecated" : false,
"documentation" : "The current version of the thing record in the registry.
To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The current version of the thing record in the registry.
To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
\n@param version The current version of the thing record in the registry. To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The current version of the thing record in the registry.
To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
\n@return The current version of the thing record in the registry. To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "version",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "version",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Version",
"setterDocumentation" : "/**The current version of the thing record in the registry.
To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
\n@param version The current version of the thing record in the registry. To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "version",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The current version of the thing record in the registry.
To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
\n@param version The current version of the thing record in the registry. To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "version",
"variableType" : "Long",
"documentation" : "The current version of the thing record in the registry.
To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "DescribeThingResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeThingResult",
"variableName" : "describeThingResult",
"variableType" : "DescribeThingResult",
"documentation" : null,
"simpleType" : "DescribeThingResult",
"variableSetterType" : "DescribeThingResult"
},
"wrapper" : false
},
"DescribeThingTypeRequest" : {
"c2jName" : "DescribeThingTypeRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the DescribeThingType operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeThingType",
"locationName" : null,
"requestUri" : "/thing-types/{thingTypeName}",
"target" : null,
"verb" : "GET",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"deprecated" : false,
"documentation" : "The name of the thing type.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the thing type.
\n@return The name of the thing type.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "thingTypeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeName",
"setterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "The name of the thing type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ThingTypeName" : {
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"deprecated" : false,
"documentation" : "The name of the thing type.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the thing type.
\n@return The name of the thing type.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "thingTypeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeName",
"setterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "The name of the thing type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "thingTypeName" ],
"shapeName" : "DescribeThingTypeRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeThingTypeRequest",
"variableName" : "describeThingTypeRequest",
"variableType" : "DescribeThingTypeRequest",
"documentation" : null,
"simpleType" : "DescribeThingTypeRequest",
"variableSetterType" : "DescribeThingTypeRequest"
},
"wrapper" : false
},
"DescribeThingTypeResult" : {
"c2jName" : "DescribeThingTypeResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output for the DescribeThingType operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"deprecated" : false,
"documentation" : "The name of the thing type.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the thing type.
\n@return The name of the thing type.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingTypeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeName",
"setterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "The name of the thing type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "thingTypeProperties",
"c2jShape" : "ThingTypeProperties",
"deprecated" : false,
"documentation" : "The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "ThingTypeProperties",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingTypeProperties",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeProperties",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeProperties",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "ThingTypeProperties",
"variableName" : "thingTypeProperties",
"variableType" : "ThingTypeProperties",
"documentation" : "",
"simpleType" : "ThingTypeProperties",
"variableSetterType" : "ThingTypeProperties"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ThingTypeProperties",
"variableName" : "thingTypeProperties",
"variableType" : "ThingTypeProperties",
"documentation" : "The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
",
"simpleType" : "ThingTypeProperties",
"variableSetterType" : "ThingTypeProperties"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "thingTypeMetadata",
"c2jShape" : "ThingTypeMetadata",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param thingTypeMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ThingTypeMetadata",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingTypeMetadata",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeMetadata",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeMetadata",
"setterDocumentation" : "/**\n@param thingTypeMetadata */",
"setterModel" : {
"variableDeclarationType" : "ThingTypeMetadata",
"variableName" : "thingTypeMetadata",
"variableType" : "ThingTypeMetadata",
"documentation" : "",
"simpleType" : "ThingTypeMetadata",
"variableSetterType" : "ThingTypeMetadata"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param thingTypeMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ThingTypeMetadata",
"variableName" : "thingTypeMetadata",
"variableType" : "ThingTypeMetadata",
"documentation" : "",
"simpleType" : "ThingTypeMetadata",
"variableSetterType" : "ThingTypeMetadata"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ThingTypeMetadata" : {
"c2jName" : "thingTypeMetadata",
"c2jShape" : "ThingTypeMetadata",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param thingTypeMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ThingTypeMetadata",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingTypeMetadata",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeMetadata",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeMetadata",
"setterDocumentation" : "/**\n@param thingTypeMetadata */",
"setterModel" : {
"variableDeclarationType" : "ThingTypeMetadata",
"variableName" : "thingTypeMetadata",
"variableType" : "ThingTypeMetadata",
"documentation" : "",
"simpleType" : "ThingTypeMetadata",
"variableSetterType" : "ThingTypeMetadata"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param thingTypeMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ThingTypeMetadata",
"variableName" : "thingTypeMetadata",
"variableType" : "ThingTypeMetadata",
"documentation" : "",
"simpleType" : "ThingTypeMetadata",
"variableSetterType" : "ThingTypeMetadata"
},
"xmlNameSpaceUri" : null
},
"ThingTypeName" : {
"c2jName" : "thingTypeName",
"c2jShape" : "ThingTypeName",
"deprecated" : false,
"documentation" : "The name of the thing type.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the thing type.
\n@return The name of the thing type.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingTypeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeName",
"setterDocumentation" : "/**The name of the thing type.
\n@param thingTypeName The name of the thing type.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingTypeName",
"variableType" : "String",
"documentation" : "The name of the thing type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ThingTypeProperties" : {
"c2jName" : "thingTypeProperties",
"c2jShape" : "ThingTypeProperties",
"deprecated" : false,
"documentation" : "The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "ThingTypeProperties",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "thingTypeProperties",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingTypeProperties",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingTypeProperties",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "ThingTypeProperties",
"variableName" : "thingTypeProperties",
"variableType" : "ThingTypeProperties",
"documentation" : "",
"simpleType" : "ThingTypeProperties",
"variableSetterType" : "ThingTypeProperties"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ThingTypeProperties",
"variableName" : "thingTypeProperties",
"variableType" : "ThingTypeProperties",
"documentation" : "The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
",
"simpleType" : "ThingTypeProperties",
"variableSetterType" : "ThingTypeProperties"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "DescribeThingTypeResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeThingTypeResult",
"variableName" : "describeThingTypeResult",
"variableType" : "DescribeThingTypeResult",
"documentation" : null,
"simpleType" : "DescribeThingTypeResult",
"variableSetterType" : "DescribeThingTypeResult"
},
"wrapper" : false
},
"DetachPrincipalPolicyRequest" : {
"c2jName" : "DetachPrincipalPolicyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the DetachPrincipalPolicy operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : true,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DetachPrincipalPolicy",
"locationName" : null,
"requestUri" : "/principal-policies/{policyName}",
"target" : null,
"verb" : "DELETE",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The name of the policy to detach.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the policy to detach.
\n@return The name of the policy to detach.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The name of the policy to detach.
\n@param policyName The name of the policy to detach.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy to detach.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "principal",
"c2jShape" : "Principal",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : true,
"isPayload" : false,
"isStreaming" : false,
"location" : "header",
"marshallLocationName" : "x-amzn-iot-principal",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "x-amzn-iot-principal",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Principal",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "principal",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "principal",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PolicyName" : {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The name of the policy to detach.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the policy to detach.
\n@return The name of the policy to detach.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The name of the policy to detach.
\n@param policyName The name of the policy to detach.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy to detach.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Principal" : {
"c2jName" : "principal",
"c2jShape" : "Principal",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : true,
"isPayload" : false,
"isStreaming" : false,
"location" : "header",
"marshallLocationName" : "x-amzn-iot-principal",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "x-amzn-iot-principal",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Principal",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "principal",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "principal",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "policyName", "principal" ],
"shapeName" : "DetachPrincipalPolicyRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DetachPrincipalPolicyRequest",
"variableName" : "detachPrincipalPolicyRequest",
"variableType" : "DetachPrincipalPolicyRequest",
"documentation" : null,
"simpleType" : "DetachPrincipalPolicyRequest",
"variableSetterType" : "DetachPrincipalPolicyRequest"
},
"wrapper" : false
},
"DetachPrincipalPolicyResult" : {
"c2jName" : "DetachPrincipalPolicyResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DetachPrincipalPolicyResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DetachPrincipalPolicyResult",
"variableName" : "detachPrincipalPolicyResult",
"variableType" : "DetachPrincipalPolicyResult",
"documentation" : null,
"simpleType" : "DetachPrincipalPolicyResult",
"variableSetterType" : "DetachPrincipalPolicyResult"
},
"wrapper" : false
},
"DetachThingPrincipalRequest" : {
"c2jName" : "DetachThingPrincipalRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the DetachThingPrincipal operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : true,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DetachThingPrincipal",
"locationName" : null,
"requestUri" : "/things/{thingName}/principals",
"target" : null,
"verb" : "DELETE",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "thingName",
"c2jShape" : "ThingName",
"deprecated" : false,
"documentation" : "The name of the thing.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the thing.
\n@return The name of the thing.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "thingName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingName",
"setterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "The name of the thing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "principal",
"c2jShape" : "Principal",
"deprecated" : false,
"documentation" : "If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.
\n@param principal If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.
\n@return If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : true,
"isPayload" : false,
"isStreaming" : false,
"location" : "header",
"marshallLocationName" : "x-amzn-principal",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "x-amzn-principal",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Principal",
"setterDocumentation" : "/**If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.
\n@param principal If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "principal",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.
\n@param principal If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "principal",
"variableType" : "String",
"documentation" : "If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Principal" : {
"c2jName" : "principal",
"c2jShape" : "Principal",
"deprecated" : false,
"documentation" : "If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.
\n@param principal If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.
\n@return If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : true,
"isPayload" : false,
"isStreaming" : false,
"location" : "header",
"marshallLocationName" : "x-amzn-principal",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "x-amzn-principal",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Principal",
"setterDocumentation" : "/**If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.
\n@param principal If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "principal",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.
\n@param principal If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "principal",
"variableType" : "String",
"documentation" : "If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ThingName" : {
"c2jName" : "thingName",
"c2jShape" : "ThingName",
"deprecated" : false,
"documentation" : "The name of the thing.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the thing.
\n@return The name of the thing.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "thingName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "thingName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ThingName",
"setterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the thing.
\n@param thingName The name of the thing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "thingName",
"variableType" : "String",
"documentation" : "The name of the thing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "thingName", "principal" ],
"shapeName" : "DetachThingPrincipalRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DetachThingPrincipalRequest",
"variableName" : "detachThingPrincipalRequest",
"variableType" : "DetachThingPrincipalRequest",
"documentation" : null,
"simpleType" : "DetachThingPrincipalRequest",
"variableSetterType" : "DetachThingPrincipalRequest"
},
"wrapper" : false
},
"DetachThingPrincipalResult" : {
"c2jName" : "DetachThingPrincipalResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output from the DetachThingPrincipal operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DetachThingPrincipalResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DetachThingPrincipalResult",
"variableName" : "detachThingPrincipalResult",
"variableType" : "DetachThingPrincipalResult",
"documentation" : null,
"simpleType" : "DetachThingPrincipalResult",
"variableSetterType" : "DetachThingPrincipalResult"
},
"wrapper" : false
},
"DisableTopicRuleRequest" : {
"c2jName" : "DisableTopicRuleRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the DisableTopicRuleRequest operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DisableTopicRule",
"locationName" : null,
"requestUri" : "/rules/{ruleName}/disable",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ruleName",
"c2jShape" : "RuleName",
"deprecated" : false,
"documentation" : "The name of the rule to disable.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the rule to disable.
\n@param ruleName The name of the rule to disable.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the rule to disable.
\n@return The name of the rule to disable.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "ruleName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ruleName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuleName",
"setterDocumentation" : "/**The name of the rule to disable.
\n@param ruleName The name of the rule to disable.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the rule to disable.
\n@param ruleName The name of the rule to disable.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "The name of the rule to disable.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RuleName" : {
"c2jName" : "ruleName",
"c2jShape" : "RuleName",
"deprecated" : false,
"documentation" : "The name of the rule to disable.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the rule to disable.
\n@param ruleName The name of the rule to disable.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the rule to disable.
\n@return The name of the rule to disable.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "ruleName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ruleName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuleName",
"setterDocumentation" : "/**The name of the rule to disable.
\n@param ruleName The name of the rule to disable.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the rule to disable.
\n@param ruleName The name of the rule to disable.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "The name of the rule to disable.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "ruleName" ],
"shapeName" : "DisableTopicRuleRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DisableTopicRuleRequest",
"variableName" : "disableTopicRuleRequest",
"variableType" : "DisableTopicRuleRequest",
"documentation" : null,
"simpleType" : "DisableTopicRuleRequest",
"variableSetterType" : "DisableTopicRuleRequest"
},
"wrapper" : false
},
"DisableTopicRuleResult" : {
"c2jName" : "DisableTopicRuleResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DisableTopicRuleResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DisableTopicRuleResult",
"variableName" : "disableTopicRuleResult",
"variableType" : "DisableTopicRuleResult",
"documentation" : null,
"simpleType" : "DisableTopicRuleResult",
"variableSetterType" : "DisableTopicRuleResult"
},
"wrapper" : false
},
"DynamoDBAction" : {
"c2jName" : "DynamoDBAction",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes an action to write to a DynamoDB table.
The tableName
, hashKeyField
, and rangeKeyField
values must match the values used when you created the table.
The hashKeyValue
and rangeKeyvalue
fields use a substitution template syntax. These templates provide data at runtime. The syntax is as follows: ${sql-expression}.
You can specify any valid expression in a WHERE or SELECT clause, including JSON properties, comparisons, calculations, and functions. For example, the following field uses the third level of the topic:
\"hashKeyValue\": \"${topic(3)}\"
The following field uses the timestamp:
\"rangeKeyValue\": \"${timestamp()}\"
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "tableName",
"c2jShape" : "TableName",
"deprecated" : false,
"documentation" : "The name of the DynamoDB table.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the DynamoDB table.
\n@param tableName The name of the DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the DynamoDB table.
\n@return The name of the DynamoDB table.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "tableName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "tableName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TableName",
"setterDocumentation" : "/**The name of the DynamoDB table.
\n@param tableName The name of the DynamoDB table.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the DynamoDB table.
\n@param tableName The name of the DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "The name of the DynamoDB table.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "roleArn",
"c2jShape" : "AwsArn",
"deprecated" : false,
"documentation" : "The ARN of the IAM role that grants access to the DynamoDB table.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ARN of the IAM role that grants access to the DynamoDB table.
\n@param roleArn The ARN of the IAM role that grants access to the DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ARN of the IAM role that grants access to the DynamoDB table.
\n@return The ARN of the IAM role that grants access to the DynamoDB table.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "roleArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleArn",
"setterDocumentation" : "/**The ARN of the IAM role that grants access to the DynamoDB table.
\n@param roleArn The ARN of the IAM role that grants access to the DynamoDB table.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ARN of the IAM role that grants access to the DynamoDB table.
\n@param roleArn The ARN of the IAM role that grants access to the DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The ARN of the IAM role that grants access to the DynamoDB table.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "operation",
"c2jShape" : "DynamoOperation",
"deprecated" : false,
"documentation" : "The type of operation to be performed. This follows the substitution template, so it can be ${operation}
, but the substitution must result in one of the following: INSERT
, UPDATE
, or DELETE
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The type of operation to be performed. This follows the substitution template, so it can be ${operation}
, but the substitution must result in one of the following: INSERT
, UPDATE
, or DELETE
.
\n@param operation The type of operation to be performed. This follows the substitution template, so it can be ${operation}
, but the substitution must result in one of the following: INSERT
, UPDATE
, or DELETE
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The type of operation to be performed. This follows the substitution template, so it can be ${operation}
, but the substitution must result in one of the following: INSERT
, UPDATE
, or DELETE
.
\n@return The type of operation to be performed. This follows the substitution template, so it can be ${operation}
, but the substitution must result in one of the following: INSERT
, UPDATE
, or DELETE
.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "operation",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "operation",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Operation",
"setterDocumentation" : "/**The type of operation to be performed. This follows the substitution template, so it can be ${operation}
, but the substitution must result in one of the following: INSERT
, UPDATE
, or DELETE
.
\n@param operation The type of operation to be performed. This follows the substitution template, so it can be ${operation}
, but the substitution must result in one of the following: INSERT
, UPDATE
, or DELETE
.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operation",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The type of operation to be performed. This follows the substitution template, so it can be ${operation}
, but the substitution must result in one of the following: INSERT
, UPDATE
, or DELETE
.
\n@param operation The type of operation to be performed. This follows the substitution template, so it can be ${operation}
, but the substitution must result in one of the following: INSERT
, UPDATE
, or DELETE
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operation",
"variableType" : "String",
"documentation" : "The type of operation to be performed. This follows the substitution template, so it can be ${operation}
, but the substitution must result in one of the following: INSERT
, UPDATE
, or DELETE
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "hashKeyField",
"c2jShape" : "HashKeyField",
"deprecated" : false,
"documentation" : "The hash key name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The hash key name.
\n@param hashKeyField The hash key name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The hash key name.
\n@return The hash key name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "hashKeyField",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "hashKeyField",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HashKeyField",
"setterDocumentation" : "/**The hash key name.
\n@param hashKeyField The hash key name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "hashKeyField",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The hash key name.
\n@param hashKeyField The hash key name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "hashKeyField",
"variableType" : "String",
"documentation" : "The hash key name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "hashKeyValue",
"c2jShape" : "HashKeyValue",
"deprecated" : false,
"documentation" : "The hash key value.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The hash key value.
\n@param hashKeyValue The hash key value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The hash key value.
\n@return The hash key value.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "hashKeyValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "hashKeyValue",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HashKeyValue",
"setterDocumentation" : "/**The hash key value.
\n@param hashKeyValue The hash key value.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "hashKeyValue",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The hash key value.
\n@param hashKeyValue The hash key value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "hashKeyValue",
"variableType" : "String",
"documentation" : "The hash key value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "hashKeyType",
"c2jShape" : "DynamoKeyType",
"deprecated" : false,
"documentation" : "The hash key type. Valid values are \"STRING\" or \"NUMBER\"
",
"enumType" : "DynamoKeyType",
"fluentSetterDocumentation" : "/**The hash key type. Valid values are \"STRING\" or \"NUMBER\"
\n@param hashKeyType The hash key type. Valid values are \"STRING\" or \"NUMBER\"\n@return Returns a reference to this object so that method calls can be chained together.\n@see DynamoKeyType*/",
"getterDocumentation" : "/**The hash key type. Valid values are \"STRING\" or \"NUMBER\"
\n@return The hash key type. Valid values are \"STRING\" or \"NUMBER\"\n@see DynamoKeyType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "hashKeyType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "hashKeyType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HashKeyType",
"setterDocumentation" : "/**The hash key type. Valid values are \"STRING\" or \"NUMBER\"
\n@param hashKeyType The hash key type. Valid values are \"STRING\" or \"NUMBER\"\n@see DynamoKeyType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "hashKeyType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The hash key type. Valid values are \"STRING\" or \"NUMBER\"
\n@param hashKeyType The hash key type. Valid values are \"STRING\" or \"NUMBER\"\n@return Returns a reference to this object so that method calls can be chained together.\n@see DynamoKeyType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "hashKeyType",
"variableType" : "String",
"documentation" : "The hash key type. Valid values are \"STRING\" or \"NUMBER\"
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "rangeKeyField",
"c2jShape" : "RangeKeyField",
"deprecated" : false,
"documentation" : "The range key name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The range key name.
\n@param rangeKeyField The range key name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The range key name.
\n@return The range key name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "rangeKeyField",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "rangeKeyField",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RangeKeyField",
"setterDocumentation" : "/**The range key name.
\n@param rangeKeyField The range key name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "rangeKeyField",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The range key name.
\n@param rangeKeyField The range key name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "rangeKeyField",
"variableType" : "String",
"documentation" : "The range key name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "rangeKeyValue",
"c2jShape" : "RangeKeyValue",
"deprecated" : false,
"documentation" : "The range key value.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The range key value.
\n@param rangeKeyValue The range key value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The range key value.
\n@return The range key value.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "rangeKeyValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "rangeKeyValue",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RangeKeyValue",
"setterDocumentation" : "/**The range key value.
\n@param rangeKeyValue The range key value.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "rangeKeyValue",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The range key value.
\n@param rangeKeyValue The range key value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "rangeKeyValue",
"variableType" : "String",
"documentation" : "The range key value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "rangeKeyType",
"c2jShape" : "DynamoKeyType",
"deprecated" : false,
"documentation" : "The range key type. Valid values are \"STRING\" or \"NUMBER\"
",
"enumType" : "DynamoKeyType",
"fluentSetterDocumentation" : "/**The range key type. Valid values are \"STRING\" or \"NUMBER\"
\n@param rangeKeyType The range key type. Valid values are \"STRING\" or \"NUMBER\"\n@return Returns a reference to this object so that method calls can be chained together.\n@see DynamoKeyType*/",
"getterDocumentation" : "/**The range key type. Valid values are \"STRING\" or \"NUMBER\"
\n@return The range key type. Valid values are \"STRING\" or \"NUMBER\"\n@see DynamoKeyType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "rangeKeyType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "rangeKeyType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RangeKeyType",
"setterDocumentation" : "/**The range key type. Valid values are \"STRING\" or \"NUMBER\"
\n@param rangeKeyType The range key type. Valid values are \"STRING\" or \"NUMBER\"\n@see DynamoKeyType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "rangeKeyType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The range key type. Valid values are \"STRING\" or \"NUMBER\"
\n@param rangeKeyType The range key type. Valid values are \"STRING\" or \"NUMBER\"\n@return Returns a reference to this object so that method calls can be chained together.\n@see DynamoKeyType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "rangeKeyType",
"variableType" : "String",
"documentation" : "The range key type. Valid values are \"STRING\" or \"NUMBER\"
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "payloadField",
"c2jShape" : "PayloadField",
"deprecated" : false,
"documentation" : "The action payload. This name can be customized.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The action payload. This name can be customized.
\n@param payloadField The action payload. This name can be customized.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The action payload. This name can be customized.
\n@return The action payload. This name can be customized.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "payloadField",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "payloadField",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PayloadField",
"setterDocumentation" : "/**The action payload. This name can be customized.
\n@param payloadField The action payload. This name can be customized.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "payloadField",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The action payload. This name can be customized.
\n@param payloadField The action payload. This name can be customized.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "payloadField",
"variableType" : "String",
"documentation" : "The action payload. This name can be customized.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"HashKeyField" : {
"c2jName" : "hashKeyField",
"c2jShape" : "HashKeyField",
"deprecated" : false,
"documentation" : "The hash key name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The hash key name.
\n@param hashKeyField The hash key name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The hash key name.
\n@return The hash key name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "hashKeyField",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "hashKeyField",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HashKeyField",
"setterDocumentation" : "/**The hash key name.
\n@param hashKeyField The hash key name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "hashKeyField",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The hash key name.
\n@param hashKeyField The hash key name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "hashKeyField",
"variableType" : "String",
"documentation" : "The hash key name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"HashKeyType" : {
"c2jName" : "hashKeyType",
"c2jShape" : "DynamoKeyType",
"deprecated" : false,
"documentation" : "The hash key type. Valid values are \"STRING\" or \"NUMBER\"
",
"enumType" : "DynamoKeyType",
"fluentSetterDocumentation" : "/**The hash key type. Valid values are \"STRING\" or \"NUMBER\"
\n@param hashKeyType The hash key type. Valid values are \"STRING\" or \"NUMBER\"\n@return Returns a reference to this object so that method calls can be chained together.\n@see DynamoKeyType*/",
"getterDocumentation" : "/**The hash key type. Valid values are \"STRING\" or \"NUMBER\"
\n@return The hash key type. Valid values are \"STRING\" or \"NUMBER\"\n@see DynamoKeyType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "hashKeyType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "hashKeyType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HashKeyType",
"setterDocumentation" : "/**The hash key type. Valid values are \"STRING\" or \"NUMBER\"
\n@param hashKeyType The hash key type. Valid values are \"STRING\" or \"NUMBER\"\n@see DynamoKeyType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "hashKeyType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The hash key type. Valid values are \"STRING\" or \"NUMBER\"
\n@param hashKeyType The hash key type. Valid values are \"STRING\" or \"NUMBER\"\n@return Returns a reference to this object so that method calls can be chained together.\n@see DynamoKeyType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "hashKeyType",
"variableType" : "String",
"documentation" : "The hash key type. Valid values are \"STRING\" or \"NUMBER\"
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"HashKeyValue" : {
"c2jName" : "hashKeyValue",
"c2jShape" : "HashKeyValue",
"deprecated" : false,
"documentation" : "The hash key value.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The hash key value.
\n@param hashKeyValue The hash key value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The hash key value.
\n@return The hash key value.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "hashKeyValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "hashKeyValue",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HashKeyValue",
"setterDocumentation" : "/**The hash key value.
\n@param hashKeyValue The hash key value.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "hashKeyValue",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The hash key value.
\n@param hashKeyValue The hash key value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "hashKeyValue",
"variableType" : "String",
"documentation" : "The hash key value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Operation" : {
"c2jName" : "operation",
"c2jShape" : "DynamoOperation",
"deprecated" : false,
"documentation" : "The type of operation to be performed. This follows the substitution template, so it can be ${operation}
, but the substitution must result in one of the following: INSERT
, UPDATE
, or DELETE
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The type of operation to be performed. This follows the substitution template, so it can be ${operation}
, but the substitution must result in one of the following: INSERT
, UPDATE
, or DELETE
.
\n@param operation The type of operation to be performed. This follows the substitution template, so it can be ${operation}
, but the substitution must result in one of the following: INSERT
, UPDATE
, or DELETE
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The type of operation to be performed. This follows the substitution template, so it can be ${operation}
, but the substitution must result in one of the following: INSERT
, UPDATE
, or DELETE
.
\n@return The type of operation to be performed. This follows the substitution template, so it can be ${operation}
, but the substitution must result in one of the following: INSERT
, UPDATE
, or DELETE
.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "operation",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "operation",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Operation",
"setterDocumentation" : "/**The type of operation to be performed. This follows the substitution template, so it can be ${operation}
, but the substitution must result in one of the following: INSERT
, UPDATE
, or DELETE
.
\n@param operation The type of operation to be performed. This follows the substitution template, so it can be ${operation}
, but the substitution must result in one of the following: INSERT
, UPDATE
, or DELETE
.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operation",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The type of operation to be performed. This follows the substitution template, so it can be ${operation}
, but the substitution must result in one of the following: INSERT
, UPDATE
, or DELETE
.
\n@param operation The type of operation to be performed. This follows the substitution template, so it can be ${operation}
, but the substitution must result in one of the following: INSERT
, UPDATE
, or DELETE
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operation",
"variableType" : "String",
"documentation" : "The type of operation to be performed. This follows the substitution template, so it can be ${operation}
, but the substitution must result in one of the following: INSERT
, UPDATE
, or DELETE
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PayloadField" : {
"c2jName" : "payloadField",
"c2jShape" : "PayloadField",
"deprecated" : false,
"documentation" : "The action payload. This name can be customized.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The action payload. This name can be customized.
\n@param payloadField The action payload. This name can be customized.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The action payload. This name can be customized.
\n@return The action payload. This name can be customized.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "payloadField",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "payloadField",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PayloadField",
"setterDocumentation" : "/**The action payload. This name can be customized.
\n@param payloadField The action payload. This name can be customized.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "payloadField",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The action payload. This name can be customized.
\n@param payloadField The action payload. This name can be customized.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "payloadField",
"variableType" : "String",
"documentation" : "The action payload. This name can be customized.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RangeKeyField" : {
"c2jName" : "rangeKeyField",
"c2jShape" : "RangeKeyField",
"deprecated" : false,
"documentation" : "The range key name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The range key name.
\n@param rangeKeyField The range key name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The range key name.
\n@return The range key name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "rangeKeyField",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "rangeKeyField",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RangeKeyField",
"setterDocumentation" : "/**The range key name.
\n@param rangeKeyField The range key name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "rangeKeyField",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The range key name.
\n@param rangeKeyField The range key name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "rangeKeyField",
"variableType" : "String",
"documentation" : "The range key name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RangeKeyType" : {
"c2jName" : "rangeKeyType",
"c2jShape" : "DynamoKeyType",
"deprecated" : false,
"documentation" : "The range key type. Valid values are \"STRING\" or \"NUMBER\"
",
"enumType" : "DynamoKeyType",
"fluentSetterDocumentation" : "/**The range key type. Valid values are \"STRING\" or \"NUMBER\"
\n@param rangeKeyType The range key type. Valid values are \"STRING\" or \"NUMBER\"\n@return Returns a reference to this object so that method calls can be chained together.\n@see DynamoKeyType*/",
"getterDocumentation" : "/**The range key type. Valid values are \"STRING\" or \"NUMBER\"
\n@return The range key type. Valid values are \"STRING\" or \"NUMBER\"\n@see DynamoKeyType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "rangeKeyType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "rangeKeyType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RangeKeyType",
"setterDocumentation" : "/**The range key type. Valid values are \"STRING\" or \"NUMBER\"
\n@param rangeKeyType The range key type. Valid values are \"STRING\" or \"NUMBER\"\n@see DynamoKeyType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "rangeKeyType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The range key type. Valid values are \"STRING\" or \"NUMBER\"
\n@param rangeKeyType The range key type. Valid values are \"STRING\" or \"NUMBER\"\n@return Returns a reference to this object so that method calls can be chained together.\n@see DynamoKeyType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "rangeKeyType",
"variableType" : "String",
"documentation" : "The range key type. Valid values are \"STRING\" or \"NUMBER\"
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RangeKeyValue" : {
"c2jName" : "rangeKeyValue",
"c2jShape" : "RangeKeyValue",
"deprecated" : false,
"documentation" : "The range key value.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The range key value.
\n@param rangeKeyValue The range key value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The range key value.
\n@return The range key value.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "rangeKeyValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "rangeKeyValue",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RangeKeyValue",
"setterDocumentation" : "/**The range key value.
\n@param rangeKeyValue The range key value.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "rangeKeyValue",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The range key value.
\n@param rangeKeyValue The range key value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "rangeKeyValue",
"variableType" : "String",
"documentation" : "The range key value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleArn" : {
"c2jName" : "roleArn",
"c2jShape" : "AwsArn",
"deprecated" : false,
"documentation" : "The ARN of the IAM role that grants access to the DynamoDB table.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ARN of the IAM role that grants access to the DynamoDB table.
\n@param roleArn The ARN of the IAM role that grants access to the DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ARN of the IAM role that grants access to the DynamoDB table.
\n@return The ARN of the IAM role that grants access to the DynamoDB table.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "roleArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleArn",
"setterDocumentation" : "/**The ARN of the IAM role that grants access to the DynamoDB table.
\n@param roleArn The ARN of the IAM role that grants access to the DynamoDB table.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ARN of the IAM role that grants access to the DynamoDB table.
\n@param roleArn The ARN of the IAM role that grants access to the DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The ARN of the IAM role that grants access to the DynamoDB table.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TableName" : {
"c2jName" : "tableName",
"c2jShape" : "TableName",
"deprecated" : false,
"documentation" : "The name of the DynamoDB table.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the DynamoDB table.
\n@param tableName The name of the DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the DynamoDB table.
\n@return The name of the DynamoDB table.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "tableName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "tableName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TableName",
"setterDocumentation" : "/**The name of the DynamoDB table.
\n@param tableName The name of the DynamoDB table.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the DynamoDB table.
\n@param tableName The name of the DynamoDB table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "The name of the DynamoDB table.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "tableName", "roleArn", "hashKeyField", "hashKeyValue" ],
"shapeName" : "DynamoDBAction",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DynamoDBAction",
"variableName" : "dynamoDBAction",
"variableType" : "DynamoDBAction",
"documentation" : null,
"simpleType" : "DynamoDBAction",
"variableSetterType" : "DynamoDBAction"
},
"wrapper" : false
},
"DynamoKeyType" : {
"c2jName" : "DynamoKeyType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "STRING",
"value" : "STRING"
}, {
"name" : "NUMBER",
"value" : "NUMBER"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DynamoKeyType",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DynamoKeyType",
"variableName" : "dynamoKeyType",
"variableType" : "DynamoKeyType",
"documentation" : null,
"simpleType" : "DynamoKeyType",
"variableSetterType" : "DynamoKeyType"
},
"wrapper" : false
},
"ElasticsearchAction" : {
"c2jName" : "ElasticsearchAction",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes an action that writes data to an Amazon Elasticsearch Service domain.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "roleArn",
"c2jShape" : "AwsArn",
"deprecated" : false,
"documentation" : "The IAM role ARN that has access to Elasticsearch.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IAM role ARN that has access to Elasticsearch.
\n@param roleArn The IAM role ARN that has access to Elasticsearch.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The IAM role ARN that has access to Elasticsearch.
\n@return The IAM role ARN that has access to Elasticsearch.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "roleArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleArn",
"setterDocumentation" : "/**The IAM role ARN that has access to Elasticsearch.
\n@param roleArn The IAM role ARN that has access to Elasticsearch.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The IAM role ARN that has access to Elasticsearch.
\n@param roleArn The IAM role ARN that has access to Elasticsearch.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The IAM role ARN that has access to Elasticsearch.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "endpoint",
"c2jShape" : "ElasticsearchEndpoint",
"deprecated" : false,
"documentation" : "The endpoint of your Elasticsearch domain.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The endpoint of your Elasticsearch domain.
\n@param endpoint The endpoint of your Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The endpoint of your Elasticsearch domain.
\n@return The endpoint of your Elasticsearch domain.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "endpoint",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "endpoint",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Endpoint",
"setterDocumentation" : "/**The endpoint of your Elasticsearch domain.
\n@param endpoint The endpoint of your Elasticsearch domain.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpoint",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The endpoint of your Elasticsearch domain.
\n@param endpoint The endpoint of your Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpoint",
"variableType" : "String",
"documentation" : "The endpoint of your Elasticsearch domain.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "index",
"c2jShape" : "ElasticsearchIndex",
"deprecated" : false,
"documentation" : "The Elasticsearch index where you want to store your data.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Elasticsearch index where you want to store your data.
\n@param index The Elasticsearch index where you want to store your data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The Elasticsearch index where you want to store your data.
\n@return The Elasticsearch index where you want to store your data.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "index",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "index",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Index",
"setterDocumentation" : "/**The Elasticsearch index where you want to store your data.
\n@param index The Elasticsearch index where you want to store your data.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "index",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Elasticsearch index where you want to store your data.
\n@param index The Elasticsearch index where you want to store your data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "index",
"variableType" : "String",
"documentation" : "The Elasticsearch index where you want to store your data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "type",
"c2jShape" : "ElasticsearchType",
"deprecated" : false,
"documentation" : "The type of document you are storing.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The type of document you are storing.
\n@param type The type of document you are storing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The type of document you are storing.
\n@return The type of document you are storing.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "type",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "type",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Type",
"setterDocumentation" : "/**The type of document you are storing.
\n@param type The type of document you are storing.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The type of document you are storing.
\n@param type The type of document you are storing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "The type of document you are storing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "id",
"c2jShape" : "ElasticsearchId",
"deprecated" : false,
"documentation" : "The unique identifier for the document you are storing.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The unique identifier for the document you are storing.
\n@param id The unique identifier for the document you are storing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The unique identifier for the document you are storing.
\n@return The unique identifier for the document you are storing.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Id",
"setterDocumentation" : "/**The unique identifier for the document you are storing.
\n@param id The unique identifier for the document you are storing.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The unique identifier for the document you are storing.
\n@param id The unique identifier for the document you are storing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The unique identifier for the document you are storing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Endpoint" : {
"c2jName" : "endpoint",
"c2jShape" : "ElasticsearchEndpoint",
"deprecated" : false,
"documentation" : "The endpoint of your Elasticsearch domain.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The endpoint of your Elasticsearch domain.
\n@param endpoint The endpoint of your Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The endpoint of your Elasticsearch domain.
\n@return The endpoint of your Elasticsearch domain.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "endpoint",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "endpoint",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Endpoint",
"setterDocumentation" : "/**The endpoint of your Elasticsearch domain.
\n@param endpoint The endpoint of your Elasticsearch domain.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpoint",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The endpoint of your Elasticsearch domain.
\n@param endpoint The endpoint of your Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpoint",
"variableType" : "String",
"documentation" : "The endpoint of your Elasticsearch domain.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Id" : {
"c2jName" : "id",
"c2jShape" : "ElasticsearchId",
"deprecated" : false,
"documentation" : "The unique identifier for the document you are storing.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The unique identifier for the document you are storing.
\n@param id The unique identifier for the document you are storing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The unique identifier for the document you are storing.
\n@return The unique identifier for the document you are storing.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "id",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Id",
"setterDocumentation" : "/**The unique identifier for the document you are storing.
\n@param id The unique identifier for the document you are storing.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The unique identifier for the document you are storing.
\n@param id The unique identifier for the document you are storing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The unique identifier for the document you are storing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Index" : {
"c2jName" : "index",
"c2jShape" : "ElasticsearchIndex",
"deprecated" : false,
"documentation" : "The Elasticsearch index where you want to store your data.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Elasticsearch index where you want to store your data.
\n@param index The Elasticsearch index where you want to store your data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The Elasticsearch index where you want to store your data.
\n@return The Elasticsearch index where you want to store your data.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "index",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "index",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Index",
"setterDocumentation" : "/**The Elasticsearch index where you want to store your data.
\n@param index The Elasticsearch index where you want to store your data.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "index",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Elasticsearch index where you want to store your data.
\n@param index The Elasticsearch index where you want to store your data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "index",
"variableType" : "String",
"documentation" : "The Elasticsearch index where you want to store your data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleArn" : {
"c2jName" : "roleArn",
"c2jShape" : "AwsArn",
"deprecated" : false,
"documentation" : "The IAM role ARN that has access to Elasticsearch.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IAM role ARN that has access to Elasticsearch.
\n@param roleArn The IAM role ARN that has access to Elasticsearch.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The IAM role ARN that has access to Elasticsearch.
\n@return The IAM role ARN that has access to Elasticsearch.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "roleArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleArn",
"setterDocumentation" : "/**The IAM role ARN that has access to Elasticsearch.
\n@param roleArn The IAM role ARN that has access to Elasticsearch.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The IAM role ARN that has access to Elasticsearch.
\n@param roleArn The IAM role ARN that has access to Elasticsearch.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The IAM role ARN that has access to Elasticsearch.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Type" : {
"c2jName" : "type",
"c2jShape" : "ElasticsearchType",
"deprecated" : false,
"documentation" : "The type of document you are storing.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The type of document you are storing.
\n@param type The type of document you are storing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The type of document you are storing.
\n@return The type of document you are storing.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "type",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "type",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Type",
"setterDocumentation" : "/**The type of document you are storing.
\n@param type The type of document you are storing.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The type of document you are storing.
\n@param type The type of document you are storing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "The type of document you are storing.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "roleArn", "endpoint", "index", "type", "id" ],
"shapeName" : "ElasticsearchAction",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ElasticsearchAction",
"variableName" : "elasticsearchAction",
"variableType" : "ElasticsearchAction",
"documentation" : null,
"simpleType" : "ElasticsearchAction",
"variableSetterType" : "ElasticsearchAction"
},
"wrapper" : false
},
"EnableTopicRuleRequest" : {
"c2jName" : "EnableTopicRuleRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the EnableTopicRuleRequest operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "EnableTopicRule",
"locationName" : null,
"requestUri" : "/rules/{ruleName}/enable",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ruleName",
"c2jShape" : "RuleName",
"deprecated" : false,
"documentation" : "The name of the topic rule to enable.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the topic rule to enable.
\n@param ruleName The name of the topic rule to enable.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the topic rule to enable.
\n@return The name of the topic rule to enable.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "ruleName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ruleName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuleName",
"setterDocumentation" : "/**The name of the topic rule to enable.
\n@param ruleName The name of the topic rule to enable.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the topic rule to enable.
\n@param ruleName The name of the topic rule to enable.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "The name of the topic rule to enable.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RuleName" : {
"c2jName" : "ruleName",
"c2jShape" : "RuleName",
"deprecated" : false,
"documentation" : "The name of the topic rule to enable.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the topic rule to enable.
\n@param ruleName The name of the topic rule to enable.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the topic rule to enable.
\n@return The name of the topic rule to enable.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "ruleName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ruleName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuleName",
"setterDocumentation" : "/**The name of the topic rule to enable.
\n@param ruleName The name of the topic rule to enable.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the topic rule to enable.
\n@param ruleName The name of the topic rule to enable.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "The name of the topic rule to enable.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "ruleName" ],
"shapeName" : "EnableTopicRuleRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "EnableTopicRuleRequest",
"variableName" : "enableTopicRuleRequest",
"variableType" : "EnableTopicRuleRequest",
"documentation" : null,
"simpleType" : "EnableTopicRuleRequest",
"variableSetterType" : "EnableTopicRuleRequest"
},
"wrapper" : false
},
"EnableTopicRuleResult" : {
"c2jName" : "EnableTopicRuleResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "EnableTopicRuleResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "EnableTopicRuleResult",
"variableName" : "enableTopicRuleResult",
"variableType" : "EnableTopicRuleResult",
"documentation" : null,
"simpleType" : "EnableTopicRuleResult",
"variableSetterType" : "EnableTopicRuleResult"
},
"wrapper" : false
},
"FirehoseAction" : {
"c2jName" : "FirehoseAction",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes an action that writes data to an Amazon Kinesis Firehose stream.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "roleArn",
"c2jShape" : "AwsArn",
"deprecated" : false,
"documentation" : "The IAM role that grants access to the Amazon Kinesis Firehost stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IAM role that grants access to the Amazon Kinesis Firehost stream.
\n@param roleArn The IAM role that grants access to the Amazon Kinesis Firehost stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The IAM role that grants access to the Amazon Kinesis Firehost stream.
\n@return The IAM role that grants access to the Amazon Kinesis Firehost stream.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "roleArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleArn",
"setterDocumentation" : "/**The IAM role that grants access to the Amazon Kinesis Firehost stream.
\n@param roleArn The IAM role that grants access to the Amazon Kinesis Firehost stream.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The IAM role that grants access to the Amazon Kinesis Firehost stream.
\n@param roleArn The IAM role that grants access to the Amazon Kinesis Firehost stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The IAM role that grants access to the Amazon Kinesis Firehost stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "deliveryStreamName",
"c2jShape" : "DeliveryStreamName",
"deprecated" : false,
"documentation" : "The delivery stream name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The delivery stream name.
\n@param deliveryStreamName The delivery stream name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The delivery stream name.
\n@return The delivery stream name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "deliveryStreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "deliveryStreamName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DeliveryStreamName",
"setterDocumentation" : "/**The delivery stream name.
\n@param deliveryStreamName The delivery stream name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deliveryStreamName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The delivery stream name.
\n@param deliveryStreamName The delivery stream name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deliveryStreamName",
"variableType" : "String",
"documentation" : "The delivery stream name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "separator",
"c2jShape" : "FirehoseSeparator",
"deprecated" : false,
"documentation" : "A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).
\n@param separator A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).
\n@return A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "separator",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "separator",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Separator",
"setterDocumentation" : "/**A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).
\n@param separator A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "separator",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).
\n@param separator A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "separator",
"variableType" : "String",
"documentation" : "A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DeliveryStreamName" : {
"c2jName" : "deliveryStreamName",
"c2jShape" : "DeliveryStreamName",
"deprecated" : false,
"documentation" : "The delivery stream name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The delivery stream name.
\n@param deliveryStreamName The delivery stream name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The delivery stream name.
\n@return The delivery stream name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "deliveryStreamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "deliveryStreamName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DeliveryStreamName",
"setterDocumentation" : "/**The delivery stream name.
\n@param deliveryStreamName The delivery stream name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deliveryStreamName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The delivery stream name.
\n@param deliveryStreamName The delivery stream name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deliveryStreamName",
"variableType" : "String",
"documentation" : "The delivery stream name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleArn" : {
"c2jName" : "roleArn",
"c2jShape" : "AwsArn",
"deprecated" : false,
"documentation" : "The IAM role that grants access to the Amazon Kinesis Firehost stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IAM role that grants access to the Amazon Kinesis Firehost stream.
\n@param roleArn The IAM role that grants access to the Amazon Kinesis Firehost stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The IAM role that grants access to the Amazon Kinesis Firehost stream.
\n@return The IAM role that grants access to the Amazon Kinesis Firehost stream.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "roleArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleArn",
"setterDocumentation" : "/**The IAM role that grants access to the Amazon Kinesis Firehost stream.
\n@param roleArn The IAM role that grants access to the Amazon Kinesis Firehost stream.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The IAM role that grants access to the Amazon Kinesis Firehost stream.
\n@param roleArn The IAM role that grants access to the Amazon Kinesis Firehost stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The IAM role that grants access to the Amazon Kinesis Firehost stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Separator" : {
"c2jName" : "separator",
"c2jShape" : "FirehoseSeparator",
"deprecated" : false,
"documentation" : "A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).
\n@param separator A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).
\n@return A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "separator",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "separator",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Separator",
"setterDocumentation" : "/**A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).
\n@param separator A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "separator",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).
\n@param separator A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "separator",
"variableType" : "String",
"documentation" : "A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "roleArn", "deliveryStreamName" ],
"shapeName" : "FirehoseAction",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "FirehoseAction",
"variableName" : "firehoseAction",
"variableType" : "FirehoseAction",
"documentation" : null,
"simpleType" : "FirehoseAction",
"variableSetterType" : "FirehoseAction"
},
"wrapper" : false
},
"GetLoggingOptionsRequest" : {
"c2jName" : "GetLoggingOptionsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the GetLoggingOptions operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetLoggingOptions",
"locationName" : null,
"requestUri" : "/loggingOptions",
"target" : null,
"verb" : "GET",
"xmlNameSpaceUri" : null
},
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "GetLoggingOptionsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetLoggingOptionsRequest",
"variableName" : "getLoggingOptionsRequest",
"variableType" : "GetLoggingOptionsRequest",
"documentation" : null,
"simpleType" : "GetLoggingOptionsRequest",
"variableSetterType" : "GetLoggingOptionsRequest"
},
"wrapper" : false
},
"GetLoggingOptionsResult" : {
"c2jName" : "GetLoggingOptionsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output from the GetLoggingOptions operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "roleArn",
"c2jShape" : "AwsArn",
"deprecated" : false,
"documentation" : "The ARN of the IAM role that grants access.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ARN of the IAM role that grants access.
\n@return The ARN of the IAM role that grants access.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "roleArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleArn",
"setterDocumentation" : "/**The ARN of the IAM role that grants access.
\n@param roleArn The ARN of the IAM role that grants access.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The ARN of the IAM role that grants access.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "logLevel",
"c2jShape" : "LogLevel",
"deprecated" : false,
"documentation" : "The logging level.
",
"enumType" : "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*/",
"getterDocumentation" : "/**The logging level.
\n@return The logging level.\n@see LogLevel*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "logLevel",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "logLevel",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LogLevel",
"setterDocumentation" : "/**The logging level.
\n@param logLevel The logging level.\n@see LogLevel*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logLevel",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logLevel",
"variableType" : "String",
"documentation" : "The logging level.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LogLevel" : {
"c2jName" : "logLevel",
"c2jShape" : "LogLevel",
"deprecated" : false,
"documentation" : "The logging level.
",
"enumType" : "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*/",
"getterDocumentation" : "/**The logging level.
\n@return The logging level.\n@see LogLevel*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "logLevel",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "logLevel",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LogLevel",
"setterDocumentation" : "/**The logging level.
\n@param logLevel The logging level.\n@see LogLevel*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logLevel",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logLevel",
"variableType" : "String",
"documentation" : "The logging level.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleArn" : {
"c2jName" : "roleArn",
"c2jShape" : "AwsArn",
"deprecated" : false,
"documentation" : "The ARN of the IAM role that grants access.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ARN of the IAM role that grants access.
\n@return The ARN of the IAM role that grants access.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "roleArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleArn",
"setterDocumentation" : "/**The ARN of the IAM role that grants access.
\n@param roleArn The ARN of the IAM role that grants access.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The ARN of the IAM role that grants access.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "GetLoggingOptionsResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetLoggingOptionsResult",
"variableName" : "getLoggingOptionsResult",
"variableType" : "GetLoggingOptionsResult",
"documentation" : null,
"simpleType" : "GetLoggingOptionsResult",
"variableSetterType" : "GetLoggingOptionsResult"
},
"wrapper" : false
},
"GetPolicyRequest" : {
"c2jName" : "GetPolicyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the GetPolicy operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetPolicy",
"locationName" : null,
"requestUri" : "/policies/{policyName}",
"target" : null,
"verb" : "GET",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The name of the policy.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the policy.
\n@return The name of the policy.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The name of the policy.
\n@param policyName The name of the policy.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PolicyName" : {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The name of the policy.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the policy.
\n@return The name of the policy.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The name of the policy.
\n@param policyName The name of the policy.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "policyName" ],
"shapeName" : "GetPolicyRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetPolicyRequest",
"variableName" : "getPolicyRequest",
"variableType" : "GetPolicyRequest",
"documentation" : null,
"simpleType" : "GetPolicyRequest",
"variableSetterType" : "GetPolicyRequest"
},
"wrapper" : false
},
"GetPolicyResult" : {
"c2jName" : "GetPolicyResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output from the GetPolicy operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The policy name.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy name.
\n@return The policy name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The policy name.
\n@param policyName The policy name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The policy name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "policyArn",
"c2jShape" : "PolicyArn",
"deprecated" : false,
"documentation" : "The policy ARN.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy ARN.
\n@return The policy ARN.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyArn",
"setterDocumentation" : "/**The policy ARN.
\n@param policyArn The policy ARN.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyArn",
"variableType" : "String",
"documentation" : "The policy ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "policyDocument",
"c2jShape" : "PolicyDocument",
"deprecated" : false,
"documentation" : "The JSON document that describes the policy.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The JSON document that describes the policy.
\n@return The JSON document that describes the policy.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyDocument",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyDocument",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyDocument",
"setterDocumentation" : "/**The JSON document that describes the policy.
\n@param policyDocument The JSON document that describes the policy.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "The JSON document that describes the policy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "defaultVersionId",
"c2jShape" : "PolicyVersionId",
"deprecated" : false,
"documentation" : "The default policy version ID.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The default policy version ID.
\n@param defaultVersionId The default policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The default policy version ID.
\n@return The default policy version ID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "defaultVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultVersionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultVersionId",
"setterDocumentation" : "/**The default policy version ID.
\n@param defaultVersionId The default policy version ID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultVersionId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The default policy version ID.
\n@param defaultVersionId The default policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultVersionId",
"variableType" : "String",
"documentation" : "The default policy version ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DefaultVersionId" : {
"c2jName" : "defaultVersionId",
"c2jShape" : "PolicyVersionId",
"deprecated" : false,
"documentation" : "The default policy version ID.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The default policy version ID.
\n@param defaultVersionId The default policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The default policy version ID.
\n@return The default policy version ID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "defaultVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultVersionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultVersionId",
"setterDocumentation" : "/**The default policy version ID.
\n@param defaultVersionId The default policy version ID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultVersionId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The default policy version ID.
\n@param defaultVersionId The default policy version ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultVersionId",
"variableType" : "String",
"documentation" : "The default policy version ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PolicyArn" : {
"c2jName" : "policyArn",
"c2jShape" : "PolicyArn",
"deprecated" : false,
"documentation" : "The policy ARN.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy ARN.
\n@return The policy ARN.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyArn",
"setterDocumentation" : "/**The policy ARN.
\n@param policyArn The policy ARN.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyArn",
"variableType" : "String",
"documentation" : "The policy ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PolicyDocument" : {
"c2jName" : "policyDocument",
"c2jShape" : "PolicyDocument",
"deprecated" : false,
"documentation" : "The JSON document that describes the policy.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The JSON document that describes the policy.
\n@return The JSON document that describes the policy.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyDocument",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyDocument",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyDocument",
"setterDocumentation" : "/**The JSON document that describes the policy.
\n@param policyDocument The JSON document that describes the policy.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "The JSON document that describes the policy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PolicyName" : {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The policy name.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy name.
\n@return The policy name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The policy name.
\n@param policyName The policy name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The policy name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "GetPolicyResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetPolicyResult",
"variableName" : "getPolicyResult",
"variableType" : "GetPolicyResult",
"documentation" : null,
"simpleType" : "GetPolicyResult",
"variableSetterType" : "GetPolicyResult"
},
"wrapper" : false
},
"GetPolicyVersionRequest" : {
"c2jName" : "GetPolicyVersionRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the GetPolicyVersion operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetPolicyVersion",
"locationName" : null,
"requestUri" : "/policies/{policyName}/version/{policyVersionId}",
"target" : null,
"verb" : "GET",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The name of the policy.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the policy.
\n@return The name of the policy.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The name of the policy.
\n@param policyName The name of the policy.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "policyVersionId",
"c2jShape" : "PolicyVersionId",
"deprecated" : false,
"documentation" : "The policy version ID.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy version ID.
\n@return The policy version ID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "policyVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyVersionId",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyVersionId",
"setterDocumentation" : "/**The policy version ID.
\n@param policyVersionId The policy version ID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyVersionId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyVersionId",
"variableType" : "String",
"documentation" : "The policy version ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PolicyName" : {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The name of the policy.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the policy.
\n@return The name of the policy.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The name of the policy.
\n@param policyName The name of the policy.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PolicyVersionId" : {
"c2jName" : "policyVersionId",
"c2jShape" : "PolicyVersionId",
"deprecated" : false,
"documentation" : "The policy version ID.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy version ID.
\n@return The policy version ID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "policyVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyVersionId",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyVersionId",
"setterDocumentation" : "/**The policy version ID.
\n@param policyVersionId The policy version ID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyVersionId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyVersionId",
"variableType" : "String",
"documentation" : "The policy version ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "policyName", "policyVersionId" ],
"shapeName" : "GetPolicyVersionRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetPolicyVersionRequest",
"variableName" : "getPolicyVersionRequest",
"variableType" : "GetPolicyVersionRequest",
"documentation" : null,
"simpleType" : "GetPolicyVersionRequest",
"variableSetterType" : "GetPolicyVersionRequest"
},
"wrapper" : false
},
"GetPolicyVersionResult" : {
"c2jName" : "GetPolicyVersionResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output from the GetPolicyVersion operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "policyArn",
"c2jShape" : "PolicyArn",
"deprecated" : false,
"documentation" : "The policy ARN.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy ARN.
\n@return The policy ARN.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyArn",
"setterDocumentation" : "/**The policy ARN.
\n@param policyArn The policy ARN.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyArn",
"variableType" : "String",
"documentation" : "The policy ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The policy name.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy name.
\n@return The policy name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The policy name.
\n@param policyName The policy name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The policy name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "policyDocument",
"c2jShape" : "PolicyDocument",
"deprecated" : false,
"documentation" : "The JSON document that describes the policy.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The JSON document that describes the policy.
\n@return The JSON document that describes the policy.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyDocument",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyDocument",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyDocument",
"setterDocumentation" : "/**The JSON document that describes the policy.
\n@param policyDocument The JSON document that describes the policy.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "The JSON document that describes the policy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "policyVersionId",
"c2jShape" : "PolicyVersionId",
"deprecated" : false,
"documentation" : "The policy version ID.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy version ID.
\n@return The policy version ID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyVersionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyVersionId",
"setterDocumentation" : "/**The policy version ID.
\n@param policyVersionId The policy version ID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyVersionId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyVersionId",
"variableType" : "String",
"documentation" : "The policy version ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "isDefaultVersion",
"c2jShape" : "IsDefaultVersion",
"deprecated" : false,
"documentation" : "Specifies whether the policy version is the default.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies whether the policy version is the default.
\n@param isDefaultVersion Specifies whether the policy version is the default.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Specifies whether the policy version is the default.
\n@return Specifies whether the policy version is the default.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "isDefaultVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "isDefaultVersion",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IsDefaultVersion",
"setterDocumentation" : "/**Specifies whether the policy version is the default.
\n@param isDefaultVersion Specifies whether the policy version is the default.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isDefaultVersion",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies whether the policy version is the default.
\n@param isDefaultVersion Specifies whether the policy version is the default.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isDefaultVersion",
"variableType" : "Boolean",
"documentation" : "Specifies whether the policy version is the default.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"IsDefaultVersion" : {
"c2jName" : "isDefaultVersion",
"c2jShape" : "IsDefaultVersion",
"deprecated" : false,
"documentation" : "Specifies whether the policy version is the default.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies whether the policy version is the default.
\n@param isDefaultVersion Specifies whether the policy version is the default.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Specifies whether the policy version is the default.
\n@return Specifies whether the policy version is the default.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "isDefaultVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "isDefaultVersion",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IsDefaultVersion",
"setterDocumentation" : "/**Specifies whether the policy version is the default.
\n@param isDefaultVersion Specifies whether the policy version is the default.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isDefaultVersion",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies whether the policy version is the default.
\n@param isDefaultVersion Specifies whether the policy version is the default.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "isDefaultVersion",
"variableType" : "Boolean",
"documentation" : "Specifies whether the policy version is the default.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"PolicyArn" : {
"c2jName" : "policyArn",
"c2jShape" : "PolicyArn",
"deprecated" : false,
"documentation" : "The policy ARN.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy ARN.
\n@return The policy ARN.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyArn",
"setterDocumentation" : "/**The policy ARN.
\n@param policyArn The policy ARN.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyArn",
"variableType" : "String",
"documentation" : "The policy ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PolicyDocument" : {
"c2jName" : "policyDocument",
"c2jShape" : "PolicyDocument",
"deprecated" : false,
"documentation" : "The JSON document that describes the policy.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The JSON document that describes the policy.
\n@return The JSON document that describes the policy.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyDocument",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyDocument",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyDocument",
"setterDocumentation" : "/**The JSON document that describes the policy.
\n@param policyDocument The JSON document that describes the policy.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyDocument",
"variableType" : "String",
"documentation" : "The JSON document that describes the policy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PolicyName" : {
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The policy name.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy name.
\n@return The policy name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The policy name.
\n@param policyName The policy name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The policy name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PolicyVersionId" : {
"c2jName" : "policyVersionId",
"c2jShape" : "PolicyVersionId",
"deprecated" : false,
"documentation" : "The policy version ID.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The policy version ID.
\n@return The policy version ID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "policyVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyVersionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyVersionId",
"setterDocumentation" : "/**The policy version ID.
\n@param policyVersionId The policy version ID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyVersionId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyVersionId",
"variableType" : "String",
"documentation" : "The policy version ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "GetPolicyVersionResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetPolicyVersionResult",
"variableName" : "getPolicyVersionResult",
"variableType" : "GetPolicyVersionResult",
"documentation" : null,
"simpleType" : "GetPolicyVersionResult",
"variableSetterType" : "GetPolicyVersionResult"
},
"wrapper" : false
},
"GetRegistrationCodeRequest" : {
"c2jName" : "GetRegistrationCodeRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input to the GetRegistrationCode operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetRegistrationCode",
"locationName" : null,
"requestUri" : "/registrationcode",
"target" : null,
"verb" : "GET",
"xmlNameSpaceUri" : null
},
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "GetRegistrationCodeRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetRegistrationCodeRequest",
"variableName" : "getRegistrationCodeRequest",
"variableType" : "GetRegistrationCodeRequest",
"documentation" : null,
"simpleType" : "GetRegistrationCodeRequest",
"variableSetterType" : "GetRegistrationCodeRequest"
},
"wrapper" : false
},
"GetRegistrationCodeResult" : {
"c2jName" : "GetRegistrationCodeResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output from the GetRegistrationCode operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "registrationCode",
"c2jShape" : "RegistrationCode",
"deprecated" : false,
"documentation" : "The CA certificate registration code.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The CA certificate registration code.
\n@param registrationCode The CA certificate registration code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The CA certificate registration code.
\n@return The CA certificate registration code.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "registrationCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "registrationCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RegistrationCode",
"setterDocumentation" : "/**The CA certificate registration code.
\n@param registrationCode The CA certificate registration code.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "registrationCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The CA certificate registration code.
\n@param registrationCode The CA certificate registration code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "registrationCode",
"variableType" : "String",
"documentation" : "The CA certificate registration code.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RegistrationCode" : {
"c2jName" : "registrationCode",
"c2jShape" : "RegistrationCode",
"deprecated" : false,
"documentation" : "The CA certificate registration code.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The CA certificate registration code.
\n@param registrationCode The CA certificate registration code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The CA certificate registration code.
\n@return The CA certificate registration code.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "registrationCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "registrationCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RegistrationCode",
"setterDocumentation" : "/**The CA certificate registration code.
\n@param registrationCode The CA certificate registration code.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "registrationCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The CA certificate registration code.
\n@param registrationCode The CA certificate registration code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "registrationCode",
"variableType" : "String",
"documentation" : "The CA certificate registration code.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "GetRegistrationCodeResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetRegistrationCodeResult",
"variableName" : "getRegistrationCodeResult",
"variableType" : "GetRegistrationCodeResult",
"documentation" : null,
"simpleType" : "GetRegistrationCodeResult",
"variableSetterType" : "GetRegistrationCodeResult"
},
"wrapper" : false
},
"GetTopicRuleRequest" : {
"c2jName" : "GetTopicRuleRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input for the GetTopicRule operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "GetTopicRule",
"locationName" : null,
"requestUri" : "/rules/{ruleName}",
"target" : null,
"verb" : "GET",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ruleName",
"c2jShape" : "RuleName",
"deprecated" : false,
"documentation" : "The name of the rule.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the rule.
\n@return The name of the rule.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "ruleName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ruleName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuleName",
"setterDocumentation" : "/**The name of the rule.
\n@param ruleName The name of the rule.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "The name of the rule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RuleName" : {
"c2jName" : "ruleName",
"c2jShape" : "RuleName",
"deprecated" : false,
"documentation" : "The name of the rule.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the rule.
\n@return The name of the rule.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "ruleName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ruleName",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuleName",
"setterDocumentation" : "/**The name of the rule.
\n@param ruleName The name of the rule.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "The name of the rule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "ruleName" ],
"shapeName" : "GetTopicRuleRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetTopicRuleRequest",
"variableName" : "getTopicRuleRequest",
"variableType" : "GetTopicRuleRequest",
"documentation" : null,
"simpleType" : "GetTopicRuleRequest",
"variableSetterType" : "GetTopicRuleRequest"
},
"wrapper" : false
},
"GetTopicRuleResult" : {
"c2jName" : "GetTopicRuleResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output from the GetTopicRule operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ruleArn",
"c2jShape" : "RuleArn",
"deprecated" : false,
"documentation" : "The rule ARN.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The rule ARN.
\n@return The rule ARN.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ruleArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ruleArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuleArn",
"setterDocumentation" : "/**The rule ARN.
\n@param ruleArn The rule ARN.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleArn",
"variableType" : "String",
"documentation" : "The rule ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "rule",
"c2jShape" : "TopicRule",
"deprecated" : false,
"documentation" : "The rule.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The rule.
\n@param rule The rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The rule.
\n@return The rule.*/",
"getterModel" : {
"returnType" : "TopicRule",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "rule",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "rule",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Rule",
"setterDocumentation" : "/**The rule.
\n@param rule The rule.*/",
"setterModel" : {
"variableDeclarationType" : "TopicRule",
"variableName" : "rule",
"variableType" : "TopicRule",
"documentation" : "",
"simpleType" : "TopicRule",
"variableSetterType" : "TopicRule"
},
"simple" : false,
"varargSetterDocumentation" : "/**The rule.
\n@param rule The rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "TopicRule",
"variableName" : "rule",
"variableType" : "TopicRule",
"documentation" : "The rule.
",
"simpleType" : "TopicRule",
"variableSetterType" : "TopicRule"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Rule" : {
"c2jName" : "rule",
"c2jShape" : "TopicRule",
"deprecated" : false,
"documentation" : "The rule.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The rule.
\n@param rule The rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The rule.
\n@return The rule.*/",
"getterModel" : {
"returnType" : "TopicRule",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "rule",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "rule",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Rule",
"setterDocumentation" : "/**The rule.
\n@param rule The rule.*/",
"setterModel" : {
"variableDeclarationType" : "TopicRule",
"variableName" : "rule",
"variableType" : "TopicRule",
"documentation" : "",
"simpleType" : "TopicRule",
"variableSetterType" : "TopicRule"
},
"simple" : false,
"varargSetterDocumentation" : "/**The rule.
\n@param rule The rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "TopicRule",
"variableName" : "rule",
"variableType" : "TopicRule",
"documentation" : "The rule.
",
"simpleType" : "TopicRule",
"variableSetterType" : "TopicRule"
},
"xmlNameSpaceUri" : null
},
"RuleArn" : {
"c2jName" : "ruleArn",
"c2jShape" : "RuleArn",
"deprecated" : false,
"documentation" : "The rule ARN.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The rule ARN.
\n@return The rule ARN.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ruleArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ruleArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuleArn",
"setterDocumentation" : "/**The rule ARN.
\n@param ruleArn The rule ARN.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleArn",
"variableType" : "String",
"documentation" : "The rule ARN.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "GetTopicRuleResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetTopicRuleResult",
"variableName" : "getTopicRuleResult",
"variableType" : "GetTopicRuleResult",
"documentation" : null,
"simpleType" : "GetTopicRuleResult",
"variableSetterType" : "GetTopicRuleResult"
},
"wrapper" : false
},
"InternalException" : {
"c2jName" : "InternalException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An unexpected error has occurred.
",
"enums" : null,
"errorCode" : "InternalException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "InternalException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InternalException",
"variableName" : "internalException",
"variableType" : "InternalException",
"documentation" : null,
"simpleType" : "InternalException",
"variableSetterType" : "InternalException"
},
"wrapper" : false
},
"InternalFailureException" : {
"c2jName" : "InternalFailureException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An unexpected error has occurred.
",
"enums" : null,
"errorCode" : "InternalFailureException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "InternalFailureException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InternalFailureException",
"variableName" : "internalFailureException",
"variableType" : "InternalFailureException",
"documentation" : null,
"simpleType" : "InternalFailureException",
"variableSetterType" : "InternalFailureException"
},
"wrapper" : false
},
"InvalidRequestException" : {
"c2jName" : "InvalidRequestException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The request is not valid.
",
"enums" : null,
"errorCode" : "InvalidRequestException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "InvalidRequestException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidRequestException",
"variableName" : "invalidRequestException",
"variableType" : "InvalidRequestException",
"documentation" : null,
"simpleType" : "InvalidRequestException",
"variableSetterType" : "InvalidRequestException"
},
"wrapper" : false
},
"KeyPair" : {
"c2jName" : "KeyPair",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes a key pair.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "PublicKey",
"c2jShape" : "PublicKey",
"deprecated" : false,
"documentation" : "The public key.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The public key.
\n@return The public key.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PublicKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PublicKey",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PublicKey",
"setterDocumentation" : "/**The public key.
\n@param publicKey The public key.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "publicKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "publicKey",
"variableType" : "String",
"documentation" : "The public key.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PrivateKey",
"c2jShape" : "PrivateKey",
"deprecated" : false,
"documentation" : "The private key.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The private key.
\n@return The private key.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PrivateKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PrivateKey",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PrivateKey",
"setterDocumentation" : "/**The private key.
\n@param privateKey The private key.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "privateKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "privateKey",
"variableType" : "String",
"documentation" : "The private key.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PrivateKey" : {
"c2jName" : "PrivateKey",
"c2jShape" : "PrivateKey",
"deprecated" : false,
"documentation" : "The private key.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The private key.
\n@return The private key.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PrivateKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PrivateKey",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PrivateKey",
"setterDocumentation" : "/**The private key.
\n@param privateKey The private key.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "privateKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "privateKey",
"variableType" : "String",
"documentation" : "The private key.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PublicKey" : {
"c2jName" : "PublicKey",
"c2jShape" : "PublicKey",
"deprecated" : false,
"documentation" : "The public key.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The public key.
\n@return The public key.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PublicKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PublicKey",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PublicKey",
"setterDocumentation" : "/**The public key.
\n@param publicKey The public key.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "publicKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "publicKey",
"variableType" : "String",
"documentation" : "The public key.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "KeyPair",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "KeyPair",
"variableName" : "keyPair",
"variableType" : "KeyPair",
"documentation" : null,
"simpleType" : "KeyPair",
"variableSetterType" : "KeyPair"
},
"wrapper" : false
},
"KinesisAction" : {
"c2jName" : "KinesisAction",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes an action to write data to an Amazon Kinesis stream.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "roleArn",
"c2jShape" : "AwsArn",
"deprecated" : false,
"documentation" : "The ARN of the IAM role that grants access to the Amazon Kinesis stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ARN of the IAM role that grants access to the Amazon Kinesis stream.
\n@param roleArn The ARN of the IAM role that grants access to the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ARN of the IAM role that grants access to the Amazon Kinesis stream.
\n@return The ARN of the IAM role that grants access to the Amazon Kinesis stream.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "roleArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleArn",
"setterDocumentation" : "/**The ARN of the IAM role that grants access to the Amazon Kinesis stream.
\n@param roleArn The ARN of the IAM role that grants access to the Amazon Kinesis stream.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ARN of the IAM role that grants access to the Amazon Kinesis stream.
\n@param roleArn The ARN of the IAM role that grants access to the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The ARN of the IAM role that grants access to the Amazon Kinesis stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "streamName",
"c2jShape" : "StreamName",
"deprecated" : false,
"documentation" : "The name of the Amazon Kinesis stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the Amazon Kinesis stream.
\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the Amazon Kinesis stream.
\n@return The name of the Amazon Kinesis stream.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "streamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "streamName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StreamName",
"setterDocumentation" : "/**The name of the Amazon Kinesis stream.
\n@param streamName The name of the Amazon Kinesis stream.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the Amazon Kinesis stream.
\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the Amazon Kinesis stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "partitionKey",
"c2jShape" : "PartitionKey",
"deprecated" : false,
"documentation" : "The partition key.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The partition key.
\n@param partitionKey The partition key.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The partition key.
\n@return The partition key.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "partitionKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "partitionKey",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PartitionKey",
"setterDocumentation" : "/**The partition key.
\n@param partitionKey The partition key.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "partitionKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The partition key.
\n@param partitionKey The partition key.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "partitionKey",
"variableType" : "String",
"documentation" : "The partition key.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PartitionKey" : {
"c2jName" : "partitionKey",
"c2jShape" : "PartitionKey",
"deprecated" : false,
"documentation" : "The partition key.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The partition key.
\n@param partitionKey The partition key.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The partition key.
\n@return The partition key.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "partitionKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "partitionKey",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PartitionKey",
"setterDocumentation" : "/**The partition key.
\n@param partitionKey The partition key.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "partitionKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The partition key.
\n@param partitionKey The partition key.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "partitionKey",
"variableType" : "String",
"documentation" : "The partition key.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleArn" : {
"c2jName" : "roleArn",
"c2jShape" : "AwsArn",
"deprecated" : false,
"documentation" : "The ARN of the IAM role that grants access to the Amazon Kinesis stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ARN of the IAM role that grants access to the Amazon Kinesis stream.
\n@param roleArn The ARN of the IAM role that grants access to the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ARN of the IAM role that grants access to the Amazon Kinesis stream.
\n@return The ARN of the IAM role that grants access to the Amazon Kinesis stream.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "roleArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleArn",
"setterDocumentation" : "/**The ARN of the IAM role that grants access to the Amazon Kinesis stream.
\n@param roleArn The ARN of the IAM role that grants access to the Amazon Kinesis stream.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ARN of the IAM role that grants access to the Amazon Kinesis stream.
\n@param roleArn The ARN of the IAM role that grants access to the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The ARN of the IAM role that grants access to the Amazon Kinesis stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StreamName" : {
"c2jName" : "streamName",
"c2jShape" : "StreamName",
"deprecated" : false,
"documentation" : "The name of the Amazon Kinesis stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the Amazon Kinesis stream.
\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the Amazon Kinesis stream.
\n@return The name of the Amazon Kinesis stream.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "streamName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "streamName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StreamName",
"setterDocumentation" : "/**The name of the Amazon Kinesis stream.
\n@param streamName The name of the Amazon Kinesis stream.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the Amazon Kinesis stream.
\n@param streamName The name of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the Amazon Kinesis stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "roleArn", "streamName" ],
"shapeName" : "KinesisAction",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "KinesisAction",
"variableName" : "kinesisAction",
"variableType" : "KinesisAction",
"documentation" : null,
"simpleType" : "KinesisAction",
"variableSetterType" : "KinesisAction"
},
"wrapper" : false
},
"LambdaAction" : {
"c2jName" : "LambdaAction",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes an action to invoke a Lambda function.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "functionArn",
"c2jShape" : "FunctionArn",
"deprecated" : false,
"documentation" : "The ARN of the Lambda function.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ARN of the Lambda function.
\n@param functionArn The ARN of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ARN of the Lambda function.
\n@return The ARN of the Lambda function.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "functionArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "functionArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FunctionArn",
"setterDocumentation" : "/**The ARN of the Lambda function.
\n@param functionArn The ARN of the Lambda function.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "functionArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ARN of the Lambda function.
\n@param functionArn The ARN of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "functionArn",
"variableType" : "String",
"documentation" : "The ARN of the Lambda function.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"FunctionArn" : {
"c2jName" : "functionArn",
"c2jShape" : "FunctionArn",
"deprecated" : false,
"documentation" : "The ARN of the Lambda function.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ARN of the Lambda function.
\n@param functionArn The ARN of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ARN of the Lambda function.
\n@return The ARN of the Lambda function.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "functionArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "functionArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FunctionArn",
"setterDocumentation" : "/**The ARN of the Lambda function.
\n@param functionArn The ARN of the Lambda function.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "functionArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ARN of the Lambda function.
\n@param functionArn The ARN of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "functionArn",
"variableType" : "String",
"documentation" : "The ARN of the Lambda function.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "functionArn" ],
"shapeName" : "LambdaAction",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "LambdaAction",
"variableName" : "lambdaAction",
"variableType" : "LambdaAction",
"documentation" : null,
"simpleType" : "LambdaAction",
"variableSetterType" : "LambdaAction"
},
"wrapper" : false
},
"LimitExceededException" : {
"c2jName" : "LimitExceededException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The number of attached entities exceeds the limit.
",
"enums" : null,
"errorCode" : "LimitExceededException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "LimitExceededException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "LimitExceededException",
"variableName" : "limitExceededException",
"variableType" : "LimitExceededException",
"documentation" : null,
"simpleType" : "LimitExceededException",
"variableSetterType" : "LimitExceededException"
},
"wrapper" : false
},
"ListCACertificatesRequest" : {
"c2jName" : "ListCACertificatesRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Input for the ListCACertificates operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "ListCACertificates",
"locationName" : null,
"requestUri" : "/cacertificates",
"target" : null,
"verb" : "GET",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "pageSize",
"c2jShape" : "PageSize",
"deprecated" : false,
"documentation" : "The result page size.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The result page size.
\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The result page size.
\n@return The result page size.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "pageSize",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "pageSize",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PageSize",
"setterDocumentation" : "/**The result page size.
\n@param pageSize The result page size.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "pageSize",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The result page size.
\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "pageSize",
"variableType" : "Integer",
"documentation" : "The result page size.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "marker",
"c2jShape" : "Marker",
"deprecated" : false,
"documentation" : "The marker for the next set of results.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The marker for the next set of results.
\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The marker for the next set of results.
\n@return The marker for the next set of results.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "marker",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "marker",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Marker",
"setterDocumentation" : "/**The marker for the next set of results.
\n@param marker The marker for the next set of results.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The marker for the next set of results.
\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : "The marker for the next set of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ascendingOrder",
"c2jShape" : "AscendingOrder",
"deprecated" : false,
"documentation" : "Determines the order of the results.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Determines the order of the results.
\n@param ascendingOrder Determines the order of the results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Determines the order of the results.
\n@return Determines the order of the results.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "isAscendingOrder",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "isAscendingOrder",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AscendingOrder",
"setterDocumentation" : "/**Determines the order of the results.
\n@param ascendingOrder Determines the order of the results.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "ascendingOrder",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Determines the order of the results.
\n@param ascendingOrder Determines the order of the results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "ascendingOrder",
"variableType" : "Boolean",
"documentation" : "Determines the order of the results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AscendingOrder" : {
"c2jName" : "ascendingOrder",
"c2jShape" : "AscendingOrder",
"deprecated" : false,
"documentation" : "Determines the order of the results.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Determines the order of the results.
\n@param ascendingOrder Determines the order of the results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Determines the order of the results.
\n@return Determines the order of the results.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "isAscendingOrder",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "isAscendingOrder",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AscendingOrder",
"setterDocumentation" : "/**Determines the order of the results.
\n@param ascendingOrder Determines the order of the results.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "ascendingOrder",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Determines the order of the results.
\n@param ascendingOrder Determines the order of the results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "ascendingOrder",
"variableType" : "Boolean",
"documentation" : "Determines the order of the results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"Marker" : {
"c2jName" : "marker",
"c2jShape" : "Marker",
"deprecated" : false,
"documentation" : "The marker for the next set of results.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The marker for the next set of results.
\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The marker for the next set of results.
\n@return The marker for the next set of results.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "marker",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "marker",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Marker",
"setterDocumentation" : "/**The marker for the next set of results.
\n@param marker The marker for the next set of results.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The marker for the next set of results.
\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : "The marker for the next set of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PageSize" : {
"c2jName" : "pageSize",
"c2jShape" : "PageSize",
"deprecated" : false,
"documentation" : "The result page size.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The result page size.
\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The result page size.
\n@return The result page size.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "pageSize",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "pageSize",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PageSize",
"setterDocumentation" : "/**The result page size.
\n@param pageSize The result page size.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "pageSize",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The result page size.
\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "pageSize",
"variableType" : "Integer",
"documentation" : "The result page size.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "ListCACertificatesRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListCACertificatesRequest",
"variableName" : "listCACertificatesRequest",
"variableType" : "ListCACertificatesRequest",
"documentation" : null,
"simpleType" : "ListCACertificatesRequest",
"variableSetterType" : "ListCACertificatesRequest"
},
"wrapper" : false
},
"ListCACertificatesResult" : {
"c2jName" : "ListCACertificatesResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output from the ListCACertificates operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "certificates",
"c2jShape" : "CACertificates",
"deprecated" : false,
"documentation" : "The CA certificates registered in your AWS account.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The CA certificates registered in your AWS account.
\n@return The CA certificates registered in your AWS account.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificates",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificates",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "CACertificate",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "CACertificate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "CACertificate",
"variableName" : "member",
"variableType" : "CACertificate",
"documentation" : "",
"simpleType" : "CACertificate",
"variableSetterType" : "CACertificate"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "CACertificate",
"variableName" : "member",
"variableType" : "CACertificate",
"documentation" : "",
"simpleType" : "CACertificate",
"variableSetterType" : "CACertificate"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CACertificate",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "CACertificate",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Certificates",
"setterDocumentation" : "/**The CA certificates registered in your AWS account.
\n@param certificates The CA certificates registered in your AWS account.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "certificates",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "certificates",
"variableType" : "java.util.List",
"documentation" : "The CA certificates registered in your AWS account.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "nextMarker",
"c2jShape" : "Marker",
"deprecated" : false,
"documentation" : "The current position within the list of CA certificates.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The current position within the list of CA certificates.
\n@return The current position within the list of CA certificates.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextMarker",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextMarker",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextMarker",
"setterDocumentation" : "/**The current position within the list of CA certificates.
\n@param nextMarker The current position within the list of CA certificates.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextMarker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextMarker",
"variableType" : "String",
"documentation" : "The current position within the list of CA certificates.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Certificates" : {
"c2jName" : "certificates",
"c2jShape" : "CACertificates",
"deprecated" : false,
"documentation" : "The CA certificates registered in your AWS account.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The CA certificates registered in your AWS account.
\n@return The CA certificates registered in your AWS account.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificates",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificates",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "CACertificate",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "CACertificate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "CACertificate",
"variableName" : "member",
"variableType" : "CACertificate",
"documentation" : "",
"simpleType" : "CACertificate",
"variableSetterType" : "CACertificate"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "CACertificate",
"variableName" : "member",
"variableType" : "CACertificate",
"documentation" : "",
"simpleType" : "CACertificate",
"variableSetterType" : "CACertificate"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CACertificate",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "CACertificate",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Certificates",
"setterDocumentation" : "/**The CA certificates registered in your AWS account.
\n@param certificates The CA certificates registered in your AWS account.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "certificates",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "certificates",
"variableType" : "java.util.List",
"documentation" : "The CA certificates registered in your AWS account.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"NextMarker" : {
"c2jName" : "nextMarker",
"c2jShape" : "Marker",
"deprecated" : false,
"documentation" : "The current position within the list of CA certificates.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The current position within the list of CA certificates.
\n@return The current position within the list of CA certificates.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextMarker",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextMarker",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextMarker",
"setterDocumentation" : "/**The current position within the list of CA certificates.
\n@param nextMarker The current position within the list of CA certificates.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextMarker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextMarker",
"variableType" : "String",
"documentation" : "The current position within the list of CA certificates.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "ListCACertificatesResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListCACertificatesResult",
"variableName" : "listCACertificatesResult",
"variableType" : "ListCACertificatesResult",
"documentation" : null,
"simpleType" : "ListCACertificatesResult",
"variableSetterType" : "ListCACertificatesResult"
},
"wrapper" : false
},
"ListCertificatesByCARequest" : {
"c2jName" : "ListCertificatesByCARequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The input to the ListCertificatesByCA operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "ListCertificatesByCA",
"locationName" : null,
"requestUri" : "/certificates-by-ca/{caCertificateId}",
"target" : null,
"verb" : "GET",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "caCertificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
\n@param caCertificateId The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
\n@return The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "caCertificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caCertificateId",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CaCertificateId",
"setterDocumentation" : "/**The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
\n@param caCertificateId The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caCertificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
\n@param caCertificateId The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caCertificateId",
"variableType" : "String",
"documentation" : "The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "pageSize",
"c2jShape" : "PageSize",
"deprecated" : false,
"documentation" : "The result page size.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The result page size.
\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The result page size.
\n@return The result page size.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "pageSize",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "pageSize",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PageSize",
"setterDocumentation" : "/**The result page size.
\n@param pageSize The result page size.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "pageSize",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The result page size.
\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "pageSize",
"variableType" : "Integer",
"documentation" : "The result page size.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "marker",
"c2jShape" : "Marker",
"deprecated" : false,
"documentation" : "The marker for the next set of results.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The marker for the next set of results.
\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The marker for the next set of results.
\n@return The marker for the next set of results.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "marker",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "marker",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Marker",
"setterDocumentation" : "/**The marker for the next set of results.
\n@param marker The marker for the next set of results.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The marker for the next set of results.
\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : "The marker for the next set of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ascendingOrder",
"c2jShape" : "AscendingOrder",
"deprecated" : false,
"documentation" : "Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
\n@param ascendingOrder Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
\n@return Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "isAscendingOrder",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "isAscendingOrder",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AscendingOrder",
"setterDocumentation" : "/**Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
\n@param ascendingOrder Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "ascendingOrder",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
\n@param ascendingOrder Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "ascendingOrder",
"variableType" : "Boolean",
"documentation" : "Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AscendingOrder" : {
"c2jName" : "ascendingOrder",
"c2jShape" : "AscendingOrder",
"deprecated" : false,
"documentation" : "Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
\n@param ascendingOrder Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
\n@return Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "isAscendingOrder",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "isAscendingOrder",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AscendingOrder",
"setterDocumentation" : "/**Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
\n@param ascendingOrder Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "ascendingOrder",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
\n@param ascendingOrder Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "ascendingOrder",
"variableType" : "Boolean",
"documentation" : "Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"CaCertificateId" : {
"c2jName" : "caCertificateId",
"c2jShape" : "CertificateId",
"deprecated" : false,
"documentation" : "The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
\n@param caCertificateId The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
\n@return The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocationName" : "caCertificateId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caCertificateId",
"uri" : true
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CaCertificateId",
"setterDocumentation" : "/**The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
\n@param caCertificateId The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caCertificateId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
\n@param caCertificateId The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caCertificateId",
"variableType" : "String",
"documentation" : "The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Marker" : {
"c2jName" : "marker",
"c2jShape" : "Marker",
"deprecated" : false,
"documentation" : "The marker for the next set of results.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The marker for the next set of results.
\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The marker for the next set of results.
\n@return The marker for the next set of results.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "marker",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "marker",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Marker",
"setterDocumentation" : "/**The marker for the next set of results.
\n@param marker The marker for the next set of results.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The marker for the next set of results.
\n@param marker The marker for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "marker",
"variableType" : "String",
"documentation" : "The marker for the next set of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PageSize" : {
"c2jName" : "pageSize",
"c2jShape" : "PageSize",
"deprecated" : false,
"documentation" : "The result page size.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The result page size.
\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The result page size.
\n@return The result page size.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocationName" : "pageSize",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "pageSize",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PageSize",
"setterDocumentation" : "/**The result page size.
\n@param pageSize The result page size.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "pageSize",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The result page size.
\n@param pageSize The result page size.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "pageSize",
"variableType" : "Integer",
"documentation" : "The result page size.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "caCertificateId" ],
"shapeName" : "ListCertificatesByCARequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListCertificatesByCARequest",
"variableName" : "listCertificatesByCARequest",
"variableType" : "ListCertificatesByCARequest",
"documentation" : null,
"simpleType" : "ListCertificatesByCARequest",
"variableSetterType" : "ListCertificatesByCARequest"
},
"wrapper" : false
},
"ListCertificatesByCAResult" : {
"c2jName" : "ListCertificatesByCAResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The output of the ListCertificatesByCA operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "certificates",
"c2jShape" : "Certificates",
"deprecated" : false,
"documentation" : "The device certificates signed by the specified CA certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The device certificates signed by the specified CA certificate.
\n@param certificates The device certificates signed by the specified CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The device certificates signed by the specified CA certificate.
\n@return The device certificates signed by the specified CA certificate.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificates",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificates",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Certificate",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Certificate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Certificate",
"variableName" : "member",
"variableType" : "Certificate",
"documentation" : "",
"simpleType" : "Certificate",
"variableSetterType" : "Certificate"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Certificate",
"variableName" : "member",
"variableType" : "Certificate",
"documentation" : "",
"simpleType" : "Certificate",
"variableSetterType" : "Certificate"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Certificate",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Certificate",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Certificates",
"setterDocumentation" : "/**The device certificates signed by the specified CA certificate.
\n@param certificates The device certificates signed by the specified CA certificate.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "certificates",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The device certificates signed by the specified CA certificate.
\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 device certificates signed by the specified CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "certificates",
"variableType" : "java.util.List",
"documentation" : "The device certificates signed by the specified CA certificate.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "nextMarker",
"c2jShape" : "Marker",
"deprecated" : false,
"documentation" : "The marker for the next set of results, or null if there are no additional results.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The marker for the next set of results, or null if there are no additional results.
\n@param nextMarker The marker for the next set of results, or null if there are no additional results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The marker for the next set of results, or null if there are no additional results.
\n@return The marker for the next set of results, or null if there are no additional results.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextMarker",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextMarker",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextMarker",
"setterDocumentation" : "/**The marker for the next set of results, or null if there are no additional results.
\n@param nextMarker The marker for the next set of results, or null if there are no additional results.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextMarker",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The marker for the next set of results, or null if there are no additional results.
\n@param nextMarker The marker for the next set of results, or null if there are no additional results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextMarker",
"variableType" : "String",
"documentation" : "The marker for the next set of results, or null if there are no additional results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Certificates" : {
"c2jName" : "certificates",
"c2jShape" : "Certificates",
"deprecated" : false,
"documentation" : "The device certificates signed by the specified CA certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The device certificates signed by the specified CA certificate.
\n@param certificates The device certificates signed by the specified CA certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The device certificates signed by the specified CA certificate.
\n@return The device certificates signed by the specified CA certificate.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "certificates",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "certificates",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Certificate",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Certificate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Certificate",
"variableName" : "member",
"variableType" : "Certificate",
"documentation" : "",
"simpleType" : "Certificate",
"variableSetterType" : "Certificate"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Certificate",
"variableName" : "member",
"variableType" : "Certificate",
"documentation" : "",
"simpleType" : "Certificate",
"variableSetterType" : "Certificate"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Certificate",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Certificate",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Certificates",
"setterDocumentation" : "/**The device certificates signed by the specified CA certificate.
\n@param certificates The device certificates signed by the specified CA certificate.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "certificates",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection