
models.iotanalytics-2017-11-27-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ "describeLoggingOptions" ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"enableEndpointDiscoveryMethodRequired" : false,
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ "listChannels", "listDatasets", "listDatastores", "listPipelines" ]
},
"metadata" : {
"apiVersion" : "2017-11-27",
"asyncBuilder" : "DefaultIoTAnalyticsAsyncClientBuilder",
"asyncBuilderInterface" : "IoTAnalyticsAsyncClientBuilder",
"asyncClient" : "DefaultIoTAnalyticsAsyncClient",
"asyncInterface" : "IoTAnalyticsAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultIoTAnalyticsBaseClientBuilder",
"baseBuilderInterface" : "IoTAnalyticsBaseClientBuilder",
"baseExceptionName" : "IoTAnalyticsException",
"baseRequestName" : "IoTAnalyticsRequest",
"baseResponseName" : "IoTAnalyticsResponse",
"cborProtocol" : false,
"clientPackageName" : "iotanalytics",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "AWS IoT Analytics",
"documentation" : "AWS IoT Analytics allows you to collect large amounts of device data, process messages, and store them. You can then query the data and run sophisticated analytics on it. AWS IoT Analytics enables advanced data exploration through integration with Jupyter Notebooks and data visualization through integration with Amazon QuickSight.
Traditional analytics and business intelligence tools are designed to process structured data. IoT data often comes from devices that record noisy processes (such as temperature, motion, or sound). As a result the data from these devices can have significant gaps, corrupted messages, and false readings that must be cleaned up before analysis can occur. Also, IoT data is often only meaningful in the context of other data from external sources.
AWS IoT Analytics automates the steps required to analyze data from IoT devices. AWS IoT Analytics filters, transforms, and enriches IoT data before storing it in a time-series data store for analysis. You can set up the service to collect only the data you need from your devices, apply mathematical transforms to process the data, and enrich the data with device-specific metadata such as device type and location before storing it. Then, you can analyze your data by running queries using the built-in SQL query engine, or perform more complex analytics and machine learning inference. AWS IoT Analytics includes pre-built models for common IoT use cases so you can answer questions like which devices are about to fail or which customers are at risk of abandoning their wearable devices.
",
"endpointPrefix" : "iotanalytics",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.iotanalytics",
"fullModelPackageName" : "software.amazon.awssdk.services.iotanalytics.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.iotanalytics.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.iotanalytics.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.iotanalytics.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "iotanalytics.model",
"paginatorsPackageName" : "iotanalytics.paginators",
"protocol" : "rest-json",
"queryProtocol" : false,
"requestTransformPackageName" : "iotanalytics.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "IoTAnalytics",
"serviceName" : "IoTAnalytics",
"signingName" : "iotanalytics",
"syncBuilder" : "DefaultIoTAnalyticsClientBuilder",
"syncBuilderInterface" : "IoTAnalyticsClientBuilder",
"syncClient" : "DefaultIoTAnalyticsClient",
"syncInterface" : "IoTAnalyticsClient",
"transformPackageName" : "iotanalytics.transform",
"uid" : "iotanalytics-2017-11-27",
"xmlProtocol" : false
},
"operations" : {
"BatchPutMessage" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Sends messages to a channel.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "BatchPutMessageRequest",
"variableName" : "batchPutMessageRequest",
"variableType" : "BatchPutMessageRequest",
"documentation" : "",
"simpleType" : "BatchPutMessageRequest",
"variableSetterType" : "BatchPutMessageRequest"
},
"methodName" : "batchPutMessage",
"operationName" : "BatchPutMessage",
"paginated" : false,
"returnType" : {
"returnType" : "BatchPutMessageResponse",
"documentation" : null
},
"syncReturnType" : "BatchPutMessageResponse"
},
"CancelPipelineReprocessing" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Cancels the reprocessing of data through the pipeline.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CancelPipelineReprocessingRequest",
"variableName" : "cancelPipelineReprocessingRequest",
"variableType" : "CancelPipelineReprocessingRequest",
"documentation" : "",
"simpleType" : "CancelPipelineReprocessingRequest",
"variableSetterType" : "CancelPipelineReprocessingRequest"
},
"methodName" : "cancelPipelineReprocessing",
"operationName" : "CancelPipelineReprocessing",
"paginated" : false,
"returnType" : {
"returnType" : "CancelPipelineReprocessingResponse",
"documentation" : null
},
"syncReturnType" : "CancelPipelineReprocessingResponse"
},
"CreateChannel" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a channel. A channel collects data from an MQTT topic and archives the raw, unprocessed messages before publishing the data to a pipeline.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "A resource with the same name already exists.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The command caused an internal limit to be exceeded.
",
"httpStatusCode" : 410
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateChannelRequest",
"variableName" : "createChannelRequest",
"variableType" : "CreateChannelRequest",
"documentation" : "",
"simpleType" : "CreateChannelRequest",
"variableSetterType" : "CreateChannelRequest"
},
"methodName" : "createChannel",
"operationName" : "CreateChannel",
"paginated" : false,
"returnType" : {
"returnType" : "CreateChannelResponse",
"documentation" : null
},
"syncReturnType" : "CreateChannelResponse"
},
"CreateDataset" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a data set. A data set stores data retrieved from a data store by applying a \"queryAction\" (a SQL query) or a \"containerAction\" (executing a containerized application). This operation creates the skeleton of a data set. The data set can be populated manually by calling \"CreateDatasetContent\" or automatically according to a \"trigger\" you specify.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "A resource with the same name already exists.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The command caused an internal limit to be exceeded.
",
"httpStatusCode" : 410
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateDatasetRequest",
"variableName" : "createDatasetRequest",
"variableType" : "CreateDatasetRequest",
"documentation" : "",
"simpleType" : "CreateDatasetRequest",
"variableSetterType" : "CreateDatasetRequest"
},
"methodName" : "createDataset",
"operationName" : "CreateDataset",
"paginated" : false,
"returnType" : {
"returnType" : "CreateDatasetResponse",
"documentation" : null
},
"syncReturnType" : "CreateDatasetResponse"
},
"CreateDatasetContent" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates the content of a data set by applying a \"queryAction\" (a SQL query) or a \"containerAction\" (executing a containerized application).
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateDatasetContentRequest",
"variableName" : "createDatasetContentRequest",
"variableType" : "CreateDatasetContentRequest",
"documentation" : "",
"simpleType" : "CreateDatasetContentRequest",
"variableSetterType" : "CreateDatasetContentRequest"
},
"methodName" : "createDatasetContent",
"operationName" : "CreateDatasetContent",
"paginated" : false,
"returnType" : {
"returnType" : "CreateDatasetContentResponse",
"documentation" : null
},
"syncReturnType" : "CreateDatasetContentResponse"
},
"CreateDatastore" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a data store, which is a repository for messages.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "A resource with the same name already exists.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The command caused an internal limit to be exceeded.
",
"httpStatusCode" : 410
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateDatastoreRequest",
"variableName" : "createDatastoreRequest",
"variableType" : "CreateDatastoreRequest",
"documentation" : "",
"simpleType" : "CreateDatastoreRequest",
"variableSetterType" : "CreateDatastoreRequest"
},
"methodName" : "createDatastore",
"operationName" : "CreateDatastore",
"paginated" : false,
"returnType" : {
"returnType" : "CreateDatastoreResponse",
"documentation" : null
},
"syncReturnType" : "CreateDatastoreResponse"
},
"CreatePipeline" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a pipeline. A pipeline consumes messages from a channel and allows you to process the messages before storing them in a data store. You must specify both a channel
and a datastore
activity and, optionally, as many as 23 additional activities in the pipelineActivities
array.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "A resource with the same name already exists.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The command caused an internal limit to be exceeded.
",
"httpStatusCode" : 410
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreatePipelineRequest",
"variableName" : "createPipelineRequest",
"variableType" : "CreatePipelineRequest",
"documentation" : "",
"simpleType" : "CreatePipelineRequest",
"variableSetterType" : "CreatePipelineRequest"
},
"methodName" : "createPipeline",
"operationName" : "CreatePipeline",
"paginated" : false,
"returnType" : {
"returnType" : "CreatePipelineResponse",
"documentation" : null
},
"syncReturnType" : "CreatePipelineResponse"
},
"DeleteChannel" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified channel.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteChannelRequest",
"variableName" : "deleteChannelRequest",
"variableType" : "DeleteChannelRequest",
"documentation" : "",
"simpleType" : "DeleteChannelRequest",
"variableSetterType" : "DeleteChannelRequest"
},
"methodName" : "deleteChannel",
"operationName" : "DeleteChannel",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteChannelResponse",
"documentation" : null
},
"syncReturnType" : "DeleteChannelResponse"
},
"DeleteDataset" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified data set.
You do not have to delete the content of the data set before you perform this operation.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteDatasetRequest",
"variableName" : "deleteDatasetRequest",
"variableType" : "DeleteDatasetRequest",
"documentation" : "",
"simpleType" : "DeleteDatasetRequest",
"variableSetterType" : "DeleteDatasetRequest"
},
"methodName" : "deleteDataset",
"operationName" : "DeleteDataset",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteDatasetResponse",
"documentation" : null
},
"syncReturnType" : "DeleteDatasetResponse"
},
"DeleteDatasetContent" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the content of the specified data set.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteDatasetContentRequest",
"variableName" : "deleteDatasetContentRequest",
"variableType" : "DeleteDatasetContentRequest",
"documentation" : "",
"simpleType" : "DeleteDatasetContentRequest",
"variableSetterType" : "DeleteDatasetContentRequest"
},
"methodName" : "deleteDatasetContent",
"operationName" : "DeleteDatasetContent",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteDatasetContentResponse",
"documentation" : null
},
"syncReturnType" : "DeleteDatasetContentResponse"
},
"DeleteDatastore" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified data store.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteDatastoreRequest",
"variableName" : "deleteDatastoreRequest",
"variableType" : "DeleteDatastoreRequest",
"documentation" : "",
"simpleType" : "DeleteDatastoreRequest",
"variableSetterType" : "DeleteDatastoreRequest"
},
"methodName" : "deleteDatastore",
"operationName" : "DeleteDatastore",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteDatastoreResponse",
"documentation" : null
},
"syncReturnType" : "DeleteDatastoreResponse"
},
"DeletePipeline" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified pipeline.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeletePipelineRequest",
"variableName" : "deletePipelineRequest",
"variableType" : "DeletePipelineRequest",
"documentation" : "",
"simpleType" : "DeletePipelineRequest",
"variableSetterType" : "DeletePipelineRequest"
},
"methodName" : "deletePipeline",
"operationName" : "DeletePipeline",
"paginated" : false,
"returnType" : {
"returnType" : "DeletePipelineResponse",
"documentation" : null
},
"syncReturnType" : "DeletePipelineResponse"
},
"DescribeChannel" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves information about a channel.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeChannelRequest",
"variableName" : "describeChannelRequest",
"variableType" : "DescribeChannelRequest",
"documentation" : "",
"simpleType" : "DescribeChannelRequest",
"variableSetterType" : "DescribeChannelRequest"
},
"methodName" : "describeChannel",
"operationName" : "DescribeChannel",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeChannelResponse",
"documentation" : null
},
"syncReturnType" : "DescribeChannelResponse"
},
"DescribeDataset" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves information about a data set.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeDatasetRequest",
"variableName" : "describeDatasetRequest",
"variableType" : "DescribeDatasetRequest",
"documentation" : "",
"simpleType" : "DescribeDatasetRequest",
"variableSetterType" : "DescribeDatasetRequest"
},
"methodName" : "describeDataset",
"operationName" : "DescribeDataset",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeDatasetResponse",
"documentation" : null
},
"syncReturnType" : "DescribeDatasetResponse"
},
"DescribeDatastore" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves information about a data store.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeDatastoreRequest",
"variableName" : "describeDatastoreRequest",
"variableType" : "DescribeDatastoreRequest",
"documentation" : "",
"simpleType" : "DescribeDatastoreRequest",
"variableSetterType" : "DescribeDatastoreRequest"
},
"methodName" : "describeDatastore",
"operationName" : "DescribeDatastore",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeDatastoreResponse",
"documentation" : null
},
"syncReturnType" : "DescribeDatastoreResponse"
},
"DescribeLoggingOptions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the current settings of the AWS IoT Analytics logging options.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeLoggingOptionsRequest",
"variableName" : "describeLoggingOptionsRequest",
"variableType" : "DescribeLoggingOptionsRequest",
"documentation" : "",
"simpleType" : "DescribeLoggingOptionsRequest",
"variableSetterType" : "DescribeLoggingOptionsRequest"
},
"methodName" : "describeLoggingOptions",
"operationName" : "DescribeLoggingOptions",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeLoggingOptionsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeLoggingOptionsResponse"
},
"DescribePipeline" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves information about a pipeline.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribePipelineRequest",
"variableName" : "describePipelineRequest",
"variableType" : "DescribePipelineRequest",
"documentation" : "",
"simpleType" : "DescribePipelineRequest",
"variableSetterType" : "DescribePipelineRequest"
},
"methodName" : "describePipeline",
"operationName" : "DescribePipeline",
"paginated" : false,
"returnType" : {
"returnType" : "DescribePipelineResponse",
"documentation" : null
},
"syncReturnType" : "DescribePipelineResponse"
},
"GetDatasetContent" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the contents of a data set as pre-signed URIs.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetDatasetContentRequest",
"variableName" : "getDatasetContentRequest",
"variableType" : "GetDatasetContentRequest",
"documentation" : "",
"simpleType" : "GetDatasetContentRequest",
"variableSetterType" : "GetDatasetContentRequest"
},
"methodName" : "getDatasetContent",
"operationName" : "GetDatasetContent",
"paginated" : false,
"returnType" : {
"returnType" : "GetDatasetContentResponse",
"documentation" : null
},
"syncReturnType" : "GetDatasetContentResponse"
},
"ListChannels" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a list of channels.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListChannelsRequest",
"variableName" : "listChannelsRequest",
"variableType" : "ListChannelsRequest",
"documentation" : "",
"simpleType" : "ListChannelsRequest",
"variableSetterType" : "ListChannelsRequest"
},
"methodName" : "listChannels",
"operationName" : "ListChannels",
"paginated" : true,
"returnType" : {
"returnType" : "ListChannelsResponse",
"documentation" : null
},
"syncReturnType" : "ListChannelsResponse"
},
"ListDatasetContents" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists information about data set contents that have been created.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListDatasetContentsRequest",
"variableName" : "listDatasetContentsRequest",
"variableType" : "ListDatasetContentsRequest",
"documentation" : "",
"simpleType" : "ListDatasetContentsRequest",
"variableSetterType" : "ListDatasetContentsRequest"
},
"methodName" : "listDatasetContents",
"operationName" : "ListDatasetContents",
"paginated" : true,
"returnType" : {
"returnType" : "ListDatasetContentsResponse",
"documentation" : null
},
"syncReturnType" : "ListDatasetContentsResponse"
},
"ListDatasets" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves information about data sets.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListDatasetsRequest",
"variableName" : "listDatasetsRequest",
"variableType" : "ListDatasetsRequest",
"documentation" : "",
"simpleType" : "ListDatasetsRequest",
"variableSetterType" : "ListDatasetsRequest"
},
"methodName" : "listDatasets",
"operationName" : "ListDatasets",
"paginated" : true,
"returnType" : {
"returnType" : "ListDatasetsResponse",
"documentation" : null
},
"syncReturnType" : "ListDatasetsResponse"
},
"ListDatastores" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a list of data stores.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListDatastoresRequest",
"variableName" : "listDatastoresRequest",
"variableType" : "ListDatastoresRequest",
"documentation" : "",
"simpleType" : "ListDatastoresRequest",
"variableSetterType" : "ListDatastoresRequest"
},
"methodName" : "listDatastores",
"operationName" : "ListDatastores",
"paginated" : true,
"returnType" : {
"returnType" : "ListDatastoresResponse",
"documentation" : null
},
"syncReturnType" : "ListDatastoresResponse"
},
"ListPipelines" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a list of pipelines.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListPipelinesRequest",
"variableName" : "listPipelinesRequest",
"variableType" : "ListPipelinesRequest",
"documentation" : "",
"simpleType" : "ListPipelinesRequest",
"variableSetterType" : "ListPipelinesRequest"
},
"methodName" : "listPipelines",
"operationName" : "ListPipelines",
"paginated" : true,
"returnType" : {
"returnType" : "ListPipelinesResponse",
"documentation" : null
},
"syncReturnType" : "ListPipelinesResponse"
},
"ListTagsForResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the tags (metadata) which you have assigned to the resource.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The command caused an internal limit to be exceeded.
",
"httpStatusCode" : 410
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTagsForResourceRequest",
"variableName" : "listTagsForResourceRequest",
"variableType" : "ListTagsForResourceRequest",
"documentation" : "",
"simpleType" : "ListTagsForResourceRequest",
"variableSetterType" : "ListTagsForResourceRequest"
},
"methodName" : "listTagsForResource",
"operationName" : "ListTagsForResource",
"paginated" : false,
"returnType" : {
"returnType" : "ListTagsForResourceResponse",
"documentation" : null
},
"syncReturnType" : "ListTagsForResourceResponse"
},
"PutLoggingOptions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Sets or updates the AWS IoT Analytics logging options.
Note that if you update the value of any loggingOptions
field, it takes up to one minute for the change to take effect. Also, if you change the policy attached to the role you specified in the roleArn field (for example, to correct an invalid policy) it takes up to 5 minutes for that change to take effect.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutLoggingOptionsRequest",
"variableName" : "putLoggingOptionsRequest",
"variableType" : "PutLoggingOptionsRequest",
"documentation" : "",
"simpleType" : "PutLoggingOptionsRequest",
"variableSetterType" : "PutLoggingOptionsRequest"
},
"methodName" : "putLoggingOptions",
"operationName" : "PutLoggingOptions",
"paginated" : false,
"returnType" : {
"returnType" : "PutLoggingOptionsResponse",
"documentation" : null
},
"syncReturnType" : "PutLoggingOptionsResponse"
},
"RunPipelineActivity" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Simulates the results of running a pipeline activity on a message payload.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RunPipelineActivityRequest",
"variableName" : "runPipelineActivityRequest",
"variableType" : "RunPipelineActivityRequest",
"documentation" : "",
"simpleType" : "RunPipelineActivityRequest",
"variableSetterType" : "RunPipelineActivityRequest"
},
"methodName" : "runPipelineActivity",
"operationName" : "RunPipelineActivity",
"paginated" : false,
"returnType" : {
"returnType" : "RunPipelineActivityResponse",
"documentation" : null
},
"syncReturnType" : "RunPipelineActivityResponse"
},
"SampleChannelData" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a sample of messages from the specified channel ingested during the specified timeframe. Up to 10 messages can be retrieved.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SampleChannelDataRequest",
"variableName" : "sampleChannelDataRequest",
"variableType" : "SampleChannelDataRequest",
"documentation" : "",
"simpleType" : "SampleChannelDataRequest",
"variableSetterType" : "SampleChannelDataRequest"
},
"methodName" : "sampleChannelData",
"operationName" : "SampleChannelData",
"paginated" : false,
"returnType" : {
"returnType" : "SampleChannelDataResponse",
"documentation" : null
},
"syncReturnType" : "SampleChannelDataResponse"
},
"StartPipelineReprocessing" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts the reprocessing of raw message data through the pipeline.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "A resource with the same name already exists.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartPipelineReprocessingRequest",
"variableName" : "startPipelineReprocessingRequest",
"variableType" : "StartPipelineReprocessingRequest",
"documentation" : "",
"simpleType" : "StartPipelineReprocessingRequest",
"variableSetterType" : "StartPipelineReprocessingRequest"
},
"methodName" : "startPipelineReprocessing",
"operationName" : "StartPipelineReprocessing",
"paginated" : false,
"returnType" : {
"returnType" : "StartPipelineReprocessingResponse",
"documentation" : null
},
"syncReturnType" : "StartPipelineReprocessingResponse"
},
"TagResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The command caused an internal limit to be exceeded.
",
"httpStatusCode" : 410
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TagResourceRequest",
"variableName" : "tagResourceRequest",
"variableType" : "TagResourceRequest",
"documentation" : "",
"simpleType" : "TagResourceRequest",
"variableSetterType" : "TagResourceRequest"
},
"methodName" : "tagResource",
"operationName" : "TagResource",
"paginated" : false,
"returnType" : {
"returnType" : "TagResourceResponse",
"documentation" : null
},
"syncReturnType" : "TagResourceResponse"
},
"UntagResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes the given tags (metadata) from the resource.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The command caused an internal limit to be exceeded.
",
"httpStatusCode" : 410
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UntagResourceRequest",
"variableName" : "untagResourceRequest",
"variableType" : "UntagResourceRequest",
"documentation" : "",
"simpleType" : "UntagResourceRequest",
"variableSetterType" : "UntagResourceRequest"
},
"methodName" : "untagResource",
"operationName" : "UntagResource",
"paginated" : false,
"returnType" : {
"returnType" : "UntagResourceResponse",
"documentation" : null
},
"syncReturnType" : "UntagResourceResponse"
},
"UpdateChannel" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the settings of a channel.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateChannelRequest",
"variableName" : "updateChannelRequest",
"variableType" : "UpdateChannelRequest",
"documentation" : "",
"simpleType" : "UpdateChannelRequest",
"variableSetterType" : "UpdateChannelRequest"
},
"methodName" : "updateChannel",
"operationName" : "UpdateChannel",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateChannelResponse",
"documentation" : null
},
"syncReturnType" : "UpdateChannelResponse"
},
"UpdateDataset" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the settings of a data set.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateDatasetRequest",
"variableName" : "updateDatasetRequest",
"variableType" : "UpdateDatasetRequest",
"documentation" : "",
"simpleType" : "UpdateDatasetRequest",
"variableSetterType" : "UpdateDatasetRequest"
},
"methodName" : "updateDataset",
"operationName" : "UpdateDataset",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateDatasetResponse",
"documentation" : null
},
"syncReturnType" : "UpdateDatasetResponse"
},
"UpdateDatastore" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the settings of a data store.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateDatastoreRequest",
"variableName" : "updateDatastoreRequest",
"variableType" : "UpdateDatastoreRequest",
"documentation" : "",
"simpleType" : "UpdateDatastoreRequest",
"variableSetterType" : "UpdateDatastoreRequest"
},
"methodName" : "updateDatastore",
"operationName" : "UpdateDatastore",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateDatastoreResponse",
"documentation" : null
},
"syncReturnType" : "UpdateDatastoreResponse"
},
"UpdatePipeline" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the settings of a pipeline. You must specify both a channel
and a datastore
activity and, optionally, as many as 23 additional activities in the pipelineActivities
array.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "The request was not valid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource with the specified name could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal failure.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is temporarily unavailable.
",
"httpStatusCode" : 503
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The command caused an internal limit to be exceeded.
",
"httpStatusCode" : 410
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdatePipelineRequest",
"variableName" : "updatePipelineRequest",
"variableType" : "UpdatePipelineRequest",
"documentation" : "",
"simpleType" : "UpdatePipelineRequest",
"variableSetterType" : "UpdatePipelineRequest"
},
"methodName" : "updatePipeline",
"operationName" : "UpdatePipeline",
"paginated" : false,
"returnType" : {
"returnType" : "UpdatePipelineResponse",
"documentation" : null
},
"syncReturnType" : "UpdatePipelineResponse"
}
},
"shapes" : {
"AddAttributesActivity" : {
"c2jName" : "AddAttributesActivity",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An activity that adds other attributes based on existing attributes in the message.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "ActivityName",
"defaultConsumerFluentSetterDocumentation" : "The name of the 'addAttributes' activity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the 'addAttributes' activity.
\n@return The name of the 'addAttributes' activity.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the 'addAttributes' activity.
\n@param name The name of the 'addAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the 'addAttributes' activity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the 'addAttributes' activity.
\n@param name The name of the 'addAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the 'addAttributes' activity.
\n@return The name of the 'addAttributes' activity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the 'addAttributes' activity.
\n@param name The name of the 'addAttributes' activity.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the 'addAttributes' activity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getAttributes",
"beanStyleSetterMethodName" : "setAttributes",
"c2jName" : "attributes",
"c2jShape" : "AttributeNameMapping",
"defaultConsumerFluentSetterDocumentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #attributes(Map)}.\n@param attributes a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n
\n@return A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute. The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n@deprecated Use {@link #attributes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n@param attributes A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute. The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(Map)}\n",
"documentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAttributes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attributes",
"fluentSetterDocumentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n@param attributes A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute. The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributes",
"getterDocumentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n
\n@return A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute. The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attributes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "attributes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "AttributeName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "AttributeName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "Attributes",
"sensitive" : false,
"setterDocumentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n@param attributes A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute. The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
",
"setterMethodName" : "setAttributes",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNext",
"beanStyleSetterMethodName" : "setNext",
"c2jName" : "next",
"c2jShape" : "ActivityName",
"defaultConsumerFluentSetterDocumentation" : "The next activity in the pipeline.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The next activity in the pipeline.
\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The next activity in the pipeline.
\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n",
"documentation" : "The next activity in the pipeline.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Next property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNext",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "next",
"fluentSetterDocumentation" : "The next activity in the pipeline.
\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "next",
"getterDocumentation" : "The next activity in the pipeline.
\n@return The next activity in the pipeline.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "next",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "next",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Next",
"sensitive" : false,
"setterDocumentation" : "The next activity in the pipeline.
\n@param next The next activity in the pipeline.",
"setterMethodName" : "setNext",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "next",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "next",
"variableType" : "String",
"documentation" : "The next activity in the pipeline.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Attributes" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getAttributes",
"beanStyleSetterMethodName" : "setAttributes",
"c2jName" : "attributes",
"c2jShape" : "AttributeNameMapping",
"defaultConsumerFluentSetterDocumentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #attributes(Map)}.\n@param attributes a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n
\n@return A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute. The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n@deprecated Use {@link #attributes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n@param attributes A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute. The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(Map)}\n",
"documentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAttributes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attributes",
"fluentSetterDocumentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n@param attributes A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute. The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributes",
"getterDocumentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n
\n@return A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute. The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attributes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "attributes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "AttributeName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "AttributeName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "Attributes",
"sensitive" : false,
"setterDocumentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n@param attributes A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute. The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
",
"setterMethodName" : "setAttributes",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Name" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "ActivityName",
"defaultConsumerFluentSetterDocumentation" : "The name of the 'addAttributes' activity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the 'addAttributes' activity.
\n@return The name of the 'addAttributes' activity.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the 'addAttributes' activity.
\n@param name The name of the 'addAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the 'addAttributes' activity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the 'addAttributes' activity.
\n@param name The name of the 'addAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the 'addAttributes' activity.
\n@return The name of the 'addAttributes' activity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the 'addAttributes' activity.
\n@param name The name of the 'addAttributes' activity.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the 'addAttributes' activity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Next" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNext",
"beanStyleSetterMethodName" : "setNext",
"c2jName" : "next",
"c2jShape" : "ActivityName",
"defaultConsumerFluentSetterDocumentation" : "The next activity in the pipeline.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The next activity in the pipeline.
\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The next activity in the pipeline.
\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n",
"documentation" : "The next activity in the pipeline.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Next property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNext",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "next",
"fluentSetterDocumentation" : "The next activity in the pipeline.
\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "next",
"getterDocumentation" : "The next activity in the pipeline.
\n@return The next activity in the pipeline.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "next",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "next",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Next",
"sensitive" : false,
"setterDocumentation" : "The next activity in the pipeline.
\n@param next The next activity in the pipeline.",
"setterMethodName" : "setNext",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "next",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "next",
"variableType" : "String",
"documentation" : "The next activity in the pipeline.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "ActivityName",
"defaultConsumerFluentSetterDocumentation" : "The name of the 'addAttributes' activity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the 'addAttributes' activity.
\n@return The name of the 'addAttributes' activity.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the 'addAttributes' activity.
\n@param name The name of the 'addAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the 'addAttributes' activity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the 'addAttributes' activity.
\n@param name The name of the 'addAttributes' activity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the 'addAttributes' activity.
\n@return The name of the 'addAttributes' activity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the 'addAttributes' activity.
\n@param name The name of the 'addAttributes' activity.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the 'addAttributes' activity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getAttributes",
"beanStyleSetterMethodName" : "setAttributes",
"c2jName" : "attributes",
"c2jShape" : "AttributeNameMapping",
"defaultConsumerFluentSetterDocumentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #attributes(Map)}.\n@param attributes a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n
\n@return A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute. The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n@deprecated Use {@link #attributes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n@param attributes A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute. The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(Map)}\n",
"documentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAttributes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attributes",
"fluentSetterDocumentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n@param attributes A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute. The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributes",
"getterDocumentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n
\n@return A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute. The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attributes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "attributes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "AttributeName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "AttributeName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "Attributes",
"sensitive" : false,
"setterDocumentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
\n@param attributes A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute. The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
",
"setterMethodName" : "setAttributes",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "A list of 1-50 \"AttributeNameMapping\" objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use \"RemoveAttributeActivity\".
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNext",
"beanStyleSetterMethodName" : "setNext",
"c2jName" : "next",
"c2jShape" : "ActivityName",
"defaultConsumerFluentSetterDocumentation" : "The next activity in the pipeline.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The next activity in the pipeline.
\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The next activity in the pipeline.
\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n",
"documentation" : "The next activity in the pipeline.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Next property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNext",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "next",
"fluentSetterDocumentation" : "The next activity in the pipeline.
\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "next",
"getterDocumentation" : "The next activity in the pipeline.
\n@return The next activity in the pipeline.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "next",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "next",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Next",
"sensitive" : false,
"setterDocumentation" : "The next activity in the pipeline.
\n@param next The next activity in the pipeline.",
"setterMethodName" : "setNext",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "next",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "next",
"variableType" : "String",
"documentation" : "The next activity in the pipeline.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "name", "attributes" ],
"shapeName" : "AddAttributesActivity",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddAttributesActivity",
"variableName" : "addAttributesActivity",
"variableType" : "AddAttributesActivity",
"documentation" : null,
"simpleType" : "AddAttributesActivity",
"variableSetterType" : "AddAttributesActivity"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BatchPutMessageErrorEntry" : {
"c2jName" : "BatchPutMessageErrorEntry",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Contains informations about errors.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMessageId",
"beanStyleSetterMethodName" : "setMessageId",
"c2jName" : "messageId",
"c2jShape" : "MessageId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
\n@return The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)\n@deprecated Use {@link #messageId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
\n@param messageId The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messageId(String)}\n",
"documentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MessageId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMessageId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "messageId",
"fluentSetterDocumentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
\n@param messageId The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "messageId",
"getterDocumentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
\n@return The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "messageId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "messageId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MessageId",
"sensitive" : false,
"setterDocumentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
\n@param messageId The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)",
"setterMethodName" : "setMessageId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "messageId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "messageId",
"variableType" : "String",
"documentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getErrorCode",
"beanStyleSetterMethodName" : "setErrorCode",
"c2jName" : "errorCode",
"c2jShape" : "ErrorCode",
"defaultConsumerFluentSetterDocumentation" : "The code associated with the error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorCode(String)}.\n@param errorCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The code associated with the error.
\n@return The code associated with the error.\n@deprecated Use {@link #errorCode()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The code associated with the error.
\n@param errorCode The code associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorCode(String)}\n",
"documentation" : "The code associated with the error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ErrorCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasErrorCode",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "errorCode",
"fluentSetterDocumentation" : "The code associated with the error.
\n@param errorCode The code associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "errorCode",
"getterDocumentation" : "The code associated with the error.
\n@return The code associated with the error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "errorCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "errorCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ErrorCode",
"sensitive" : false,
"setterDocumentation" : "The code associated with the error.
\n@param errorCode The code associated with the error.",
"setterMethodName" : "setErrorCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "errorCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "errorCode",
"variableType" : "String",
"documentation" : "The code associated with the error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getErrorMessage",
"beanStyleSetterMethodName" : "setErrorMessage",
"c2jName" : "errorMessage",
"c2jShape" : "ErrorMessage",
"defaultConsumerFluentSetterDocumentation" : "The message associated with the error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorMessage(String)}.\n@param errorMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorMessage(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The message associated with the error.
\n@return The message associated with the error.\n@deprecated Use {@link #errorMessage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The message associated with the error.
\n@param errorMessage The message associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorMessage(String)}\n",
"documentation" : "The message associated with the error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ErrorMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasErrorMessage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "errorMessage",
"fluentSetterDocumentation" : "The message associated with the error.
\n@param errorMessage The message associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "errorMessage",
"getterDocumentation" : "The message associated with the error.
\n@return The message associated with the error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "errorMessage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "errorMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ErrorMessage",
"sensitive" : false,
"setterDocumentation" : "The message associated with the error.
\n@param errorMessage The message associated with the error.",
"setterMethodName" : "setErrorMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "errorMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "errorMessage",
"variableType" : "String",
"documentation" : "The message associated with the error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ErrorCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getErrorCode",
"beanStyleSetterMethodName" : "setErrorCode",
"c2jName" : "errorCode",
"c2jShape" : "ErrorCode",
"defaultConsumerFluentSetterDocumentation" : "The code associated with the error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorCode(String)}.\n@param errorCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The code associated with the error.
\n@return The code associated with the error.\n@deprecated Use {@link #errorCode()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The code associated with the error.
\n@param errorCode The code associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorCode(String)}\n",
"documentation" : "The code associated with the error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ErrorCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasErrorCode",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "errorCode",
"fluentSetterDocumentation" : "The code associated with the error.
\n@param errorCode The code associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "errorCode",
"getterDocumentation" : "The code associated with the error.
\n@return The code associated with the error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "errorCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "errorCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ErrorCode",
"sensitive" : false,
"setterDocumentation" : "The code associated with the error.
\n@param errorCode The code associated with the error.",
"setterMethodName" : "setErrorCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "errorCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "errorCode",
"variableType" : "String",
"documentation" : "The code associated with the error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ErrorMessage" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getErrorMessage",
"beanStyleSetterMethodName" : "setErrorMessage",
"c2jName" : "errorMessage",
"c2jShape" : "ErrorMessage",
"defaultConsumerFluentSetterDocumentation" : "The message associated with the error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorMessage(String)}.\n@param errorMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorMessage(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The message associated with the error.
\n@return The message associated with the error.\n@deprecated Use {@link #errorMessage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The message associated with the error.
\n@param errorMessage The message associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorMessage(String)}\n",
"documentation" : "The message associated with the error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ErrorMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasErrorMessage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "errorMessage",
"fluentSetterDocumentation" : "The message associated with the error.
\n@param errorMessage The message associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "errorMessage",
"getterDocumentation" : "The message associated with the error.
\n@return The message associated with the error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "errorMessage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "errorMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ErrorMessage",
"sensitive" : false,
"setterDocumentation" : "The message associated with the error.
\n@param errorMessage The message associated with the error.",
"setterMethodName" : "setErrorMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "errorMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "errorMessage",
"variableType" : "String",
"documentation" : "The message associated with the error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MessageId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMessageId",
"beanStyleSetterMethodName" : "setMessageId",
"c2jName" : "messageId",
"c2jShape" : "MessageId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
\n@return The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)\n@deprecated Use {@link #messageId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
\n@param messageId The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messageId(String)}\n",
"documentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MessageId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMessageId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "messageId",
"fluentSetterDocumentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
\n@param messageId The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "messageId",
"getterDocumentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
\n@return The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "messageId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "messageId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MessageId",
"sensitive" : false,
"setterDocumentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
\n@param messageId The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)",
"setterMethodName" : "setMessageId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "messageId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "messageId",
"variableType" : "String",
"documentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMessageId",
"beanStyleSetterMethodName" : "setMessageId",
"c2jName" : "messageId",
"c2jShape" : "MessageId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageId(String)}.\n@param messageId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
\n@return The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)\n@deprecated Use {@link #messageId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
\n@param messageId The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messageId(String)}\n",
"documentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MessageId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMessageId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "messageId",
"fluentSetterDocumentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
\n@param messageId The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "messageId",
"getterDocumentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
\n@return The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "messageId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "messageId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MessageId",
"sensitive" : false,
"setterDocumentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
\n@param messageId The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)",
"setterMethodName" : "setMessageId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "messageId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "messageId",
"variableType" : "String",
"documentation" : "The ID of the message that caused the error. (See the value corresponding to the \"messageId\" key in the message object.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getErrorCode",
"beanStyleSetterMethodName" : "setErrorCode",
"c2jName" : "errorCode",
"c2jShape" : "ErrorCode",
"defaultConsumerFluentSetterDocumentation" : "The code associated with the error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorCode(String)}.\n@param errorCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The code associated with the error.
\n@return The code associated with the error.\n@deprecated Use {@link #errorCode()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The code associated with the error.
\n@param errorCode The code associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorCode(String)}\n",
"documentation" : "The code associated with the error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ErrorCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasErrorCode",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "errorCode",
"fluentSetterDocumentation" : "The code associated with the error.
\n@param errorCode The code associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "errorCode",
"getterDocumentation" : "The code associated with the error.
\n@return The code associated with the error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "errorCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "errorCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ErrorCode",
"sensitive" : false,
"setterDocumentation" : "The code associated with the error.
\n@param errorCode The code associated with the error.",
"setterMethodName" : "setErrorCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "errorCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "errorCode",
"variableType" : "String",
"documentation" : "The code associated with the error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getErrorMessage",
"beanStyleSetterMethodName" : "setErrorMessage",
"c2jName" : "errorMessage",
"c2jShape" : "ErrorMessage",
"defaultConsumerFluentSetterDocumentation" : "The message associated with the error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorMessage(String)}.\n@param errorMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorMessage(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The message associated with the error.
\n@return The message associated with the error.\n@deprecated Use {@link #errorMessage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The message associated with the error.
\n@param errorMessage The message associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorMessage(String)}\n",
"documentation" : "The message associated with the error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ErrorMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasErrorMessage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "errorMessage",
"fluentSetterDocumentation" : "The message associated with the error.
\n@param errorMessage The message associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "errorMessage",
"getterDocumentation" : "The message associated with the error.
\n@return The message associated with the error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "errorMessage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "errorMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ErrorMessage",
"sensitive" : false,
"setterDocumentation" : "The message associated with the error.
\n@param errorMessage The message associated with the error.",
"setterMethodName" : "setErrorMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "errorMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "errorMessage",
"variableType" : "String",
"documentation" : "The message associated with the error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BatchPutMessageErrorEntry",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BatchPutMessageErrorEntry",
"variableName" : "batchPutMessageErrorEntry",
"variableType" : "BatchPutMessageErrorEntry",
"documentation" : null,
"simpleType" : "BatchPutMessageErrorEntry",
"variableSetterType" : "BatchPutMessageErrorEntry"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BatchPutMessageRequest" : {
"c2jName" : "BatchPutMessageRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "BatchPutMessage",
"locationName" : null,
"requestUri" : "/messages/batch",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "channelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the channel where the messages are sent.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the channel where the messages are sent.
\n@return The name of the channel where the messages are sent.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the channel where the messages are sent.
\n@param channelName The name of the channel where the messages are sent.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the channel where the messages are sent.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the channel where the messages are sent.
\n@param channelName The name of the channel where the messages are sent.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the channel where the messages are sent.
\n@return The name of the channel where the messages are sent.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelName",
"sensitive" : false,
"setterDocumentation" : "The name of the channel where the messages are sent.
\n@param channelName The name of the channel where the messages are sent.",
"setterMethodName" : "setChannelName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : "The name of the channel where the messages are sent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getMessages",
"beanStyleSetterMethodName" : "setMessages",
"c2jName" : "messages",
"c2jShape" : "Messages",
"defaultConsumerFluentSetterDocumentation" : "The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #messages(List)}.\n@param messages a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messages(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasMessages()} to see if a value was sent in this field.\n
\n@return The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'. Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.\n@deprecated Use {@link #messages()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
\n@param messages The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'. Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messages(List)}\n",
"documentation" : "The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Messages property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMessages",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "messages",
"fluentSetterDocumentation" : "The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
\n@param messages The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "messages",
"getterDocumentation" : "
The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasMessages()} to see if a value was sent in this field.\n
\n@return The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'. Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "messages",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "messages",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Message",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Message.Builder} avoiding the need to create one manually via {@link Message#builder()}.\n\nWhen the {@link Consumer} completes, {@link Message.Builder#build()} is called immediately and its result is passed to {@link #member(Message)}.\n@param member a consumer that will call methods on {@link Message.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Message)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Message)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Message",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Message",
"variableName" : "member",
"variableType" : "Message",
"documentation" : null,
"simpleType" : "Message",
"variableSetterType" : "Message"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Message",
"variableName" : "member",
"variableType" : "Message",
"documentation" : "",
"simpleType" : "Message",
"variableSetterType" : "Message"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Message",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Message",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Messages",
"sensitive" : false,
"setterDocumentation" : "The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
\n@param messages The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.",
"setterMethodName" : "setMessages",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "messages",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "messages",
"variableType" : "java.util.List",
"documentation" : "The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChannelName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "channelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the channel where the messages are sent.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the channel where the messages are sent.
\n@return The name of the channel where the messages are sent.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the channel where the messages are sent.
\n@param channelName The name of the channel where the messages are sent.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the channel where the messages are sent.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the channel where the messages are sent.
\n@param channelName The name of the channel where the messages are sent.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the channel where the messages are sent.
\n@return The name of the channel where the messages are sent.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelName",
"sensitive" : false,
"setterDocumentation" : "The name of the channel where the messages are sent.
\n@param channelName The name of the channel where the messages are sent.",
"setterMethodName" : "setChannelName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : "The name of the channel where the messages are sent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Messages" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getMessages",
"beanStyleSetterMethodName" : "setMessages",
"c2jName" : "messages",
"c2jShape" : "Messages",
"defaultConsumerFluentSetterDocumentation" : "The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #messages(List)}.\n@param messages a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messages(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasMessages()} to see if a value was sent in this field.\n
\n@return The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.\n@deprecated Use {@link #messages()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
\n@param messages The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'. Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messages(List)}\n",
"documentation" : "The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Messages property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMessages",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "messages",
"fluentSetterDocumentation" : "The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
\n@param messages The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "messages",
"getterDocumentation" : "
The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasMessages()} to see if a value was sent in this field.\n
\n@return The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'. Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "messages",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "messages",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Message",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Message.Builder} avoiding the need to create one manually via {@link Message#builder()}.\n\nWhen the {@link Consumer} completes, {@link Message.Builder#build()} is called immediately and its result is passed to {@link #member(Message)}.\n@param member a consumer that will call methods on {@link Message.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Message)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Message)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Message",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Message",
"variableName" : "member",
"variableType" : "Message",
"documentation" : null,
"simpleType" : "Message",
"variableSetterType" : "Message"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Message",
"variableName" : "member",
"variableType" : "Message",
"documentation" : "",
"simpleType" : "Message",
"variableSetterType" : "Message"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Message",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Message",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Messages",
"sensitive" : false,
"setterDocumentation" : "The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
\n@param messages The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.",
"setterMethodName" : "setMessages",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "messages",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "messages",
"variableType" : "java.util.List",
"documentation" : "The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "channelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the channel where the messages are sent.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the channel where the messages are sent.
\n@return The name of the channel where the messages are sent.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the channel where the messages are sent.
\n@param channelName The name of the channel where the messages are sent.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the channel where the messages are sent.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the channel where the messages are sent.
\n@param channelName The name of the channel where the messages are sent.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the channel where the messages are sent.
\n@return The name of the channel where the messages are sent.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelName",
"sensitive" : false,
"setterDocumentation" : "The name of the channel where the messages are sent.
\n@param channelName The name of the channel where the messages are sent.",
"setterMethodName" : "setChannelName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : "The name of the channel where the messages are sent.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getMessages",
"beanStyleSetterMethodName" : "setMessages",
"c2jName" : "messages",
"c2jShape" : "Messages",
"defaultConsumerFluentSetterDocumentation" : "The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #messages(List)}.\n@param messages a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messages(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasMessages()} to see if a value was sent in this field.\n
\n@return The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.\n@deprecated Use {@link #messages()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
\n@param messages The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'. Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messages(List)}\n",
"documentation" : "The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Messages property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMessages",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "messages",
"fluentSetterDocumentation" : "The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
\n@param messages The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "messages",
"getterDocumentation" : "
The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasMessages()} to see if a value was sent in this field.\n
\n@return The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'. Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "messages",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "messages",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Message",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Message.Builder} avoiding the need to create one manually via {@link Message#builder()}.\n\nWhen the {@link Consumer} completes, {@link Message.Builder#build()} is called immediately and its result is passed to {@link #member(Message)}.\n@param member a consumer that will call methods on {@link Message.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Message)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Message)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Message",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Message",
"variableName" : "member",
"variableType" : "Message",
"documentation" : null,
"simpleType" : "Message",
"variableSetterType" : "Message"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Message",
"variableName" : "member",
"variableType" : "Message",
"documentation" : "",
"simpleType" : "Message",
"variableSetterType" : "Message"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Message",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Message",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Messages",
"sensitive" : false,
"setterDocumentation" : "The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
\n@param messages The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.",
"setterMethodName" : "setMessages",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "messages",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "messages",
"variableType" : "java.util.List",
"documentation" : "The list of messages to be sent. Each message has format: '{ \"messageId\": \"string\", \"payload\": \"string\"}'.
Note that the field names of message payloads (data) that you send to AWS IoT Analytics:
-
Must contain only alphanumeric characters and undescores (_); no other special characters are allowed.
-
Must begin with an alphabetic character or single underscore (_).
-
Cannot contain hyphens (-).
-
In regular expression terms: \"^[A-Za-z_]([A-Za-z0-9]*|[A-Za-z0-9][A-Za-z0-9_]*)$\".
-
Cannot be greater than 255 characters.
-
Are case-insensitive. (Fields named \"foo\" and \"FOO\" in the same payload are considered duplicates.)
For example, {\"temp_01\": 29} or {\"_temp_01\": 29} are valid, but {\"temp-01\": 29}, {\"01_temp\": 29} or {\"__temp_01\": 29} are invalid in message payloads.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "channelName", "messages" ],
"shapeName" : "BatchPutMessageRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BatchPutMessageRequest",
"variableName" : "batchPutMessageRequest",
"variableType" : "BatchPutMessageRequest",
"documentation" : null,
"simpleType" : "BatchPutMessageRequest",
"variableSetterType" : "BatchPutMessageRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BatchPutMessageResponse" : {
"c2jName" : "BatchPutMessageResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getBatchPutMessageErrorEntries",
"beanStyleSetterMethodName" : "setBatchPutMessageErrorEntries",
"c2jName" : "batchPutMessageErrorEntries",
"c2jShape" : "BatchPutMessageErrorEntries",
"defaultConsumerFluentSetterDocumentation" : "A list of any errors encountered when sending the messages to the channel.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #batchPutMessageErrorEntries(List)}.\n@param batchPutMessageErrorEntries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #batchPutMessageErrorEntries(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of any errors encountered when sending the messages to the channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBatchPutMessageErrorEntries()} to see if a value was sent in this field.\n
\n@return A list of any errors encountered when sending the messages to the channel.\n@deprecated Use {@link #batchPutMessageErrorEntries()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of any errors encountered when sending the messages to the channel.
\n@param batchPutMessageErrorEntries A list of any errors encountered when sending the messages to the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #batchPutMessageErrorEntries(List)}\n",
"documentation" : "A list of any errors encountered when sending the messages to the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BatchPutMessageErrorEntries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBatchPutMessageErrorEntries",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "batchPutMessageErrorEntries",
"fluentSetterDocumentation" : "A list of any errors encountered when sending the messages to the channel.
\n@param batchPutMessageErrorEntries A list of any errors encountered when sending the messages to the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "batchPutMessageErrorEntries",
"getterDocumentation" : "A list of any errors encountered when sending the messages to the channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBatchPutMessageErrorEntries()} to see if a value was sent in this field.\n
\n@return A list of any errors encountered when sending the messages to the channel.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "batchPutMessageErrorEntries",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "batchPutMessageErrorEntries",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "BatchPutMessageErrorEntry",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchPutMessageErrorEntry.Builder} avoiding the need to create one manually via {@link BatchPutMessageErrorEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchPutMessageErrorEntry.Builder#build()} is called immediately and its result is passed to {@link #member(BatchPutMessageErrorEntry)}.\n@param member a consumer that will call methods on {@link BatchPutMessageErrorEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchPutMessageErrorEntry)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(BatchPutMessageErrorEntry)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "BatchPutMessageErrorEntry",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "BatchPutMessageErrorEntry",
"variableName" : "member",
"variableType" : "BatchPutMessageErrorEntry",
"documentation" : null,
"simpleType" : "BatchPutMessageErrorEntry",
"variableSetterType" : "BatchPutMessageErrorEntry"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BatchPutMessageErrorEntry",
"variableName" : "member",
"variableType" : "BatchPutMessageErrorEntry",
"documentation" : "",
"simpleType" : "BatchPutMessageErrorEntry",
"variableSetterType" : "BatchPutMessageErrorEntry"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "BatchPutMessageErrorEntry",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "BatchPutMessageErrorEntry",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "BatchPutMessageErrorEntries",
"sensitive" : false,
"setterDocumentation" : "A list of any errors encountered when sending the messages to the channel.
\n@param batchPutMessageErrorEntries A list of any errors encountered when sending the messages to the channel.",
"setterMethodName" : "setBatchPutMessageErrorEntries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "batchPutMessageErrorEntries",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "batchPutMessageErrorEntries",
"variableType" : "java.util.List",
"documentation" : "A list of any errors encountered when sending the messages to the channel.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BatchPutMessageErrorEntries" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getBatchPutMessageErrorEntries",
"beanStyleSetterMethodName" : "setBatchPutMessageErrorEntries",
"c2jName" : "batchPutMessageErrorEntries",
"c2jShape" : "BatchPutMessageErrorEntries",
"defaultConsumerFluentSetterDocumentation" : "A list of any errors encountered when sending the messages to the channel.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #batchPutMessageErrorEntries(List)}.\n@param batchPutMessageErrorEntries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #batchPutMessageErrorEntries(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of any errors encountered when sending the messages to the channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBatchPutMessageErrorEntries()} to see if a value was sent in this field.\n
\n@return A list of any errors encountered when sending the messages to the channel.\n@deprecated Use {@link #batchPutMessageErrorEntries()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of any errors encountered when sending the messages to the channel.
\n@param batchPutMessageErrorEntries A list of any errors encountered when sending the messages to the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #batchPutMessageErrorEntries(List)}\n",
"documentation" : "A list of any errors encountered when sending the messages to the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BatchPutMessageErrorEntries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBatchPutMessageErrorEntries",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "batchPutMessageErrorEntries",
"fluentSetterDocumentation" : "A list of any errors encountered when sending the messages to the channel.
\n@param batchPutMessageErrorEntries A list of any errors encountered when sending the messages to the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "batchPutMessageErrorEntries",
"getterDocumentation" : "A list of any errors encountered when sending the messages to the channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBatchPutMessageErrorEntries()} to see if a value was sent in this field.\n
\n@return A list of any errors encountered when sending the messages to the channel.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "batchPutMessageErrorEntries",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "batchPutMessageErrorEntries",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "BatchPutMessageErrorEntry",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchPutMessageErrorEntry.Builder} avoiding the need to create one manually via {@link BatchPutMessageErrorEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchPutMessageErrorEntry.Builder#build()} is called immediately and its result is passed to {@link #member(BatchPutMessageErrorEntry)}.\n@param member a consumer that will call methods on {@link BatchPutMessageErrorEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchPutMessageErrorEntry)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(BatchPutMessageErrorEntry)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "BatchPutMessageErrorEntry",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "BatchPutMessageErrorEntry",
"variableName" : "member",
"variableType" : "BatchPutMessageErrorEntry",
"documentation" : null,
"simpleType" : "BatchPutMessageErrorEntry",
"variableSetterType" : "BatchPutMessageErrorEntry"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BatchPutMessageErrorEntry",
"variableName" : "member",
"variableType" : "BatchPutMessageErrorEntry",
"documentation" : "",
"simpleType" : "BatchPutMessageErrorEntry",
"variableSetterType" : "BatchPutMessageErrorEntry"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "BatchPutMessageErrorEntry",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "BatchPutMessageErrorEntry",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "BatchPutMessageErrorEntries",
"sensitive" : false,
"setterDocumentation" : "A list of any errors encountered when sending the messages to the channel.
\n@param batchPutMessageErrorEntries A list of any errors encountered when sending the messages to the channel.",
"setterMethodName" : "setBatchPutMessageErrorEntries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "batchPutMessageErrorEntries",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "batchPutMessageErrorEntries",
"variableType" : "java.util.List",
"documentation" : "A list of any errors encountered when sending the messages to the channel.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getBatchPutMessageErrorEntries",
"beanStyleSetterMethodName" : "setBatchPutMessageErrorEntries",
"c2jName" : "batchPutMessageErrorEntries",
"c2jShape" : "BatchPutMessageErrorEntries",
"defaultConsumerFluentSetterDocumentation" : "A list of any errors encountered when sending the messages to the channel.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #batchPutMessageErrorEntries(List)}.\n@param batchPutMessageErrorEntries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #batchPutMessageErrorEntries(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of any errors encountered when sending the messages to the channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBatchPutMessageErrorEntries()} to see if a value was sent in this field.\n
\n@return A list of any errors encountered when sending the messages to the channel.\n@deprecated Use {@link #batchPutMessageErrorEntries()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of any errors encountered when sending the messages to the channel.
\n@param batchPutMessageErrorEntries A list of any errors encountered when sending the messages to the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #batchPutMessageErrorEntries(List)}\n",
"documentation" : "A list of any errors encountered when sending the messages to the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BatchPutMessageErrorEntries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBatchPutMessageErrorEntries",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "batchPutMessageErrorEntries",
"fluentSetterDocumentation" : "A list of any errors encountered when sending the messages to the channel.
\n@param batchPutMessageErrorEntries A list of any errors encountered when sending the messages to the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "batchPutMessageErrorEntries",
"getterDocumentation" : "A list of any errors encountered when sending the messages to the channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBatchPutMessageErrorEntries()} to see if a value was sent in this field.\n
\n@return A list of any errors encountered when sending the messages to the channel.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "batchPutMessageErrorEntries",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "batchPutMessageErrorEntries",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "BatchPutMessageErrorEntry",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchPutMessageErrorEntry.Builder} avoiding the need to create one manually via {@link BatchPutMessageErrorEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchPutMessageErrorEntry.Builder#build()} is called immediately and its result is passed to {@link #member(BatchPutMessageErrorEntry)}.\n@param member a consumer that will call methods on {@link BatchPutMessageErrorEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchPutMessageErrorEntry)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(BatchPutMessageErrorEntry)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "BatchPutMessageErrorEntry",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "BatchPutMessageErrorEntry",
"variableName" : "member",
"variableType" : "BatchPutMessageErrorEntry",
"documentation" : null,
"simpleType" : "BatchPutMessageErrorEntry",
"variableSetterType" : "BatchPutMessageErrorEntry"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BatchPutMessageErrorEntry",
"variableName" : "member",
"variableType" : "BatchPutMessageErrorEntry",
"documentation" : "",
"simpleType" : "BatchPutMessageErrorEntry",
"variableSetterType" : "BatchPutMessageErrorEntry"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "BatchPutMessageErrorEntry",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "BatchPutMessageErrorEntry",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "BatchPutMessageErrorEntries",
"sensitive" : false,
"setterDocumentation" : "A list of any errors encountered when sending the messages to the channel.
\n@param batchPutMessageErrorEntries A list of any errors encountered when sending the messages to the channel.",
"setterMethodName" : "setBatchPutMessageErrorEntries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "batchPutMessageErrorEntries",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "batchPutMessageErrorEntries",
"variableType" : "java.util.List",
"documentation" : "A list of any errors encountered when sending the messages to the channel.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BatchPutMessageResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BatchPutMessageResponse",
"variableName" : "batchPutMessageResponse",
"variableType" : "BatchPutMessageResponse",
"documentation" : null,
"simpleType" : "BatchPutMessageResponse",
"variableSetterType" : "BatchPutMessageResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CancelPipelineReprocessingRequest" : {
"c2jName" : "CancelPipelineReprocessingRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CancelPipelineReprocessing",
"locationName" : null,
"requestUri" : "/pipelines/{pipelineName}/reprocessing/{reprocessingId}",
"target" : null,
"verb" : "DELETE",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPipelineName",
"beanStyleSetterMethodName" : "setPipelineName",
"c2jName" : "pipelineName",
"c2jShape" : "PipelineName",
"defaultConsumerFluentSetterDocumentation" : "The name of pipeline for which data reprocessing is canceled.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pipelineName(String)}.\n@param pipelineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of pipeline for which data reprocessing is canceled.
\n@return The name of pipeline for which data reprocessing is canceled.\n@deprecated Use {@link #pipelineName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of pipeline for which data reprocessing is canceled.
\n@param pipelineName The name of pipeline for which data reprocessing is canceled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n",
"documentation" : "The name of pipeline for which data reprocessing is canceled.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PipelineName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPipelineName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "pipelineName",
"fluentSetterDocumentation" : "The name of pipeline for which data reprocessing is canceled.
\n@param pipelineName The name of pipeline for which data reprocessing is canceled.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "pipelineName",
"getterDocumentation" : "The name of pipeline for which data reprocessing is canceled.
\n@return The name of pipeline for which data reprocessing is canceled.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "pipelineName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "pipelineName",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PipelineName",
"sensitive" : false,
"setterDocumentation" : "The name of pipeline for which data reprocessing is canceled.
\n@param pipelineName The name of pipeline for which data reprocessing is canceled.",
"setterMethodName" : "setPipelineName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "pipelineName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "pipelineName",
"variableType" : "String",
"documentation" : "The name of pipeline for which data reprocessing is canceled.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getReprocessingId",
"beanStyleSetterMethodName" : "setReprocessingId",
"c2jName" : "reprocessingId",
"c2jShape" : "ReprocessingId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reprocessingId(String)}.\n@param reprocessingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reprocessingId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
\n@return The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").\n@deprecated Use {@link #reprocessingId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
\n@param reprocessingId The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reprocessingId(String)}\n",
"documentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ReprocessingId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasReprocessingId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "reprocessingId",
"fluentSetterDocumentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
\n@param reprocessingId The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "reprocessingId",
"getterDocumentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
\n@return The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "reprocessingId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "reprocessingId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReprocessingId",
"sensitive" : false,
"setterDocumentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
\n@param reprocessingId The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").",
"setterMethodName" : "setReprocessingId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "reprocessingId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "reprocessingId",
"variableType" : "String",
"documentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PipelineName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPipelineName",
"beanStyleSetterMethodName" : "setPipelineName",
"c2jName" : "pipelineName",
"c2jShape" : "PipelineName",
"defaultConsumerFluentSetterDocumentation" : "The name of pipeline for which data reprocessing is canceled.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pipelineName(String)}.\n@param pipelineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of pipeline for which data reprocessing is canceled.
\n@return The name of pipeline for which data reprocessing is canceled.\n@deprecated Use {@link #pipelineName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of pipeline for which data reprocessing is canceled.
\n@param pipelineName The name of pipeline for which data reprocessing is canceled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n",
"documentation" : "The name of pipeline for which data reprocessing is canceled.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PipelineName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPipelineName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "pipelineName",
"fluentSetterDocumentation" : "The name of pipeline for which data reprocessing is canceled.
\n@param pipelineName The name of pipeline for which data reprocessing is canceled.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "pipelineName",
"getterDocumentation" : "The name of pipeline for which data reprocessing is canceled.
\n@return The name of pipeline for which data reprocessing is canceled.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "pipelineName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "pipelineName",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PipelineName",
"sensitive" : false,
"setterDocumentation" : "The name of pipeline for which data reprocessing is canceled.
\n@param pipelineName The name of pipeline for which data reprocessing is canceled.",
"setterMethodName" : "setPipelineName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "pipelineName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "pipelineName",
"variableType" : "String",
"documentation" : "The name of pipeline for which data reprocessing is canceled.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ReprocessingId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getReprocessingId",
"beanStyleSetterMethodName" : "setReprocessingId",
"c2jName" : "reprocessingId",
"c2jShape" : "ReprocessingId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reprocessingId(String)}.\n@param reprocessingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reprocessingId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
\n@return The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").\n@deprecated Use {@link #reprocessingId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
\n@param reprocessingId The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reprocessingId(String)}\n",
"documentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ReprocessingId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasReprocessingId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "reprocessingId",
"fluentSetterDocumentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
\n@param reprocessingId The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "reprocessingId",
"getterDocumentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
\n@return The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "reprocessingId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "reprocessingId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReprocessingId",
"sensitive" : false,
"setterDocumentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
\n@param reprocessingId The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").",
"setterMethodName" : "setReprocessingId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "reprocessingId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "reprocessingId",
"variableType" : "String",
"documentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPipelineName",
"beanStyleSetterMethodName" : "setPipelineName",
"c2jName" : "pipelineName",
"c2jShape" : "PipelineName",
"defaultConsumerFluentSetterDocumentation" : "The name of pipeline for which data reprocessing is canceled.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pipelineName(String)}.\n@param pipelineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pipelineName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of pipeline for which data reprocessing is canceled.
\n@return The name of pipeline for which data reprocessing is canceled.\n@deprecated Use {@link #pipelineName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of pipeline for which data reprocessing is canceled.
\n@param pipelineName The name of pipeline for which data reprocessing is canceled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pipelineName(String)}\n",
"documentation" : "The name of pipeline for which data reprocessing is canceled.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PipelineName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPipelineName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "pipelineName",
"fluentSetterDocumentation" : "The name of pipeline for which data reprocessing is canceled.
\n@param pipelineName The name of pipeline for which data reprocessing is canceled.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "pipelineName",
"getterDocumentation" : "The name of pipeline for which data reprocessing is canceled.
\n@return The name of pipeline for which data reprocessing is canceled.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "pipelineName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "pipelineName",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PipelineName",
"sensitive" : false,
"setterDocumentation" : "The name of pipeline for which data reprocessing is canceled.
\n@param pipelineName The name of pipeline for which data reprocessing is canceled.",
"setterMethodName" : "setPipelineName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "pipelineName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "pipelineName",
"variableType" : "String",
"documentation" : "The name of pipeline for which data reprocessing is canceled.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getReprocessingId",
"beanStyleSetterMethodName" : "setReprocessingId",
"c2jName" : "reprocessingId",
"c2jShape" : "ReprocessingId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reprocessingId(String)}.\n@param reprocessingId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reprocessingId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
\n@return The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").\n@deprecated Use {@link #reprocessingId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
\n@param reprocessingId The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reprocessingId(String)}\n",
"documentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ReprocessingId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasReprocessingId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "reprocessingId",
"fluentSetterDocumentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
\n@param reprocessingId The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "reprocessingId",
"getterDocumentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
\n@return The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "reprocessingId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "reprocessingId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReprocessingId",
"sensitive" : false,
"setterDocumentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
\n@param reprocessingId The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").",
"setterMethodName" : "setReprocessingId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "reprocessingId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "reprocessingId",
"variableType" : "String",
"documentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "pipelineName", "reprocessingId" ],
"shapeName" : "CancelPipelineReprocessingRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CancelPipelineReprocessingRequest",
"variableName" : "cancelPipelineReprocessingRequest",
"variableType" : "CancelPipelineReprocessingRequest",
"documentation" : null,
"simpleType" : "CancelPipelineReprocessingRequest",
"variableSetterType" : "CancelPipelineReprocessingRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CancelPipelineReprocessingResponse" : {
"c2jName" : "CancelPipelineReprocessingResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CancelPipelineReprocessingResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CancelPipelineReprocessingResponse",
"variableName" : "cancelPipelineReprocessingResponse",
"variableType" : "CancelPipelineReprocessingResponse",
"documentation" : null,
"simpleType" : "CancelPipelineReprocessingResponse",
"variableSetterType" : "CancelPipelineReprocessingResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"Channel" : {
"c2jName" : "Channel",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "A collection of data from an MQTT topic. Channels archive the raw, unprocessed messages before publishing the data to a pipeline.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the channel.
\n@return The name of the channel.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the channel.
\n@param name The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the channel.
\n@param name The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the channel.
\n@return The name of the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the channel.
\n@param name The name of the channel.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStorage",
"beanStyleSetterMethodName" : "setStorage",
"c2jName" : "storage",
"c2jShape" : "ChannelStorage",
"defaultConsumerFluentSetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\nThis is a convenience that creates an instance of the {@link ChannelStorage.Builder} avoiding the need to create one manually via {@link ChannelStorage#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelStorage.Builder#build()} is called immediately and its result is passed to {@link #storage(ChannelStorage)}.\n@param storage a consumer that will call methods on {@link ChannelStorage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storage(ChannelStorage)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@deprecated Use {@link #storage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@param storage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #storage(ChannelStorage)}\n",
"documentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Storage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStorage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "storage",
"fluentSetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@param storage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "storage",
"getterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.",
"getterModel" : {
"returnType" : "ChannelStorage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "storage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "storage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Storage",
"sensitive" : false,
"setterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@param storage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.",
"setterMethodName" : "setStorage",
"setterModel" : {
"variableDeclarationType" : "ChannelStorage",
"variableName" : "storage",
"variableType" : "ChannelStorage",
"documentation" : null,
"simpleType" : "ChannelStorage",
"variableSetterType" : "ChannelStorage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChannelStorage",
"variableName" : "storage",
"variableType" : "ChannelStorage",
"documentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
",
"simpleType" : "ChannelStorage",
"variableSetterType" : "ChannelStorage"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "arn",
"c2jShape" : "ChannelArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the channel.
\n@return The ARN of the channel.\n@deprecated Use {@link #arn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the channel.
\n@param arn The ARN of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n",
"documentation" : "The ARN of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : "The ARN of the channel.
\n@param arn The ARN of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : "The ARN of the channel.
\n@return The ARN of the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the channel.
\n@param arn The ARN of the channel.",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : "The ARN of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "ChannelStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the channel.\n@see ChannelStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the channel.
\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the channel.
\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the channel.\n@see ChannelStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the channel.
\n@param status The status of the channel.\n@see ChannelStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRetentionPeriod",
"beanStyleSetterMethodName" : "setRetentionPeriod",
"c2jName" : "retentionPeriod",
"c2jShape" : "RetentionPeriod",
"defaultConsumerFluentSetterDocumentation" : "How long, in days, message data is kept for the channel.
\nThis is a convenience that creates an instance of the {@link RetentionPeriod.Builder} avoiding the need to create one manually via {@link RetentionPeriod#builder()}.\n\nWhen the {@link Consumer} completes, {@link RetentionPeriod.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriod(RetentionPeriod)}.\n@param retentionPeriod a consumer that will call methods on {@link RetentionPeriod.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriod(RetentionPeriod)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "How long, in days, message data is kept for the channel.
\n@return How long, in days, message data is kept for the channel.\n@deprecated Use {@link #retentionPeriod()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "How long, in days, message data is kept for the channel.
\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n",
"documentation" : "How long, in days, message data is kept for the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RetentionPeriod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRetentionPeriod",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "retentionPeriod",
"fluentSetterDocumentation" : "How long, in days, message data is kept for the channel.
\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "retentionPeriod",
"getterDocumentation" : "How long, in days, message data is kept for the channel.
\n@return How long, in days, message data is kept for the channel.",
"getterModel" : {
"returnType" : "RetentionPeriod",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "retentionPeriod",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "retentionPeriod",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "RetentionPeriod",
"sensitive" : false,
"setterDocumentation" : "How long, in days, message data is kept for the channel.
\n@param retentionPeriod How long, in days, message data is kept for the channel.",
"setterMethodName" : "setRetentionPeriod",
"setterModel" : {
"variableDeclarationType" : "RetentionPeriod",
"variableName" : "retentionPeriod",
"variableType" : "RetentionPeriod",
"documentation" : null,
"simpleType" : "RetentionPeriod",
"variableSetterType" : "RetentionPeriod"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "RetentionPeriod",
"variableName" : "retentionPeriod",
"variableType" : "RetentionPeriod",
"documentation" : "How long, in days, message data is kept for the channel.
",
"simpleType" : "RetentionPeriod",
"variableSetterType" : "RetentionPeriod"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationTime",
"beanStyleSetterMethodName" : "setCreationTime",
"c2jName" : "creationTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "When the channel was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When the channel was created.
\n@return When the channel was created.\n@deprecated Use {@link #creationTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When the channel was created.
\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n",
"documentation" : "When the channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationTime",
"fluentSetterDocumentation" : "When the channel was created.
\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationTime",
"getterDocumentation" : "When the channel was created.
\n@return When the channel was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "creationTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationTime",
"sensitive" : false,
"setterDocumentation" : "When the channel was created.
\n@param creationTime When the channel was created.",
"setterMethodName" : "setCreationTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : "When the channel was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdateTime",
"beanStyleSetterMethodName" : "setLastUpdateTime",
"c2jName" : "lastUpdateTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "When the channel was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTime(Instant)}.\n@param lastUpdateTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When the channel was last updated.
\n@return When the channel was last updated.\n@deprecated Use {@link #lastUpdateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When the channel was last updated.
\n@param lastUpdateTime When the channel was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n",
"documentation" : "When the channel was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdateTime",
"fluentSetterDocumentation" : "When the channel was last updated.
\n@param lastUpdateTime When the channel was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdateTime",
"getterDocumentation" : "When the channel was last updated.
\n@return When the channel was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "lastUpdateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdateTime",
"sensitive" : false,
"setterDocumentation" : "When the channel was last updated.
\n@param lastUpdateTime When the channel was last updated.",
"setterMethodName" : "setLastUpdateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdateTime",
"variableType" : "java.time.Instant",
"documentation" : "When the channel was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Arn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "arn",
"c2jShape" : "ChannelArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the channel.
\n@return The ARN of the channel.\n@deprecated Use {@link #arn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the channel.
\n@param arn The ARN of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n",
"documentation" : "The ARN of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : "The ARN of the channel.
\n@param arn The ARN of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : "The ARN of the channel.
\n@return The ARN of the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the channel.
\n@param arn The ARN of the channel.",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : "The ARN of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreationTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationTime",
"beanStyleSetterMethodName" : "setCreationTime",
"c2jName" : "creationTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "When the channel was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When the channel was created.
\n@return When the channel was created.\n@deprecated Use {@link #creationTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When the channel was created.
\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n",
"documentation" : "When the channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationTime",
"fluentSetterDocumentation" : "When the channel was created.
\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationTime",
"getterDocumentation" : "When the channel was created.
\n@return When the channel was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "creationTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationTime",
"sensitive" : false,
"setterDocumentation" : "When the channel was created.
\n@param creationTime When the channel was created.",
"setterMethodName" : "setCreationTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : "When the channel was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastUpdateTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdateTime",
"beanStyleSetterMethodName" : "setLastUpdateTime",
"c2jName" : "lastUpdateTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "When the channel was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTime(Instant)}.\n@param lastUpdateTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When the channel was last updated.
\n@return When the channel was last updated.\n@deprecated Use {@link #lastUpdateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When the channel was last updated.
\n@param lastUpdateTime When the channel was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n",
"documentation" : "When the channel was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdateTime",
"fluentSetterDocumentation" : "When the channel was last updated.
\n@param lastUpdateTime When the channel was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdateTime",
"getterDocumentation" : "When the channel was last updated.
\n@return When the channel was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "lastUpdateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdateTime",
"sensitive" : false,
"setterDocumentation" : "When the channel was last updated.
\n@param lastUpdateTime When the channel was last updated.",
"setterMethodName" : "setLastUpdateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdateTime",
"variableType" : "java.time.Instant",
"documentation" : "When the channel was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Name" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the channel.
\n@return The name of the channel.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the channel.
\n@param name The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the channel.
\n@param name The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the channel.
\n@return The name of the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the channel.
\n@param name The name of the channel.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RetentionPeriod" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRetentionPeriod",
"beanStyleSetterMethodName" : "setRetentionPeriod",
"c2jName" : "retentionPeriod",
"c2jShape" : "RetentionPeriod",
"defaultConsumerFluentSetterDocumentation" : "How long, in days, message data is kept for the channel.
\nThis is a convenience that creates an instance of the {@link RetentionPeriod.Builder} avoiding the need to create one manually via {@link RetentionPeriod#builder()}.\n\nWhen the {@link Consumer} completes, {@link RetentionPeriod.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriod(RetentionPeriod)}.\n@param retentionPeriod a consumer that will call methods on {@link RetentionPeriod.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriod(RetentionPeriod)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "How long, in days, message data is kept for the channel.
\n@return How long, in days, message data is kept for the channel.\n@deprecated Use {@link #retentionPeriod()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "How long, in days, message data is kept for the channel.
\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n",
"documentation" : "How long, in days, message data is kept for the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RetentionPeriod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRetentionPeriod",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "retentionPeriod",
"fluentSetterDocumentation" : "How long, in days, message data is kept for the channel.
\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "retentionPeriod",
"getterDocumentation" : "How long, in days, message data is kept for the channel.
\n@return How long, in days, message data is kept for the channel.",
"getterModel" : {
"returnType" : "RetentionPeriod",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "retentionPeriod",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "retentionPeriod",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "RetentionPeriod",
"sensitive" : false,
"setterDocumentation" : "How long, in days, message data is kept for the channel.
\n@param retentionPeriod How long, in days, message data is kept for the channel.",
"setterMethodName" : "setRetentionPeriod",
"setterModel" : {
"variableDeclarationType" : "RetentionPeriod",
"variableName" : "retentionPeriod",
"variableType" : "RetentionPeriod",
"documentation" : null,
"simpleType" : "RetentionPeriod",
"variableSetterType" : "RetentionPeriod"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "RetentionPeriod",
"variableName" : "retentionPeriod",
"variableType" : "RetentionPeriod",
"documentation" : "How long, in days, message data is kept for the channel.
",
"simpleType" : "RetentionPeriod",
"variableSetterType" : "RetentionPeriod"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "ChannelStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the channel.\n@see ChannelStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the channel.
\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the channel.
\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the channel.\n@see ChannelStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the channel.
\n@param status The status of the channel.\n@see ChannelStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Storage" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStorage",
"beanStyleSetterMethodName" : "setStorage",
"c2jName" : "storage",
"c2jShape" : "ChannelStorage",
"defaultConsumerFluentSetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\nThis is a convenience that creates an instance of the {@link ChannelStorage.Builder} avoiding the need to create one manually via {@link ChannelStorage#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelStorage.Builder#build()} is called immediately and its result is passed to {@link #storage(ChannelStorage)}.\n@param storage a consumer that will call methods on {@link ChannelStorage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storage(ChannelStorage)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@deprecated Use {@link #storage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@param storage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #storage(ChannelStorage)}\n",
"documentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Storage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStorage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "storage",
"fluentSetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@param storage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "storage",
"getterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.",
"getterModel" : {
"returnType" : "ChannelStorage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "storage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "storage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Storage",
"sensitive" : false,
"setterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@param storage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.",
"setterMethodName" : "setStorage",
"setterModel" : {
"variableDeclarationType" : "ChannelStorage",
"variableName" : "storage",
"variableType" : "ChannelStorage",
"documentation" : null,
"simpleType" : "ChannelStorage",
"variableSetterType" : "ChannelStorage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChannelStorage",
"variableName" : "storage",
"variableType" : "ChannelStorage",
"documentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
",
"simpleType" : "ChannelStorage",
"variableSetterType" : "ChannelStorage"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the channel.
\n@return The name of the channel.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the channel.
\n@param name The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the channel.
\n@param name The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the channel.
\n@return The name of the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the channel.
\n@param name The name of the channel.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStorage",
"beanStyleSetterMethodName" : "setStorage",
"c2jName" : "storage",
"c2jShape" : "ChannelStorage",
"defaultConsumerFluentSetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\nThis is a convenience that creates an instance of the {@link ChannelStorage.Builder} avoiding the need to create one manually via {@link ChannelStorage#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelStorage.Builder#build()} is called immediately and its result is passed to {@link #storage(ChannelStorage)}.\n@param storage a consumer that will call methods on {@link ChannelStorage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storage(ChannelStorage)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@deprecated Use {@link #storage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@param storage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #storage(ChannelStorage)}\n",
"documentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Storage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStorage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "storage",
"fluentSetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@param storage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "storage",
"getterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.",
"getterModel" : {
"returnType" : "ChannelStorage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "storage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "storage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Storage",
"sensitive" : false,
"setterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@param storage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.",
"setterMethodName" : "setStorage",
"setterModel" : {
"variableDeclarationType" : "ChannelStorage",
"variableName" : "storage",
"variableType" : "ChannelStorage",
"documentation" : null,
"simpleType" : "ChannelStorage",
"variableSetterType" : "ChannelStorage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChannelStorage",
"variableName" : "storage",
"variableType" : "ChannelStorage",
"documentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
",
"simpleType" : "ChannelStorage",
"variableSetterType" : "ChannelStorage"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "arn",
"c2jShape" : "ChannelArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the channel.
\n@return The ARN of the channel.\n@deprecated Use {@link #arn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the channel.
\n@param arn The ARN of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n",
"documentation" : "The ARN of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : "The ARN of the channel.
\n@param arn The ARN of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : "The ARN of the channel.
\n@return The ARN of the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the channel.
\n@param arn The ARN of the channel.",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : "The ARN of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "ChannelStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the channel.\n@see ChannelStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the channel.
\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the channel.
\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the channel.\n@see ChannelStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the channel.
\n@param status The status of the channel.\n@see ChannelStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRetentionPeriod",
"beanStyleSetterMethodName" : "setRetentionPeriod",
"c2jName" : "retentionPeriod",
"c2jShape" : "RetentionPeriod",
"defaultConsumerFluentSetterDocumentation" : "How long, in days, message data is kept for the channel.
\nThis is a convenience that creates an instance of the {@link RetentionPeriod.Builder} avoiding the need to create one manually via {@link RetentionPeriod#builder()}.\n\nWhen the {@link Consumer} completes, {@link RetentionPeriod.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriod(RetentionPeriod)}.\n@param retentionPeriod a consumer that will call methods on {@link RetentionPeriod.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriod(RetentionPeriod)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "How long, in days, message data is kept for the channel.
\n@return How long, in days, message data is kept for the channel.\n@deprecated Use {@link #retentionPeriod()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "How long, in days, message data is kept for the channel.
\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n",
"documentation" : "How long, in days, message data is kept for the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RetentionPeriod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRetentionPeriod",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "retentionPeriod",
"fluentSetterDocumentation" : "How long, in days, message data is kept for the channel.
\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "retentionPeriod",
"getterDocumentation" : "How long, in days, message data is kept for the channel.
\n@return How long, in days, message data is kept for the channel.",
"getterModel" : {
"returnType" : "RetentionPeriod",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "retentionPeriod",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "retentionPeriod",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "RetentionPeriod",
"sensitive" : false,
"setterDocumentation" : "How long, in days, message data is kept for the channel.
\n@param retentionPeriod How long, in days, message data is kept for the channel.",
"setterMethodName" : "setRetentionPeriod",
"setterModel" : {
"variableDeclarationType" : "RetentionPeriod",
"variableName" : "retentionPeriod",
"variableType" : "RetentionPeriod",
"documentation" : null,
"simpleType" : "RetentionPeriod",
"variableSetterType" : "RetentionPeriod"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "RetentionPeriod",
"variableName" : "retentionPeriod",
"variableType" : "RetentionPeriod",
"documentation" : "How long, in days, message data is kept for the channel.
",
"simpleType" : "RetentionPeriod",
"variableSetterType" : "RetentionPeriod"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationTime",
"beanStyleSetterMethodName" : "setCreationTime",
"c2jName" : "creationTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "When the channel was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When the channel was created.
\n@return When the channel was created.\n@deprecated Use {@link #creationTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When the channel was created.
\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n",
"documentation" : "When the channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationTime",
"fluentSetterDocumentation" : "When the channel was created.
\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationTime",
"getterDocumentation" : "When the channel was created.
\n@return When the channel was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "creationTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationTime",
"sensitive" : false,
"setterDocumentation" : "When the channel was created.
\n@param creationTime When the channel was created.",
"setterMethodName" : "setCreationTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : "When the channel was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdateTime",
"beanStyleSetterMethodName" : "setLastUpdateTime",
"c2jName" : "lastUpdateTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "When the channel was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTime(Instant)}.\n@param lastUpdateTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When the channel was last updated.
\n@return When the channel was last updated.\n@deprecated Use {@link #lastUpdateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When the channel was last updated.
\n@param lastUpdateTime When the channel was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n",
"documentation" : "When the channel was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdateTime",
"fluentSetterDocumentation" : "When the channel was last updated.
\n@param lastUpdateTime When the channel was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdateTime",
"getterDocumentation" : "When the channel was last updated.
\n@return When the channel was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "lastUpdateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdateTime",
"sensitive" : false,
"setterDocumentation" : "When the channel was last updated.
\n@param lastUpdateTime When the channel was last updated.",
"setterMethodName" : "setLastUpdateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdateTime",
"variableType" : "java.time.Instant",
"documentation" : "When the channel was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Channel",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Channel",
"variableName" : "channel",
"variableType" : "Channel",
"documentation" : null,
"simpleType" : "Channel",
"variableSetterType" : "Channel"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ChannelActivity" : {
"c2jName" : "ChannelActivity",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The activity that determines the source of the messages to be processed.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "ActivityName",
"defaultConsumerFluentSetterDocumentation" : "The name of the 'channel' activity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the 'channel' activity.
\n@return The name of the 'channel' activity.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the 'channel' activity.
\n@param name The name of the 'channel' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the 'channel' activity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the 'channel' activity.
\n@param name The name of the 'channel' activity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the 'channel' activity.
\n@return The name of the 'channel' activity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the 'channel' activity.
\n@param name The name of the 'channel' activity.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the 'channel' activity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "channelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the channel from which the messages are processed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the channel from which the messages are processed.
\n@return The name of the channel from which the messages are processed.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the channel from which the messages are processed.
\n@param channelName The name of the channel from which the messages are processed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the channel from which the messages are processed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the channel from which the messages are processed.
\n@param channelName The name of the channel from which the messages are processed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the channel from which the messages are processed.
\n@return The name of the channel from which the messages are processed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelName",
"sensitive" : false,
"setterDocumentation" : "The name of the channel from which the messages are processed.
\n@param channelName The name of the channel from which the messages are processed.",
"setterMethodName" : "setChannelName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : "The name of the channel from which the messages are processed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNext",
"beanStyleSetterMethodName" : "setNext",
"c2jName" : "next",
"c2jShape" : "ActivityName",
"defaultConsumerFluentSetterDocumentation" : "The next activity in the pipeline.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The next activity in the pipeline.
\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The next activity in the pipeline.
\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n",
"documentation" : "The next activity in the pipeline.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Next property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNext",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "next",
"fluentSetterDocumentation" : "The next activity in the pipeline.
\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "next",
"getterDocumentation" : "The next activity in the pipeline.
\n@return The next activity in the pipeline.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "next",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "next",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Next",
"sensitive" : false,
"setterDocumentation" : "The next activity in the pipeline.
\n@param next The next activity in the pipeline.",
"setterMethodName" : "setNext",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "next",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "next",
"variableType" : "String",
"documentation" : "The next activity in the pipeline.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChannelName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "channelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the channel from which the messages are processed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the channel from which the messages are processed.
\n@return The name of the channel from which the messages are processed.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the channel from which the messages are processed.
\n@param channelName The name of the channel from which the messages are processed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the channel from which the messages are processed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the channel from which the messages are processed.
\n@param channelName The name of the channel from which the messages are processed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the channel from which the messages are processed.
\n@return The name of the channel from which the messages are processed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelName",
"sensitive" : false,
"setterDocumentation" : "The name of the channel from which the messages are processed.
\n@param channelName The name of the channel from which the messages are processed.",
"setterMethodName" : "setChannelName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : "The name of the channel from which the messages are processed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Name" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "ActivityName",
"defaultConsumerFluentSetterDocumentation" : "The name of the 'channel' activity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the 'channel' activity.
\n@return The name of the 'channel' activity.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the 'channel' activity.
\n@param name The name of the 'channel' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the 'channel' activity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the 'channel' activity.
\n@param name The name of the 'channel' activity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the 'channel' activity.
\n@return The name of the 'channel' activity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the 'channel' activity.
\n@param name The name of the 'channel' activity.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the 'channel' activity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Next" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNext",
"beanStyleSetterMethodName" : "setNext",
"c2jName" : "next",
"c2jShape" : "ActivityName",
"defaultConsumerFluentSetterDocumentation" : "The next activity in the pipeline.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The next activity in the pipeline.
\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The next activity in the pipeline.
\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n",
"documentation" : "The next activity in the pipeline.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Next property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNext",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "next",
"fluentSetterDocumentation" : "The next activity in the pipeline.
\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "next",
"getterDocumentation" : "The next activity in the pipeline.
\n@return The next activity in the pipeline.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "next",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "next",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Next",
"sensitive" : false,
"setterDocumentation" : "The next activity in the pipeline.
\n@param next The next activity in the pipeline.",
"setterMethodName" : "setNext",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "next",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "next",
"variableType" : "String",
"documentation" : "The next activity in the pipeline.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "ActivityName",
"defaultConsumerFluentSetterDocumentation" : "The name of the 'channel' activity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the 'channel' activity.
\n@return The name of the 'channel' activity.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the 'channel' activity.
\n@param name The name of the 'channel' activity.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the 'channel' activity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the 'channel' activity.
\n@param name The name of the 'channel' activity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the 'channel' activity.
\n@return The name of the 'channel' activity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the 'channel' activity.
\n@param name The name of the 'channel' activity.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the 'channel' activity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "channelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the channel from which the messages are processed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the channel from which the messages are processed.
\n@return The name of the channel from which the messages are processed.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the channel from which the messages are processed.
\n@param channelName The name of the channel from which the messages are processed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the channel from which the messages are processed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the channel from which the messages are processed.
\n@param channelName The name of the channel from which the messages are processed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the channel from which the messages are processed.
\n@return The name of the channel from which the messages are processed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelName",
"sensitive" : false,
"setterDocumentation" : "The name of the channel from which the messages are processed.
\n@param channelName The name of the channel from which the messages are processed.",
"setterMethodName" : "setChannelName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : "The name of the channel from which the messages are processed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNext",
"beanStyleSetterMethodName" : "setNext",
"c2jName" : "next",
"c2jShape" : "ActivityName",
"defaultConsumerFluentSetterDocumentation" : "The next activity in the pipeline.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #next(String)}.\n@param next a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #next(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The next activity in the pipeline.
\n@return The next activity in the pipeline.\n@deprecated Use {@link #next()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The next activity in the pipeline.
\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #next(String)}\n",
"documentation" : "The next activity in the pipeline.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Next property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNext",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "next",
"fluentSetterDocumentation" : "The next activity in the pipeline.
\n@param next The next activity in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "next",
"getterDocumentation" : "The next activity in the pipeline.
\n@return The next activity in the pipeline.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "next",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "next",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Next",
"sensitive" : false,
"setterDocumentation" : "The next activity in the pipeline.
\n@param next The next activity in the pipeline.",
"setterMethodName" : "setNext",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "next",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "next",
"variableType" : "String",
"documentation" : "The next activity in the pipeline.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "name", "channelName" ],
"shapeName" : "ChannelActivity",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChannelActivity",
"variableName" : "channelActivity",
"variableType" : "ChannelActivity",
"documentation" : null,
"simpleType" : "ChannelActivity",
"variableSetterType" : "ChannelActivity"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ChannelStatistics" : {
"c2jName" : "ChannelStatistics",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Statistics information about the channel.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSize",
"beanStyleSetterMethodName" : "setSize",
"c2jName" : "size",
"c2jShape" : "EstimatedResourceSize",
"defaultConsumerFluentSetterDocumentation" : "The estimated size of the channel.
\nThis is a convenience that creates an instance of the {@link EstimatedResourceSize.Builder} avoiding the need to create one manually via {@link EstimatedResourceSize#builder()}.\n\nWhen the {@link Consumer} completes, {@link EstimatedResourceSize.Builder#build()} is called immediately and its result is passed to {@link #size(EstimatedResourceSize)}.\n@param size a consumer that will call methods on {@link EstimatedResourceSize.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #size(EstimatedResourceSize)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The estimated size of the channel.
\n@return The estimated size of the channel.\n@deprecated Use {@link #size()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The estimated size of the channel.
\n@param size The estimated size of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #size(EstimatedResourceSize)}\n",
"documentation" : "The estimated size of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Size property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSize",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "size",
"fluentSetterDocumentation" : "The estimated size of the channel.
\n@param size The estimated size of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "size",
"getterDocumentation" : "The estimated size of the channel.
\n@return The estimated size of the channel.",
"getterModel" : {
"returnType" : "EstimatedResourceSize",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "size",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "size",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Size",
"sensitive" : false,
"setterDocumentation" : "The estimated size of the channel.
\n@param size The estimated size of the channel.",
"setterMethodName" : "setSize",
"setterModel" : {
"variableDeclarationType" : "EstimatedResourceSize",
"variableName" : "size",
"variableType" : "EstimatedResourceSize",
"documentation" : null,
"simpleType" : "EstimatedResourceSize",
"variableSetterType" : "EstimatedResourceSize"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EstimatedResourceSize",
"variableName" : "size",
"variableType" : "EstimatedResourceSize",
"documentation" : "The estimated size of the channel.
",
"simpleType" : "EstimatedResourceSize",
"variableSetterType" : "EstimatedResourceSize"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Size" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSize",
"beanStyleSetterMethodName" : "setSize",
"c2jName" : "size",
"c2jShape" : "EstimatedResourceSize",
"defaultConsumerFluentSetterDocumentation" : "The estimated size of the channel.
\nThis is a convenience that creates an instance of the {@link EstimatedResourceSize.Builder} avoiding the need to create one manually via {@link EstimatedResourceSize#builder()}.\n\nWhen the {@link Consumer} completes, {@link EstimatedResourceSize.Builder#build()} is called immediately and its result is passed to {@link #size(EstimatedResourceSize)}.\n@param size a consumer that will call methods on {@link EstimatedResourceSize.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #size(EstimatedResourceSize)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The estimated size of the channel.
\n@return The estimated size of the channel.\n@deprecated Use {@link #size()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The estimated size of the channel.
\n@param size The estimated size of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #size(EstimatedResourceSize)}\n",
"documentation" : "The estimated size of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Size property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSize",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "size",
"fluentSetterDocumentation" : "The estimated size of the channel.
\n@param size The estimated size of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "size",
"getterDocumentation" : "The estimated size of the channel.
\n@return The estimated size of the channel.",
"getterModel" : {
"returnType" : "EstimatedResourceSize",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "size",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "size",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Size",
"sensitive" : false,
"setterDocumentation" : "The estimated size of the channel.
\n@param size The estimated size of the channel.",
"setterMethodName" : "setSize",
"setterModel" : {
"variableDeclarationType" : "EstimatedResourceSize",
"variableName" : "size",
"variableType" : "EstimatedResourceSize",
"documentation" : null,
"simpleType" : "EstimatedResourceSize",
"variableSetterType" : "EstimatedResourceSize"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EstimatedResourceSize",
"variableName" : "size",
"variableType" : "EstimatedResourceSize",
"documentation" : "The estimated size of the channel.
",
"simpleType" : "EstimatedResourceSize",
"variableSetterType" : "EstimatedResourceSize"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSize",
"beanStyleSetterMethodName" : "setSize",
"c2jName" : "size",
"c2jShape" : "EstimatedResourceSize",
"defaultConsumerFluentSetterDocumentation" : "The estimated size of the channel.
\nThis is a convenience that creates an instance of the {@link EstimatedResourceSize.Builder} avoiding the need to create one manually via {@link EstimatedResourceSize#builder()}.\n\nWhen the {@link Consumer} completes, {@link EstimatedResourceSize.Builder#build()} is called immediately and its result is passed to {@link #size(EstimatedResourceSize)}.\n@param size a consumer that will call methods on {@link EstimatedResourceSize.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #size(EstimatedResourceSize)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The estimated size of the channel.
\n@return The estimated size of the channel.\n@deprecated Use {@link #size()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The estimated size of the channel.
\n@param size The estimated size of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #size(EstimatedResourceSize)}\n",
"documentation" : "The estimated size of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Size property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSize",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "size",
"fluentSetterDocumentation" : "The estimated size of the channel.
\n@param size The estimated size of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "size",
"getterDocumentation" : "The estimated size of the channel.
\n@return The estimated size of the channel.",
"getterModel" : {
"returnType" : "EstimatedResourceSize",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "size",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "size",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Size",
"sensitive" : false,
"setterDocumentation" : "The estimated size of the channel.
\n@param size The estimated size of the channel.",
"setterMethodName" : "setSize",
"setterModel" : {
"variableDeclarationType" : "EstimatedResourceSize",
"variableName" : "size",
"variableType" : "EstimatedResourceSize",
"documentation" : null,
"simpleType" : "EstimatedResourceSize",
"variableSetterType" : "EstimatedResourceSize"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EstimatedResourceSize",
"variableName" : "size",
"variableType" : "EstimatedResourceSize",
"documentation" : "The estimated size of the channel.
",
"simpleType" : "EstimatedResourceSize",
"variableSetterType" : "EstimatedResourceSize"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ChannelStatistics",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChannelStatistics",
"variableName" : "channelStatistics",
"variableType" : "ChannelStatistics",
"documentation" : null,
"simpleType" : "ChannelStatistics",
"variableSetterType" : "ChannelStatistics"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ChannelStatus" : {
"c2jName" : "ChannelStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "CREATING",
"value" : "CREATING"
}, {
"name" : "ACTIVE",
"value" : "ACTIVE"
}, {
"name" : "DELETING",
"value" : "DELETING"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ChannelStatus",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChannelStatus",
"variableName" : "channelStatus",
"variableType" : "ChannelStatus",
"documentation" : null,
"simpleType" : "ChannelStatus",
"variableSetterType" : "ChannelStatus"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ChannelStorage" : {
"c2jName" : "ChannelStorage",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getServiceManagedS3",
"beanStyleSetterMethodName" : "setServiceManagedS3",
"c2jName" : "serviceManagedS3",
"c2jShape" : "ServiceManagedChannelS3Storage",
"defaultConsumerFluentSetterDocumentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\nThis is a convenience that creates an instance of the {@link ServiceManagedChannelS3Storage.Builder} avoiding the need to create one manually via {@link ServiceManagedChannelS3Storage#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServiceManagedChannelS3Storage.Builder#build()} is called immediately and its result is passed to {@link #serviceManagedS3(ServiceManagedChannelS3Storage)}.\n@param serviceManagedS3 a consumer that will call methods on {@link ServiceManagedChannelS3Storage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceManagedS3(ServiceManagedChannelS3Storage)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@return Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@deprecated Use {@link #serviceManagedS3()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@param serviceManagedS3 Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serviceManagedS3(ServiceManagedChannelS3Storage)}\n",
"documentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ServiceManagedS3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasServiceManagedS3",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceManagedS3",
"fluentSetterDocumentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@param serviceManagedS3 Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceManagedS3",
"getterDocumentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@return Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.",
"getterModel" : {
"returnType" : "ServiceManagedChannelS3Storage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "serviceManagedS3",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "serviceManagedS3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ServiceManagedS3",
"sensitive" : false,
"setterDocumentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@param serviceManagedS3 Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.",
"setterMethodName" : "setServiceManagedS3",
"setterModel" : {
"variableDeclarationType" : "ServiceManagedChannelS3Storage",
"variableName" : "serviceManagedS3",
"variableType" : "ServiceManagedChannelS3Storage",
"documentation" : null,
"simpleType" : "ServiceManagedChannelS3Storage",
"variableSetterType" : "ServiceManagedChannelS3Storage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ServiceManagedChannelS3Storage",
"variableName" : "serviceManagedS3",
"variableType" : "ServiceManagedChannelS3Storage",
"documentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
",
"simpleType" : "ServiceManagedChannelS3Storage",
"variableSetterType" : "ServiceManagedChannelS3Storage"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCustomerManagedS3",
"beanStyleSetterMethodName" : "setCustomerManagedS3",
"c2jName" : "customerManagedS3",
"c2jShape" : "CustomerManagedChannelS3Storage",
"defaultConsumerFluentSetterDocumentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\nThis is a convenience that creates an instance of the {@link CustomerManagedChannelS3Storage.Builder} avoiding the need to create one manually via {@link CustomerManagedChannelS3Storage#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomerManagedChannelS3Storage.Builder#build()} is called immediately and its result is passed to {@link #customerManagedS3(CustomerManagedChannelS3Storage)}.\n@param customerManagedS3 a consumer that will call methods on {@link CustomerManagedChannelS3Storage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerManagedS3(CustomerManagedChannelS3Storage)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@return Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@deprecated Use {@link #customerManagedS3()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@param customerManagedS3 Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerManagedS3(CustomerManagedChannelS3Storage)}\n",
"documentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CustomerManagedS3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCustomerManagedS3",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customerManagedS3",
"fluentSetterDocumentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@param customerManagedS3 Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customerManagedS3",
"getterDocumentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@return Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.",
"getterModel" : {
"returnType" : "CustomerManagedChannelS3Storage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "customerManagedS3",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "customerManagedS3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CustomerManagedS3",
"sensitive" : false,
"setterDocumentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@param customerManagedS3 Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.",
"setterMethodName" : "setCustomerManagedS3",
"setterModel" : {
"variableDeclarationType" : "CustomerManagedChannelS3Storage",
"variableName" : "customerManagedS3",
"variableType" : "CustomerManagedChannelS3Storage",
"documentation" : null,
"simpleType" : "CustomerManagedChannelS3Storage",
"variableSetterType" : "CustomerManagedChannelS3Storage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CustomerManagedChannelS3Storage",
"variableName" : "customerManagedS3",
"variableType" : "CustomerManagedChannelS3Storage",
"documentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
",
"simpleType" : "CustomerManagedChannelS3Storage",
"variableSetterType" : "CustomerManagedChannelS3Storage"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CustomerManagedS3" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCustomerManagedS3",
"beanStyleSetterMethodName" : "setCustomerManagedS3",
"c2jName" : "customerManagedS3",
"c2jShape" : "CustomerManagedChannelS3Storage",
"defaultConsumerFluentSetterDocumentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\nThis is a convenience that creates an instance of the {@link CustomerManagedChannelS3Storage.Builder} avoiding the need to create one manually via {@link CustomerManagedChannelS3Storage#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomerManagedChannelS3Storage.Builder#build()} is called immediately and its result is passed to {@link #customerManagedS3(CustomerManagedChannelS3Storage)}.\n@param customerManagedS3 a consumer that will call methods on {@link CustomerManagedChannelS3Storage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerManagedS3(CustomerManagedChannelS3Storage)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@return Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@deprecated Use {@link #customerManagedS3()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@param customerManagedS3 Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerManagedS3(CustomerManagedChannelS3Storage)}\n",
"documentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CustomerManagedS3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCustomerManagedS3",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customerManagedS3",
"fluentSetterDocumentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@param customerManagedS3 Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customerManagedS3",
"getterDocumentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@return Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.",
"getterModel" : {
"returnType" : "CustomerManagedChannelS3Storage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "customerManagedS3",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "customerManagedS3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CustomerManagedS3",
"sensitive" : false,
"setterDocumentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@param customerManagedS3 Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.",
"setterMethodName" : "setCustomerManagedS3",
"setterModel" : {
"variableDeclarationType" : "CustomerManagedChannelS3Storage",
"variableName" : "customerManagedS3",
"variableType" : "CustomerManagedChannelS3Storage",
"documentation" : null,
"simpleType" : "CustomerManagedChannelS3Storage",
"variableSetterType" : "CustomerManagedChannelS3Storage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CustomerManagedChannelS3Storage",
"variableName" : "customerManagedS3",
"variableType" : "CustomerManagedChannelS3Storage",
"documentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
",
"simpleType" : "CustomerManagedChannelS3Storage",
"variableSetterType" : "CustomerManagedChannelS3Storage"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ServiceManagedS3" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getServiceManagedS3",
"beanStyleSetterMethodName" : "setServiceManagedS3",
"c2jName" : "serviceManagedS3",
"c2jShape" : "ServiceManagedChannelS3Storage",
"defaultConsumerFluentSetterDocumentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\nThis is a convenience that creates an instance of the {@link ServiceManagedChannelS3Storage.Builder} avoiding the need to create one manually via {@link ServiceManagedChannelS3Storage#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServiceManagedChannelS3Storage.Builder#build()} is called immediately and its result is passed to {@link #serviceManagedS3(ServiceManagedChannelS3Storage)}.\n@param serviceManagedS3 a consumer that will call methods on {@link ServiceManagedChannelS3Storage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceManagedS3(ServiceManagedChannelS3Storage)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@return Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@deprecated Use {@link #serviceManagedS3()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@param serviceManagedS3 Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serviceManagedS3(ServiceManagedChannelS3Storage)}\n",
"documentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ServiceManagedS3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasServiceManagedS3",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceManagedS3",
"fluentSetterDocumentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@param serviceManagedS3 Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceManagedS3",
"getterDocumentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@return Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.",
"getterModel" : {
"returnType" : "ServiceManagedChannelS3Storage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "serviceManagedS3",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "serviceManagedS3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ServiceManagedS3",
"sensitive" : false,
"setterDocumentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@param serviceManagedS3 Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.",
"setterMethodName" : "setServiceManagedS3",
"setterModel" : {
"variableDeclarationType" : "ServiceManagedChannelS3Storage",
"variableName" : "serviceManagedS3",
"variableType" : "ServiceManagedChannelS3Storage",
"documentation" : null,
"simpleType" : "ServiceManagedChannelS3Storage",
"variableSetterType" : "ServiceManagedChannelS3Storage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ServiceManagedChannelS3Storage",
"variableName" : "serviceManagedS3",
"variableType" : "ServiceManagedChannelS3Storage",
"documentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
",
"simpleType" : "ServiceManagedChannelS3Storage",
"variableSetterType" : "ServiceManagedChannelS3Storage"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getServiceManagedS3",
"beanStyleSetterMethodName" : "setServiceManagedS3",
"c2jName" : "serviceManagedS3",
"c2jShape" : "ServiceManagedChannelS3Storage",
"defaultConsumerFluentSetterDocumentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\nThis is a convenience that creates an instance of the {@link ServiceManagedChannelS3Storage.Builder} avoiding the need to create one manually via {@link ServiceManagedChannelS3Storage#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServiceManagedChannelS3Storage.Builder#build()} is called immediately and its result is passed to {@link #serviceManagedS3(ServiceManagedChannelS3Storage)}.\n@param serviceManagedS3 a consumer that will call methods on {@link ServiceManagedChannelS3Storage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceManagedS3(ServiceManagedChannelS3Storage)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@return Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@deprecated Use {@link #serviceManagedS3()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@param serviceManagedS3 Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serviceManagedS3(ServiceManagedChannelS3Storage)}\n",
"documentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ServiceManagedS3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasServiceManagedS3",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceManagedS3",
"fluentSetterDocumentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@param serviceManagedS3 Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceManagedS3",
"getterDocumentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@return Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.",
"getterModel" : {
"returnType" : "ServiceManagedChannelS3Storage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "serviceManagedS3",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "serviceManagedS3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ServiceManagedS3",
"sensitive" : false,
"setterDocumentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@param serviceManagedS3 Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.",
"setterMethodName" : "setServiceManagedS3",
"setterModel" : {
"variableDeclarationType" : "ServiceManagedChannelS3Storage",
"variableName" : "serviceManagedS3",
"variableType" : "ServiceManagedChannelS3Storage",
"documentation" : null,
"simpleType" : "ServiceManagedChannelS3Storage",
"variableSetterType" : "ServiceManagedChannelS3Storage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ServiceManagedChannelS3Storage",
"variableName" : "serviceManagedS3",
"variableType" : "ServiceManagedChannelS3Storage",
"documentation" : "Use this to store channel data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
",
"simpleType" : "ServiceManagedChannelS3Storage",
"variableSetterType" : "ServiceManagedChannelS3Storage"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCustomerManagedS3",
"beanStyleSetterMethodName" : "setCustomerManagedS3",
"c2jName" : "customerManagedS3",
"c2jShape" : "CustomerManagedChannelS3Storage",
"defaultConsumerFluentSetterDocumentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\nThis is a convenience that creates an instance of the {@link CustomerManagedChannelS3Storage.Builder} avoiding the need to create one manually via {@link CustomerManagedChannelS3Storage#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomerManagedChannelS3Storage.Builder#build()} is called immediately and its result is passed to {@link #customerManagedS3(CustomerManagedChannelS3Storage)}.\n@param customerManagedS3 a consumer that will call methods on {@link CustomerManagedChannelS3Storage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerManagedS3(CustomerManagedChannelS3Storage)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@return Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@deprecated Use {@link #customerManagedS3()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@param customerManagedS3 Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerManagedS3(CustomerManagedChannelS3Storage)}\n",
"documentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CustomerManagedS3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCustomerManagedS3",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customerManagedS3",
"fluentSetterDocumentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@param customerManagedS3 Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customerManagedS3",
"getterDocumentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@return Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.",
"getterModel" : {
"returnType" : "CustomerManagedChannelS3Storage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "customerManagedS3",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "customerManagedS3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CustomerManagedS3",
"sensitive" : false,
"setterDocumentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
\n@param customerManagedS3 Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.",
"setterMethodName" : "setCustomerManagedS3",
"setterModel" : {
"variableDeclarationType" : "CustomerManagedChannelS3Storage",
"variableName" : "customerManagedS3",
"variableType" : "CustomerManagedChannelS3Storage",
"documentation" : null,
"simpleType" : "CustomerManagedChannelS3Storage",
"variableSetterType" : "CustomerManagedChannelS3Storage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CustomerManagedChannelS3Storage",
"variableName" : "customerManagedS3",
"variableType" : "CustomerManagedChannelS3Storage",
"documentation" : "Use this to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the \"retentionPeriod\" parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the channel.
",
"simpleType" : "CustomerManagedChannelS3Storage",
"variableSetterType" : "CustomerManagedChannelS3Storage"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ChannelStorage",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChannelStorage",
"variableName" : "channelStorage",
"variableType" : "ChannelStorage",
"documentation" : null,
"simpleType" : "ChannelStorage",
"variableSetterType" : "ChannelStorage"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ChannelStorageSummary" : {
"c2jName" : "ChannelStorageSummary",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Where channel data is stored.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getServiceManagedS3",
"beanStyleSetterMethodName" : "setServiceManagedS3",
"c2jName" : "serviceManagedS3",
"c2jShape" : "ServiceManagedChannelS3StorageSummary",
"defaultConsumerFluentSetterDocumentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
\nThis is a convenience that creates an instance of the {@link ServiceManagedChannelS3StorageSummary.Builder} avoiding the need to create one manually via {@link ServiceManagedChannelS3StorageSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServiceManagedChannelS3StorageSummary.Builder#build()} is called immediately and its result is passed to {@link #serviceManagedS3(ServiceManagedChannelS3StorageSummary)}.\n@param serviceManagedS3 a consumer that will call methods on {@link ServiceManagedChannelS3StorageSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceManagedS3(ServiceManagedChannelS3StorageSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
\n@return Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.\n@deprecated Use {@link #serviceManagedS3()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
\n@param serviceManagedS3 Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serviceManagedS3(ServiceManagedChannelS3StorageSummary)}\n",
"documentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ServiceManagedS3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasServiceManagedS3",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceManagedS3",
"fluentSetterDocumentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
\n@param serviceManagedS3 Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceManagedS3",
"getterDocumentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
\n@return Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.",
"getterModel" : {
"returnType" : "ServiceManagedChannelS3StorageSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "serviceManagedS3",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "serviceManagedS3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ServiceManagedS3",
"sensitive" : false,
"setterDocumentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
\n@param serviceManagedS3 Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.",
"setterMethodName" : "setServiceManagedS3",
"setterModel" : {
"variableDeclarationType" : "ServiceManagedChannelS3StorageSummary",
"variableName" : "serviceManagedS3",
"variableType" : "ServiceManagedChannelS3StorageSummary",
"documentation" : null,
"simpleType" : "ServiceManagedChannelS3StorageSummary",
"variableSetterType" : "ServiceManagedChannelS3StorageSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ServiceManagedChannelS3StorageSummary",
"variableName" : "serviceManagedS3",
"variableType" : "ServiceManagedChannelS3StorageSummary",
"documentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
",
"simpleType" : "ServiceManagedChannelS3StorageSummary",
"variableSetterType" : "ServiceManagedChannelS3StorageSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCustomerManagedS3",
"beanStyleSetterMethodName" : "setCustomerManagedS3",
"c2jName" : "customerManagedS3",
"c2jShape" : "CustomerManagedChannelS3StorageSummary",
"defaultConsumerFluentSetterDocumentation" : "Used to store channel data in an S3 bucket that you manage.
\nThis is a convenience that creates an instance of the {@link CustomerManagedChannelS3StorageSummary.Builder} avoiding the need to create one manually via {@link CustomerManagedChannelS3StorageSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomerManagedChannelS3StorageSummary.Builder#build()} is called immediately and its result is passed to {@link #customerManagedS3(CustomerManagedChannelS3StorageSummary)}.\n@param customerManagedS3 a consumer that will call methods on {@link CustomerManagedChannelS3StorageSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerManagedS3(CustomerManagedChannelS3StorageSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Used to store channel data in an S3 bucket that you manage.
\n@return Used to store channel data in an S3 bucket that you manage.\n@deprecated Use {@link #customerManagedS3()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Used to store channel data in an S3 bucket that you manage.
\n@param customerManagedS3 Used to store channel data in an S3 bucket that you manage.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerManagedS3(CustomerManagedChannelS3StorageSummary)}\n",
"documentation" : "Used to store channel data in an S3 bucket that you manage.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CustomerManagedS3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCustomerManagedS3",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customerManagedS3",
"fluentSetterDocumentation" : "Used to store channel data in an S3 bucket that you manage.
\n@param customerManagedS3 Used to store channel data in an S3 bucket that you manage.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customerManagedS3",
"getterDocumentation" : "Used to store channel data in an S3 bucket that you manage.
\n@return Used to store channel data in an S3 bucket that you manage.",
"getterModel" : {
"returnType" : "CustomerManagedChannelS3StorageSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "customerManagedS3",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "customerManagedS3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CustomerManagedS3",
"sensitive" : false,
"setterDocumentation" : "Used to store channel data in an S3 bucket that you manage.
\n@param customerManagedS3 Used to store channel data in an S3 bucket that you manage.",
"setterMethodName" : "setCustomerManagedS3",
"setterModel" : {
"variableDeclarationType" : "CustomerManagedChannelS3StorageSummary",
"variableName" : "customerManagedS3",
"variableType" : "CustomerManagedChannelS3StorageSummary",
"documentation" : null,
"simpleType" : "CustomerManagedChannelS3StorageSummary",
"variableSetterType" : "CustomerManagedChannelS3StorageSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CustomerManagedChannelS3StorageSummary",
"variableName" : "customerManagedS3",
"variableType" : "CustomerManagedChannelS3StorageSummary",
"documentation" : "Used to store channel data in an S3 bucket that you manage.
",
"simpleType" : "CustomerManagedChannelS3StorageSummary",
"variableSetterType" : "CustomerManagedChannelS3StorageSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CustomerManagedS3" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCustomerManagedS3",
"beanStyleSetterMethodName" : "setCustomerManagedS3",
"c2jName" : "customerManagedS3",
"c2jShape" : "CustomerManagedChannelS3StorageSummary",
"defaultConsumerFluentSetterDocumentation" : "Used to store channel data in an S3 bucket that you manage.
\nThis is a convenience that creates an instance of the {@link CustomerManagedChannelS3StorageSummary.Builder} avoiding the need to create one manually via {@link CustomerManagedChannelS3StorageSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomerManagedChannelS3StorageSummary.Builder#build()} is called immediately and its result is passed to {@link #customerManagedS3(CustomerManagedChannelS3StorageSummary)}.\n@param customerManagedS3 a consumer that will call methods on {@link CustomerManagedChannelS3StorageSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerManagedS3(CustomerManagedChannelS3StorageSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Used to store channel data in an S3 bucket that you manage.
\n@return Used to store channel data in an S3 bucket that you manage.\n@deprecated Use {@link #customerManagedS3()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Used to store channel data in an S3 bucket that you manage.
\n@param customerManagedS3 Used to store channel data in an S3 bucket that you manage.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerManagedS3(CustomerManagedChannelS3StorageSummary)}\n",
"documentation" : "Used to store channel data in an S3 bucket that you manage.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CustomerManagedS3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCustomerManagedS3",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customerManagedS3",
"fluentSetterDocumentation" : "Used to store channel data in an S3 bucket that you manage.
\n@param customerManagedS3 Used to store channel data in an S3 bucket that you manage.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customerManagedS3",
"getterDocumentation" : "Used to store channel data in an S3 bucket that you manage.
\n@return Used to store channel data in an S3 bucket that you manage.",
"getterModel" : {
"returnType" : "CustomerManagedChannelS3StorageSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "customerManagedS3",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "customerManagedS3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CustomerManagedS3",
"sensitive" : false,
"setterDocumentation" : "Used to store channel data in an S3 bucket that you manage.
\n@param customerManagedS3 Used to store channel data in an S3 bucket that you manage.",
"setterMethodName" : "setCustomerManagedS3",
"setterModel" : {
"variableDeclarationType" : "CustomerManagedChannelS3StorageSummary",
"variableName" : "customerManagedS3",
"variableType" : "CustomerManagedChannelS3StorageSummary",
"documentation" : null,
"simpleType" : "CustomerManagedChannelS3StorageSummary",
"variableSetterType" : "CustomerManagedChannelS3StorageSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CustomerManagedChannelS3StorageSummary",
"variableName" : "customerManagedS3",
"variableType" : "CustomerManagedChannelS3StorageSummary",
"documentation" : "Used to store channel data in an S3 bucket that you manage.
",
"simpleType" : "CustomerManagedChannelS3StorageSummary",
"variableSetterType" : "CustomerManagedChannelS3StorageSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ServiceManagedS3" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getServiceManagedS3",
"beanStyleSetterMethodName" : "setServiceManagedS3",
"c2jName" : "serviceManagedS3",
"c2jShape" : "ServiceManagedChannelS3StorageSummary",
"defaultConsumerFluentSetterDocumentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
\nThis is a convenience that creates an instance of the {@link ServiceManagedChannelS3StorageSummary.Builder} avoiding the need to create one manually via {@link ServiceManagedChannelS3StorageSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServiceManagedChannelS3StorageSummary.Builder#build()} is called immediately and its result is passed to {@link #serviceManagedS3(ServiceManagedChannelS3StorageSummary)}.\n@param serviceManagedS3 a consumer that will call methods on {@link ServiceManagedChannelS3StorageSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceManagedS3(ServiceManagedChannelS3StorageSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
\n@return Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.\n@deprecated Use {@link #serviceManagedS3()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
\n@param serviceManagedS3 Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serviceManagedS3(ServiceManagedChannelS3StorageSummary)}\n",
"documentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ServiceManagedS3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasServiceManagedS3",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceManagedS3",
"fluentSetterDocumentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
\n@param serviceManagedS3 Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceManagedS3",
"getterDocumentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
\n@return Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.",
"getterModel" : {
"returnType" : "ServiceManagedChannelS3StorageSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "serviceManagedS3",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "serviceManagedS3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ServiceManagedS3",
"sensitive" : false,
"setterDocumentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
\n@param serviceManagedS3 Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.",
"setterMethodName" : "setServiceManagedS3",
"setterModel" : {
"variableDeclarationType" : "ServiceManagedChannelS3StorageSummary",
"variableName" : "serviceManagedS3",
"variableType" : "ServiceManagedChannelS3StorageSummary",
"documentation" : null,
"simpleType" : "ServiceManagedChannelS3StorageSummary",
"variableSetterType" : "ServiceManagedChannelS3StorageSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ServiceManagedChannelS3StorageSummary",
"variableName" : "serviceManagedS3",
"variableType" : "ServiceManagedChannelS3StorageSummary",
"documentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
",
"simpleType" : "ServiceManagedChannelS3StorageSummary",
"variableSetterType" : "ServiceManagedChannelS3StorageSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getServiceManagedS3",
"beanStyleSetterMethodName" : "setServiceManagedS3",
"c2jName" : "serviceManagedS3",
"c2jShape" : "ServiceManagedChannelS3StorageSummary",
"defaultConsumerFluentSetterDocumentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
\nThis is a convenience that creates an instance of the {@link ServiceManagedChannelS3StorageSummary.Builder} avoiding the need to create one manually via {@link ServiceManagedChannelS3StorageSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServiceManagedChannelS3StorageSummary.Builder#build()} is called immediately and its result is passed to {@link #serviceManagedS3(ServiceManagedChannelS3StorageSummary)}.\n@param serviceManagedS3 a consumer that will call methods on {@link ServiceManagedChannelS3StorageSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceManagedS3(ServiceManagedChannelS3StorageSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
\n@return Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.\n@deprecated Use {@link #serviceManagedS3()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
\n@param serviceManagedS3 Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serviceManagedS3(ServiceManagedChannelS3StorageSummary)}\n",
"documentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ServiceManagedS3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasServiceManagedS3",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceManagedS3",
"fluentSetterDocumentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
\n@param serviceManagedS3 Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceManagedS3",
"getterDocumentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
\n@return Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.",
"getterModel" : {
"returnType" : "ServiceManagedChannelS3StorageSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "serviceManagedS3",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "serviceManagedS3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ServiceManagedS3",
"sensitive" : false,
"setterDocumentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
\n@param serviceManagedS3 Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.",
"setterMethodName" : "setServiceManagedS3",
"setterModel" : {
"variableDeclarationType" : "ServiceManagedChannelS3StorageSummary",
"variableName" : "serviceManagedS3",
"variableType" : "ServiceManagedChannelS3StorageSummary",
"documentation" : null,
"simpleType" : "ServiceManagedChannelS3StorageSummary",
"variableSetterType" : "ServiceManagedChannelS3StorageSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ServiceManagedChannelS3StorageSummary",
"variableName" : "serviceManagedS3",
"variableType" : "ServiceManagedChannelS3StorageSummary",
"documentation" : "Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
",
"simpleType" : "ServiceManagedChannelS3StorageSummary",
"variableSetterType" : "ServiceManagedChannelS3StorageSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCustomerManagedS3",
"beanStyleSetterMethodName" : "setCustomerManagedS3",
"c2jName" : "customerManagedS3",
"c2jShape" : "CustomerManagedChannelS3StorageSummary",
"defaultConsumerFluentSetterDocumentation" : "Used to store channel data in an S3 bucket that you manage.
\nThis is a convenience that creates an instance of the {@link CustomerManagedChannelS3StorageSummary.Builder} avoiding the need to create one manually via {@link CustomerManagedChannelS3StorageSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomerManagedChannelS3StorageSummary.Builder#build()} is called immediately and its result is passed to {@link #customerManagedS3(CustomerManagedChannelS3StorageSummary)}.\n@param customerManagedS3 a consumer that will call methods on {@link CustomerManagedChannelS3StorageSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerManagedS3(CustomerManagedChannelS3StorageSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Used to store channel data in an S3 bucket that you manage.
\n@return Used to store channel data in an S3 bucket that you manage.\n@deprecated Use {@link #customerManagedS3()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Used to store channel data in an S3 bucket that you manage.
\n@param customerManagedS3 Used to store channel data in an S3 bucket that you manage.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerManagedS3(CustomerManagedChannelS3StorageSummary)}\n",
"documentation" : "Used to store channel data in an S3 bucket that you manage.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CustomerManagedS3 property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCustomerManagedS3",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customerManagedS3",
"fluentSetterDocumentation" : "Used to store channel data in an S3 bucket that you manage.
\n@param customerManagedS3 Used to store channel data in an S3 bucket that you manage.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customerManagedS3",
"getterDocumentation" : "Used to store channel data in an S3 bucket that you manage.
\n@return Used to store channel data in an S3 bucket that you manage.",
"getterModel" : {
"returnType" : "CustomerManagedChannelS3StorageSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "customerManagedS3",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "customerManagedS3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CustomerManagedS3",
"sensitive" : false,
"setterDocumentation" : "Used to store channel data in an S3 bucket that you manage.
\n@param customerManagedS3 Used to store channel data in an S3 bucket that you manage.",
"setterMethodName" : "setCustomerManagedS3",
"setterModel" : {
"variableDeclarationType" : "CustomerManagedChannelS3StorageSummary",
"variableName" : "customerManagedS3",
"variableType" : "CustomerManagedChannelS3StorageSummary",
"documentation" : null,
"simpleType" : "CustomerManagedChannelS3StorageSummary",
"variableSetterType" : "CustomerManagedChannelS3StorageSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CustomerManagedChannelS3StorageSummary",
"variableName" : "customerManagedS3",
"variableType" : "CustomerManagedChannelS3StorageSummary",
"documentation" : "Used to store channel data in an S3 bucket that you manage.
",
"simpleType" : "CustomerManagedChannelS3StorageSummary",
"variableSetterType" : "CustomerManagedChannelS3StorageSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ChannelStorageSummary",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChannelStorageSummary",
"variableName" : "channelStorageSummary",
"variableType" : "ChannelStorageSummary",
"documentation" : null,
"simpleType" : "ChannelStorageSummary",
"variableSetterType" : "ChannelStorageSummary"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ChannelSummary" : {
"c2jName" : "ChannelSummary",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "A summary of information about a channel.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "channelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the channel.
\n@return The name of the channel.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the channel.
\n@return The name of the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelName",
"sensitive" : false,
"setterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.",
"setterMethodName" : "setChannelName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : "The name of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelStorage",
"beanStyleSetterMethodName" : "setChannelStorage",
"c2jName" : "channelStorage",
"c2jShape" : "ChannelStorageSummary",
"defaultConsumerFluentSetterDocumentation" : "Where channel data is stored.
\nThis is a convenience that creates an instance of the {@link ChannelStorageSummary.Builder} avoiding the need to create one manually via {@link ChannelStorageSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelStorageSummary.Builder#build()} is called immediately and its result is passed to {@link #channelStorage(ChannelStorageSummary)}.\n@param channelStorage a consumer that will call methods on {@link ChannelStorageSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelStorage(ChannelStorageSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Where channel data is stored.
\n@return Where channel data is stored.\n@deprecated Use {@link #channelStorage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Where channel data is stored.
\n@param channelStorage Where channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelStorage(ChannelStorageSummary)}\n",
"documentation" : "Where channel data is stored.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelStorage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelStorage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelStorage",
"fluentSetterDocumentation" : "Where channel data is stored.
\n@param channelStorage Where channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelStorage",
"getterDocumentation" : "Where channel data is stored.
\n@return Where channel data is stored.",
"getterModel" : {
"returnType" : "ChannelStorageSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelStorage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelStorage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ChannelStorage",
"sensitive" : false,
"setterDocumentation" : "Where channel data is stored.
\n@param channelStorage Where channel data is stored.",
"setterMethodName" : "setChannelStorage",
"setterModel" : {
"variableDeclarationType" : "ChannelStorageSummary",
"variableName" : "channelStorage",
"variableType" : "ChannelStorageSummary",
"documentation" : null,
"simpleType" : "ChannelStorageSummary",
"variableSetterType" : "ChannelStorageSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChannelStorageSummary",
"variableName" : "channelStorage",
"variableType" : "ChannelStorageSummary",
"documentation" : "Where channel data is stored.
",
"simpleType" : "ChannelStorageSummary",
"variableSetterType" : "ChannelStorageSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "ChannelStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the channel.\n@see ChannelStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the channel.
\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the channel.
\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the channel.\n@see ChannelStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the channel.
\n@param status The status of the channel.\n@see ChannelStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationTime",
"beanStyleSetterMethodName" : "setCreationTime",
"c2jName" : "creationTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "When the channel was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When the channel was created.
\n@return When the channel was created.\n@deprecated Use {@link #creationTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When the channel was created.
\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n",
"documentation" : "When the channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationTime",
"fluentSetterDocumentation" : "When the channel was created.
\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationTime",
"getterDocumentation" : "When the channel was created.
\n@return When the channel was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "creationTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationTime",
"sensitive" : false,
"setterDocumentation" : "When the channel was created.
\n@param creationTime When the channel was created.",
"setterMethodName" : "setCreationTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : "When the channel was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdateTime",
"beanStyleSetterMethodName" : "setLastUpdateTime",
"c2jName" : "lastUpdateTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The last time the channel was updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTime(Instant)}.\n@param lastUpdateTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The last time the channel was updated.
\n@return The last time the channel was updated.\n@deprecated Use {@link #lastUpdateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The last time the channel was updated.
\n@param lastUpdateTime The last time the channel was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n",
"documentation" : "The last time the channel was updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdateTime",
"fluentSetterDocumentation" : "The last time the channel was updated.
\n@param lastUpdateTime The last time the channel was updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdateTime",
"getterDocumentation" : "The last time the channel was updated.
\n@return The last time the channel was updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "lastUpdateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdateTime",
"sensitive" : false,
"setterDocumentation" : "The last time the channel was updated.
\n@param lastUpdateTime The last time the channel was updated.",
"setterMethodName" : "setLastUpdateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdateTime",
"variableType" : "java.time.Instant",
"documentation" : "The last time the channel was updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChannelName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "channelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the channel.
\n@return The name of the channel.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the channel.
\n@return The name of the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelName",
"sensitive" : false,
"setterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.",
"setterMethodName" : "setChannelName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : "The name of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ChannelStorage" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelStorage",
"beanStyleSetterMethodName" : "setChannelStorage",
"c2jName" : "channelStorage",
"c2jShape" : "ChannelStorageSummary",
"defaultConsumerFluentSetterDocumentation" : "Where channel data is stored.
\nThis is a convenience that creates an instance of the {@link ChannelStorageSummary.Builder} avoiding the need to create one manually via {@link ChannelStorageSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelStorageSummary.Builder#build()} is called immediately and its result is passed to {@link #channelStorage(ChannelStorageSummary)}.\n@param channelStorage a consumer that will call methods on {@link ChannelStorageSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelStorage(ChannelStorageSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Where channel data is stored.
\n@return Where channel data is stored.\n@deprecated Use {@link #channelStorage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Where channel data is stored.
\n@param channelStorage Where channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelStorage(ChannelStorageSummary)}\n",
"documentation" : "Where channel data is stored.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelStorage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelStorage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelStorage",
"fluentSetterDocumentation" : "Where channel data is stored.
\n@param channelStorage Where channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelStorage",
"getterDocumentation" : "Where channel data is stored.
\n@return Where channel data is stored.",
"getterModel" : {
"returnType" : "ChannelStorageSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelStorage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelStorage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ChannelStorage",
"sensitive" : false,
"setterDocumentation" : "Where channel data is stored.
\n@param channelStorage Where channel data is stored.",
"setterMethodName" : "setChannelStorage",
"setterModel" : {
"variableDeclarationType" : "ChannelStorageSummary",
"variableName" : "channelStorage",
"variableType" : "ChannelStorageSummary",
"documentation" : null,
"simpleType" : "ChannelStorageSummary",
"variableSetterType" : "ChannelStorageSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChannelStorageSummary",
"variableName" : "channelStorage",
"variableType" : "ChannelStorageSummary",
"documentation" : "Where channel data is stored.
",
"simpleType" : "ChannelStorageSummary",
"variableSetterType" : "ChannelStorageSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreationTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationTime",
"beanStyleSetterMethodName" : "setCreationTime",
"c2jName" : "creationTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "When the channel was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When the channel was created.
\n@return When the channel was created.\n@deprecated Use {@link #creationTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When the channel was created.
\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n",
"documentation" : "When the channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationTime",
"fluentSetterDocumentation" : "When the channel was created.
\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationTime",
"getterDocumentation" : "When the channel was created.
\n@return When the channel was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "creationTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationTime",
"sensitive" : false,
"setterDocumentation" : "When the channel was created.
\n@param creationTime When the channel was created.",
"setterMethodName" : "setCreationTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : "When the channel was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastUpdateTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdateTime",
"beanStyleSetterMethodName" : "setLastUpdateTime",
"c2jName" : "lastUpdateTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The last time the channel was updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTime(Instant)}.\n@param lastUpdateTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The last time the channel was updated.
\n@return The last time the channel was updated.\n@deprecated Use {@link #lastUpdateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The last time the channel was updated.
\n@param lastUpdateTime The last time the channel was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n",
"documentation" : "The last time the channel was updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdateTime",
"fluentSetterDocumentation" : "The last time the channel was updated.
\n@param lastUpdateTime The last time the channel was updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdateTime",
"getterDocumentation" : "The last time the channel was updated.
\n@return The last time the channel was updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "lastUpdateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdateTime",
"sensitive" : false,
"setterDocumentation" : "The last time the channel was updated.
\n@param lastUpdateTime The last time the channel was updated.",
"setterMethodName" : "setLastUpdateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdateTime",
"variableType" : "java.time.Instant",
"documentation" : "The last time the channel was updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "ChannelStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the channel.\n@see ChannelStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the channel.
\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the channel.
\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the channel.\n@see ChannelStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the channel.
\n@param status The status of the channel.\n@see ChannelStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "channelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the channel.
\n@return The name of the channel.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the channel.
\n@return The name of the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelName",
"sensitive" : false,
"setterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.",
"setterMethodName" : "setChannelName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : "The name of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelStorage",
"beanStyleSetterMethodName" : "setChannelStorage",
"c2jName" : "channelStorage",
"c2jShape" : "ChannelStorageSummary",
"defaultConsumerFluentSetterDocumentation" : "Where channel data is stored.
\nThis is a convenience that creates an instance of the {@link ChannelStorageSummary.Builder} avoiding the need to create one manually via {@link ChannelStorageSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelStorageSummary.Builder#build()} is called immediately and its result is passed to {@link #channelStorage(ChannelStorageSummary)}.\n@param channelStorage a consumer that will call methods on {@link ChannelStorageSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelStorage(ChannelStorageSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Where channel data is stored.
\n@return Where channel data is stored.\n@deprecated Use {@link #channelStorage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Where channel data is stored.
\n@param channelStorage Where channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelStorage(ChannelStorageSummary)}\n",
"documentation" : "Where channel data is stored.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelStorage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelStorage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelStorage",
"fluentSetterDocumentation" : "Where channel data is stored.
\n@param channelStorage Where channel data is stored.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelStorage",
"getterDocumentation" : "Where channel data is stored.
\n@return Where channel data is stored.",
"getterModel" : {
"returnType" : "ChannelStorageSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelStorage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelStorage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ChannelStorage",
"sensitive" : false,
"setterDocumentation" : "Where channel data is stored.
\n@param channelStorage Where channel data is stored.",
"setterMethodName" : "setChannelStorage",
"setterModel" : {
"variableDeclarationType" : "ChannelStorageSummary",
"variableName" : "channelStorage",
"variableType" : "ChannelStorageSummary",
"documentation" : null,
"simpleType" : "ChannelStorageSummary",
"variableSetterType" : "ChannelStorageSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChannelStorageSummary",
"variableName" : "channelStorage",
"variableType" : "ChannelStorageSummary",
"documentation" : "Where channel data is stored.
",
"simpleType" : "ChannelStorageSummary",
"variableSetterType" : "ChannelStorageSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "ChannelStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the channel.\n@see ChannelStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the channel.
\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the channel.
\n@param status The status of the channel.\n@see ChannelStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ChannelStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the channel.\n@see ChannelStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the channel.
\n@param status The status of the channel.\n@see ChannelStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationTime",
"beanStyleSetterMethodName" : "setCreationTime",
"c2jName" : "creationTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "When the channel was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When the channel was created.
\n@return When the channel was created.\n@deprecated Use {@link #creationTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When the channel was created.
\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n",
"documentation" : "When the channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationTime",
"fluentSetterDocumentation" : "When the channel was created.
\n@param creationTime When the channel was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationTime",
"getterDocumentation" : "When the channel was created.
\n@return When the channel was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "creationTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationTime",
"sensitive" : false,
"setterDocumentation" : "When the channel was created.
\n@param creationTime When the channel was created.",
"setterMethodName" : "setCreationTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : "When the channel was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdateTime",
"beanStyleSetterMethodName" : "setLastUpdateTime",
"c2jName" : "lastUpdateTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The last time the channel was updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTime(Instant)}.\n@param lastUpdateTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The last time the channel was updated.
\n@return The last time the channel was updated.\n@deprecated Use {@link #lastUpdateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The last time the channel was updated.
\n@param lastUpdateTime The last time the channel was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdateTime(Instant)}\n",
"documentation" : "The last time the channel was updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdateTime",
"fluentSetterDocumentation" : "The last time the channel was updated.
\n@param lastUpdateTime The last time the channel was updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdateTime",
"getterDocumentation" : "The last time the channel was updated.
\n@return The last time the channel was updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "lastUpdateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdateTime",
"sensitive" : false,
"setterDocumentation" : "The last time the channel was updated.
\n@param lastUpdateTime The last time the channel was updated.",
"setterMethodName" : "setLastUpdateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdateTime",
"variableType" : "java.time.Instant",
"documentation" : "The last time the channel was updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ChannelSummary",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChannelSummary",
"variableName" : "channelSummary",
"variableType" : "ChannelSummary",
"documentation" : null,
"simpleType" : "ChannelSummary",
"variableSetterType" : "ChannelSummary"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ComputeType" : {
"c2jName" : "ComputeType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "ACU_1",
"value" : "ACU_1"
}, {
"name" : "ACU_2",
"value" : "ACU_2"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ComputeType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ComputeType",
"variableName" : "computeType",
"variableType" : "ComputeType",
"documentation" : null,
"simpleType" : "ComputeType",
"variableSetterType" : "ComputeType"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ContainerDatasetAction" : {
"c2jName" : "ContainerDatasetAction",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Information needed to run the \"containerAction\" to produce data set contents.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getImage",
"beanStyleSetterMethodName" : "setImage",
"c2jName" : "image",
"c2jShape" : "Image",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #image(String)}.\n@param image a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #image(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
\n@return The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.\n@deprecated Use {@link #image()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
\n@param image The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #image(String)}\n",
"documentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Image property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasImage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "image",
"fluentSetterDocumentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
\n@param image The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "image",
"getterDocumentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
\n@return The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "image",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "image",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Image",
"sensitive" : false,
"setterDocumentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
\n@param image The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.",
"setterMethodName" : "setImage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "image",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "image",
"variableType" : "String",
"documentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getExecutionRoleArn",
"beanStyleSetterMethodName" : "setExecutionRoleArn",
"c2jName" : "executionRoleArn",
"c2jShape" : "RoleArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #executionRoleArn(String)}.\n@param executionRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
\n@return The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.\n@deprecated Use {@link #executionRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
\n@param executionRoleArn The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #executionRoleArn(String)}\n",
"documentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ExecutionRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasExecutionRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "executionRoleArn",
"fluentSetterDocumentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
\n@param executionRoleArn The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "executionRoleArn",
"getterDocumentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
\n@return The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "executionRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "executionRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ExecutionRoleArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
\n@param executionRoleArn The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.",
"setterMethodName" : "setExecutionRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "executionRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "executionRoleArn",
"variableType" : "String",
"documentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceConfiguration",
"beanStyleSetterMethodName" : "setResourceConfiguration",
"c2jName" : "resourceConfiguration",
"c2jShape" : "ResourceConfiguration",
"defaultConsumerFluentSetterDocumentation" : "Configuration of the resource which executes the \"containerAction\".
\nThis is a convenience that creates an instance of the {@link ResourceConfiguration.Builder} avoiding the need to create one manually via {@link ResourceConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceConfiguration.Builder#build()} is called immediately and its result is passed to {@link #resourceConfiguration(ResourceConfiguration)}.\n@param resourceConfiguration a consumer that will call methods on {@link ResourceConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceConfiguration(ResourceConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Configuration of the resource which executes the \"containerAction\".
\n@return Configuration of the resource which executes the \"containerAction\".\n@deprecated Use {@link #resourceConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Configuration of the resource which executes the \"containerAction\".
\n@param resourceConfiguration Configuration of the resource which executes the \"containerAction\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceConfiguration(ResourceConfiguration)}\n",
"documentation" : "Configuration of the resource which executes the \"containerAction\".
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceConfiguration",
"fluentSetterDocumentation" : "Configuration of the resource which executes the \"containerAction\".
\n@param resourceConfiguration Configuration of the resource which executes the \"containerAction\".\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceConfiguration",
"getterDocumentation" : "Configuration of the resource which executes the \"containerAction\".
\n@return Configuration of the resource which executes the \"containerAction\".",
"getterModel" : {
"returnType" : "ResourceConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "resourceConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "resourceConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ResourceConfiguration",
"sensitive" : false,
"setterDocumentation" : "Configuration of the resource which executes the \"containerAction\".
\n@param resourceConfiguration Configuration of the resource which executes the \"containerAction\".",
"setterMethodName" : "setResourceConfiguration",
"setterModel" : {
"variableDeclarationType" : "ResourceConfiguration",
"variableName" : "resourceConfiguration",
"variableType" : "ResourceConfiguration",
"documentation" : null,
"simpleType" : "ResourceConfiguration",
"variableSetterType" : "ResourceConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ResourceConfiguration",
"variableName" : "resourceConfiguration",
"variableType" : "ResourceConfiguration",
"documentation" : "Configuration of the resource which executes the \"containerAction\".
",
"simpleType" : "ResourceConfiguration",
"variableSetterType" : "ResourceConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getVariables",
"beanStyleSetterMethodName" : "setVariables",
"c2jName" : "variables",
"c2jShape" : "Variables",
"defaultConsumerFluentSetterDocumentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #variables(List)}.\n@param variables a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #variables(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasVariables()} to see if a value was sent in this field.\n
\n@return The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".\n@deprecated Use {@link #variables()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
\n@param variables The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #variables(List)}\n",
"documentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Variables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVariables",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "variables",
"fluentSetterDocumentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
\n@param variables The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "variables",
"getterDocumentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasVariables()} to see if a value was sent in this field.\n
\n@return The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "variables",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "variables",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Variable",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Variable.Builder} avoiding the need to create one manually via {@link Variable#builder()}.\n\nWhen the {@link Consumer} completes, {@link Variable.Builder#build()} is called immediately and its result is passed to {@link #member(Variable)}.\n@param member a consumer that will call methods on {@link Variable.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Variable)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Variable)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Variable",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Variable",
"variableName" : "member",
"variableType" : "Variable",
"documentation" : null,
"simpleType" : "Variable",
"variableSetterType" : "Variable"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Variable",
"variableName" : "member",
"variableType" : "Variable",
"documentation" : "",
"simpleType" : "Variable",
"variableSetterType" : "Variable"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Variable",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Variable",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Variables",
"sensitive" : false,
"setterDocumentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
\n@param variables The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".",
"setterMethodName" : "setVariables",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "variables",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "variables",
"variableType" : "java.util.List",
"documentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ExecutionRoleArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getExecutionRoleArn",
"beanStyleSetterMethodName" : "setExecutionRoleArn",
"c2jName" : "executionRoleArn",
"c2jShape" : "RoleArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #executionRoleArn(String)}.\n@param executionRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
\n@return The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.\n@deprecated Use {@link #executionRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
\n@param executionRoleArn The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #executionRoleArn(String)}\n",
"documentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ExecutionRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasExecutionRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "executionRoleArn",
"fluentSetterDocumentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
\n@param executionRoleArn The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "executionRoleArn",
"getterDocumentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
\n@return The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "executionRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "executionRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ExecutionRoleArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
\n@param executionRoleArn The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.",
"setterMethodName" : "setExecutionRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "executionRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "executionRoleArn",
"variableType" : "String",
"documentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Image" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getImage",
"beanStyleSetterMethodName" : "setImage",
"c2jName" : "image",
"c2jShape" : "Image",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #image(String)}.\n@param image a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #image(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
\n@return The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.\n@deprecated Use {@link #image()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
\n@param image The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #image(String)}\n",
"documentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Image property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasImage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "image",
"fluentSetterDocumentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
\n@param image The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "image",
"getterDocumentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
\n@return The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "image",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "image",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Image",
"sensitive" : false,
"setterDocumentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
\n@param image The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.",
"setterMethodName" : "setImage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "image",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "image",
"variableType" : "String",
"documentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ResourceConfiguration" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceConfiguration",
"beanStyleSetterMethodName" : "setResourceConfiguration",
"c2jName" : "resourceConfiguration",
"c2jShape" : "ResourceConfiguration",
"defaultConsumerFluentSetterDocumentation" : "Configuration of the resource which executes the \"containerAction\".
\nThis is a convenience that creates an instance of the {@link ResourceConfiguration.Builder} avoiding the need to create one manually via {@link ResourceConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceConfiguration.Builder#build()} is called immediately and its result is passed to {@link #resourceConfiguration(ResourceConfiguration)}.\n@param resourceConfiguration a consumer that will call methods on {@link ResourceConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceConfiguration(ResourceConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Configuration of the resource which executes the \"containerAction\".
\n@return Configuration of the resource which executes the \"containerAction\".\n@deprecated Use {@link #resourceConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Configuration of the resource which executes the \"containerAction\".
\n@param resourceConfiguration Configuration of the resource which executes the \"containerAction\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceConfiguration(ResourceConfiguration)}\n",
"documentation" : "Configuration of the resource which executes the \"containerAction\".
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceConfiguration",
"fluentSetterDocumentation" : "Configuration of the resource which executes the \"containerAction\".
\n@param resourceConfiguration Configuration of the resource which executes the \"containerAction\".\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceConfiguration",
"getterDocumentation" : "Configuration of the resource which executes the \"containerAction\".
\n@return Configuration of the resource which executes the \"containerAction\".",
"getterModel" : {
"returnType" : "ResourceConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "resourceConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "resourceConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ResourceConfiguration",
"sensitive" : false,
"setterDocumentation" : "Configuration of the resource which executes the \"containerAction\".
\n@param resourceConfiguration Configuration of the resource which executes the \"containerAction\".",
"setterMethodName" : "setResourceConfiguration",
"setterModel" : {
"variableDeclarationType" : "ResourceConfiguration",
"variableName" : "resourceConfiguration",
"variableType" : "ResourceConfiguration",
"documentation" : null,
"simpleType" : "ResourceConfiguration",
"variableSetterType" : "ResourceConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ResourceConfiguration",
"variableName" : "resourceConfiguration",
"variableType" : "ResourceConfiguration",
"documentation" : "Configuration of the resource which executes the \"containerAction\".
",
"simpleType" : "ResourceConfiguration",
"variableSetterType" : "ResourceConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Variables" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getVariables",
"beanStyleSetterMethodName" : "setVariables",
"c2jName" : "variables",
"c2jShape" : "Variables",
"defaultConsumerFluentSetterDocumentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #variables(List)}.\n@param variables a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #variables(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasVariables()} to see if a value was sent in this field.\n
\n@return The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".\n@deprecated Use {@link #variables()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
\n@param variables The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #variables(List)}\n",
"documentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Variables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVariables",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "variables",
"fluentSetterDocumentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
\n@param variables The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "variables",
"getterDocumentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasVariables()} to see if a value was sent in this field.\n
\n@return The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "variables",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "variables",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Variable",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Variable.Builder} avoiding the need to create one manually via {@link Variable#builder()}.\n\nWhen the {@link Consumer} completes, {@link Variable.Builder#build()} is called immediately and its result is passed to {@link #member(Variable)}.\n@param member a consumer that will call methods on {@link Variable.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Variable)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Variable)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Variable",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Variable",
"variableName" : "member",
"variableType" : "Variable",
"documentation" : null,
"simpleType" : "Variable",
"variableSetterType" : "Variable"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Variable",
"variableName" : "member",
"variableType" : "Variable",
"documentation" : "",
"simpleType" : "Variable",
"variableSetterType" : "Variable"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Variable",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Variable",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Variables",
"sensitive" : false,
"setterDocumentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
\n@param variables The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".",
"setterMethodName" : "setVariables",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "variables",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "variables",
"variableType" : "java.util.List",
"documentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getImage",
"beanStyleSetterMethodName" : "setImage",
"c2jName" : "image",
"c2jShape" : "Image",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #image(String)}.\n@param image a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #image(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
\n@return The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.\n@deprecated Use {@link #image()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
\n@param image The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #image(String)}\n",
"documentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Image property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasImage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "image",
"fluentSetterDocumentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
\n@param image The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "image",
"getterDocumentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
\n@return The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "image",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "image",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Image",
"sensitive" : false,
"setterDocumentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
\n@param image The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.",
"setterMethodName" : "setImage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "image",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "image",
"variableType" : "String",
"documentation" : "The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getExecutionRoleArn",
"beanStyleSetterMethodName" : "setExecutionRoleArn",
"c2jName" : "executionRoleArn",
"c2jShape" : "RoleArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #executionRoleArn(String)}.\n@param executionRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
\n@return The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.\n@deprecated Use {@link #executionRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
\n@param executionRoleArn The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #executionRoleArn(String)}\n",
"documentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ExecutionRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasExecutionRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "executionRoleArn",
"fluentSetterDocumentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
\n@param executionRoleArn The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "executionRoleArn",
"getterDocumentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
\n@return The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "executionRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "executionRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ExecutionRoleArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
\n@param executionRoleArn The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.",
"setterMethodName" : "setExecutionRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "executionRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "executionRoleArn",
"variableType" : "String",
"documentation" : "The ARN of the role which gives permission to the system to access needed resources in order to run the \"containerAction\". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceConfiguration",
"beanStyleSetterMethodName" : "setResourceConfiguration",
"c2jName" : "resourceConfiguration",
"c2jShape" : "ResourceConfiguration",
"defaultConsumerFluentSetterDocumentation" : "Configuration of the resource which executes the \"containerAction\".
\nThis is a convenience that creates an instance of the {@link ResourceConfiguration.Builder} avoiding the need to create one manually via {@link ResourceConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceConfiguration.Builder#build()} is called immediately and its result is passed to {@link #resourceConfiguration(ResourceConfiguration)}.\n@param resourceConfiguration a consumer that will call methods on {@link ResourceConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceConfiguration(ResourceConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Configuration of the resource which executes the \"containerAction\".
\n@return Configuration of the resource which executes the \"containerAction\".\n@deprecated Use {@link #resourceConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Configuration of the resource which executes the \"containerAction\".
\n@param resourceConfiguration Configuration of the resource which executes the \"containerAction\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceConfiguration(ResourceConfiguration)}\n",
"documentation" : "Configuration of the resource which executes the \"containerAction\".
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceConfiguration",
"fluentSetterDocumentation" : "Configuration of the resource which executes the \"containerAction\".
\n@param resourceConfiguration Configuration of the resource which executes the \"containerAction\".\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceConfiguration",
"getterDocumentation" : "Configuration of the resource which executes the \"containerAction\".
\n@return Configuration of the resource which executes the \"containerAction\".",
"getterModel" : {
"returnType" : "ResourceConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "resourceConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "resourceConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ResourceConfiguration",
"sensitive" : false,
"setterDocumentation" : "Configuration of the resource which executes the \"containerAction\".
\n@param resourceConfiguration Configuration of the resource which executes the \"containerAction\".",
"setterMethodName" : "setResourceConfiguration",
"setterModel" : {
"variableDeclarationType" : "ResourceConfiguration",
"variableName" : "resourceConfiguration",
"variableType" : "ResourceConfiguration",
"documentation" : null,
"simpleType" : "ResourceConfiguration",
"variableSetterType" : "ResourceConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ResourceConfiguration",
"variableName" : "resourceConfiguration",
"variableType" : "ResourceConfiguration",
"documentation" : "Configuration of the resource which executes the \"containerAction\".
",
"simpleType" : "ResourceConfiguration",
"variableSetterType" : "ResourceConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getVariables",
"beanStyleSetterMethodName" : "setVariables",
"c2jName" : "variables",
"c2jShape" : "Variables",
"defaultConsumerFluentSetterDocumentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #variables(List)}.\n@param variables a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #variables(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasVariables()} to see if a value was sent in this field.\n
\n@return The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".\n@deprecated Use {@link #variables()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
\n@param variables The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #variables(List)}\n",
"documentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Variables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVariables",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "variables",
"fluentSetterDocumentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
\n@param variables The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "variables",
"getterDocumentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasVariables()} to see if a value was sent in this field.\n
\n@return The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "variables",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "variables",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Variable",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Variable.Builder} avoiding the need to create one manually via {@link Variable#builder()}.\n\nWhen the {@link Consumer} completes, {@link Variable.Builder#build()} is called immediately and its result is passed to {@link #member(Variable)}.\n@param member a consumer that will call methods on {@link Variable.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Variable)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Variable)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Variable",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Variable",
"variableName" : "member",
"variableType" : "Variable",
"documentation" : null,
"simpleType" : "Variable",
"variableSetterType" : "Variable"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Variable",
"variableName" : "member",
"variableType" : "Variable",
"documentation" : "",
"simpleType" : "Variable",
"variableSetterType" : "Variable"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Variable",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Variable",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Variables",
"sensitive" : false,
"setterDocumentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
\n@param variables The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".",
"setterMethodName" : "setVariables",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "variables",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "variables",
"variableType" : "java.util.List",
"documentation" : "The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of \"stringValue\", \"datasetContentVersionValue\", or \"outputFileUriValue\".
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "image", "executionRoleArn", "resourceConfiguration" ],
"shapeName" : "ContainerDatasetAction",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ContainerDatasetAction",
"variableName" : "containerDatasetAction",
"variableType" : "ContainerDatasetAction",
"documentation" : null,
"simpleType" : "ContainerDatasetAction",
"variableSetterType" : "ContainerDatasetAction"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateChannelRequest" : {
"c2jName" : "CreateChannelRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateChannel",
"locationName" : null,
"requestUri" : "/channels",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "channelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the channel.
\n@return The name of the channel.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the channel.
\n@return The name of the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelName",
"sensitive" : false,
"setterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.",
"setterMethodName" : "setChannelName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : "The name of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelStorage",
"beanStyleSetterMethodName" : "setChannelStorage",
"c2jName" : "channelStorage",
"c2jShape" : "ChannelStorage",
"defaultConsumerFluentSetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\nThis is a convenience that creates an instance of the {@link ChannelStorage.Builder} avoiding the need to create one manually via {@link ChannelStorage#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelStorage.Builder#build()} is called immediately and its result is passed to {@link #channelStorage(ChannelStorage)}.\n@param channelStorage a consumer that will call methods on {@link ChannelStorage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelStorage(ChannelStorage)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@deprecated Use {@link #channelStorage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelStorage(ChannelStorage)}\n",
"documentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelStorage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelStorage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelStorage",
"fluentSetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelStorage",
"getterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.",
"getterModel" : {
"returnType" : "ChannelStorage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelStorage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelStorage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ChannelStorage",
"sensitive" : false,
"setterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.",
"setterMethodName" : "setChannelStorage",
"setterModel" : {
"variableDeclarationType" : "ChannelStorage",
"variableName" : "channelStorage",
"variableType" : "ChannelStorage",
"documentation" : null,
"simpleType" : "ChannelStorage",
"variableSetterType" : "ChannelStorage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChannelStorage",
"variableName" : "channelStorage",
"variableType" : "ChannelStorage",
"documentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
",
"simpleType" : "ChannelStorage",
"variableSetterType" : "ChannelStorage"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRetentionPeriod",
"beanStyleSetterMethodName" : "setRetentionPeriod",
"c2jName" : "retentionPeriod",
"c2jShape" : "RetentionPeriod",
"defaultConsumerFluentSetterDocumentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
\nThis is a convenience that creates an instance of the {@link RetentionPeriod.Builder} avoiding the need to create one manually via {@link RetentionPeriod#builder()}.\n\nWhen the {@link Consumer} completes, {@link RetentionPeriod.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriod(RetentionPeriod)}.\n@param retentionPeriod a consumer that will call methods on {@link RetentionPeriod.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriod(RetentionPeriod)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
\n@return How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@deprecated Use {@link #retentionPeriod()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
\n@param retentionPeriod How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n",
"documentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RetentionPeriod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRetentionPeriod",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "retentionPeriod",
"fluentSetterDocumentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
\n@param retentionPeriod How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "retentionPeriod",
"getterDocumentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
\n@return How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.",
"getterModel" : {
"returnType" : "RetentionPeriod",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "retentionPeriod",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "retentionPeriod",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "RetentionPeriod",
"sensitive" : false,
"setterDocumentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
\n@param retentionPeriod How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.",
"setterMethodName" : "setRetentionPeriod",
"setterModel" : {
"variableDeclarationType" : "RetentionPeriod",
"variableName" : "retentionPeriod",
"variableType" : "RetentionPeriod",
"documentation" : null,
"simpleType" : "RetentionPeriod",
"variableSetterType" : "RetentionPeriod"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "RetentionPeriod",
"variableName" : "retentionPeriod",
"variableType" : "RetentionPeriod",
"documentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
",
"simpleType" : "RetentionPeriod",
"variableSetterType" : "RetentionPeriod"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "Metadata which can be used to manage the channel.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Metadata which can be used to manage the channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return Metadata which can be used to manage the channel.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Metadata which can be used to manage the channel.
\n@param tags Metadata which can be used to manage the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "Metadata which can be used to manage the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "Metadata which can be used to manage the channel.
\n@param tags Metadata which can be used to manage the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "Metadata which can be used to manage the channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return Metadata which can be used to manage the channel.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "Metadata which can be used to manage the channel.
\n@param tags Metadata which can be used to manage the channel.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "Metadata which can be used to manage the channel.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChannelName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "channelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the channel.
\n@return The name of the channel.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the channel.
\n@return The name of the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelName",
"sensitive" : false,
"setterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.",
"setterMethodName" : "setChannelName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : "The name of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ChannelStorage" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelStorage",
"beanStyleSetterMethodName" : "setChannelStorage",
"c2jName" : "channelStorage",
"c2jShape" : "ChannelStorage",
"defaultConsumerFluentSetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\nThis is a convenience that creates an instance of the {@link ChannelStorage.Builder} avoiding the need to create one manually via {@link ChannelStorage#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelStorage.Builder#build()} is called immediately and its result is passed to {@link #channelStorage(ChannelStorage)}.\n@param channelStorage a consumer that will call methods on {@link ChannelStorage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelStorage(ChannelStorage)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@deprecated Use {@link #channelStorage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelStorage(ChannelStorage)}\n",
"documentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelStorage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelStorage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelStorage",
"fluentSetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelStorage",
"getterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.",
"getterModel" : {
"returnType" : "ChannelStorage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelStorage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelStorage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ChannelStorage",
"sensitive" : false,
"setterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.",
"setterMethodName" : "setChannelStorage",
"setterModel" : {
"variableDeclarationType" : "ChannelStorage",
"variableName" : "channelStorage",
"variableType" : "ChannelStorage",
"documentation" : null,
"simpleType" : "ChannelStorage",
"variableSetterType" : "ChannelStorage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChannelStorage",
"variableName" : "channelStorage",
"variableType" : "ChannelStorage",
"documentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
",
"simpleType" : "ChannelStorage",
"variableSetterType" : "ChannelStorage"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RetentionPeriod" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRetentionPeriod",
"beanStyleSetterMethodName" : "setRetentionPeriod",
"c2jName" : "retentionPeriod",
"c2jShape" : "RetentionPeriod",
"defaultConsumerFluentSetterDocumentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
\nThis is a convenience that creates an instance of the {@link RetentionPeriod.Builder} avoiding the need to create one manually via {@link RetentionPeriod#builder()}.\n\nWhen the {@link Consumer} completes, {@link RetentionPeriod.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriod(RetentionPeriod)}.\n@param retentionPeriod a consumer that will call methods on {@link RetentionPeriod.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriod(RetentionPeriod)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
\n@return How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@deprecated Use {@link #retentionPeriod()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
\n@param retentionPeriod How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n",
"documentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RetentionPeriod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRetentionPeriod",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "retentionPeriod",
"fluentSetterDocumentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
\n@param retentionPeriod How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "retentionPeriod",
"getterDocumentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
\n@return How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.",
"getterModel" : {
"returnType" : "RetentionPeriod",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "retentionPeriod",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "retentionPeriod",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "RetentionPeriod",
"sensitive" : false,
"setterDocumentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
\n@param retentionPeriod How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.",
"setterMethodName" : "setRetentionPeriod",
"setterModel" : {
"variableDeclarationType" : "RetentionPeriod",
"variableName" : "retentionPeriod",
"variableType" : "RetentionPeriod",
"documentation" : null,
"simpleType" : "RetentionPeriod",
"variableSetterType" : "RetentionPeriod"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "RetentionPeriod",
"variableName" : "retentionPeriod",
"variableType" : "RetentionPeriod",
"documentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
",
"simpleType" : "RetentionPeriod",
"variableSetterType" : "RetentionPeriod"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Tags" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "Metadata which can be used to manage the channel.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Metadata which can be used to manage the channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return Metadata which can be used to manage the channel.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Metadata which can be used to manage the channel.
\n@param tags Metadata which can be used to manage the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "Metadata which can be used to manage the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "Metadata which can be used to manage the channel.
\n@param tags Metadata which can be used to manage the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "Metadata which can be used to manage the channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return Metadata which can be used to manage the channel.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "Metadata which can be used to manage the channel.
\n@param tags Metadata which can be used to manage the channel.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "Metadata which can be used to manage the channel.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "channelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the channel.
\n@return The name of the channel.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the channel.
\n@return The name of the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelName",
"sensitive" : false,
"setterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.",
"setterMethodName" : "setChannelName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : "The name of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelStorage",
"beanStyleSetterMethodName" : "setChannelStorage",
"c2jName" : "channelStorage",
"c2jShape" : "ChannelStorage",
"defaultConsumerFluentSetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\nThis is a convenience that creates an instance of the {@link ChannelStorage.Builder} avoiding the need to create one manually via {@link ChannelStorage#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelStorage.Builder#build()} is called immediately and its result is passed to {@link #channelStorage(ChannelStorage)}.\n@param channelStorage a consumer that will call methods on {@link ChannelStorage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelStorage(ChannelStorage)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@deprecated Use {@link #channelStorage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelStorage(ChannelStorage)}\n",
"documentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelStorage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelStorage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelStorage",
"fluentSetterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelStorage",
"getterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@return Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.",
"getterModel" : {
"returnType" : "ChannelStorage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelStorage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelStorage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ChannelStorage",
"sensitive" : false,
"setterDocumentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
\n@param channelStorage Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.",
"setterMethodName" : "setChannelStorage",
"setterModel" : {
"variableDeclarationType" : "ChannelStorage",
"variableName" : "channelStorage",
"variableType" : "ChannelStorage",
"documentation" : null,
"simpleType" : "ChannelStorage",
"variableSetterType" : "ChannelStorage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChannelStorage",
"variableName" : "channelStorage",
"variableType" : "ChannelStorage",
"documentation" : "Where channel data is stored. You may choose one of \"serviceManagedS3\" or \"customerManagedS3\" storage. If not specified, the default is \"serviceManagedS3\". This cannot be changed after creation of the channel.
",
"simpleType" : "ChannelStorage",
"variableSetterType" : "ChannelStorage"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRetentionPeriod",
"beanStyleSetterMethodName" : "setRetentionPeriod",
"c2jName" : "retentionPeriod",
"c2jShape" : "RetentionPeriod",
"defaultConsumerFluentSetterDocumentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
\nThis is a convenience that creates an instance of the {@link RetentionPeriod.Builder} avoiding the need to create one manually via {@link RetentionPeriod#builder()}.\n\nWhen the {@link Consumer} completes, {@link RetentionPeriod.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriod(RetentionPeriod)}.\n@param retentionPeriod a consumer that will call methods on {@link RetentionPeriod.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriod(RetentionPeriod)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
\n@return How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@deprecated Use {@link #retentionPeriod()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
\n@param retentionPeriod How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n",
"documentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RetentionPeriod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRetentionPeriod",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "retentionPeriod",
"fluentSetterDocumentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
\n@param retentionPeriod How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "retentionPeriod",
"getterDocumentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
\n@return How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.",
"getterModel" : {
"returnType" : "RetentionPeriod",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "retentionPeriod",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "retentionPeriod",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "RetentionPeriod",
"sensitive" : false,
"setterDocumentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
\n@param retentionPeriod How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.",
"setterMethodName" : "setRetentionPeriod",
"setterModel" : {
"variableDeclarationType" : "RetentionPeriod",
"variableName" : "retentionPeriod",
"variableType" : "RetentionPeriod",
"documentation" : null,
"simpleType" : "RetentionPeriod",
"variableSetterType" : "RetentionPeriod"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "RetentionPeriod",
"variableName" : "retentionPeriod",
"variableType" : "RetentionPeriod",
"documentation" : "How long, in days, message data is kept for the channel. When \"customerManagedS3\" storage is selected, this parameter is ignored.
",
"simpleType" : "RetentionPeriod",
"variableSetterType" : "RetentionPeriod"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "Metadata which can be used to manage the channel.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Metadata which can be used to manage the channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return Metadata which can be used to manage the channel.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Metadata which can be used to manage the channel.
\n@param tags Metadata which can be used to manage the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "Metadata which can be used to manage the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "Metadata which can be used to manage the channel.
\n@param tags Metadata which can be used to manage the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "Metadata which can be used to manage the channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return Metadata which can be used to manage the channel.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "Metadata which can be used to manage the channel.
\n@param tags Metadata which can be used to manage the channel.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "Metadata which can be used to manage the channel.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "channelName" ],
"shapeName" : "CreateChannelRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateChannelRequest",
"variableName" : "createChannelRequest",
"variableType" : "CreateChannelRequest",
"documentation" : null,
"simpleType" : "CreateChannelRequest",
"variableSetterType" : "CreateChannelRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateChannelResponse" : {
"c2jName" : "CreateChannelResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "channelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the channel.
\n@return The name of the channel.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the channel.
\n@return The name of the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelName",
"sensitive" : false,
"setterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.",
"setterMethodName" : "setChannelName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : "The name of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelArn",
"beanStyleSetterMethodName" : "setChannelArn",
"c2jName" : "channelArn",
"c2jShape" : "ChannelArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelArn(String)}.\n@param channelArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the channel.
\n@return The ARN of the channel.\n@deprecated Use {@link #channelArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the channel.
\n@param channelArn The ARN of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelArn(String)}\n",
"documentation" : "The ARN of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelArn",
"fluentSetterDocumentation" : "The ARN of the channel.
\n@param channelArn The ARN of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelArn",
"getterDocumentation" : "The ARN of the channel.
\n@return The ARN of the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the channel.
\n@param channelArn The ARN of the channel.",
"setterMethodName" : "setChannelArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelArn",
"variableType" : "String",
"documentation" : "The ARN of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRetentionPeriod",
"beanStyleSetterMethodName" : "setRetentionPeriod",
"c2jName" : "retentionPeriod",
"c2jShape" : "RetentionPeriod",
"defaultConsumerFluentSetterDocumentation" : "How long, in days, message data is kept for the channel.
\nThis is a convenience that creates an instance of the {@link RetentionPeriod.Builder} avoiding the need to create one manually via {@link RetentionPeriod#builder()}.\n\nWhen the {@link Consumer} completes, {@link RetentionPeriod.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriod(RetentionPeriod)}.\n@param retentionPeriod a consumer that will call methods on {@link RetentionPeriod.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriod(RetentionPeriod)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "How long, in days, message data is kept for the channel.
\n@return How long, in days, message data is kept for the channel.\n@deprecated Use {@link #retentionPeriod()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "How long, in days, message data is kept for the channel.
\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n",
"documentation" : "How long, in days, message data is kept for the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RetentionPeriod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRetentionPeriod",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "retentionPeriod",
"fluentSetterDocumentation" : "How long, in days, message data is kept for the channel.
\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "retentionPeriod",
"getterDocumentation" : "How long, in days, message data is kept for the channel.
\n@return How long, in days, message data is kept for the channel.",
"getterModel" : {
"returnType" : "RetentionPeriod",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "retentionPeriod",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "retentionPeriod",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "RetentionPeriod",
"sensitive" : false,
"setterDocumentation" : "How long, in days, message data is kept for the channel.
\n@param retentionPeriod How long, in days, message data is kept for the channel.",
"setterMethodName" : "setRetentionPeriod",
"setterModel" : {
"variableDeclarationType" : "RetentionPeriod",
"variableName" : "retentionPeriod",
"variableType" : "RetentionPeriod",
"documentation" : null,
"simpleType" : "RetentionPeriod",
"variableSetterType" : "RetentionPeriod"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "RetentionPeriod",
"variableName" : "retentionPeriod",
"variableType" : "RetentionPeriod",
"documentation" : "How long, in days, message data is kept for the channel.
",
"simpleType" : "RetentionPeriod",
"variableSetterType" : "RetentionPeriod"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChannelArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelArn",
"beanStyleSetterMethodName" : "setChannelArn",
"c2jName" : "channelArn",
"c2jShape" : "ChannelArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelArn(String)}.\n@param channelArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the channel.
\n@return The ARN of the channel.\n@deprecated Use {@link #channelArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the channel.
\n@param channelArn The ARN of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelArn(String)}\n",
"documentation" : "The ARN of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelArn",
"fluentSetterDocumentation" : "The ARN of the channel.
\n@param channelArn The ARN of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelArn",
"getterDocumentation" : "The ARN of the channel.
\n@return The ARN of the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the channel.
\n@param channelArn The ARN of the channel.",
"setterMethodName" : "setChannelArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelArn",
"variableType" : "String",
"documentation" : "The ARN of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ChannelName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "channelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the channel.
\n@return The name of the channel.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the channel.
\n@return The name of the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelName",
"sensitive" : false,
"setterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.",
"setterMethodName" : "setChannelName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : "The name of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RetentionPeriod" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRetentionPeriod",
"beanStyleSetterMethodName" : "setRetentionPeriod",
"c2jName" : "retentionPeriod",
"c2jShape" : "RetentionPeriod",
"defaultConsumerFluentSetterDocumentation" : "How long, in days, message data is kept for the channel.
\nThis is a convenience that creates an instance of the {@link RetentionPeriod.Builder} avoiding the need to create one manually via {@link RetentionPeriod#builder()}.\n\nWhen the {@link Consumer} completes, {@link RetentionPeriod.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriod(RetentionPeriod)}.\n@param retentionPeriod a consumer that will call methods on {@link RetentionPeriod.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriod(RetentionPeriod)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "How long, in days, message data is kept for the channel.
\n@return How long, in days, message data is kept for the channel.\n@deprecated Use {@link #retentionPeriod()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "How long, in days, message data is kept for the channel.
\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n",
"documentation" : "How long, in days, message data is kept for the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RetentionPeriod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRetentionPeriod",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "retentionPeriod",
"fluentSetterDocumentation" : "How long, in days, message data is kept for the channel.
\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "retentionPeriod",
"getterDocumentation" : "How long, in days, message data is kept for the channel.
\n@return How long, in days, message data is kept for the channel.",
"getterModel" : {
"returnType" : "RetentionPeriod",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "retentionPeriod",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "retentionPeriod",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "RetentionPeriod",
"sensitive" : false,
"setterDocumentation" : "How long, in days, message data is kept for the channel.
\n@param retentionPeriod How long, in days, message data is kept for the channel.",
"setterMethodName" : "setRetentionPeriod",
"setterModel" : {
"variableDeclarationType" : "RetentionPeriod",
"variableName" : "retentionPeriod",
"variableType" : "RetentionPeriod",
"documentation" : null,
"simpleType" : "RetentionPeriod",
"variableSetterType" : "RetentionPeriod"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "RetentionPeriod",
"variableName" : "retentionPeriod",
"variableType" : "RetentionPeriod",
"documentation" : "How long, in days, message data is kept for the channel.
",
"simpleType" : "RetentionPeriod",
"variableSetterType" : "RetentionPeriod"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "channelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the channel.
\n@return The name of the channel.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the channel.
\n@return The name of the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelName",
"sensitive" : false,
"setterDocumentation" : "The name of the channel.
\n@param channelName The name of the channel.",
"setterMethodName" : "setChannelName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelName",
"variableType" : "String",
"documentation" : "The name of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelArn",
"beanStyleSetterMethodName" : "setChannelArn",
"c2jName" : "channelArn",
"c2jShape" : "ChannelArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelArn(String)}.\n@param channelArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the channel.
\n@return The ARN of the channel.\n@deprecated Use {@link #channelArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the channel.
\n@param channelArn The ARN of the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelArn(String)}\n",
"documentation" : "The ARN of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelArn",
"fluentSetterDocumentation" : "The ARN of the channel.
\n@param channelArn The ARN of the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelArn",
"getterDocumentation" : "The ARN of the channel.
\n@return The ARN of the channel.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "channelArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "channelArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the channel.
\n@param channelArn The ARN of the channel.",
"setterMethodName" : "setChannelArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelArn",
"variableType" : "String",
"documentation" : "The ARN of the channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRetentionPeriod",
"beanStyleSetterMethodName" : "setRetentionPeriod",
"c2jName" : "retentionPeriod",
"c2jShape" : "RetentionPeriod",
"defaultConsumerFluentSetterDocumentation" : "How long, in days, message data is kept for the channel.
\nThis is a convenience that creates an instance of the {@link RetentionPeriod.Builder} avoiding the need to create one manually via {@link RetentionPeriod#builder()}.\n\nWhen the {@link Consumer} completes, {@link RetentionPeriod.Builder#build()} is called immediately and its result is passed to {@link #retentionPeriod(RetentionPeriod)}.\n@param retentionPeriod a consumer that will call methods on {@link RetentionPeriod.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionPeriod(RetentionPeriod)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "How long, in days, message data is kept for the channel.
\n@return How long, in days, message data is kept for the channel.\n@deprecated Use {@link #retentionPeriod()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "How long, in days, message data is kept for the channel.
\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionPeriod(RetentionPeriod)}\n",
"documentation" : "How long, in days, message data is kept for the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RetentionPeriod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRetentionPeriod",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "retentionPeriod",
"fluentSetterDocumentation" : "How long, in days, message data is kept for the channel.
\n@param retentionPeriod How long, in days, message data is kept for the channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "retentionPeriod",
"getterDocumentation" : "How long, in days, message data is kept for the channel.
\n@return How long, in days, message data is kept for the channel.",
"getterModel" : {
"returnType" : "RetentionPeriod",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "retentionPeriod",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "retentionPeriod",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "RetentionPeriod",
"sensitive" : false,
"setterDocumentation" : "How long, in days, message data is kept for the channel.
\n@param retentionPeriod How long, in days, message data is kept for the channel.",
"setterMethodName" : "setRetentionPeriod",
"setterModel" : {
"variableDeclarationType" : "RetentionPeriod",
"variableName" : "retentionPeriod",
"variableType" : "RetentionPeriod",
"documentation" : null,
"simpleType" : "RetentionPeriod",
"variableSetterType" : "RetentionPeriod"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "RetentionPeriod",
"variableName" : "retentionPeriod",
"variableType" : "RetentionPeriod",
"documentation" : "How long, in days, message data is kept for the channel.
",
"simpleType" : "RetentionPeriod",
"variableSetterType" : "RetentionPeriod"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateChannelResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateChannelResponse",
"variableName" : "createChannelResponse",
"variableType" : "CreateChannelResponse",
"documentation" : null,
"simpleType" : "CreateChannelResponse",
"variableSetterType" : "CreateChannelResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateDatasetContentRequest" : {
"c2jName" : "CreateDatasetContentRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateDatasetContent",
"locationName" : null,
"requestUri" : "/datasets/{datasetName}/content",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDatasetName",
"beanStyleSetterMethodName" : "setDatasetName",
"c2jName" : "datasetName",
"c2jShape" : "DatasetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the data set.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the data set.
\n@return The name of the data set.\n@deprecated Use {@link #datasetName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the data set.
\n@param datasetName The name of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n",
"documentation" : "The name of the data set.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DatasetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDatasetName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetName",
"fluentSetterDocumentation" : "The name of the data set.
\n@param datasetName The name of the data set.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetName",
"getterDocumentation" : "The name of the data set.
\n@return The name of the data set.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "datasetName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetName",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetName",
"sensitive" : false,
"setterDocumentation" : "The name of the data set.
\n@param datasetName The name of the data set.",
"setterMethodName" : "setDatasetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetName",
"variableType" : "String",
"documentation" : "The name of the data set.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DatasetName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDatasetName",
"beanStyleSetterMethodName" : "setDatasetName",
"c2jName" : "datasetName",
"c2jShape" : "DatasetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the data set.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the data set.
\n@return The name of the data set.\n@deprecated Use {@link #datasetName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the data set.
\n@param datasetName The name of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n",
"documentation" : "The name of the data set.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DatasetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDatasetName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetName",
"fluentSetterDocumentation" : "The name of the data set.
\n@param datasetName The name of the data set.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetName",
"getterDocumentation" : "The name of the data set.
\n@return The name of the data set.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "datasetName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetName",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetName",
"sensitive" : false,
"setterDocumentation" : "The name of the data set.
\n@param datasetName The name of the data set.",
"setterMethodName" : "setDatasetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetName",
"variableType" : "String",
"documentation" : "The name of the data set.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDatasetName",
"beanStyleSetterMethodName" : "setDatasetName",
"c2jName" : "datasetName",
"c2jShape" : "DatasetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the data set.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the data set.
\n@return The name of the data set.\n@deprecated Use {@link #datasetName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the data set.
\n@param datasetName The name of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n",
"documentation" : "The name of the data set.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DatasetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDatasetName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetName",
"fluentSetterDocumentation" : "The name of the data set.
\n@param datasetName The name of the data set.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetName",
"getterDocumentation" : "The name of the data set.
\n@return The name of the data set.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "datasetName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetName",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetName",
"sensitive" : false,
"setterDocumentation" : "The name of the data set.
\n@param datasetName The name of the data set.",
"setterMethodName" : "setDatasetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetName",
"variableType" : "String",
"documentation" : "The name of the data set.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "datasetName" ],
"shapeName" : "CreateDatasetContentRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateDatasetContentRequest",
"variableName" : "createDatasetContentRequest",
"variableType" : "CreateDatasetContentRequest",
"documentation" : null,
"simpleType" : "CreateDatasetContentRequest",
"variableSetterType" : "CreateDatasetContentRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateDatasetContentResponse" : {
"c2jName" : "CreateDatasetContentResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVersionId",
"beanStyleSetterMethodName" : "setVersionId",
"c2jName" : "versionId",
"c2jShape" : "DatasetContentVersion",
"defaultConsumerFluentSetterDocumentation" : "The version ID of the data set contents which are being created.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #versionId(String)}.\n@param versionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #versionId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The version ID of the data set contents which are being created.
\n@return The version ID of the data set contents which are being created.\n@deprecated Use {@link #versionId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The version ID of the data set contents which are being created.
\n@param versionId The version ID of the data set contents which are being created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versionId(String)}\n",
"documentation" : "The version ID of the data set contents which are being created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VersionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVersionId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "versionId",
"fluentSetterDocumentation" : "The version ID of the data set contents which are being created.
\n@param versionId The version ID of the data set contents which are being created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "versionId",
"getterDocumentation" : "The version ID of the data set contents which are being created.
\n@return The version ID of the data set contents which are being created.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "versionId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "versionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VersionId",
"sensitive" : false,
"setterDocumentation" : "The version ID of the data set contents which are being created.
\n@param versionId The version ID of the data set contents which are being created.",
"setterMethodName" : "setVersionId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "versionId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "versionId",
"variableType" : "String",
"documentation" : "The version ID of the data set contents which are being created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"VersionId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVersionId",
"beanStyleSetterMethodName" : "setVersionId",
"c2jName" : "versionId",
"c2jShape" : "DatasetContentVersion",
"defaultConsumerFluentSetterDocumentation" : "The version ID of the data set contents which are being created.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #versionId(String)}.\n@param versionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #versionId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The version ID of the data set contents which are being created.
\n@return The version ID of the data set contents which are being created.\n@deprecated Use {@link #versionId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The version ID of the data set contents which are being created.
\n@param versionId The version ID of the data set contents which are being created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versionId(String)}\n",
"documentation" : "The version ID of the data set contents which are being created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VersionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVersionId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "versionId",
"fluentSetterDocumentation" : "The version ID of the data set contents which are being created.
\n@param versionId The version ID of the data set contents which are being created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "versionId",
"getterDocumentation" : "The version ID of the data set contents which are being created.
\n@return The version ID of the data set contents which are being created.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "versionId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "versionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VersionId",
"sensitive" : false,
"setterDocumentation" : "The version ID of the data set contents which are being created.
\n@param versionId The version ID of the data set contents which are being created.",
"setterMethodName" : "setVersionId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "versionId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "versionId",
"variableType" : "String",
"documentation" : "The version ID of the data set contents which are being created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVersionId",
"beanStyleSetterMethodName" : "setVersionId",
"c2jName" : "versionId",
"c2jShape" : "DatasetContentVersion",
"defaultConsumerFluentSetterDocumentation" : "The version ID of the data set contents which are being created.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #versionId(String)}.\n@param versionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #versionId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The version ID of the data set contents which are being created.
\n@return The version ID of the data set contents which are being created.\n@deprecated Use {@link #versionId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The version ID of the data set contents which are being created.
\n@param versionId The version ID of the data set contents which are being created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versionId(String)}\n",
"documentation" : "The version ID of the data set contents which are being created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VersionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVersionId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "versionId",
"fluentSetterDocumentation" : "The version ID of the data set contents which are being created.
\n@param versionId The version ID of the data set contents which are being created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "versionId",
"getterDocumentation" : "The version ID of the data set contents which are being created.
\n@return The version ID of the data set contents which are being created.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "versionId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "versionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VersionId",
"sensitive" : false,
"setterDocumentation" : "The version ID of the data set contents which are being created.
\n@param versionId The version ID of the data set contents which are being created.",
"setterMethodName" : "setVersionId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "versionId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "versionId",
"variableType" : "String",
"documentation" : "The version ID of the data set contents which are being created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateDatasetContentResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateDatasetContentResponse",
"variableName" : "createDatasetContentResponse",
"variableType" : "CreateDatasetContentResponse",
"documentation" : null,
"simpleType" : "CreateDatasetContentResponse",
"variableSetterType" : "CreateDatasetContentResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateDatasetRequest" : {
"c2jName" : "CreateDatasetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateDataset",
"locationName" : null,
"requestUri" : "/datasets",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDatasetName",
"beanStyleSetterMethodName" : "setDatasetName",
"c2jName" : "datasetName",
"c2jShape" : "DatasetName",
"defaultConsumerFluentSetterDocumentation" : "The name of the data set.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #datasetName(String)}.\n@param datasetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #datasetName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the data set.
\n@return The name of the data set.\n@deprecated Use {@link #datasetName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the data set.
\n@param datasetName The name of the data set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #datasetName(String)}\n",
"documentation" : "The name of the data set.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DatasetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDatasetName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "datasetName",
"fluentSetterDocumentation" : "The name of the data set.
\n@param datasetName The name of the data set.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "datasetName",
"getterDocumentation" : "The name of the data set.
\n@return The name of the data set.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "datasetName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "datasetName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DatasetName",
"sensitive" : false,
"setterDocumentation" : "The name of the data set.
\n@param datasetName The name of the data set.",
"setterMethodName" : "setDatasetName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "datasetName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "datasetName",
"variableType" : "String",
"documentation" : "The name of the data set.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getActions",
"beanStyleSetterMethodName" : "setActions",
"c2jName" : "actions",
"c2jShape" : "DatasetActions",
"defaultConsumerFluentSetterDocumentation" : "A list of actions that create the data set contents.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #actions(List)}.\n@param actions a consumer that will call methods on {@link List