
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" : [ ],
"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",
"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.
",
"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.
",
"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.
",
"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.
",
"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).
",
"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.
",
"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 one or more channels 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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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" : [ {
"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,
"documentation" : "The name of the 'addAttributes' activity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The next activity in the pipeline.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Attributes" : {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"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,
"documentation" : "The name of the 'addAttributes' activity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Next" : {
"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,
"documentation" : "The next activity in the pipeline.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The name of the 'addAttributes' activity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The next activity in the pipeline.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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" : [ {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The code associated with the error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The message associated with the error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ErrorCode" : {
"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,
"documentation" : "The code associated with the error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"ErrorMessage" : {
"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,
"documentation" : "The message associated with the error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"MessageId" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The code associated with the error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The message associated with the error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "The name of the channel where the messages are sent.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChannelName" : {
"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,
"documentation" : "The name of the channel where the messages are sent.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Messages" : {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The name of the channel where the messages are sent.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "A list of any errors encountered when sending the messages to the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BatchPutMessageErrorEntries" : {
"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,
"documentation" : "A list of any errors encountered when sending the messages to the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "A list of any errors encountered when sending the messages to the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "The name of pipeline for which data reprocessing is canceled.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PipelineName" : {
"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,
"documentation" : "The name of pipeline for which data reprocessing is canceled.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"ReprocessingId" : {
"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,
"documentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The name of pipeline for which data reprocessing is canceled.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The ID of the reprocessing task (returned by \"StartPipelineReprocessing\").
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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
},
"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" : [ {
"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,
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The ARN of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"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,
"documentation" : "The status of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelStatus",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "How long, in days, message data is kept for the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "When the channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "When the channel was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Arn" : {
"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,
"documentation" : "The ARN of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"CreationTime" : {
"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,
"documentation" : "When the channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"LastUpdateTime" : {
"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,
"documentation" : "When the channel was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"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,
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"RetentionPeriod" : {
"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,
"documentation" : "How long, in days, message data is kept for the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatusAsString",
"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,
"documentation" : "The status of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelStatus",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The ARN of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"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,
"documentation" : "The status of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelStatus",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "How long, in days, message data is kept for the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "When the channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "When the channel was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "The name of the 'channel' activity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The name of the channel from which the messages are processed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The next activity in the pipeline.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChannelName" : {
"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,
"documentation" : "The name of the channel from which the messages are processed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"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,
"documentation" : "The name of the 'channel' activity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Next" : {
"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,
"documentation" : "The next activity in the pipeline.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The name of the 'channel' activity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The name of the channel from which the messages are processed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The next activity in the pipeline.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "The estimated size of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Size" : {
"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,
"documentation" : "The estimated size of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The estimated size of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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
},
"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" : [ {
"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,
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"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,
"documentation" : "The status of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelStatus",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "When the channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The last time the channel was updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChannelName" : {
"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,
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"CreationTime" : {
"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,
"documentation" : "When the channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"LastUpdateTime" : {
"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,
"documentation" : "The last time the channel was updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatusAsString",
"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,
"documentation" : "The status of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelStatus",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"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,
"documentation" : "The status of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelStatus",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "When the channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The last time the channel was updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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
},
"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" : [ {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Configuration of the resource which executes the \"containerAction\".
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ExecutionRoleArn" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"Image" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"ResourceConfiguration" : {
"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,
"documentation" : "Configuration of the resource which executes the \"containerAction\".
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Variables" : {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Configuration of the resource which executes the \"containerAction\".
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "How long, in days, message data is kept for the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Metadata which can be used to manage the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChannelName" : {
"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,
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"RetentionPeriod" : {
"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,
"documentation" : "How long, in days, message data is kept for the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Tags" : {
"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,
"documentation" : "Metadata which can be used to manage the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "How long, in days, message data is kept for the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Metadata which can be used to manage the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The ARN of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "How long, in days, message data is kept for the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChannelArn" : {
"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,
"documentation" : "The ARN of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"ChannelName" : {
"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,
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"RetentionPeriod" : {
"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,
"documentation" : "How long, in days, message data is kept for the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The name of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The ARN of the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "How long, in days, message data is kept for the channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "The name of the data set.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DatasetName" : {
"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,
"documentation" : "The name of the data set.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The name of the data set.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "The version ID of the data set contents which are being created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"VersionId" : {
"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,
"documentation" : "The version ID of the data set contents which are being created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The version ID of the data set contents which are being created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "The name of the data set.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actions(List)",
"deprecated" : false,
"documentation" : "A list of actions that create the data set contents.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "actions",
"fluentSetterDocumentation" : "A list of actions that create the data set contents.
\n@param actions A list of actions that create the data set contents.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "actions",
"getterDocumentation" : "A list of actions that create the data set contents.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of actions that create the data set contents.",
"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" : "actions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "actions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DatasetAction",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DatasetAction.Builder} avoiding the need to create one manually via {@link DatasetAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link DatasetAction.Builder#build()} is called immediately and its result is passed to {@link #member(DatasetAction)}.\n@param member a consumer that will call methods on {@link DatasetAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DatasetAction)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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" : "DatasetAction",
"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" : "DatasetAction",
"variableName" : "member",
"variableType" : "DatasetAction",
"documentation" : null,
"simpleType" : "DatasetAction",
"variableSetterType" : "DatasetAction"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DatasetAction",
"variableName" : "member",
"variableType" : "DatasetAction",
"documentation" : "",
"simpleType" : "DatasetAction",
"variableSetterType" : "DatasetAction"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "DatasetAction",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "DatasetAction",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Actions",
"sensitive" : false,
"setterDocumentation" : "A list of actions that create the data set contents.
\n@param actions A list of actions that create the data set contents.",
"setterMethodName" : "setActions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "actions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "actions",
"variableType" : "java.util.List",
"documentation" : "A list of actions that create the data set contents.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTriggers",
"beanStyleSetterMethodName" : "setTriggers",
"c2jName" : "triggers",
"c2jShape" : "DatasetTriggers",
"defaultConsumerFluentSetterDocumentation" : "A list of triggers. A trigger causes data set contents to be populated at a specified time interval or when another data set's contents are created. The list of triggers can be empty or contain up to five DataSetTrigger objects.
\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 #triggers(List)}.\n@param triggers 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 #triggers(List